Sonic Wiki
Advertisement
Sonic Wiki

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
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/*
*********************************************
*********************************************
*********************************************
*/


/* Infobox Vorlagen-Style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

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

.forumheader { 
    border:1px solid #a3bfb1; background:darkseagreen; 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 Mauklick (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;
      }

/*

/* CSS-Code/Heading-Vorlage */
 
.KopfzeileQ {
 box-shadow: 0 0 5px #000000;
 -moz-box-shadow: 0 0 5px #000;
 -webkit-box-shadow: 0 0 5px #000 ;
 -moz-border-radius:5px;
 border-radius:5px;
 color:#ffffff;
 text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000;
 padding:5px;
 font-size: 150%;
 background-color: lightblue;
 background-image: -moz-linear-gradient(top, lightblue, transparent);
 background-image: -webkit-gradient(linear,left top, left bottom, from(lightblue), to(transparent));
 margin: 5px;
 text-align:center;
 font-family: Tahoma;
}

/* Ratings system */
.rating-total .rating {
     background: url("https://images.wikia.nocookie.net/sonicwiki/de/images/9/91/SonicGamesRatingInactive.png") repeat scroll 0% 0% transparent;
     height: 29px;
     width: 35px;
     float: left;
     cursor: pointer;
}
 
.rating-total .rating-active {
     background: url("https://images.wikia.nocookie.net/sonicwiki/de/images/9/95/SonicGamesRatingActive.png") repeat scroll 0% 0% transparent;
     height: 29px;
     width: 35px;
     float: left;
     cursor: pointer;
}
 
.rating-average-total .rating-average {
     background: url("https://images.wikia.nocookie.net/sonicwiki/de/images/9/91/SonicGamesRatingInactive.png") repeat scroll 0% 0% transparent;
     height: 29px;
     width: 35px;
     float: left;
}
 
.rating-average-total .rating-average-active {
     background: url("https://images.wikia.nocookie.net/sonicwiki/de/images/9/95/SonicGamesRatingActive.png") repeat scroll 0% 0% transparent;
     height: 29px;
     width: 35px;
     float: left;
}
 
.rating {
     font-weight: bold;
}
 
.success {
     color: green;
}
 
.failed {
     color: red;
}
 
.notice {
     font-weight: bold;
     color: red;
}

/*  Dark/Light-CSS für Hauptseite ############################################################################################
*/
/*
div#sonicwiki_mainpage_tablebody
{
	 border: 1px solid rgba(0,0,0,0.07);
	 background-color: White;
	 padding: 0px;
	 border-bottom-right-radius: 30px;
	 border-bottom-left-radius:30px;
	 box-shadow: 0 1px 3px -1px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.07);
	 margin:0 auto 1em auto;
	 padding: 8px;
	 font-size: 14px;
}
*/
.theme-fandomdesktop-light #sonicwiki_mainpage_tablebody
{
	 border: 1px solid rgba(0,0,0,0.07);
	 background-color: White;
	 padding: 0px;
	 border-bottom-right-radius: 30px;
	 border-bottom-left-radius:30px;
	 box-shadow: 0 1px 3px -1px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.07);
	 margin:0 auto 1em auto;
	 padding: 8px;
	 font-size: 14px;
}

.theme-fandomdesktop-dark #sonicwiki_mainpage_tablebody
{
	border: 1px solid rgba(0,0,0,0.07);
	 background-color: #040707;
	 padding: 0px;
	 border-bottom-right-radius: 30px;
	 border-bottom-left-radius:30px;
	 box-shadow: 0 1px 3px -1px rgba(0,0,0,0.12),0 2px 6px rgba(0,0,0,0.07);
	 margin:0 auto 1em auto;
	 padding: 8px;
	 font-size: 14px;
}
Advertisement