MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Kempedia
Zur Navigation springenZur Suche springen
Zeile 9: Zeile 9:
 
     line-height: 1.6;
 
     line-height: 1.6;
 
}
 
}
 +
 +
 +
.Person {font-variant: small-caps; }
 +
 +
/*
 +
p:first-of-type:first-letter {
 +
  font-size: 200%;
 +
  color: red
 +
  font-weight: bold;
 +
}
 +
*/
 +
 +
.mw-body-content {
 +
  ..border-left:none;
 +
  ..background-color:rgb(245,245,245) ;
 +
  ..padding:    0;
 +
}
 +
 +
.mw-body-content blockquote {
 +
  border-left: none;
 +
  background-color:rgb(245,245,245);
 +
  padding: 0;
 +
  margin-left: 20px
 +
}
 +
 +
.mw-body-content ul {
 +
  ..border-left:none;
 +
  ..background-color:#f3f3ff ;
 +
  ..padding:    0;
 +
}
 +
 +
.reference-text {        /* Fußnoten */
 +
  ...
 +
  }

Version vom 29. Juni 2021, 10:00 Uhr

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

/* Automatische Silbentrennung überall, soweit der browser sie unterstützt */
body {
    text-rendering: optimizeLegibility;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.6;
}


.Person {font-variant: small-caps; }

/*
p:first-of-type:first-letter {
  font-size: 200%;
  color: red
  font-weight: bold;
}
*/

.mw-body-content {
   ..border-left:none;
   ..background-color:rgb(245,245,245) ;
   ..padding:     0;
}

.mw-body-content blockquote {
   border-left: none;
   background-color:rgb(245,245,245);
   padding: 0;
   margin-left: 20px
}

.mw-body-content ul {
   ..border-left:none;
   ..background-color:#f3f3ff ;
   ..padding:     0;
}

.reference-text {        /* Fußnoten */
   ...
   }