MediaWiki:Common.css: verschil tussen versies

Uit Hackalot - Hackerspace Eindhoven
Naar navigatie springen Naar zoeken springen
(test)
 
(force update)
Regel 3: Regel 3:
 
}
 
}
  
.mw-head {
+
#mw-head {
 
   background: linear-gradient(to right, #834e98 0%, #834e98 80px, black 1px, black 81px, #e31e24 81px, #e31e24 100%);
 
   background: linear-gradient(to right, #834e98 0%, #834e98 80px, black 1px, black 81px, #e31e24 81px, #e31e24 100%);
 
}
 
}
Regel 20: Regel 20:
 
}
 
}
  
#mw-panel div.portal div.body ul li a {
+
#mw-panel a {
   color:white;
+
   color:white !imporant;
 
}
 
}
  
#mw-panel div.portal div.body ul li a:visited {
+
#mw-panel a:visited {
   color:white;
+
   color:white !important;
 
}
 
}
  
#mw-panel div.portal h3 {
+
#mw-panel h3 {
   color: #fecc00;
+
   color: #fecc00 !important;
   font-weight: bold;
+
   font-weight: bold !important;
 
}
 
}
  
#p-personal ul li a {
+
#p-personal a {
   color:white;
+
   color:white !important;
 
}
 
}
  
 
#p-personal a.new {
 
#p-personal a.new {
   color: white;
+
   color: white !important;
 
}
 
}

Versie van 24 okt 2017 13:50

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 !imporant;
}

#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;
}