Rad 11: Rad 11:
 
     background-color: #FDFAF2;
 
     background-color: #FDFAF2;
 
}
 
}
 +
 +
/* Tabs */
 +
 +
.vectorTabs {
 +
  background: none !important;
 +
  border-left: 1px solid #73abe6 !important;
 +
  padding: 0 !important;
 +
}
 +
 +
.vectorMenu .menu ul {
 +
  background: #13202e;
 +
  border: 1px solid #73abe6;
 +
}
 +
 +
.vectorTabs li, .vectorMenu h5 a {
 +
  border: none;
 +
  background: none !important;
 +
  border-right: 1px solid #73abe6 !important;
 +
}
 +
 +
.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
 +
  background: none !important;
 +
}
 +
 +
.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a { color: #ffaa00 !important; }
 +
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #c1c1c1 !important; font-weight: bold; }
 +
.vectorTabs li.selected { border-bottom: 1px solid #13202e; }
 +
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }

Versionen från 31 augusti 2013 kl. 16.50

/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */
body {
    background: url("http://anor.bruse.com/templates/BrusesAnor/img/cardboard-bg.jpg") scroll left top #000000;
}
#mw-page-base {
    background: url("http://anor.bruse.com/templates/BrusesAnor/img/cardboard-bg.jpg") scroll left top #000000;
    background-color: transparent;
}

div#content {
    background-color: #FDFAF2;
}

/* Tabs */
 
.vectorTabs {
  background: none !important;
  border-left: 1px solid #73abe6 !important;
  padding: 0 !important;
}
 
.vectorMenu .menu ul {
  background: #13202e;
  border: 1px solid #73abe6;
}
 
.vectorTabs li, .vectorMenu h5 a {
  border: none;
  background: none !important;
  border-right: 1px solid #73abe6 !important;
}
 
.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
  background: none !important;
}
 
.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a { color: #ffaa00 !important; }
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #c1c1c1 !important; font-weight: bold; }
.vectorTabs li.selected { border-bottom: 1px solid #13202e; }
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }