代码搜索:CSS
找到约 10,000 项符合「CSS」的源代码
代码结果 10,000
www.eeworm.com/read/246264/12745795
css upgradereport.css
BODY
{
BACKGROUND-COLOR: white;
FONT-FAMILY: "Verdana", sans-serif;
FONT-SIZE: 100%;
MARGIN-LEFT: 0px;
MARGIN-TOP: 0px
}
P
{
FONT-FAMILY: "Verdana", sans-serif;
FONT-SIZE: 70%;
LI
www.eeworm.com/read/246216/12747059
css style.css
body { margin:0; font-size:12px; text-align:center; font-family:"宋体", arial;}
td { font-size:12px;}
form { margin:0; padding:0;}
img { border:0;}
#foot {width:780px; text-align:center; line-heigh
www.eeworm.com/read/246185/12752278
css style.css
body{ font-size: 75%; font-family: 宋体; }
td{font-size:9pt;}
p{ font-size:9pt;}
li{font-size:9pt;}
A{text-decoration:none;color:navy}
A:hover {COLOR: #ff0000; TEXT-DECORATION: underline}
www.eeworm.com/read/246142/12753630
css calendar.css
/* The main calendar widget. DIV containing a table. */
div.calendar { position: relative; }
.calendar, .calendar table {
border: 1px solid #565;
font-size: 11px;
color: #000;
cursor: defaul
www.eeworm.com/read/145006/12756984
css xpolecat.css
BODY {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
TABLE {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
A {}
#expando {}
#expando1 {padding-left:0px; m
www.eeworm.com/read/246064/12758428
css tabs.css
/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
DIV.tabs
{
float : left;
width : 100%;
background : url("tab_b.gif") repeat-x bottom;
www.eeworm.com/read/246064/12758552
css doxygen.css
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
font-family: Geneva, Arial, Helvetica, sans-serif;
}
BODY,TD {
font-size: 90%;
}
H1 {
text-align: center;
font-size: 160%;
}
H2 {
www.eeworm.com/read/332406/12759588
css lightbox.css
#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContaine