Midnight twickery.
This commit is contained in:
@ -238,6 +238,18 @@ div.routersummary a {
|
|||||||
line-height: 105%;
|
line-height: 105%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.routersummary img:first-child {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.routersummary img:hover:first-child {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.routersummary table img {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
div.routersummary tr {
|
div.routersummary tr {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
@ -321,6 +333,7 @@ div.main {
|
|||||||
/* -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;*/
|
||||||
|
background: #000 url(images/scarface.jpg) right bottom no-repeat !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main ul {
|
div.main ul {
|
||||||
@ -457,7 +470,7 @@ div.news hr {
|
|||||||
div.confignav {
|
div.confignav {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
background: #000018;
|
background: #000018;
|
||||||
margin: -17px -16px 0 -16px;
|
margin: -16px -16px 0 -16px;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
-moz-box-shadow: inset 0px 0px 4px 2px #00000A;
|
-moz-box-shadow: inset 0px 0px 4px 2px #00000A;
|
||||||
}
|
}
|
||||||
@ -539,7 +552,7 @@ h1 {
|
|||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
padding: 15px 10px 16px 10px;
|
padding: 16px 10px 16px 10px;
|
||||||
margin: 5px 5px 0 200px;
|
margin: 5px 5px 0 200px;
|
||||||
line-height: 93%;
|
line-height: 93%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Reference in New Issue
Block a user