I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a2927704 authored by z3d's avatar z3d
Browse files

Classic enhancements.

parent b77bcd46
No related branches found
No related tags found
No related merge requests found
...@@ -331,6 +331,9 @@ div.main textarea { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 {
...@@ -855,4 +874,12 @@ div.footnote hr{ ...@@ -855,4 +874,12 @@ div.footnote hr{
background: #99f; background: #99f;
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;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment