MediaWiki:Monobook.css: Unterschied zwischen den Versionen

K
CSS ist bullshit
(temp)
 
K (CSS ist bullshit)
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
body {
body {
   background: #4B9DBC url( https://hbc.hackmii.com/img/bub.png) 0 0;
   background: #4B9DBC url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) 0 0;
   background-repeat: repeat;
   background-repeat: repeat;
}
#globalWrapper {
background-image: url(https://wiki.wiidatabase.de/images/0/09/Wiki-bg.png) !important;
}
}


#p-personal li a {
#p-personal li a {
color: #fff;
  color: #fff;
}
}


#p-personal li a:hover {
#p-personal li a:hover {
color: #000;
  color: #000;
}
 
.portlet > h3 {
  color: #fff;
}
 
#footer {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
}
 
#f-list > li, #f-list > li > a {
  color: #fff;
}
 
#f-list > li > a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
}