Console themes: fix news headings.

This commit is contained in:
z3d
2011-01-12 12:48:16 +00:00
parent a51ae64e41
commit 4b85c56903
4 changed files with 2309 additions and 2268 deletions

View File

@ -408,7 +408,19 @@ div.news li {
} }
div.news h3 { div.news h3 {
text-align: left !important; background: none !important;
text-align: left;
border: none !important;
border-bottom: 1px dotted !important;
-moz-box-shadow: none;
-hktml-box-shadow: none;
box-shadow: none;
font-size: 10pt !important;
letter-spacing: 0.05em;
text-transform: capitalize !important;
text-shadow: none !important;
padding: 5px 10px 3px;
margin: 10px 10px -7px !important;
} }
div.news p { div.news p {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -329,7 +329,7 @@ div.main {
border-top: 0; border-top: 0;
text-align: left; text-align: left;
color: #eef; color: #eef;
min-width: 570px; min-width: 590px;
/* -moz-border-radius: 0 0 3px 3px; /* -moz-border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px; -khtml-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;*/ border-radius: 0 0 3px 3px;*/
@ -432,13 +432,27 @@ div.news li {
} }
div.news h3 { div.news h3 {
text-align: left !important; background: none !important;
text-align: left;
border: none !important;
padding-left: 0;
padding-top: 0px;
border-bottom: 1px dotted !important;
-moz-box-shadow: none;
-hktml-box-shadow: none;
box-shadow: none;
font-size: 10pt !important;
letter-spacing: 0.05em;
text-transform: uppercase !important;
margin: 15px 10px -5px;
padding: 5px 0 5px;
} }
div.news p { div.news p {
color: #eef; color: #eef;
font-size: 9pt; font-size: 9pt;
margin-bottom: -10px; margin-bottom: -10px;
margin-top: 10px;
} }
/* /*
div.news p:first-child { div.news p:first-child {
@ -755,7 +769,7 @@ input {
vertical-align: middle; vertical-align: middle;
} }
input[type=text], input[type=password] { input[type=text] {
margin: 3px 5px 3px 5px; margin: 3px 5px 3px 5px;
vertical-align: middle; vertical-align: middle;
} }
@ -765,7 +779,7 @@ select {
vertical-align: middle; vertical-align: middle;
} }
input[type=text], input[type=password] select { input[type=text], select {
background: #001; background: #001;
color: #eef; color: #eef;
border: 1px solid #99f; border: 1px solid #99f;
@ -964,4 +978,4 @@ div.footnote hr{
margin-top: -5px; margin-top: -5px;
margin-bottom: -10px; margin-bottom: -10px;
margin-right: 5px; margin-right: 5px;
} }