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 {
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 {

View File

@@ -327,17 +327,12 @@ div.news {
background: #000;
background: #000 url("images/news.png")no-repeat scroll bottom right;
color: #7b7;
/* border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;*/
font-size: 7.5pt;
text-align: right;
-moz-box-shadow: 0 1px 5px #000;
-khtml-box-shadow: 0 1px 5px #000;
box-shadow: 0 1px 5px #000;
min-width: 580px;
/* height: 164px;
overflow-y: auto;*/
min-width: 590px;
}
div.news li {
@@ -357,7 +352,12 @@ div.news li {
}
div.news h3 {
text-align: left !important;
background: none;
text-align: left;
border: none;
padding-left: 0;
padding-top: 2px;
border-bottom: 1px dotted;
}
div.news h4 {
@@ -865,7 +865,7 @@ input:active {
color: #EE9;
}
input[type=text], input[type=password] {
input[type=text] {
background: #000;
color: #EE9;
margin: 5px 10px;
@@ -881,7 +881,7 @@ input[type=text], input[type=password] {
box-shadow: inset 1px 1px 1px 0px #000;
}
input[type=text]:active, input[type=text]:hover, input[type=password]:active, input[type=password]:hover {
input[type=text]:active, input[type=text]:hover {
background: #000;
}

View File

@@ -368,10 +368,6 @@ div.news p {
padding: 0 15px;
}
div.news h3 {
text-align: left !important;
}
/*
div.news a:link{
color: #a30;
@@ -426,6 +422,22 @@ div.news li:first-child {
margin-top: 10px !important;
}
div.news h3 {
background: none !important;
text-align: left;
border: none !important;
padding-left: 0;
padding-top: 0px;
border-bottom: 1px dotted #225 !important;
-moz-box-shadow: none;
-hktml-box-shadow: none;
box-shadow: none;
font-size: 10pt !important;
letter-spacing: 0.05em;
text-transform: capitalize !important;
}
/*
div.news h4 a{
color: #910 !important;
@@ -772,6 +784,7 @@ h2 {
margin: 15px 0px 15px 0 !important;
-moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4);
word-wrap: break-word;
text-transform: uppercase;
opacity: 1;
}
@@ -794,6 +807,8 @@ h3 {
-moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
background: #ffe url('images/header.png') center center repeat-x !important;
text-transform: uppercase;
text-shadow: 0px 0px 1px #77f;
font-size: 11pt;
color: #000;
-moz-box-shadow: 0 1px 1px 1px rgba(176, 176, 216, 0.4);
@@ -866,7 +881,7 @@ button:active{
}
.langbox img {
opacity: 0.8 !important;
opacity: 0.7 !important;
-moz-box-shadow: 0 0 1px #447;
}
@@ -921,7 +936,7 @@ input:active {
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
}
input[type=text], input[type=password] {
input[type=text] {
background: #ffe;
color: #001;
margin: 5px 10px 5px 10px;

View File

@@ -329,7 +329,7 @@ div.main {
border-top: 0;
text-align: left;
color: #eef;
min-width: 570px;
min-width: 590px;
/* -moz-border-radius: 0 0 3px 3px;
-khtml-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;*/
@@ -432,13 +432,27 @@ div.news li {
}
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 {
color: #eef;
font-size: 9pt;
margin-bottom: -10px;
margin-top: 10px;
}
/*
div.news p:first-child {
@@ -755,7 +769,7 @@ input {
vertical-align: middle;
}
input[type=text], input[type=password] {
input[type=text] {
margin: 3px 5px 3px 5px;
vertical-align: middle;
}
@@ -765,7 +779,7 @@ select {
vertical-align: middle;
}
input[type=text], input[type=password] select {
input[type=text], select {
background: #001;
color: #eef;
border: 1px solid #99f;