Macross Wiki
Advertisement

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
 /* <pre><nowiki> */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Siehe auch: [[MediaWiki:Monobook.css]] */

/*** Forum-Formatierung (von -Algorithm und -Splarka) ***/

.forumheader { 
    border:1px solid #a3bfb1; background:#cef2e0; color:#000; font-size:120%; font-weight:bold; text-align:left; -moz-border-radius:0.2em; margin-top: 0.5em; padding: 10px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none;
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new {  
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}

 /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
 
 .allpagesredirect {
     background-color:#F5F5F5;
     font-style: italic;
 }

/*** (± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün ***/
 span.mw-plusminus-pos {color: #006400;} 
 span.mw-plusminus-neg {color: #8B0000;}

/*** font class für 'hellklick' in Balkennavigation ***/

.hellklick a, .hellklick a:visited { 
     text-decoration: underline; color: #fefefe !important;
}
.hellklick a:hover, .hellklick a:active { 
     color: #9ad9ff !important;
}

/*** font class für 'hellklick2' in Tutorial ***/

.hellklick2 a, .hellklick2 a:visited { 
     text-decoration: none; color: #fefefe !important;
}
.hellklick2 a:hover, .hellklick2 a:active { 
     color: #9ad9ff !important; text-decoration: underline;
}

/* Ausklappen per Mausklick (s.a. [[MediaWiki:Common.js]]  */
 
 .klapp {
      cursor: pointer;
 }
 span.klapp {
      text-decoration: none;
      color: #002bb8;
      background: none;
      }
 
 span.klapp:hover {
      text-decoration: underline;
      }
 
 /* Drag & Drop */
 .jstest{
      position:relative;
      cursor:move;
      z-index: 100;
      padding:20px 45px 20px 0px;
      border-width:1px;
      }

 table.infobox, table.navi, table.liste, table.fileinfo {
      border: 1px solid #00afc6;
      background: #0f0f0f;
 }

 table.infobox th, table.navi th, table.liste th {
      background: #00d7f3;
      color: #0f0f0f;
 }

 table.infobox {
   width: 25em;
   max-width: 386px;
   float: right;
   margin-left: .5em;
   margin-bottom: .25em;
 }

 table.navi {
   width: 50%;
   clear: both;
   margin: .5em auto;
 }

 table.infobox tr, table.navi tr {
   margin: 0px;
   border-bottom: 1px solid #AAAAAA;
   vertical-align: top;
 }

 table.infobox td, table.navi td {
   font-size: 90%;
 }

 table.infobox td.wert, table.infobox td.daten, table.fileinfo td.wert, table.fileinfo td.daten {
   padding-left: .3em;
   padding-right: .3em;
 }

 table.infobox td.wert, table.fileinfo td.wert {
   background: #00435b;
   text-align: left;
   font-weight: bold;
 }

 table.infobox td.wert { width: 38%; }

 table.infobox td.daten, table.fileinfo td.daten {
   text-align: left;
   width: 62%;
 }

 div.usermessage {
   border: 2px solid #00afc6;
   background: #00435b;
   color: #f0f0f0;
   text-align: center;
 }

 div.noarticletext {
   background: #0f0f0f;
   border: 4px solid #00afc6;
   color: #f0f0f0;
   padding: .33em .5em;
 }

 div.new_edit_page_preview_notice { clear: both; }

 ol.references { font-size: 85%; }

 h1 { border-bottom: 1px solid #00afc6; }
 h2 { border-top: none; border-bottom: 1px solid #00e85a; } 

 #bodyContent h1, .firstHeading { background:url(https://images.wikia.nocookie.net/macross/de/images/5/52/%C3%9Cberschrift-h1.png) bottom left no-repeat; padding-left: 1ex; }
 #bodyContent h2 { background:url(https://images.wikia.nocookie.net/macross/de/images/0/0f/%C3%9Cberschrift-h2-5px.png) bottom left no-repeat; padding-left: 1ex; }

 div#toctitle h2, div#toctitle.sharedtoctitle h2 { background: none; padding-left: 0; }

 sub, sup {
      line-height: 0px;
      font-size: 60%;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
 
 /* </pre></nowiki> */
Advertisement