MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 70: Zeile 70:
       float:right;
       float:right;
}
}
/*================================================================================
  BEGINN: Einklappbare Blockelemente (<div>) von Curilias
  Version 0.9 - 2008-07-24
*/
.ta_toggle {float:right;font-size:x-small;margin:2px;}
/*
  ENDE: Einklappbare Blockelemente (<div>) von Curilias
  ================================================================================*/

Aktuelle Version vom 26. Juli 2008, 13:11 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Einzelnachweise (Referenzen) kleiner darstellen */
ol.references {
    font-size: 100%;
}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    font-size: 75%;
}

 /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
       font-size: x-small;
       float:right;
}

/*================================================================================
  BEGINN: Einklappbare Blockelemente (<div>) von Curilias
  Version 0.9 - 2008-07-24
*/

 .ta_toggle {float:right;font-size:x-small;margin:2px;}

/*
  ENDE: Einklappbare Blockelemente (<div>) von Curilias
  ================================================================================*/