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

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

More enhancements to the console themes.

parent 4828cd2f
No related branches found
No related tags found
No related merge requests found
...@@ -301,7 +301,7 @@ text-align: justify; ...@@ -301,7 +301,7 @@ text-align: justify;
h1 { h1 {
text-align: left; text-align: left;
color: #bbf; color: #fff;
padding: 10px; padding: 10px;
margin-left: 240px; margin-left: 240px;
margin-bottom: 20px; margin-bottom: 20px;
...@@ -325,15 +325,29 @@ h1 { ...@@ -325,15 +325,29 @@ h1 {
} }
h2{ h2{
color: #99f; font-size: 12pt;
color: #fff;
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9); text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
background-color: #003;
background-image: url('images/tabletile.png');
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: #99f; border-bottom-color: #99f;
padding-bottom: 5px; padding: 2px 10px 5px 10px;
wordwrap: none; wordwrap: none;
border: 1px solid #99f;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
} }
h2 a:link {
color: #99f;
}
h2 a:visited {
color: #44f;
}
h2 a:hover { h2 a:hover {
color: #ff6600; color: #ff6600;
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9); text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
......
...@@ -300,12 +300,18 @@ h1 { ...@@ -300,12 +300,18 @@ h1 {
h2{ h2{
color: #000011; color: #000011;
background-color: #ddf;
background-image: url('images/tabletile.png');
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9); text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: #000022; border-bottom-color: #000022;
padding-bottom: 5px; padding: 5px;
wordwrap: none; wordwrap: none;
border: 1px solid #002;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
} }
h2 a:hover { h2 a:hover {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment