MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus kathPedia
Zur Navigation springenZur Suche springen
Zeile 1: Zeile 1:
 
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
 
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
 +
 +
/* Absolute Positionierungen */
 +
 +
/* Koordinaten-Vorlagen: */
 +
 +
#coordinates_3_ObenRechts {
 +
    display: inline;
 +
}
 +
 +
#coordinates {
 +
  display: inline;
 +
  position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
 +
  padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
 +
}
  
 
/* Do not expand georeferencing URLs for printing */
 
/* Do not expand georeferencing URLs for printing */

Version vom 18. Oktober 2008, 22:36 Uhr

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

/* Absolute Positionierungen */

/* Koordinaten-Vorlagen: */
 
#coordinates_3_ObenRechts {
    display: inline;
}
 
#coordinates {
   display: inline;
   position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
   padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
}

/* Do not expand georeferencing URLs for printing */
 
#content span.coordinates a.external.text:after, #content span.coordinates a.external.autonumber:after { content: ""; }
#content div.coordinates a.external.text:after, #content div.coordinates a.external.autonumber:after { content: ""; }

/* Skinabhängige absolute Positionierungen ausblenden */
 
 #coordinates_3_ObenRechts, #issnlink, #editcount, #shortcut, #artikelstadium {
    display: none;
 }