MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Coldwar Games
Wechseln zu: Navigation, Suche
Zeile 15: Zeile 15:
 
padding-top: 100px;
 
padding-top: 100px;
 
}
 
}
 +
.list-type3 {
 +
width:600px; /* breite der liste */
 +
background:blue; /* hintergrundfarbe */
 +
color:#fff; /* textfarbe */
 +
}
 +
 +
 +
 +
 +
 +
  
 
/* Other stuff
 
/* Other stuff

Version vom 13. Dezember 2018, 09:06 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.navbar-brand img {
height: 70px;
width: 160px;
}
.navbar {
min-height: 85px;
vertical-align:baseline;
}
.navbar-default {
/* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
}
#contentwrapper {
padding-top: 100px;
}
.list-type3 {
width:600px; /* breite der liste */
background:blue; /* hintergrundfarbe */
color:#fff; /* textfarbe */
}







/* Other stuff
#mw-head {
line-height: 80px;
}
end of other stuff*/