MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Privatsphäre.at
Zur Navigation springen Zur Suche springen
 
(27 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. */
 +
 +
/* Hide "Versionsgeschichte" (view history) */
 +
#ca-history { display:none!important; }
  
 
body {
 
body {
Zeile 7: Zeile 10:
  
  
/* HEADER (with search field) */
+
/* HEADER (top range with tabs and search field) */
 
div#mw-head {
 
div#mw-head {
 
   background-color: #F2F9F9;
 
   background-color: #F2F9F9;
Zeile 20: Zeile 23:
  
 
.mw-body h1 {
 
.mw-body h1 {
 +
  margin-top: 28px;
 
   color: #F2F9F9;
 
   color: #F2F9F9;
 
   /* font-weight: bold; */
 
   /* font-weight: bold; */
   border-bottom: 1px solid #F2F9F9;
+
   border-bottom: none;
 
}
 
}
  
 
.mw-body h2 {
 
.mw-body h2 {
 +
  margin-top: 36px; margin-bottom: 12px;
 
   color: #008080;
 
   color: #008080;
 +
  font-size: 1.4em;
 
   border-bottom: 1px solid #008080;
 
   border-bottom: 1px solid #008080;
 
}
 
}
  
 
.mw-body h3 {
 
.mw-body h3 {
 +
  margin-top: 18px;
 
   font-size: 1.00em;
 
   font-size: 1.00em;
 
   color: #008080;
 
   color: #008080;
 +
}
 +
 +
#toc, .toc {
 +
  background-color: transparent;
 +
  border: 1px solid #F2F9F9;
 +
}
 +
 +
li {
 +
  margin-top:6px;
 
}
 
}
  

Aktuelle Version vom 25. September 2019, 13:25 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/* Hide "Versionsgeschichte" (view history) */
#ca-history { display:none!important; }

body {
  /* background-color: #008080; */
  background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9;
}


/* HEADER (top range with tabs and search field) */
div#mw-head {
  background-color: #F2F9F9;
}

/* CONTENT */
.mw-body {
  /* background-color: #008080; */
  background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9;
  border-color: #008080;
}

.mw-body h1 {
  margin-top: 28px;
  color: #F2F9F9;
  /* font-weight: bold; */
  border-bottom: none;
}

.mw-body h2 {
  margin-top: 36px; margin-bottom: 12px;
  color: #008080;
  font-size: 1.4em;
  border-bottom: 1px solid #008080;
}

.mw-body h3 {
  margin-top: 18px;
  font-size: 1.00em;
  color: #008080;
}

#toc, .toc {
  background-color: transparent;
  border: 1px solid #F2F9F9;
}

li {
  margin-top:6px;
}

div#footer {
  /* background-color: #008080; 
  background: url('images/bg_body_gradient.png') repeat-x fixed left top #F2F9F9; */
}