MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus BDO-Wiki
Cassjo (Diskussion | Beiträge) |
Cassjo (Diskussion | Beiträge) |
||
Zeile 139: | Zeile 139: | ||
cellpadding: 5; | cellpadding: 5; | ||
cellspacing: 0; | cellspacing: 0; | ||
− | margin: | + | margin: 0px 0px 5px 0px; |
} | } | ||
.questlist_cell_middle { | .questlist_cell_middle { | ||
Zeile 149: | Zeile 149: | ||
cellpadding: 5; | cellpadding: 5; | ||
cellspacing: 0; | cellspacing: 0; | ||
− | margin: | + | margin: 0px 0px 5px 0px; |
} | } | ||
.questlist_cell_end { | .questlist_cell_end { | ||
Zeile 159: | Zeile 159: | ||
cellpadding: 5; | cellpadding: 5; | ||
cellspacing: 0; | cellspacing: 0; | ||
− | margin: | + | margin: 0px 0px 5px 0px; |
} | } |
Version vom 14. Dezember 2018, 18:52 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Hauptseitenhintergrund ersetzen */ body { background: #888888; } /* stop background image from scrolling with content area */ body { background-attachment: fixed; } /* Artikelseitenhintergrund ersetzen */ #bodyContent { background: #dddddd; } /* Artikelseitenrahmen ersetzen */ #content { background: #dddddd!important; } /* Kategorienzeile ersetzen */ #catlinks { background: #aaaaaa; } */ /* Farbe angewählter Tabs ändern */ #p-cactions ul li.selected a { background: #dddddd; } /* Farbe nicht angewählter Tabs ändern */ #p-cactions ul li a { background: #999999; } /* Rahmenfarbe angewählter Tabs ändern */ #p-cactions li.selected { border-color: #aaaaaa; } /* Rahmenfarbe nicht angewählter Tabs ändern */ #p-cactions li { border-color: #777777; } /* Unterer Tab-Rahmen verschwindet nicht beim "drüberfahren" */ #p-cactions li a:hover { z-index: 0; text-decoration: none; } #p-cactions li.selected a:hover { z-index: 3; } /* Schaltet den "Beitrag wurde gespeichert"-Hinweis ab, der nach jeder Änderung auftaucht. */ .postedit { display: none !important; } /* Seiten-footer */ div#footer { background: #dddddd; height: 27px; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #aaaaaa; margin: .6em 0 1em 0; overflow: hidden; padding: .4em 0 .3em 0; text-align: center; font-size: 90%; } /* Sidebar (Navigationsmenü) */ .pBody { font-size: 95%; background: #dddddd; color: black; border-collapse: collapse; border: 1px solid #B62222; border-width: 4px 0px 0px 0px; padding: 0 .8em .3em .5em; } /* ** Sidebar-Header (Navigationsmenü) */ .portlet { background: #222222; } /* Header Schriftfarbe */ .portlet h3 { background-image: url(images/d/d4/Icon_black_spirit_big.png); background-size: 16px; background-position: top left; background-repeat: no-repeat; padding-left: 25px; color: #ffffff; font-size: 14px; font-weight: bold; } /* Logo-Hintergrund */ #p-logo { background: transparent; } /* Black Spirit Hint Table */ .bs_hint_main { background-image: url(images/c/cb/Black_spirit_hint_bubble_main.png); background-repeat: no-repeat; background-position: top right; } .bs_hint_top-left { background-image: url(images/7/7b/Black_spirit_hint_bubble_top_left.png); background-repeat: no-repeat; background-position: top; } .bs_hint_top { background-image: url(images/0/03/Black_spirit_hint_bubble_top.png); background-repeat: repeat-x; background-position: top; } .bs_hint_top-right { background-image: url(images/c/c0/Black_spirit_hint_bubble_top_right.png); background-repeat: no-repeat; background-position: top; } .bs_hint_left { background-image: url(images/1/13/Black_spirit_hint_bubble_left.png); background-repeat: repeat-y; background-position: top; } .bs_hint_center { background-image: url(images/7/7e/Black_spirit_hint_bubble_center.png); background-repeat: repeat; background-position: top; } .bs_hint_right { background-image: url(images/9/9d/Black_spirit_hint_bubble_right.png); background-repeat: repeat-y; background-position: top; } .bs_hint_down-left { background-image: url(images/3/3c/Black_spirit_hint_bubble_down_left.png); background-repeat: no-repeat; background-position: top; } .bs_hint_down { background-image: url(images/8/87/Black_spirit_hint_bubble_down.png); background-repeat: repeat-x; background-position: top; } .bs_hint_down-right { background-image: url(images/9/9c/Black_spirit_hint_bubble_down_right.png); background-repeat: no-repeat; background-position: top; } /* Quest-Tabelle, runde Ecken */ .questlist_cell_start { background-color: #313136; border: 3px solid #525260; border-width: 3px 0px 3px 3px; -moz-border-radius: 10px 0px 0px 10px; border-radius: 10px 0px 0px 10px; cellpadding: 5; cellspacing: 0; margin: 0px 0px 5px 0px; } .questlist_cell_middle { background-color: #313136; border: 3px solid #525260; border-width: 3px 0px 3px 0px; -moz-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; cellpadding: 5; cellspacing: 0; margin: 0px 0px 5px 0px; } .questlist_cell_end { background-color: #313136; border: 3px solid #525260; border-width: 3px 3px 3px 0px; -moz-border-radius: 0px 10px 10px 0px; border-radius: 0px 10px 10px 0px; cellpadding: 5; cellspacing: 0; margin: 0px 0px 5px 0px; }