MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Gronkh-Wiki
(.infobox.fluid) |
(Neues Mediawiki. Designfixes) |
||
Zeile 132: | Zeile 132: | ||
.lp-active { | .lp-active { | ||
background:#9DD12F; | background:#9DD12F; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #0645AD !important; | ||
+ | } | ||
+ | |||
+ | div.vectorTabs li a { | ||
+ | display: inline-block; | ||
+ | height: 1.9em; | ||
+ | background: #BBB; | ||
+ | padding-left: 0.5em; | ||
+ | padding-right: 0.5em; | ||
+ | color: #0645AD; | ||
+ | cursor: pointer; | ||
+ | font-size: 0.8em; | ||
+ | text-decoration: none !important; | ||
+ | padding: 6px 12px !important; | ||
+ | height: auto !important; | ||
+ | margin-left: 0; | ||
+ | border-top-left-radius: 5px; | ||
+ | border-top-right-radius: 5px; | ||
+ | -moz-border-radius-topleft: 5px; | ||
+ | -moz-border-radius-topright: 5px; | ||
} | } |
Version vom 17. Mai 2012, 11:36 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ blockquote cite { margin-left: 17px; font-style: normal; font-variant: small-caps; } #footer-info-viewcount { display: none; } .caption { font-size: 15pt; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF1A3), color-stop(0.01, #FFD600), color-stop(0.99, #F5A521), color-stop(1, #F9C87A) ); text-align: center; padding-left: 5px; padding-right: 5px; padding-bottom: 10px; padding-top: 10px; } .round { -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; } .box { width: 100%; margin-bottom: 14px; border-spacing: 2px; } .box td { padding: 8px 12px; } .box .box-title a { color: yellow !important; } .infobox { float: right; margin: 0 0 .75em 1.25em; width: 250px; border: 2px solid #ccc; border-spacing: 2px; } .infobox.fluid { float: left; margin:0 1em 1em 0; } .infobox td, .infobox th { padding: 3px 4px; } .infobox th.title { padding: 4px; text-align: center; vertical-align: middle; background: #ddd; } .infobox th { text-align: left; vertical-align: top; } .infoblock { margin: 15px 0; line-height: 1.5em; border: 2px solid #eee; width: 100%; } .infoblock.strong { border: 2px solid #ccc; background: #eee; } .infoblock.warnbox { border: 5px double #D80000; background: #FFF2BF; } .infoblock td.icon { padding: 8px; padding-right: 2px; } .infoblock td.content { padding: 8px; width: 100%; vertical-align: middle; } /* Übersicht Let's Plays - Tabelle */ table.letsplays { width:700px; } table.letsplays .dates-col { width:55px; } table.letsplays .episodes-col { width:60px; } table.letsplays .length-col { width:85px; } table.letsplays .dates { text-align:center; } table.letsplays .episodes, table.letsplays .length { text-align:right; } .lp-finished { background:#F06C47; } .lp-paused { background:#FCB058; } .lp-active { background:#9DD12F; } a:visited { color: #0645AD !important; } div.vectorTabs li a { display: inline-block; height: 1.9em; background: #BBB; padding-left: 0.5em; padding-right: 0.5em; color: #0645AD; cursor: pointer; font-size: 0.8em; text-decoration: none !important; padding: 6px 12px !important; height: auto !important; margin-left: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; }