Console themes: fix news headings.
This commit is contained in:
@ -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 {
|
||||||
|
@ -327,17 +327,12 @@ div.news {
|
|||||||
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;
|
||||||
color: #7b7;
|
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;
|
font-size: 7.5pt;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
-moz-box-shadow: 0 1px 5px #000;
|
-moz-box-shadow: 0 1px 5px #000;
|
||||||
-khtml-box-shadow: 0 1px 5px #000;
|
-khtml-box-shadow: 0 1px 5px #000;
|
||||||
box-shadow: 0 1px 5px #000;
|
box-shadow: 0 1px 5px #000;
|
||||||
min-width: 580px;
|
min-width: 590px;
|
||||||
/* height: 164px;
|
|
||||||
overflow-y: auto;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.news li {
|
div.news li {
|
||||||
@ -357,7 +352,12 @@ div.news li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.news h3 {
|
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 {
|
div.news h4 {
|
||||||
@ -865,7 +865,7 @@ input:active {
|
|||||||
color: #EE9;
|
color: #EE9;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], input[type=password] {
|
input[type=text] {
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #EE9;
|
color: #EE9;
|
||||||
margin: 5px 10px;
|
margin: 5px 10px;
|
||||||
@ -881,7 +881,7 @@ input[type=text], input[type=password] {
|
|||||||
box-shadow: inset 1px 1px 1px 0px #000;
|
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;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -368,10 +368,6 @@ div.news p {
|
|||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.news h3 {
|
|
||||||
text-align: left !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
div.news a:link{
|
div.news a:link{
|
||||||
color: #a30;
|
color: #a30;
|
||||||
@ -426,6 +422,22 @@ div.news li:first-child {
|
|||||||
margin-top: 10px !important;
|
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{
|
div.news h4 a{
|
||||||
color: #910 !important;
|
color: #910 !important;
|
||||||
@ -772,6 +784,7 @@ h2 {
|
|||||||
margin: 15px 0px 15px 0 !important;
|
margin: 15px 0px 15px 0 !important;
|
||||||
-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);
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
text-transform: uppercase;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -794,6 +807,8 @@ h3 {
|
|||||||
-moz-border-radius: 0 4px 4px 0;
|
-moz-border-radius: 0 4px 4px 0;
|
||||||
-khtml-border-radius: 0 4px 4px 0;
|
-khtml-border-radius: 0 4px 4px 0;
|
||||||
background: #ffe url('images/header.png') center center repeat-x !important;
|
background: #ffe url('images/header.png') center center repeat-x !important;
|
||||||
|
text-transform: uppercase;
|
||||||
|
text-shadow: 0px 0px 1px #77f;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
color: #000;
|
color: #000;
|
||||||
-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);
|
||||||
@ -866,7 +881,7 @@ button:active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.langbox img {
|
.langbox img {
|
||||||
opacity: 0.8 !important;
|
opacity: 0.7 !important;
|
||||||
-moz-box-shadow: 0 0 1px #447;
|
-moz-box-shadow: 0 0 1px #447;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -921,7 +936,7 @@ input:active {
|
|||||||
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
-moz-box-shadow: inset 0px 0px 0px 1px #f60;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], input[type=password] {
|
input[type=text] {
|
||||||
background: #ffe;
|
background: #ffe;
|
||||||
color: #001;
|
color: #001;
|
||||||
margin: 5px 10px 5px 10px;
|
margin: 5px 10px 5px 10px;
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user