Rad 34: Rad 34:
 
   border: none !important;
 
   border: none !important;
 
   background: none ;
 
   background: none ;
   border-right: 1px solid #4D432B !important;
+
   border-right: 1px solid #4D432B ;
 
}
 
}
 
   
 
   
Rad 41: Rad 41:
 
}
 
}
 
   
 
   
.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a { color: #ffaa00 !important; }
+
.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a {
.vectorTabs li.new span, .vectorTabs li.new a { color: #f14a30 !important; }
+
    color: #ffaa00 !important;  
.vectorTabs li.selected span, .vectorTabs li.selected a { color: #333366 !important; font-weight: bold; background-color: #FDFAF2; }
+
}
 +
.vectorTabs li.new span, .vectorTabs li.new a {
 +
    color: #f14a30 !important;  
 +
}
 +
.vectorTabs li.selected span, .vectorTabs li.selected a {
 +
    color: #333366 !important;
 +
    font-weight: bold;
 +
    background-color: #FDFAF2;  
 +
}
 
.vectorTabs li.selected {
 
.vectorTabs li.selected {
 
     border-top: 1px solid #4D432B !important;  
 
     border-top: 1px solid #4D432B !important;  

Versionen från 31 augusti 2013 kl. 19.36

/* 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 #e8e2d4;
}

/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
  background: none !important;
}

#content {
  background-color: #FDFAF2;
  border: 1px solid #4D432B !important;
  border-right: none !important;
}
div#content {
  background-color: #FDFAF2;
}

/* Tabs */
 
.vectorTabs {
  background: none !important ;
  border-left: 1px solid #4D432B !important;
  padding: 0 !important;
}
 
.vectorMenu .menu ul {
  background: #FDFAF2;
  border: 1px solid #4D432B;
}
 
.vectorTabs li, .vectorMenu h5 a {
  border: none !important;
  background: none ;
  border-right: 1px solid #4D432B ;
}
 
.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.new span, .vectorTabs li.new a {
    color: #f14a30 !important; 
}
.vectorTabs li.selected span, .vectorTabs li.selected a {
    color: #333366 !important;
    font-weight: bold;
    background-color: #FDFAF2; 
}
.vectorTabs li.selected {
    border-top: 1px solid #4D432B !important; 
    border-bottom: none !important;
    background-color: #FDFAF2 !important;
}