MediaWiki:Common.css: verschil tussen versies

Uit Hackalot - Hackerspace Eindhoven
Naar navigatie springen Naar zoeken springen
(force update)
k (cant type)
Regel 21: Regel 21:
  
 
#mw-panel a {
 
#mw-panel a {
   color:white !imporant;
+
   color:white !important;
 
}
 
}
  

Versie van 24 okt 2017 13:51

body {
  background: linear-gradient(to right, #e31e24 0%, #e31e24 80px, black 1px, black 81px, #834e98 81px, #834e98 100%);
}

#mw-head {
  background: linear-gradient(to right, #834e98 0%, #834e98 80px, black 1px, black 81px, #e31e24 81px, #e31e24 100%);
}

/* klein scherm */
#p-logo a {
  height: 171px !important;
}

/* groot scherm */
@media screen and (min-width: 982px) {
  #p-logo a {
    height: 168px !important;
    margin-left: -7px;
  }
}

#mw-panel a {
  color:white !important;
}

#mw-panel a:visited {
  color:white !important;
}

#mw-panel h3 {
  color: #fecc00 !important;
  font-weight: bold !important;
}

#p-personal a {
  color:white !important;
}

#p-personal a.new {
  color: white !important;
}