样式调整

This commit is contained in:
Li Jianxuan 2011-10-19 03:45:06 +00:00
parent 36480ad469
commit 365eb054ea
1 changed files with 35 additions and 0 deletions

View File

@ -70,6 +70,20 @@ ul {list-style-type: none; }
*/
.right_title{font-size:16px;line-height:30px;font-weight:bold;color:#2b66a5;}
.ctrlplan{margin:10px 0; overflow:hidden;}
.ctrlplan a{display:block;float:left;}
.ctrlplan a {
color: #329ECC;
text-decoration:none;
border-bottom:1px solid #A1CFD4;
}
.ctrlplan a:hover, .ctrlplan a:focus, .ctrlplan a:active {
background-color:#E2EFFF;
color: #329ECC;
border-bottom:1px solid #329ECC;
}
.search{overflow:hidden;}
.search ul li {float:left;}
@ -115,6 +129,23 @@ table.stylized {
margin-bottom:1em;
border:none;
}
table.stylized a {
color: #329ECC;
text-decoration:none;
border-bottom:1px solid #A1CFD4;
}
table.stylized a:hover, table.stylized a:focus, table.stylized a:active {
background-color:#E2EFFF;
color: #329ECC;
border-bottom:1px solid #329ECC;
}
table.stylized tr.high a:hover, table.stylized tr.high a:focus, table.stylized tr.high a:active {
background:transparent;
color: #329ECC;
border-bottom:1px solid #329ECC;
}
table.stylized th,table.stylized td {
line-height:18px;
padding:8px 12px;
@ -129,6 +160,7 @@ table.stylized th {
text-align:left;
border:none;
}
table.stylized thead th a,table.stylized thead td a{color:#FFF; text-decoration:underline;}
table.stylized tr.high {
background-color:#ffa !important;
}
@ -141,6 +173,9 @@ table.stylized tfoot td {
}
table.stylized tr:nth-child(even) td {
}
table.stylized tr.high td {
background-color:#ffa !important;
}
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
background:#FAFDFE;
}