MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Privatsphäre.at
Zur Navigation springen Zur Suche springen
 
Zeile 27: Zeile 27:
  
 
.mw-body h2 {
 
.mw-body h2 {
   margin-top: 18px; margin-bottom: 12px;
+
   margin-top: 12px; margin-bottom: 12px;
 
   color: #008080;
 
   color: #008080;
 
   font-size: 1.4em;
 
   font-size: 1.4em;
Zeile 34: Zeile 34:
  
 
.mw-body h3 {
 
.mw-body h3 {
   margin-top: 18px;
+
   margin-top: 12px;
 
   font-size: 1.00em;
 
   font-size: 1.00em;
 
   color: #008080;
 
   color: #008080;

Aktuelle Version vom 24. September 2019, 17:58 Uhr

/* Das folgende CSS wird für alle Nutzer der mobilen Ansicht geladen. */

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: 12px; margin-bottom: 12px;
  color: #008080;
  font-size: 1.4em;
  border-bottom: 1px solid #008080;
}

.mw-body h3 {
  margin-top: 12px;
  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; */
}