|
|
(16 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| body{
| | /* CSS placed here will affect this user of the Vector skin */ |
| background:#282828;
| |
| }
| |
| | |
| div.vectorTabs li.selected a,
| |
| div.vectorTabs li.selected a span,
| |
| div.vectorTabs li.selected a:visited,
| |
| div.vectorTabs li.selected a:visited span
| |
| {
| |
| color:#FFFFFF;
| |
| font-weight:bold;
| |
| }
| |
| | |
| div.vectorTabs li a,
| |
| div.vectorTabs li a span,
| |
| div.vectorTabs li a:visited,
| |
| div.vectorTabs li a:visited span
| |
| {
| |
| color:#CCCCCC;
| |
| font-weight:bold;
| |
| }
| |
| | |
| div#content{
| |
| background:#AFAFAF;
| |
| color:#FFFFFF;
| |
| }
| |
| | |
| a.visited{
| |
| color:#006ECB;
| |
| }
| |
| | |
| a{
| |
| color:#47B9EA;
| |
| }
| |
| | |
| div.vectorTabs ul li.selected{
| |
| background: #000000;
| |
| background: -moz-linear-gradient(center top,#CC0000,#282828);
| |
| background: -webkit-linear-gradient(top,#CC0000,#282828);
| |
| background: -o-linear-gradient(top,#CC0000,#282828);
| |
| background: -ms-linear-gradient(top,#CC0000,#282828);
| |
| background: linear-gradient(top,#CC0000,#282828;
| |
| color: #DFDFDF;
| |
| }
| |
| | |
| div.vectorTabs ul li{
| |
| background: #000000;
| |
| background: -moz-linear-gradient(center top,#C0C0C0,#282828);
| |
| background: -webkit-linear-gradient(top,#C0C0C0,#282828);
| |
| background: -o-linear-gradient(top,#C0C0C0,#282828);
| |
| background: -ms-linear-gradient(top,#C0C0C0,#282828);
| |
| background: linear-gradient(top,#C0C0C0,#282828;
| |
| color: #C0C0C0;
| |
| }
| |
| | |
| #firstHeading {
| |
| color: #CCCCCC;
| |
| }
| |
| | |
| h1,
| |
| h2,
| |
| h3,
| |
| h4,
| |
| h5,
| |
| h6{
| |
| color: #CCCCCC;
| |
| border-bottom: #CCCCCC;
| |
| }
| |
| | |
| #editform, #toolbar, #wpTextbox1 {
| |
| color: #000000;
| |
| }
| |