Ändringar

1 733 togs bort ,  1 september 2013 kl. 11.32
Rad 1: Rad 1:  
/* CSS som skrivs här kommer att påverka alla användare av skalet Vector */
 
/* 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;
  −
}
  −
  −
div#content {
  −
  background-color: #FDFAF2;
  −
  border: 1px solid #4D432B !important;
  −
}
  −
  −
/* Tabs */
  −
  −
div.vectorTabs {
  −
  background: none !important ;
  −
  background-image: none !important;
  −
  border-right: 1px solid #4D432B !important;
  −
  padding: 0 !important;
  −
}
  −
  −
div.vectorMenu .menu ul {
  −
  background: #FDFAF2;
  −
  border: 1px solid #4D432B;
  −
}
  −
  −
div.vectorTabs li, .vectorMenu h5 a {
  −
  border: none !important;
  −
  background-image: none !important;
  −
  background: none !important;
  −
//  border-left: 1px solid #4D432B !important;
  −
  border-right: 1px solid #4D432B ;
  −
}
  −
  −
div.vectorTabs ul {
  −
  background: none !important ;
  −
  background-image: none !important;
  −
}
  −
  −
div.vectorTabs li, .vectorTabs li span, .vectorTabs li a {
  −
  background: none !important ;
  −
  background-image: none !important;
  −
}
  −
  −
div.vectorTabs li span, .vectorTabs li a, .vectorMenu .menu li a {
  −
    color: #f14a30 !important;
  −
    background-image: none !important;
  −
}
  −
div.vectorTabs li.new span, .vectorTabs li.new a {
  −
    color: #f14a30 !important;
  −
}
  −
div.vectorTabs li.selected span, .vectorTabs li.selected a {
  −
    color: #333366 !important;
  −
    background-image: none !important;
  −
    font-weight: bold;
  −
    background-color: #FDFAF2;
  −
}
  −
div.vectorTabs li.selected {
  −
    border-top: 1px solid #4D432B !important;
  −
    border-bottom: none !important;
  −
    background-image: none !important;
  −
    background-color: #FDFAF2 !important;
  −
    border-left: 1px solid #4D432B !important;
  −
    border-right: 1px solid #4D432B !important;
  −
}