Change colors to green
This commit is contained in:
@@ -90,25 +90,25 @@ a:hover { color: #D31141; }
|
||||
}
|
||||
|
||||
.headerbar, .forumbg {
|
||||
background-color: #12A3EB;
|
||||
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
|
||||
background-image: linear-gradient(to bottom, #6ACEFF 0%,#0076B1 2px,#12A3EB 92px,#12A3EB 100%);
|
||||
background-color: #19A70C;
|
||||
background-image: -webkit-linear-gradient(top, #71D220 0%, #0a7d00 2px, #19A70C 92px, #19A70C 100%);
|
||||
background-image: linear-gradient(to bottom, #71D220 0%,#0a7d00 2px,#19A70C 92px,#19A70C 100%);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.forabg {
|
||||
background-color: #0076B1;
|
||||
background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%);
|
||||
background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%);
|
||||
background-color: #0a7d00;
|
||||
background-image: -webkit-linear-gradient(top, #71D220 0%, #19A70C 2px, #0a7d00 92px, #0a7d00 100%);
|
||||
background-image: linear-gradient(to bottom, #71D220 0%,#19A70C 2px,#0a7d00 92px,#0a7d00 100%);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #CADCEB;
|
||||
background-color: #C8ECC0;
|
||||
}
|
||||
|
||||
.panel {
|
||||
background-color: #ECF1F3;
|
||||
background-color: #EDF3EC;
|
||||
color: #28313F;
|
||||
}
|
||||
|
||||
@@ -121,23 +121,23 @@ a:hover { color: #D31141; }
|
||||
}
|
||||
|
||||
.bg1 {
|
||||
background-color: #ECF3F7;
|
||||
background-color: #EEF7EC;
|
||||
}
|
||||
|
||||
table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
|
||||
background-color: #ECF3F7;
|
||||
background-color: #EEF7EC;
|
||||
}
|
||||
|
||||
.bg2 {
|
||||
background-color: #E1EBF2;
|
||||
background-color: #E3F2E1;
|
||||
}
|
||||
|
||||
table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||
background-color: #E1EBF2;
|
||||
background-color: #E3F2E1;
|
||||
}
|
||||
|
||||
.bg3 {
|
||||
background-color: #CADCEB;
|
||||
background-color: #C8ECC0;
|
||||
}
|
||||
|
||||
.ucprowbg {
|
||||
@@ -149,7 +149,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||
}
|
||||
|
||||
.site_logo {
|
||||
background-image: url("./images/site_logo.gif");
|
||||
background-image: url("./images/tlw_logo.png");
|
||||
}
|
||||
|
||||
/* Horizontal lists
|
||||
@@ -250,19 +250,19 @@ dl.details dd {
|
||||
}
|
||||
|
||||
.jumpbox-cat-link {
|
||||
background-color: #0076b1;
|
||||
border-top-color: #0076B1;
|
||||
background-color: #0a7d00;
|
||||
border-top-color: #0a7d00;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.jumpbox-cat-link:hover {
|
||||
background-color: #12A3EB;
|
||||
border-top-color: #12A3EB;
|
||||
background-color: #19A70C;
|
||||
border-top-color: #19A70C;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.jumpbox-forum-link {
|
||||
background-color: #E1EBF2;
|
||||
background-color: #E3F2E1;
|
||||
}
|
||||
|
||||
.jumpbox-forum-link:hover {
|
||||
@@ -270,11 +270,11 @@ dl.details dd {
|
||||
}
|
||||
|
||||
.jumpbox .dropdown .pointer-inner {
|
||||
border-color: #E1EBF2 transparent;
|
||||
border-color: #E3F2E1 transparent;
|
||||
}
|
||||
|
||||
.jumpbox-sub-link {
|
||||
background-color: #E1EBF2;
|
||||
background-color: #E3F2E1;
|
||||
}
|
||||
|
||||
.jumpbox-sub-link:hover {
|
||||
@@ -319,10 +319,10 @@ Colours and backgrounds for content.css
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
ul.forums {
|
||||
background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #D2E0EB 0%, #EEF5F9 100%);
|
||||
background-image: linear-gradient(to bottom, #D2E0EB 0%,#EEF5F9 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */
|
||||
background-color: #ddffcc; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #C8ECC0 0%, #ddffcc 100%);
|
||||
background-image: linear-gradient(to bottom, #C8ECC0 0%,#ddffcc 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8ECC0', endColorstr='#ddffcc',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
ul.topiclist li {
|
||||
@@ -783,22 +783,22 @@ ul.cplist {
|
||||
/* CP tabbed menu
|
||||
----------------------------------------*/
|
||||
.tabs .tab > a {
|
||||
background: #BACCD9;
|
||||
color: #536482;
|
||||
background: #C1DEC1;
|
||||
color: #425382;
|
||||
}
|
||||
|
||||
.tabs .tab > a:hover {
|
||||
background: #DDEDFB;
|
||||
background: #DEFBDD;
|
||||
color: #D31141;
|
||||
}
|
||||
|
||||
.tabs .activetab > a,
|
||||
.tabs .activetab > a:hover {
|
||||
background-color: #CADCEB; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
|
||||
background-image: linear-gradient(to bottom, #E2F2FF 0%,#CADCEB 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
|
||||
border-color: #CADCEB;
|
||||
background-color: #C8ECC0; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #E4FFE2 0%, #C8ECC0 100%);
|
||||
background-image: linear-gradient(to bottom, #E4FFE2 0%,#C8ECC0 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4FFE2', endColorstr='#C8ECC0',GradientType=0 ); /* IE6-9 */
|
||||
border-color: #C8ECC0;
|
||||
box-shadow: 0 1px 1px #F2F9FF inset;
|
||||
color: #333333;
|
||||
}
|
||||
@@ -810,7 +810,7 @@ ul.cplist {
|
||||
/* Mini tabbed menu used in MCP
|
||||
----------------------------------------*/
|
||||
.minitabs .tab > a {
|
||||
background-color: #E1EBF2;
|
||||
background-color: #E3F2E1;
|
||||
}
|
||||
|
||||
.minitabs .activetab > a,
|
||||
@@ -835,17 +835,17 @@ ul.cplist {
|
||||
/* Link styles for the sub-section links */
|
||||
.navigation a {
|
||||
color: #333;
|
||||
background: #CADCEB; /* Old browsers */ /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
|
||||
background: linear-gradient(to right, #B4C4D1 50%,#CADCEB 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#CADCEB',GradientType=1 ); /* IE6-9 */
|
||||
background: #C8ECC0; /* Old browsers */ /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(left, #B4C4D1 50%, #C8ECC0 100%);
|
||||
background: linear-gradient(to right, #B4C4D1 50%,#C8ECC0 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#C8ECC0',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.rtl .navigation a {
|
||||
background: #B4C4D1; /* Old browsers */ /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(left, #CADCEB 50%, #B4C4D1 100%);
|
||||
background: linear-gradient(to right, #CADCEB 50%,#B4C4D1 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#B4C4D1',GradientType=1 ); /* IE6-9 */
|
||||
background: -webkit-linear-gradient(left, #C8ECC0 50%, #B4C4D1 100%);
|
||||
background: linear-gradient(to right, #C8ECC0 50%,#B4C4D1 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8ECC0', endColorstr='#B4C4D1',GradientType=1 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.navigation a:hover {
|
||||
@@ -887,7 +887,7 @@ ul.cplist {
|
||||
|
||||
/* Friends list */
|
||||
.cp-mini {
|
||||
background-color: #EEF5F9;
|
||||
background-color: #ddffcc;
|
||||
}
|
||||
|
||||
dl.mini dt {
|
||||
@@ -1111,9 +1111,9 @@ input.disabled {
|
||||
|
||||
.dropdown-extended .header {
|
||||
background-color: #F1F8FF; /* Old browsers */ /* FF3.6+ */
|
||||
background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
|
||||
background-image: linear-gradient(to bottom, #F1F8FF 0%,#CADCEB 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#CADCEB',GradientType=0 ); /* IE6-9 */
|
||||
background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #C8ECC0 100%);
|
||||
background-image: linear-gradient(to bottom, #F1F8FF 0%,#C8ECC0 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F8FF', endColorstr='#C8ECC0',GradientType=0 ); /* IE6-9 */
|
||||
}
|
||||
|
||||
.dropdown .pointer {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
html {
|
||||
font-size: 100%;
|
||||
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
|
||||
height: 101%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -11,7 +11,7 @@ body {
|
||||
font-size: 10px;
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
padding: 12px 0;
|
||||
padding: 0;
|
||||
word-wrap: break-word;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
@@ -177,8 +177,8 @@ a:hover { text-decoration: underline; }
|
||||
|
||||
.site_logo {
|
||||
display: inline-block;
|
||||
width: 149px;
|
||||
height: 52px;
|
||||
width: 45px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
/* Site description and logo */
|
||||
|
||||
Reference in New Issue
Block a user