Classic enhancements.

This commit is contained in:
z3d
2010-12-11 03:21:46 +00:00
parent b77bcd4692
commit a292770415

View File

@ -331,6 +331,9 @@ div.main textarea {
div.main h2 {
margin-top: 20px;
margin-bottom: 10px !important;
-moz-border-radius: 0 3px 0 0;
-khtml-border-radius: 0 3px 0 0;
border-radius: 0 3px 0 0;
}
div.welcome {
@ -530,7 +533,7 @@ h2 {
h3 {
font-size: 12pt;
padding: 5px 10px;
padding: 6px 10px 8px;
border: 1px solid #89f;
letter-spacing: 0.04em;
margin-bottom: 10px;
@ -543,6 +546,9 @@ h2, h3 {
background-image: url("images/titlebg.png") !important;
background-repeat: no-repeat;
background-position: center right;
-moz-border-radius: 0 3px 0 0;
-khtml-border-radius: 0 3px 0 0;
border-radius: 0 3px 0 0;
}
.routersummary h2, .routersummary h3, div.confignav {
@ -735,6 +741,15 @@ p {
.links li {
list-style-image: url("images/link.png") !important;
padding: 5px 10px !important;
}
.links li:first-child {
padding: 14px 10px 5px !important;
}
.links li:last-child {
margin-bottom: -10px !important;
}
a:link{
@ -779,7 +794,10 @@ tt {
}
.tablefooter tr, .tablefooter td {
background: #bbf;
background: #fff;
background-image: url("images/tinytitle.png") !important;
background-repeat: repeat-x;
background-position: center right;
font-size: 8pt;
font-weight: bold;
line-height: 150%;
@ -790,8 +808,9 @@ tt {
.tidylist {
text-align: justify;
padding-right: 30px;
margin-right: 20px;
padding-right: 25px;
margin-right: 15px !important;
margin-left: 15px;
}
.tidylist code {
@ -855,4 +874,12 @@ div.footnote hr{
background: #99f;
height: 1px;
border: 0px solid #99f;
}
.topness {
font-size: 7.5pt;
text-align: right;
margin-top: -23px;
margin-bottom: -5px;
margin-right: 5px;
}