代码搜索:CSS
找到约 10,000 项符合「CSS」的源代码
代码结果 10,000
www.eeworm.com/read/188028/8578989
css css.css
BODY {
font-size : 9pt;
font-weight : normal;
line-height: 14px;
font-style : normal;
text-decoration : none;
}
P {
font-size : 9pt;
font-weight : normal;
font-style : normal;
}
www.eeworm.com/read/187702/8606713
css css.css
BODY {
BACKGROUND-POSITION: center 50%; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(../images/bg.gif); MARGIN: 0px; COLOR: #333333; WORD-BREAK: break-all; LINE-HEIGHT: 22px; TEXT-ALIGN: center
}
TD {
www.eeworm.com/read/432309/8610493
css css.css
body { background-color: #ffffff; color:#000000; text-transform:capitalize }
body, p, td, input { font-size: 9pt; color: #000000 }
a:link { padding:0; color: #003399; text-decoration: n
www.eeworm.com/read/117936/8612782
css css.css
.input1 {BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 12px; BACKGROUND: #666666; BORDER-LEFT: #000000 1px solid; COLOR: #f6e700; BORDER-BOTTOM: #000000 1px solid; HEIGH
www.eeworm.com/read/288609/8618629
css css.css
UL {
FONT-SIZE: 9pt; FONT-FAMILY: Tahoma
}
LI {
FONT-SIZE: 9pt; FONT-FAMILY: Tahoma
}
P {
FONT-SIZE: 9pt; FONT-FAMILY: Tahoma, sans-serif
}
TD {
FONT-SIZE: 9pt; FONT-FAMILY: Tahoma
}
www.eeworm.com/read/432135/8629880
css css.css
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标在链接上 */
td {font-family: "Verdana
www.eeworm.com/read/432135/8629928
css css.css
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #FF0000;} /* 鼠标
www.eeworm.com/read/432129/8630892
css css.css
@charset "utf-8";
* {padding: 0;margin: 0;font-family: Arial, Helvetica, sans-serif;}
body {font-family: Arial, Helvetica, sans-serif;margin: 0;}
a:link {text-decoration: none;}
a:visited {text-de
www.eeworm.com/read/432099/8632649
css css.css
a:visited { color: #FFFFFF; text-decoration: none}
a:hover { color: #00FF00; text-decoration: underline}
a:active { color: #FF8484; text-decoration: underline}
a:link { text-decoration: none; co
www.eeworm.com/read/388117/8634819
css css.css
*{
margin:0px;
padding:0px;
}
body,html{
background:url(../images/bg.jpg) no-repeat top center;
font-size:12px;
font-family:Arial;
}
A:link, A:active
{
color: #000;
text-decorati