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