MediaWiki:Common.css: Unterschied zwischen den Versionen

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche
imported>Shisma
 
(137 dazwischenliegende Versionen von 8 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Wikia staff test: 1,2,3,4 */
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Quote.css&action=raw&ctype=text/css');
/***********************************************************
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Portable_infobox.css&action=raw&ctype=text/css');
** This CSS file contains all formatting information
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Sidebar.css&action=raw&ctype=text/css');
** for user-created formats on Memory Alpha.
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Navigation.css&action=raw&ctype=text/css');
**
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Multi-column-layout.css&action=raw&ctype=text/css');
** For formatting of any class used by the Mediawiki
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Icon.css&action=raw&ctype=text/css');
** engine, use [[Mediawiki:Monobook.css]].
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Message.css&action=raw&ctype=text/css');
**
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Misc.css&action=raw&ctype=text/css');
** NOTE: Styles in this file are defined to be compliant
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Hauptseite.css&action=raw&ctype=text/css');
** with Monobook, the standard skin. For use with other
+
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:CodeMirror.css&action=raw&ctype=text/css');
** skins, some or all of these might need to be redefined
 
** in the CSS file of that skin. -- Cid, 2006-05-18
 
*/
 
  
  
/***********************************************************
+
/*Wichtiges von Misc.css*/
** TABLE: WIKI-SIDEBAR
+
ins {
*/
+
   text-decoration: underline; }
table.wiki-sidebar {
 
border: 1px solid #666;
 
background-color: #222222;
 
color: inherit;
 
clear: right;
 
float: right;
 
width: 300px;
 
margin-left: 1.5em;
 
margin-right: 0em;
 
margin-bottom: 1.3em;
 
}
 
 
 
table.wiki-sidebar tr th {
 
background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png) repeat-x;
 
text-align: center;
 
font-weight: bold;
 
font-size:larger;
 
}
 
 
 
table.wiki-sidebar td {
 
line-height: 130%;
 
border:0;
 
font-size:smaller;
 
}
 
 
 
/*DEPRECATED: Use td.sb-left instead!*/
 
table.wiki-sidebar td.odd {
 
width: 35%;
 
font-weight: bold;
 
text-align: right;
 
}
 
 
 
table.wiki-sidebar td.sb-both {
 
text-align: center;
 
padding-left: 0;
 
padding-right: 0;
 
}
 
 
 
table.wiki-sidebar td.sb-both img {
 
display:block; /*force new line after img in sidebar */
 
border: 0px outset #888888;
 
margin: 0;
 
padding-left: 0;
 
padding-right: 0;
 
}
 
 
 
table.wiki-sidebar td.sb-left {
 
width: 33%;
 
font-weight: bold;
 
text-align: left;
 
vertical-align:top;
 
}
 
 
 
table.wiki-sidebar td.sb-right {
 
}
 
 
 
div.Sidebar{
 
border:1px solid #606060;
 
width:180px;
 
float:right;
 
clear:right;
 
background-color:#222222;
 
font-size:.9em;
 
padding:0.2em;
 
margin:.5em 0 1.2em 1.4em;
 
display:table
 
}
 
 
 
div.Sidebar dt{margin-left:.5em;}
 
 
 
div.Sidebar dd > div, div.Sidebar dd > div{margin-bottom:.5em}
 
 
 
div.Sidebar div.thumb{float:none; clear:none;margin:0;position:relative;}
 
 
 
div.Sidebar .thumbinner{border:none;margin:0; padding-left:1px !Important;padding-right:0 !Important;padding-top:1px !Important; width:auto !Important;}
 
 
 
div.Sidebar .thumbcaption{}
 
 
 
div.Sidebar .magnify,
 
div.Sidebar .thumbcaption{display:none;}
 
 
 
div.Sidebar + .thumb.tright{margin-top:-1.2em;border:none !Important}
 
 
 
div.Sidebar + .thumb.tright .thumbinner{border-left:1px solid #606060 !Important;border-right:1px solid #606060 !Important;border-bottom:1px solid #606060 !Important; border-top:none}
 
 
 
/***********************************************************
 
** TABLE: NAV-SIMPLE
 
*/
 
table.nav-simple {
 
width: auto;
 
clear: both;
 
background-color: #222222;
 
border: 1px solid #666;
 
margin: 1em auto 1em auto;
 
}
 
 
 
table.nav-simple tr th {
 
background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png) repeat-x;
 
text-align: center;
 
font-weight: bold;
 
}
 
 
 
table.nav-simple tr td {
 
background-color: transparent;
 
text-align: center;
 
font-size: smaller;
 
}
 
 
 
div.nav{
 
clear: both;
 
background-color: #2A2A2A;
 
border: 1px inset #999999;
 
padding: 5px;
 
text-align: center;
 
font-size:.9em;
 
width:85%;
 
margin:auto;
 
}
 
 
 
div.nav p{display:none}
 
 
 
div.nav dl{
 
position:relative;
 
}
 
 
 
div.nav dd{
 
margin-left: 0;
 
}
 
 
 
div.nav dt{
 
background-color:#660000;
 
color:#FFCC00;
 
height:1.6em;
 
}
 
 
 
div.nav dd dt{
 
background-color:transparent;
 
font-weight:bold;
 
color:white;
 
}
 
 
 
div.nav ul{padding:0; margin:0;}
 
