News (06 Aug 2024): Das Wiki läuft jetzt auf einem neuen Server. Aufgrund eines Upgrades von PHP mussten die Wiki-Software und die DPL-Erweiterung aktualisiert werden. Bitte meldet Fehler auf der Hauptseiten-Diskussion.
MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus GuildWiki
Zur Navigation springenZur Suche springen
(tipp von flece umgesetzt) |
Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
/* Vorlage:Infobox_Fertigkeit_Kr */ | /* Vorlage:Infobox_Fertigkeit_Kr */ | ||
.InfoboxKr | |||
{ | { | ||
position: relative; | position: relative; | ||
Zeile 21: | Zeile 21: | ||
} | } | ||
.InfoboxKrBild | |||
{ | { | ||
position: absolute; | position: absolute; | ||
Zeile 29: | Zeile 29: | ||
} | } | ||
.InfoboxKrRahmen | |||
{ | { | ||
position:absolute; | position:absolute; | ||
Zeile 41: | Zeile 41: | ||
} | } | ||
.InfoboxKrName | |||
{ | { | ||
display: block; | display: block; | ||
Zeile 93: | Zeile 93: | ||
} | } | ||
.InfoboxKrReiter big | |||
{ | { | ||
font-size: 10pt !important; | font-size: 10pt !important; | ||
} | } | ||
.InfoboxKrReiter, .InfoboxKrReiterK | |||
{ | { | ||
width: auto; | width: auto; | ||
Zeile 115: | Zeile 115: | ||
} | } | ||
.InfoboxKrReiterK | |||
{ | { | ||
visibility: hidden; | visibility: hidden; |
Version vom 15. April 2008, 17:40 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Vorlage:En-Interwikidummyhack */ div#p-lang { display: none !important; } /* Vorlage:Infobox_Fertigkeit_Kr */ .InfoboxKr { position: relative; margin: 1px 0px; border-left: none !important; border-right: none !important; padding: 0; min-height: 70px; border: 1px solid #bbb; } .InfoboxKrBild { position: absolute; top: 2px; left: 0px; padding: 1px; } .InfoboxKrRahmen { position:absolute; top: 2px; left: 0px; width: 64px; height: 64px; -moz-border-radius: 4px; -moz-border-radius-topright: 0; border: 1px solid #bbb; } .InfoboxKrName { display: block; position: absolute; left: 65px; top: 2px; margin-top: 2px; margin-bottom: 1px; width: 300px; border-left: none; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; font-weight: bold; padding: 0 5px; margin-top: 0; padding-bottom: 1px; border: 1px solid #bbb; background-color: #ddd; } p.InfoboxKrNameDummy { margin-bottom: 1px; } div.InfoboxKrHeightHack { float: left; height: 43px; width: 1px; } div.InfoboxKrClear { clear: left; } p.InfoboxKrText { margin: 0; padding-left: 69px; padding-bottom: 2px; } div.InfoboxKrReiterleiste { width: auto; position:absolute; top: 0; right: 0; } .InfoboxKrReiter big { font-size: 10pt !important; } .InfoboxKrReiter, .InfoboxKrReiterK { width: auto; margin-left: 2px; border-top: none !important; text-align: right; padding-bottom: 1px; float: right; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; border: 1px solid #bbb; background-color: #ddd; text-align:center; padding: 0 4px; width: 38px; } .InfoboxKrReiterK { visibility: hidden; } font.InfoboxKrZahl { vertical-align: middle; } /* Vorlage:Infobox_Fertigkeit_Kr-Farben */ .KriegerH { border: 1px solid #fd6; } .KriegerV { background-color: #fe8; border: 1px solid #fd6; } .WaldlaeuferH { border: 1px solid #ae5; } .WaldlaeuferV { background-color: #cf9; border: 1px solid #ae5; } .MoenchH { border: 1px solid #69e; } .MoenchV { background-color: #acf; border: 1px solid #69e; } .NekromantH { border: 1px solid #3e8; } .NekromantV { background-color: #9fc; border: 1px solid #3e8; } .MesmerH { border: 1px solid #b6e; } .MesmerV { background-color: #daf; border: 1px solid #b6e; } .ElementarmagierH { border: 1px solid #e77; } .ElementarmagierV { background-color: #fbb; border: 1px solid #e77; } .AssassineH { border: 1px solid #e8d; } .AssassineV { background-color: #fce; border: 1px solid #e8d; } .RitualistH { border: 1px solid #8ee; } .RitualistV { background-color: #bff; border: 1px solid #8ee; } .ParagonH { border: 1px solid #ea6; } .ParagonV { background-color: #fc9; border: 1px solid #ea6; } .DerwischH { border: 1px solid #bbe; } .DerwischV { background-color: #ddf; border: 1px solid #bbe; } /* Modded by Redeemer */