MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* <pre><nowiki> */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */


/* Farbeneinteilung von Bestimmten User */


/* Stylesheet für den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
/* Standard Navigations Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        margin-left: 0em;
        padding: 4px;
        border: 0px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccf;
        position:relative;
}
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;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}
div.Boxmerge,
div.MainPageNavFrame {
        margin: 0px;
        padding: 4px;
        border: 0px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.MainPageNavFrame div.MainPageNavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: transparent;
        position:relative;
}
/* Farbeneinteilung von Bestimmten User */
/* Admins */
/* Admins */
table.diff a[title="Benutzer:Diamond"], ul#pagehistory li a[title="Benutzer:Diamond"], ul.special li a[title="Benutzer:Diamond"] { font-weight: bold; color:#FFA500;}
table.diff a[title="Benutzer:Diamond"], ul#pagehistory li a[title="Benutzer:Diamond"], ul.special li a[title="Benutzer:Diamond"] { font-weight: bold; color:#FFA500;}


/* Globale Rechte - System Admins/Bürokraten */
/* Globale Rechte - System Admins/Bürokraten */
Zeile 90: Zeile 15:




/*Test*/
/*Test --> WIRD DAS BENÖTIGT?
color2 {
color2 {
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
background: -moz-linear-gradient(left center, #C80000 0%, #00FF00 42%, #0000FF 100%);
Zeile 103: Zeile 28:




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


  /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
  /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
Zeile 148: Zeile 38:


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


/*** font class für 'hellklick' in Balkennavigation ***/
/*** font class für 'hellklick' in Balkennavigation ***/
Zeile 168: Zeile 58:
     color: #9ad9ff !important; text-decoration: underline;
     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;
      }


/*** News-Box für Hauptseite by Yuuki ***/
/*** News-Box für Hauptseite by Yuuki ***/
Zeile 211: Zeile 75:
padding:1.0em 1.4em;
padding:1.0em 1.4em;
}
}
/* </pre></nowiki> */





Version vom 9. Mai 2011, 21:00 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Farbeneinteilung von Bestimmten User */

/* Admins */
table.diff a[title="Benutzer:Diamond"], ul#pagehistory li a[title="Benutzer:Diamond"], ul.special li a[title="Benutzer:Diamond"] { font-weight: bold; color:#FFA500;}


/* Globale Rechte - System Admins/Bürokraten */
table.diff a[title="Benutzer:Yuuki"], ul#pagehistory li a[title="Benutzer:Yuuki"], ul.special li a[title="Benutzer:Yuuki"],
table.diff a[title="Benutzer:SVG"], ul#pagehistory li a[title="Benutzer:SVG"], ul.special li a[title="Benutzer:SVG"] { font-weight: bold; color:#800080; }





/*Test --> WIRD DAS BENÖTIGT?
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%);
}


*/

 /* 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; font-weight: bold;} 
 span.mw-plusminus-neg {color: #8B0000; font-weight: bold;}

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

/*** News-Box für Hauptseite by Yuuki ***/

.head{
margin:0 0 0 0;
font-size:100%;
padding:0.6em 1.0em;
}

.aktuellbg{
margin:0 0 0 0;
background-color: transparent;
background-image: url(http://ffxiv.finalfantasy-wiki.de/w/images/6/62/Aktuell-background.png);
background-repeat: repeat-y;
font-size:100%;
padding:1.0em 1.4em;
}


/* Logo ($wgLogo didn't work) */
#p-logo a { background: url(http://ffxiv.finalfantasy-wiki.de/w/images/b/bc/Wiki.png) 35% 50% no-repeat !important; }

/* plainlinks */
#bodyContent a[href *=".finalfantasy-wiki.de"] {
  background: inherit !important;
  padding-right: inherit !important;
}