div.nav li{display:inline; line-height:1.5em;}
 
div.nav li::before {content:" \A0|\A0\A0";}
 
div.nav li:first-child::before {content:"";}
 
 
 
div.nav .next, div.nav .prev{position:absolute; width:30%; top:0; overflow:hidden;}
 
 
 
div.nav .next{right:0;}
 
div.nav .prev{left:0;}
 
 
 
div.nav .next + dd, div.nav .prev + dd{position:absolute; width:30%; top:2em;}
 
 
 
div.nav .next + dd{right:5px;}
 
div.nav .prev + dd{left:5px;}
 
 
 
 
 
/***********************************************************
 
** TABLE: BROWSER
 
*/
 
table.browser {
 
width: 100%;
 
clear: both;
 
border: 1px solid #666;
 
background-color: #222222;
 
color: #FFFFFF;
 
}
 
table.browser td {
 
text-align: center;
 
width: 33%;
 
background: #222222;
 
border: 1px outset #888888;
 
line-height: 130%;
 
}
 
table.browser td.topic {
 
background-color: #222222;
 
border: none;
 
}
 
 
 
 
 
 
 
 
 
 
 
/***********************************************************
 
** TABLE: GREY
 
*/
 
table.grey {
 
border: 1px solid #666;
 
background-color: #222222;
 
color: #FFFFFF;
 
}
 
 
 
table.grey tr th, table.grey thead tr th {
 
color: #FFFFFF;
 
background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png) repeat-x;
 
text-align: left;
 
font-weight: bold;
 
}
 
 
 
table.grey td {
 
border: 1px outset #888888;
 
}
 
 
 
table.grey td, table.grey th{vertical-align:top}
 
 
 
 
 
 
 
 
 
 
 
/***********************************************************
 
** TABLE: MAINPAGE
 
*/
 
table.mainpage {
 
width: 100%;
 
background-color: #222222;
 
border: 1px solid #666;
 
}
 
 
 
table.mainpage tr td, table.mainpage tr th {
 
vertical-align: top;
 
padding: 4px;
 
width: 33%;
 
}
 
 
 
table.mainpage tr th {
 
background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png) repeat-x;
 
text-align: center;
 
font-weight: bold;
 
font-size: 1.2em;
 
}
 
 
 
 
 
 
 
 
 
 
 
/***********************************************************
 
** TABLE: FORUMLIST
 
*/
 
table.forumlist {
 
width: 100%;
 
background-color: #222222;
 
border: 1px solid #666;
 
}
 
table.forumlist tr th, table.forumlist thead tr th {
 
color: inherit;
 
background: #000000 url(http://images.wikia.com/memoryalpha/eo/images/f/f7/MA_page_bar.png) repeat-x;
 
text-align: left;
 
font-weight: bold;
 
}
 
 
 
 
 
 
 
 
 
 
 
/***********************************************************
 
** DIVs "Messages"
 
*/
 
div.warning, div#mw-recreate-deleted-warn{
 
background: #401F22 url(http://images1.wikia.nocookie.net/memoryalpha/de/images/thumb/e/ed/MA_Icon_Warnung.svg/50px-MA_Icon_Warnung.svg.png) no-repeat scroll 1em 1em;
 
border: 1px solid #660000;
 
color: #FF0000 !important;
 
font-weight: bold;
 
margin: 2em 0 1em;
 
padding: .5em 1em;
 
vertical-align: middle;
 
text-align: justify;
 
        padding-left:77px;
 
        min-height:56px;
 
}
 
 
 
div.copyvio{
 
background: #401F22 url(http://images4.wikia.nocookie.net/memoryalpha/de/images/thumb/3/30/MA_Icon_Copyright-Verletzung_.svg/50px-MA_Icon_Copyright-Verletzung_.svg.png) no-repeat scroll 1em 1em;
 
border: 1px solid #660000;
 
color: #FF0000 !important;
 
font-weight: bold;
 
margin: 2em 0 1em;
 
padding: .5em 1em;
 
vertical-align: middle;
 
text-align: justify;
 
        padding-left:77px;
 
        min-height:63px;
 
}
 
 
 
div.protected{
 
background: #333333 url(http://images2.wikia.nocookie.net/memoryalpha/de/images/thumb/c/cb/MA_Icon_Protected.svg/50px-MA_Icon_Protected.svg.png) no-repeat scroll 1em 1em;
 
border: 1px solid #AAAAAA;
 
font-weight: bold;
 
margin: 2em 0 1em;
 
padding: .5em 1em;
 
vertical-align: middle;
 
text-align: justify;
 
        padding-left:77px;
 
        min-height:56px;
 
}
 
 
 
div.stub{
 
background: #333333 url(http://images1.wikia.nocookie.net/memoryalpha/de/images/thumb/f/fd/MA_Icon_Stub.svg/50px-MA_Icon_Stub.svg.png) no-repeat scroll 1em 1em;
 
border: 1px solid orange;
 
margin: 2em 0 1em;
 
padding: .5em 1em;
 
vertical-align: middle;
 
text-align: justify;
 
        padding-left:77px;
 
        min-height:64px;
 
}
 
 
 
div.header-notice,
 
.copyright-notice {
 
background-color: #222222;
 
border: 1px solid #666;
 
color: #FFFFFF;
 
margin: 2em 0 1em;
 
padding: .5em 1em;
 
vertical-align: middle;
 
text-align: justify;
 
}
 
 
 
