MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Coldwar Games
Wechseln zu: Navigation, Suche
 
(54 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 +
body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }
 
.navbar-brand img {
 
.navbar-brand img {
 
/* height: 80px;
 
/* height: 80px;
Zeile 5: Zeile 6:
 
height: 70px;
 
height: 70px;
 
width: 160px;
 
width: 160px;
 +
}
 +
.navbar-brand {
 +
min-height: 70px;
 
}
 
}
 
#navbar {
 
#navbar {
min-height: 85px;
+
min-height: 70px;
margin-top: 25px;
 
 
}
 
}
 
.navbar-header {
 
.navbar-header {
min-height: 85px;
+
height: 80px;
display:box;
 
box-pack:center;
 
box-align:center;
 
 
}
 
}
.nav {
+
.navbar-right {
min-height: 85px;
+
min-height: 70px;
display:box;
+
padding-top: 17px;
box-pack:center;
+
}
box-align:center;
+
.navbar-nav {
 +
min-height: 70px;
 
}
 
}
 
.navbar-default {
 
.navbar-default {
 
/* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
 
/* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
+
background-image: linear-gradient(to bottom,#333d40 0,#0E5654 100%);
 +
min-height: 70px;
 
}
 
}
 +
 
#contentwrapper {
 
#contentwrapper {
 
padding-top: 100px;
 
padding-top: 100px;
Zeile 40: Zeile 43:
 
}
 
}
 
.author-box div {
 
.author-box div {
background: #fff; /* hintergrundfarbe  background:#0E5654;*/
+
background: #ffffff; /* hintergrundfarbe  background:#0E5654;*/
color:#grey; /* textfarbe */
+
color: #293133; /* textfarbe */
border: 1px solid grey;
+
border: 2px
 +
border-color: #0E5654;
 
}
 
}
 
div.floatright {
 
div.floatright {
Zeile 51: Zeile 55:
 
}
 
}
 
body {
 
body {
background-color:#eeeeee;
+
background-color:#ffffff;
 
}
 
}
 
.sidebar-wrapper {
 
.sidebar-wrapper {
 
top: 120px;
 
top: 120px;
 +
}
 +
.headlineH1 {
 +
color: #293133;
 +
font-size: 40pt;
 +
font-style: normal;
 +
font-weight: bold;
 +
text-shadow: 1px 1px 1px #888888;
 
}
 
}
  

Aktuelle Version vom 13. Dezember 2018, 14:02 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body.page-Hauptseite.action-view h1.firstHeading, body.page-Hauptseite.action-submit h1.firstHeading { display: none; }
.navbar-brand img {
/* height: 80px;
width: 80px; */
height: 70px;
width: 160px;
}
.navbar-brand {
min-height: 70px;
}
#navbar {
min-height: 70px;
}
.navbar-header {
height: 80px;
}
.navbar-right {
min-height: 70px;
padding-top: 17px;
}
.navbar-nav {
min-height: 70px;
}
.navbar-default {
/* background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); */
background-image: linear-gradient(to bottom,#333d40 0,#0E5654 100%);
min-height: 70px;
}

#contentwrapper {
padding-top: 100px;
}
.list-type3 {
width:600px; /* breite der liste */
}
.list-type3 div {
background: #0E5654; /* hintergrundfarbe  background:#0E5654;*/
color:#fff; /* textfarbe */
}
.author-box {
width:600px; /* breite der liste */
}
.author-box div {
background: #ffffff; /* hintergrundfarbe  background:#0E5654;*/
color: #293133; /* textfarbe */
border: 2px
border-color: #0E5654;
}
div.floatright {
border:none;
}
div.floatleft{
border:none;
}
body {
background-color:#ffffff;
}
.sidebar-wrapper {
top: 120px;
}
.headlineH1 {
color: #293133;
font-size: 40pt;
font-style: normal;
font-weight: bold;
text-shadow: 1px 1px 1px #888888;
}








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