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