div.header-notice table {
 
background-color: transparent;
 
padding: 1px;
 
}
 
 
 
div.notice {
 
background-color: #401F22;
 
border: 1px dashed #CC0000;
 
color: #FFFFFF;
 
margin: 2em 20% 1em 20%;
 
padding: .5em 1em;
 
vertical-align: middle;
 
text-align: justify;
 
font-size:smaller;
 
}
 
 
 
div.header-notice#fa {
 
width: auto;
 
font-size: inherit !important;
 
}
 
 
 
div.notice p,
 
div.header-notice p,
 
div.warning p {
 
line-height: 120% !important;
 
}
 
 
 
div span.msg-title {
 
display: block;
 
width: 100%;
 
color: #FFD942;
 
text-align: center;
 
font-size: 150%;
 
font-weight: bold;
 
border-bottom: 1px solid #666;
 
}
 
 
 
 
 
/***********************************************************
 
** DIV SHORTCUT
 
*/
 
div.shortcut {
 
float:right;
 
border:1px solid #666;
 
background-color:#222222;
 
padding: 0.5em;
 
margin-bottom:1em;
 
text-align: center;
 
font-size:smaller;
 
font-weight:bold;
 
width: auto;
 
}
 
 
 
 
 
 
 
 
 
 
 
/***********************************************************
 
** DIV: ARTICLETYPE
 
*/
 
div.articletype {
 
font-size: smaller;
 
padding-top: 0em;
 
padding-bottom: 0em;
 
float: right;
 
position: absolute;
 
right: 1em;
 
top: 0em;
 
white-space: nowrap;
 
text-align: center;
 
border:1px solid #666;
 
background-color: #222222;
 
line-height: 130%;
 
margin: 1em auto 0.5em auto;
 
clear:both;
 
}
 
 
 
div.articletype table {
 
background-color: transparent;
 
float: left;
 
padding: 1px;
 
}
 
 
 
/***********************************************************
 
** AUDIOLINK ICON (see [[Template:Audio]])
 
*/
 
#bodyContent .audiolink a {
 
background: url("http://images.wikia.com/memoryalpha/en/images/3/32/Ma_audio_icon.png") center right no-repeat;
 
padding-right: 16px;
 
}
 
 
 
/***********************************************************
 
** Wikipedia Links marker from MA/de
 
*/
 
#bodyContent a[href *="*.wikipedia.org"]:after {
 
content:" " url(/en/images/0/00/Wikipedia.gif);
 
}
 
 
 
 
 
 
 
/***********************************************************
 
** NOBLOCK (see [[Template:Unwrittentopics]])
 
** use 'span class="p-noblock"' to prevent text blocks via <p> inside
 
**
 
** NOTE:Renamed "p-wantedpages" on 2006-08-07. Let me know if this breaks anything. --CID
 
*/
 
.p-wantedpages p {
 
  display:inline;
 
}
 
 
 
.p-wantedpages s a { display:none; }
 
.p-wantedpages {
 
  color:#2E2E33;
 
}
 
.p-wantedpages a:after {
 
  color:#FFFFFF;
 
  content:",";
 
}
 
 
 
/***********************************************************
 
** Hiding .firstHeading, #siteSub, #contentSub on pages in ns:Portal
 
*/
 
.ns-102 * .firstHeading,
 
.ns-102 * h3#siteSub,
 
.ns-102 * #contentSub {
 
display:none;
 
}
 
 
 
/***********************************************************
 
** Hiding "discussion" link in ns:Forum
 
*/
 
.ns-100 * li#ca-talk {
 
display:none;
 
}
 
 
 
 
 
/***********************************************************
 
** Formatting for [[Memory Alpha:Episode data project/talk page thing]]
 
** by User:Bp
 
*/
 
