MediaWiki:Common.css: Unterschied zwischen den Versionen
imported>Cid Highwind ("Articletype"-Stil, von MA/en kopiert) |
imported>Cid Highwind |
||
Zeile 13: | Zeile 13: | ||
** nach Rücksprache entfernen. | ** nach Rücksprache entfernen. | ||
*/ | */ | ||
− | div | + | /*********************************************************** |
− | + | ** Formatting for article type banners | |
− | + | */ | |
− | + | div#ma-article-type { | |
− | + | border-bottom:1px solid #444444; | |
− | + | background-position:top left; | |
− | + | text-align:right; | |
− | + | padding-top:1em; | |
− | + | padding-right:1em; | |
− | + | min-height:55px; | |
− | + | max-height:55px; | |
− | + | font-size:large; | |
+ | font-variant:small-caps; | ||
} | } | ||
− | div. | + | div.type-altreality { |
− | + | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/8/81/Articletype_alt_reality.png) no-repeat; | |
− | + | } | |
− | + | ||
+ | div.type-mirror { | ||
+ | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/d/dd/Articletype_mirror.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | div.type-realworld { | ||
+ | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/1/13/Articletype_realworld.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | div.type-multiple { | ||
+ | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/c/c8/Articletype_multiple.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | div.type-alttimeline { | ||
+ | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/c/c6/Articletype_alt_timeline.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | div.type-vision { | ||
+ | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/5/50/Articletype_vision.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | div.type-0401 { | ||
+ | background: #000000 url(http://images.wikia.com/memoryalpha/en/images/6/65/Spock%27s_beard.png) no-repeat; | ||
} | } |
Version vom 1. Dezember 2013, 22:44 Uhr
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/multi-column-layout.css?action=raw&ctype=text/css";
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/sidebar.css?action=raw&ctype=text/css";
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/navigation.css?action=raw&ctype=text/css";
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/icon.css?action=raw&ctype=text/css";
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/message.css?action=raw&ctype=text/css";
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/quote.css?action=raw&ctype=text/css";
@import "http://de.memory-alpha.org/wiki/MediaWiki:Fusion/stylesheets/misc.css?action=raw&ctype=text/css";
/***********************************************************
** DIV: ARTICLETYPE
** Für einen Test von [[Benutzer:D47h0r]], bitte nur
** nach Rücksprache entfernen.
*/
/***********************************************************
** Formatting for article type banners
*/
div#ma-article-type {
border-bottom:1px solid #444444;
background-position:top left;
text-align:right;
padding-top:1em;
padding-right:1em;
min-height:55px;
max-height:55px;
font-size:large;
font-variant:small-caps;
}
div.type-altreality {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/8/81/Articletype_alt_reality.png) no-repeat;
}
div.type-mirror {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/d/dd/Articletype_mirror.png) no-repeat;
}
div.type-realworld {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/1/13/Articletype_realworld.png) no-repeat;
}
div.type-multiple {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/c/c8/Articletype_multiple.png) no-repeat;
}
div.type-alttimeline {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/c/c6/Articletype_alt_timeline.png) no-repeat;
}
div.type-vision {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/5/50/Articletype_vision.png) no-repeat;
}
div.type-0401 {
background: #000000 url(http://images.wikia.com/memoryalpha/en/images/6/65/Spock%27s_beard.png) no-repeat;
}