MediaWiki:Common.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „→‎<pre><nowiki>: →‎* CSS an dieser Stelle wirkt sich auf alle Skins aus: /* Stylesheet für den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Commo…“)
 
Keine Bearbeitungszusammenfassung
Zeile 133: Zeile 133:


/* </pre></nowiki> */
/* </pre></nowiki> */
.xivbox {
min-width: 100px;
max-width: 950px;
background: url ("http://ff-wiki.cwsurf.de/w/ffxiv/images/1/1d/Box-bg.png");
}
.xivbox div.tl {
display:block;
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/9/94/Box-tl.png") top left no-repeat;
}
.xivbox div.tr {
display:block;
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/4/41/Box-tr.png") top right no-repeat;
margin-left:27px;
}
.xivbox div.bl {
display: block;
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/f/ff/Box-bl.png") bottom left no-repeat;
margin-top: -19px;
height: 45px;
}
.xivbox div.br {
display: block;
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/8/88/Box-br.png") bottom right no-repeat;
height: 45px;
margin-left:27px;   
}

Version vom 20. Dezember 2010, 23:04 Uhr

/* <pre><nowiki> */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Stylesheet für den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
	font-size: x-small;
	float: right;
}

/*Test*/
color2 {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
}
color1 {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
}

wikia_header {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
}








/* 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;
      }

/* </pre></nowiki> */


 .xivbox {
min-width: 100px;
max-width: 950px; 
background: url ("http://ff-wiki.cwsurf.de/w/ffxiv/images/1/1d/Box-bg.png");
} 

.xivbox div.tl { 
display:block; 
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/9/94/Box-tl.png") top left no-repeat;
}

.xivbox div.tr { 
display:block; 
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/4/41/Box-tr.png") top right no-repeat; 
margin-left:27px;
}

.xivbox div.bl { 
display: block; 
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/f/ff/Box-bl.png") bottom left no-repeat; 
margin-top: -19px; 
height: 45px;
} 

.xivbox div.br { 
display: block; 
background: url("http://ff-wiki.cwsurf.de/w/ffxiv/images/8/88/Box-br.png") bottom right no-repeat; 
height: 45px; 
margin-left:27px;    
}