Mitglied, WLM, Administratoren
1.978
Bearbeitungen
Herzlich Willkommen zum Mitglieder-Wiki von Wikimedia Österreich.
Für ein Benutzerkonto schreibe bitte an verein [at] wikimedia.at
(Test Common.css) |
(Positionstest coordinates) |
||
Zeile 1: | Zeile 1: | ||
/* Position coordinates | |||
* | |||
*/ | |||
#coordinates { | |||
position: absolute; | |||
z-index: 1; | |||
border: none; | |||
background: none; | |||
right: 0; | |||
top: 3.7em; | |||
float: right; | |||
margin: 0em; | |||
padding: 0em; | |||
padding-right: 30px; | |||
line-height: 1.5em; | |||
text-align: right; | |||
text-indent: 0; | |||
font-size: 85%; | |||
text-transform: none; | |||
white-space: nowrap; | |||
} | |||
/* | |||
* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» | |||
* zur semantischen Auszeichnung des Texts. Der Inhalt dieses | |||
* [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. | |||
*/ | |||
.geo { display: none;} | |||
Zeile 153: | Zeile 180: | ||
/* white-space: nowrap; */ | /* white-space: nowrap; */ | ||
/* } */ | /* } */ | ||