Mods to light, dark & midnight console themes (mostly news tweaks).

This commit is contained in:
z3d
2010-12-17 21:43:08 +00:00
parent 6bab0e7251
commit 65c623a9cc
3 changed files with 14 additions and 4 deletions

View File

@ -322,7 +322,7 @@ div.main textarea {
div.news { div.news {
margin: -1px 5px 0px 205px; margin: -1px 5px 0px 205px;
padding: 5px 30px 10px 30px; padding: 5px 30px 5px 30px;
border: 1px solid #494; border: 1px solid #494;
background: #000; background: #000;
background: #000 url("images/news.png")no-repeat scroll bottom right; background: #000 url("images/news.png")no-repeat scroll bottom right;
@ -349,6 +349,10 @@ div.news li {
vertical-align: middle; vertical-align: middle;
word-wrap: break-word; word-wrap: break-word;
color: #494; color: #494;
font-weight: bold;
font-size: 9pt;
border-bottom: 1px dotted #494;
margin-bottom: 8px;
} }
div.news h4 { div.news h4 {
@ -372,10 +376,11 @@ div.news p {
margin-top: -5px; margin-top: -5px;
font-size: 8.5pt; font-size: 8.5pt;
color: #EE9; color: #EE9;
margin-bottom: 0;
} }
div.news hr { div.news hr {
margin: -2px 0 5px 0; margin: 5px 0 3px 0;
} }
div.confignav { div.confignav {

View File

@ -364,7 +364,9 @@ div.news p {
font-size: 9pt; font-size: 9pt;
text-align: justify !important; text-align: justify !important;
line-height: 120%; line-height: 120%;
margin-top: -10px;
} }
/* /*
div.news a:link{ div.news a:link{
color: #a30; color: #a30;
@ -411,6 +413,7 @@ div.news li {
background: #ffe url('images/header.png') center center repeat-x; background: #ffe url('images/header.png') center center repeat-x;
-moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4); -moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4);
-moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4); -moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4);
font-weight: bold;
} }
/* /*
@ -1149,7 +1152,7 @@ div.footnote {
text-align: right; text-align: right;
color: #447; color: #447;
font-size: 7pt; font-size: 7pt;
margin-top: -10px; margin-bottom: -5px !important;
} }
div.footnote hr{ div.footnote hr{

View File

@ -428,6 +428,7 @@ div.news li {
font-size: 10pt; font-size: 10pt;
color: #eef; color: #eef;
text-transform: capitalize; text-transform: capitalize;
font-weight: bold;
} }
div.news p { div.news p {
@ -943,10 +944,11 @@ div.footnote {
text-align: right; text-align: right;
color: #99f; color: #99f;
font-size: 7pt; font-size: 7pt;
margin-bottom: -5px;
} }
div.footnote hr{ div.footnote hr{
margin: 15px 0 5px 0 !important; margin: 15px 0 3px 0 !important;
color: #99f; color: #99f;
background: #99f; background: #99f;
height: 1px; height: 1px;