.eptalkpagebox {background: #222; border: 1px solid #aaa; margin: 1em; padding: 1em; font-size: 95%;}
 
 
 
 
 
/***********************************************************
 
** Formatting for "hidden" Appearences section; by User:Bp
 
*/
 
.hiddenlist { display:none; }
 
.visiblelist { display:block; }
 
 
 
.listexpand { text-decoration: none; color: #66BBFF; }
 
.listexpand:hover { text-decoration: underline; color: #66BBFF; }
 
 
 
 
 
 
 
/***********************************************************
 
** Tex and Math formatting; suggested by User:Bp
 
*/
 
.texhtml,
 
a img[alt="math"] {
 
border:1px solid #222222;
 
background-color: #FFFFFF;
 
padding:3px;
 
}
 
 
 
 
 
/***********************************************************
 
** Formatting for new quote style, by User:Bp
 
** For testing only, not final.
 
*/
 
.dialogue {margin-left:20px;}
 
.dialogue-inside {border-left:5px solid #434343; padding-left:5px;}
 
.dialogue-inside-highlight {border-left:5px solid #434343; padding-left:5px;}
 
.dialogue-attribution {margin-left:40px;}
 
.quoteline {line-height:1.7; font-size:116%;}
 
.quoteline-action {margin-left:20px; line-height:1.7;}
 
.speaker-label {font-family: monospace; font-style: normal; color: #FFCC00;}
 
 
 
 
 
/***********************************************************
 
** Formatting for horizontal scroll bars on overwide pre
 
** tags, by User:Bp
 
*/
 
pre { overflow:auto; }
 
 
 
 
 
/***********************************************************
 
** Formatting an "ul" as inline enumeration by encapsulating
 
** with <div class="inline-list"
 
*/
 
.inline-list ul {display:inline;list-style:none;margin:0em;}
 
.inline-list ul li {display:inline;margin:0em;}
 
.inline-list ul li+li:before {
 
  color:#FFFFFF;
 
  content:", ";
 
}
 
 
 
div#mw-js-message{
 
   background-color: transparent;
 
}
 
 
 
/***********************************************************
 
** MISC. DEPRECATED STUFF
 
*/
 
td.odd, td.even {
 
background-color: #222222;
 
border: 1px outset #888888;
 
}
 
 
 
/***********************************************************
 
** Hide "template navigation" [[Template:Tnavbox]] by default
 
** Override this in your personal Common.css, if you like.
 
*/
 
div.tnavbox {
 
visibility: hidden
 
}
 
 
 
.searchList { border: 1px solid black; overflow:hidden; margin-left: 0px !important; margin-top: 2px; padding: 2px; background-color: white; color: black; }
 
 
 
.searchListItem { list-style: none; background: transparent; color:black; cursor:default; }
 
.searchListItemHighlight { list-style: none; background-color: #4070D0; color:white; cursor:default; }
 
 
 
.searchListItemRedirect { list-style: none; background: transparent; color:#888; cursor:default; }
 
.searchListItemRedirectHighlight { list-style: none; background-color: #4070D0; color:white; cursor:default; }
 
 
 
.searchListText { list-style: none; background-color: white; color:black; padding: 2px; cursor:default; }
 
.searchListTools { list-style: none; background-color: #ccc; border-top: 1px dotted black; color:black; padding: 2px; }
 
 
 
a.searchListTools { color: blue; text-decoration: none; border: none; }
 
a.searchListTools:active { color: red; text-decoration: underline; border: none; }
 
a.searchListTools:visited { color: purple; text-decoration: none; border: none; }
 
a.searchListTools:hover { color: red; text-decoration: underline; border: none; }
 
 
 
.panel {margin: 0.5em 0; padding:0.5em;}
 
 
 
.usermessage {
 
background-color: #394A5C;
 
border: 1px solid #66BBFF;
 
color: #FFFFFF;
 
}
 
 
 
/*MA/de-spezifisches */
 
 
 
/***********************************************************
 
** MARKIERUNG VON REDIRECTS
 
*/
 
 
 
 
 
.allpagesredirect {
 
      font-style: italic;
 
}
 
 
.watchlistredir {
 
      font-style: italic;
 
}
 
 
 
/***********************************************************
 
** Formatierungen für Logbucheinträge
 
***********************************************************/
 
 
 
.logbuch {
 
padding: .5em;
 
text-align: left;
 
background-color: #444444;
 
color: #FFFFFF;
 
line-height: 120%;
 
}
 
  
.logbuch dl{ margin:0;}
+
del {
.logbuch dt{ margin: .5em 0}
+
  text-decoration: line-through; }
.logbuch dd{ margin:0; padding:.5em; background-color:#3E3E3E}
 
  
/***********************************************************
+
td, th {
** Formatting for new quote style, by User:Bp
+
  vertical-align: top;
** For testing only, not final. (übernommen aus der englischen MA zum Testen)
+
  padding: 0 2px; }
*/
 
.dialogue {margin-left:20px;}
 
.dialogue-inside {border-left:5px solid #434343; padding-left:5px;}
 
.dialogue-inside-highlight {border-left:5px solid #434343; padding-left:5px;}
 
.dialogue-attribution {margin-left:40px;}
 
.quoteline {line-height:1.7; font-size:116%;}
 
.quoteline-action {margin-left:20px; line-height:1.7;}
 
.speaker-label {font-family: monospace; font-style: normal; color: #FFCC00;}
 
  
/***********************************************************
+
tr:nth-child(even) {
** Formatierungen für Vorlage "ExzellenterArtikel"
+
  background-color: rgba(0, 0, 0, 0.1); }
***********************************************************/
 
  
div.featured {
+
td.prefix {
background: #282828;
+
  text-align: right; }
border: 2px solid #FF9900;
 
padding: 0.4em;
 
}
 
  
 +
table.complex {
 +
  font-size: 11px; }
 +
  table.complex th {
 +
    font-size: 11px; }
  
/***********************************************************
+
th {
** SVG-Transparenz bleibt transparent
+
  background-color: rgba(255, 255, 255, 0.05);
***********************************************************/
+
  text-align: left; }
  
#file img, .gallerybox .thumb img {
+
thead th {
background: none;
+
  background-color: #222226;
}
+
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e2e33), color-stop(100%, #222226));
 +
  background: -webkit-linear-gradient(center top, #2e2e33 0%, #222226 100%);
 +
  background: -moz-linear-gradient(center top, #2e2e33 0%, #222226 100%);
 +
  background: -o-linear-gradient(center top, #2e2e33 0%, #222226 100%);
 +
  background: linear-gradient(center top, #2e2e33 0%, #222226 100%);
 +
  font-size: 12px;
 +
  height: 25px;
 +
  line-height: 25px;
 +
  margin: 5px 0 20px; }
  
 +
.overview {
 +
  text-align: center;
 +
  margin: 1em 0; }
  
/***********************************************************
+
.visualClear {
** für das clear-Objekt (Beendigung des Textumflusses)
+
  clear: both; }
***********************************************************/
 
  
.clear {
+
.meta {
        clear: both;
+
  font-style: italic;
        width: 0px;
+
  padding: 0 1em; }
        height: 0px;
+
  .meta i, .meta em {
        margin: 0;
+
    font-style: normal; }
        padding: 0;
 
}
 
  
/***********************************************************
+
.mw-editsection {
** TEST: Wegklappbare Navigationsleisten
+
  visibility: hidden; }
***********************************************************/
+
  h1:hover > .mw-editsection, h2:hover > .mw-editsection, h3:hover > .mw-editsection, h4:hover > .mw-editsection, h5:hover > .mw-editsection, h6:hover > .mw-editsection {
 +
    visibility: visible; }
  
div.BoxenVerschmelzen,
+
a:visited {
div.NavFrame {
+
  color: #0269B3; }
    margin: 0px;
 
    padding: 2px;
 
    border: 1px solid #aaaaaa;
 
    text-align: center;
 
    border-collapse: collapse;
 
    font-size: 95%;
 
    clear: both;
 
}
 
div.BoxenVerschmelzen div.NavFrame {
 
    border-style: none;
 
    border-style: hidden;
 
}
 
div.NavFrame + div.NavFrame {
 
    border-top-style: none;
 
    border-top-style: hidden;
 
}
 
div.NavPic {
 
    background-color: #333333;
 
    margin: 0px;
 
    padding: 2px;
 
    float: left;
 
}
 
div.NavFrame div.NavHead {
 
    height: 1.6em;
 
    font-weight: bold;
 
    font-size: 100%;
 
    background-color: #660000;
 
    color: #FFCC00;
 
}
 
div.NavFrame p {
 
    font-size: 100%;
 
}
 
div.NavFrame div.NavContent {
 
    font-size: 100%;
 
}
 
div.NavFrame div.NavContent p {
 
    font-size: 100%;
 
}
 
div.NavEnd {
 
    margin: 0px;
 
    padding: 0px;
 
    line-height: 1px;
 
    clear: both;
 
}
 
 
/* Abstand vor Navigationsleisten */
 
 
div.BoxenVerschmelzen,
 
div.NavFrame {
 
  margin-top: 1.5em;
 
}
 
div.BoxenVerschmelzen div.NavFrame {
 
  margin-top: 0;
 
}
 
div.NavFrame + div.NavFrame {
 
  margin-top: 0;
 
}
 
 
/* Navigationsleisten nicht mit ausdrucken */
 
 
@media print{
 
    .NavFrame {
 
        display: none;
 
    }
 
    .BoxenVerschmelzen {
 
        display: none;
 
    }
 
}
 
  
 +
.memory-beta a {
 +
  color: #D7ECFF; }
  
 +
.element-invisible, figcaption > .attribution, .toclimit-2 .toclevel-1 > ol, .toclimit-3 .toclevel-2 > ol, .toclimit-4 .toclevel-3 > ol, .toclimit-5 .toclevel-4 > ol, .toclimit-6 .toclevel-5 > ol, .toclimit-7 .toclevel-6 > ol {
 +
  display: none !Important; }
  
/* ZITATE: Verschoben von Monobook.css */
+
.alt_timeline {
 +
  border-style: solid;
 +
  border-color: #666666;
 +
  border-width: 1px 1px 1px 3px;
 +
  margin: 2em 0pt 1em;
 +
  padding: .5em 1em;
 +
  background-color: inherit; }
 +
  .alt_timeline .legend {
 +
    text-shadow: -4px 0 0 #2e2e33, -3px 0 0 #2e2e33, -2px 0 0 #2e2e33, -1px 0 0 #2e2e33, 1px 0 0 #2e2e33, 2px 0 0 #2e2e33, 3px 0 0 #2e2e33, 4px 0 0 #2e2e33;
 +
    font-weight: normal;
 +
    color: #666666;
 +
    padding: 0 .5em;
 +
    font-size: .8em;
 +
    margin-left: -.6em;
 +
    margin-top: -1.6em; }
  
blockquote{
+
figcaption > .caption {
background-color: #444444;
+
  margin-bottom: 0; }
padding:1em;
 
}
 
  
.dialogzitat{
+
.details > .summary {
display:inline;
+
  font-weight: bold;
}
+
  cursor: pointer;
 +
  -webkit-user-select: none;
 +
  -moz-user-select: none;
 +
  user-select: none; }
 +
  .details > .summary:before {
 +
    content: '▸'; }
 +
    .open > .details > .summary:before {
 +
      content: '▾'; }
 +
  .details > .summary ~ div {
 +
    display: none; }
 +
.details.open > .summary ~ div {
 +
  display: block; }
  
q{
+
kbd {
font-family:inherit;
+
  background-color: #F7F7F7;
font-style:italic;
+
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
}
+
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
 +
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
 +
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
 +
  border: 1px solid;
 +
  border-color: #DDD #AAA #888 #CCC;
 +
  border-radius: 2px;
 +
  font-family: inherit;
 +
  padding: 0 .4em;
 +
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
 +
  white-space: nowrap;
 +
  color: black; }
  
q:lang(de) , .episode { quotes: "„" "”" "‚" "’" }
+
hr,
 +
.hr {
 +
  border: none;
 +
  border-top: 1px solid #666666;
 +
  margin: 1em 0; }
  
.dialogzitat cite{
+
.hr > hr {
font-weight:bold;
+
  display: none; }
font-style:normal;
 
}
 
  
.dialogzitat q{
+
.dialogue + .dialogue:before,
font-style:normal;
+
.dialogue + p:empty + .dialogue:before,
}
+
.section + .section:before {
 +
  content: '';
 +
  display: block;
 +
  border: none;
 +
  border-top: 1px solid #666666;
 +
  margin-top: 1em;
 +
  margin-bottom: 1em;
 +
  max-width: 90px; }
  
.dialogzitat strong{
+
.mw-search-profile-tabs fieldset#mw-searchoptions{
font-weight:normal;
+
background-color: #4c4c4c;
text-transform: uppercase;
 
 
}
 
}
 
.regieanweisung{
 
font-style:italic;
 
}
 
 
.zitat{
 
text-align:center;
 
width:70%;
 
margin:auto;
 
}
 
 
cite{
 
font-style:normal;
 
}
 
 
.zitat cite{
 
font-size:95%;
 
}
 
 
.zitat cite cite{
 
font-size:100%;
 
}
 
 
.meta{ font-style:italic; display:block; margin-left:2em; }
 
 
.meta cite.EpLink{
 
font-style:italic;
 
}
 
 
.zitat cite.EpLink{
 
font-style:italic;
 
}
 
 
.references{
 
margin:0.3em 0 0 1.5em;
 
}
 
 
.references li:target{
 
background-color:#444444;
 
}
 
 
ol.references a[href^="#cite_ref"]{
 
display:none;
 
}
 
 
#adSpace0{display:none;}
 
 
#catlinks{padding:0.2em;}
 
 
.logbuch dt{font-weight:normal;}
 
.logbuch dd{margin-left:0;}
 
 
.multi-column {/*display:table-row;*/ clear:both; margin:1em 0}
 
.multi-column .col{float:left;/*display:table-cell*/}
 
 
.two-columns .col{width:50%;}
 
.three-columns .col{width:33.333%;}
 
.four-columns .col{width:25%;}
 
.five-columns .col{width:20%;}
 
.six-columns .col{width:16.666%;}
 
.seven-columns .col{width:14.285%;}
 
 
.five-columns dd, .six-columns dd, .seven-columns dd{margin-left:0}
 
 
@media all and (max-width: 500px) {
 
.multi-column .col{float:none; width:100%;}
 
}
 
 
@media all and (max-width: 200px) {
 
#widget_sidebar {display:none;}
 
#wiki_logo, #wikia_logo{display:none}
 
#wikia_page {margin-left:5px !Important;}
 
.thumb{float:none !Important}
 
}
 
 
 
.multi-column .thumb{width:auto; margin:1em 0; float:none;}
 
.multi-column .thumbinner{width:auto !Important;}
 
.multi-column .thumb img.thumbimage{width:100%; display:block; margin:auto; height:auto !Important;}
 
 
.multi-column.two-columns .thumb{width:50%; float:left; margin:0 1em 1em 0}
 
 
.col-content{padding-right:.5em;padding-left:.5em}
 
 
.main .col .col-content{padding-right:1em;padding-left:1em; border-right:1px solid lightgrey;border-left:1px solid lightgrey; margin-left:-1px;}
 
.main .col:first-child .col-content{border-left:none;}
 
.main .col:last-child .col-content{border-right:none;}
 
 
.main h1, .main h2, .main h3, .main h4, .main h5, .main h5, .main h6{text-align:center; font-weight:bold;}
 
 
.main .zitat{width:auto;}
 
 
.dedication_plaque, .dedication_plaque a, .dedication_plaque a:visited{color:Gold;text-shadow: black 2px 2px 2px;}
 
.dedication_plaque a.new{color:red}
 
 
.mw-spcontent{display:inline;}
 
 
 
#wikia_header{border-left:1px solid #999999; border-right:1px solid #999999;}
 
 
#wikia_header, .monaco_shrinkwrap, #background_strip{
 
margin:auto;
 
max-width:94em;
 
}
 
 
.main, .mainnews{background-color:#1D1D1F; padding:1em; margin:1em 0;}
 
 
@media all and (max-width: 800px) {
 
#toc{display:none;}
 
}
 
 
abbr.dtstart, abbr.dtend, abbr.release-date{
 
border-bottom:none;
 
cursor:default;
 
}
 
 
.vote dt{background-color:#660000;color:#FFCC00}
 
.vote dd{margin-left:0}
 
 
.meta-notice{
 
font-size: 80%; float: right; position: absolute; right: 1em; top: 0em; text-align: center; border:1px solid #606060; line-height: 130%; margin: 1.0em auto 0.5em auto; clear:both; width:147px; padding:.4em; background:url(http://images4.wikia.nocookie.net/memoryalpha/de/images/a/a6/Icon-Realworld-POV.png) #2A2A2A 5px 4px no-repeat; padding-left:56px; }
 
 
h4.mw-specialpagesgroup{background-color:transparent;}
 
 
table.vertical{width:100%;}
 
table.vertical tr:hover{background-color:black;}
 
 
table.complex{font-size:.9em;}
 
 
#siteNotice{padding:0; text-align:inherit; font-size:inherit;border:none;} #mw-dismissable-notice, #mw-dismissable-notice tr, #mw-dismissable-notice td{display:block;}
 
 
/* Modifikationen am Blog-Modul */
 
 
#user_masthead, div.blog-comm-input{background-color:#222222 !Important; margin:0 !Important;}
 
 
#user_masthead li a{color:inherit !Important;}
 
 
#user_masthead li.selected{background-color:#3366BB !Important;}
 
 
h2.wikia_header{background-color:#222222 !Important; border:none !Important; color:#FFD942 !Important; text-transform:none !Important;}
 
 
div.wk_blogs_post .wk_blogs_summary{color:white !Important; padding:0 !Important}
 
 
div.wk_blogs_post ul.list li.list{border-bottom:1px solid #D3D3D3 !Important;}
 
 
div.wk_blogs_post .wk_blogs_comments ul.links img{display:none;}
 
 
.avatar{background:none !Important;}
 
 
#blog-comments .comment {width:450px;margin-left:68px !Important;margin-top:-5px;}
 
 
#blog-comments-ul li {padding:13px 4px !Important;}
 
 
 
/* fanfiction template */
 
.fanfiction{width:30em; background-color:white; font-family:serif; color:black; margin:auto; padding:3em; text-align:justify}
 
 
.fanfiction .editsection{display:none;}
 
 
.fanfiction h2, .fanfiction h3{boder:none; color:inherit;}
 
 
.fanfiction p{margin:0; text-indent:1em;}
 
 
.fanfiction #toc{display:none;}
 
 
.fanfiction .chapter{margin-bottom:3em;}
 
 
.fanfiction hr{margin:3em;visibility:hidden}
 
 
/* für alternative zeitlinien. eingeführt wegen Star Trek 11 */
 
 
.alt_timeline{}
 
 
div.alt_timeline{border-style:solid;border-color:#666666;border-width:1px 1px 1px 3px;margin:2em 0pt 1em; padding:.5em 1em;background-color:inherit}
 
 
div.alt_timeline .legend{position:absolute;background-color:#2E2E33;font-weight:normal;color:#666666;padding:0 .5em;font-size:.8em; margin-top:-1.6em;margin-top:-1.6em;}
 
blockquote div.alt_timeline .legend{background-color:inherit}
 
 
.reset blockquote{margin:.5em;padding:1em;}
 
 
.editsection{display:none;}
 
 
 
h1 + .editsection, h2 + .editsection, h3 + .editsection, h4 + .editsection, h5 + .editsection, h6 + .editsection {margin-top:-2.8em}
 
 
h2:hover .editsection, h3:hover .editsection, h4:hover .editsection, h5:hover .editsection, h6:hover,
 
h2:hover + .editsection, h3:hover + .editsection, h4:hover + .editsection, h5:hover + .editsection, h6:hover + .editsection, .editsection:hover{display:block;background-color:#444444;color:#444444;}
 
 
/*
 
 
die folgenden Bilder werden hier benötigt:
 
[[Datei:MA Icon Warnung.svg|50px]][[Bild:con Stub.svg|50px]][[Datei:Icon-Realworld-POV.png]]
 
 
*/
 
 
.dialog{margin:1em 0}
 
.dialog dl{margin:0}
 
.dialog dt{font-weight:bold;float:left; clear:left;margin-bottom:0;}
 
.dialog dt:after{content:": ";font-weight:normal}
 
.dialog dd{margin-left:0;}
 
.dialog p{margin:0}
 
 
 
/* stellen an denen module oder themes eigenes css mitbringen, das nicht auf unser css abgestimmt ist */
 
 
div#mw-js-message{color:inherit;}
 
 
.skin-monobook i.ep{font-sytle:normal} .skin-monobook i.ep:before{content:"„"} .skin-monobook i.ep:after{content:"”"}
 
 
.short-toc .tocnumber{display:none}
 
.short-toc ul li, .short-toc ul{display:inline !Important}
 
.short-toc ul a{display:none}
 
.short-toc .toc ul ul{margin-left:0 !Important}
 
.short-toc a[href="#A"], .short-toc a[href="#B"], .short-toc a[href="#C"], .short-toc a[href="#D"], .short-toc a[href="#E"], .short-toc a[href="#F"], .short-toc a[href="#G"], .short-toc a[href="#H"],.short-toc a[href="#I"], .short-toc a[href="#J"], .short-toc a[href="#K"], .short-toc a[href="#L"], .short-toc a[href="#M"], .short-toc a[href="#N"], .short-toc a[href="#O"], .short-toc a[href="#P"], .short-toc a[href="#Q"], .short-toc a[href="#R"], .short-toc a[href="#S"], .short-toc a[href="#T"], .short-toc a[href="#U"], .short-toc a[href="#V"], .short-toc a[href="#W"], .short-toc a[href="#X"], .short-toc a[href="#Y"], .short-toc a[href="#Z"]{display:inline}
 
 
.Sidebar .sidebar-title{font-size:1.1em;padding:.3em; background-color:#660000; color:#FFCC00; margin:1px; text-align:center}
 
 
 
.Sidebar.wide{width:250px}
 
.Sidebar.wide dt, .Sidebar.wide dd{margin:0 !Important;}
 
.Sidebar.wide dl{font-size:.8em}
 
.Sidebar.wide dl::after{content:" "; clear:both; display:block}
 
.Sidebar.wide dt{width:48%; float:left;clear:left; text-align:right; clear:both}
 
.Sidebar.wide dt::after{content:":";}
 
.Sidebar.wide dd{width:50%;text-align:left; float:right; clear:right}
 
.Sidebar.wide hr, .Sidebar img{clear:both}
 
.Sidebar.wide dt, .Sidebar.wide dd{line-height:1.2em}
 
.Sidebar strong{display:block; text-align:center}
 
.Sidebar.wide .sub-sidebar dd{float:none;clear:none}
 
div.Sidebar.wide  .sub-sidebar .thumbcaption{display:none}
 
 
div.Sidebar.wide .thumbcaption{display:block; text-align:center; background-color:transparent}
 
.Sidebar.wide .meta{margin:0}
 
 
 
.poem{font-style:italic; margin-left:1em}
 
 
.page-Benutzer_Avatar_colortest {
 
  color: red;
 
}
 
 
.wikia-gallery{text-align:center}
 
.wikia-gallery-item .thumb{background-color:transparent}
 
 
.wikia-gallery-captions-left .wikia-gallery-item .lightbox-caption, .wikia-gallery-captions-right .wikia-gallery-item .lightbox-caption {text-align:center}
 
 
div.sub-sidebar div.thumb{float:right;width:50%;}
 
 
div.sub-sidebar {border-top:1px solid #606060;margin:1em .5em;padding:1em 0 0; clear:both}
 
 
div.sub-sidebar dt{display:none}
 
div.sub-sidebar dd{margin-left:0}
 
 
#article-comments-ul {max-width:644px;}
 

Aktuelle Version vom 18. Oktober 2019, 17:26 Uhr

@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Quote.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Portable_infobox.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Sidebar.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Navigation.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Multi-column-layout.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Icon.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Message.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Misc.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:Hauptseite.css&action=raw&ctype=text/css');
@import url('//memory-alpha.wiki/mediawiki/index.php?title=MediaWiki:CodeMirror.css&action=raw&ctype=text/css');


/*Wichtiges von Misc.css*/
ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

td, th {
  vertical-align: top;
  padding: 0 2px; }

tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1); }

td.prefix {
  text-align: right; }

table.complex {
  font-size: 11px; }
  table.complex th {
    font-size: 11px; }

th {
  background-color: rgba(255, 255, 255, 0.05);
  text-align: left; }

thead th {
  background-color: #222226;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2e2e33), color-stop(100%, #222226));
  background: -webkit-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  background: -moz-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  background: -o-linear-gradient(center top, #2e2e33 0%, #222226 100%);
  background: linear-gradient(center top, #2e2e33 0%, #222226 100%);
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 5px 0 20px; }

.overview {
  text-align: center;
  margin: 1em 0; }

.visualClear {
  clear: both; }

.meta {
  font-style: italic;
  padding: 0 1em; }
  .meta i, .meta em {
    font-style: normal; }

.mw-editsection {
  visibility: hidden; }
  h1:hover > .mw-editsection, h2:hover > .mw-editsection, h3:hover > .mw-editsection, h4:hover > .mw-editsection, h5:hover > .mw-editsection, h6:hover > .mw-editsection {
    visibility: visible; }

a:visited {
  color: #0269B3; }

.memory-beta a {
  color: #D7ECFF; }

.element-invisible, figcaption > .attribution, .toclimit-2 .toclevel-1 > ol, .toclimit-3 .toclevel-2 > ol, .toclimit-4 .toclevel-3 > ol, .toclimit-5 .toclevel-4 > ol, .toclimit-6 .toclevel-5 > ol, .toclimit-7 .toclevel-6 > ol {
  display: none !Important; }

.alt_timeline {
  border-style: solid;
  border-color: #666666;
  border-width: 1px 1px 1px 3px;
  margin: 2em 0pt 1em;
  padding: .5em 1em;
  background-color: inherit; }
  .alt_timeline .legend {
    text-shadow: -4px 0 0 #2e2e33, -3px 0 0 #2e2e33, -2px 0 0 #2e2e33, -1px 0 0 #2e2e33, 1px 0 0 #2e2e33, 2px 0 0 #2e2e33, 3px 0 0 #2e2e33, 4px 0 0 #2e2e33;
    font-weight: normal;
    color: #666666;
    padding: 0 .5em;
    font-size: .8em;
    margin-left: -.6em;
    margin-top: -1.6em; }

figcaption > .caption {
  margin-bottom: 0; }

.details > .summary {
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .details > .summary:before {
    content: '▸'; }
    .open > .details > .summary:before {
      content: '▾'; }
  .details > .summary ~ div {
    display: none; }
.details.open > .summary ~ div {
  display: block; }

kbd {
  background-color: #F7F7F7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(127, 127, 127, 0.2));
  border: 1px solid;
  border-color: #DDD #AAA #888 #CCC;
  border-radius: 2px;
  font-family: inherit;
  padding: 0 .4em;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  color: black; }

hr,
.hr {
  border: none;
  border-top: 1px solid #666666;
  margin: 1em 0; }

.hr > hr {
  display: none; }

.dialogue + .dialogue:before,
.dialogue + p:empty + .dialogue:before,
.section + .section:before {
  content: '';
  display: block;
  border: none;
  border-top: 1px solid #666666;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 90px; }

.mw-search-profile-tabs fieldset#mw-searchoptions{
background-color: #4c4c4c;
}