MediaWiki:Monobook.css

aus TruBlus Wiki
Wechseln zu: Navigation, Suche

Hinweis - Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können: Mozilla/Firefox/Safari: Shift gedrückt halten und auf Aktualisieren klicken oder alternativ entweder Strg-F5 oder Strg-R (Befehlstaste-R auf dem Macintosh) drücken; Konqueror: Auf Aktualisieren klicken oder F5 drücken; Opera: Cache unter Extras → Einstellungen leeren; Internet Explorer: Strg-F5 drücken oder Strg gedrückt halten und dabei Aktualisieren anklicken.

/* edit this file to customize the monobook skin for the entire site 
  __TOC__
 */
 
 /*Großbuchstaben in den Navigationsbereichen*/
 .portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}

 /*Personennamen in Kapitälchen: <font class="Person">Name</font>*/
 .Person{display:inline;font-variant:small-caps}

 /*fetter bearbeiten-link*/
 #ca-edit a{font-weight:bold !important;}

 /*
== Hintergrund ==
 */
 /* background image */ 
 
 body {
  background: #ffffff url(  ) 0 0 repeat; 
  /* background: #f9f9f9 url( http://www.c-peper.de/w/images/b/bb/Rough_paper2.png) 0 0 repeat; */
 }

 /* Hintergrund */
 
 #content{
    background-color: transparent;
    margin-right: 2em;
    /*background: #f9f9f9 url(http://www.c-peper.de/w/images/3/33/Transbg.png) 0 0 repeat;*/
 }
 #mytabs li.selected a, #p-cactions li.selected, #p-cactions li a, #p-cactions li, #p-cactions li.new{
    background-color: transparent;
 }
 
 .ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { 
    background: inherit;
    background-color: transparent;
 }

 /* Kategorie */
 #catlinks {
   background-color: transparent;
 }
 /* Pre */
 pre {
  background-color: transparent;
 }

 /*

== Borders ==
 */
 #content {
    border: 0px dashed #aaa;
 }
 #p-cactions li {
    border: 0px dashed #ddd;
    border-bottom: none;
 }
 #p-cactions li.selected {
    border: 0px dotted #ffd15c;
    b order-bottom: none;
 }
 #p-cactions li.selected a {
    background-color: transparent;
 }

 /* hellere Farben oben */
 #p-cactions li a { color: #809bff; }
 #p-cactions li.new a { color: #ff8080; }

 /* derzeit nicht benutzt.
 .ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {
    background-color: transparent;
 }
 
 .ns-102 #content, .ns-102 #mytabs li.selected a,  .ns-102 #p-cactions li.selected a {
    background-color: white;
 }*/

 /* Search-Box ausblenden */
 #p-search {
    display:none;
 }

 /* Border colors */
  
 .firstHeading {
 border-bottom: 2px solid #800000;
 }
 
 #toc { 
    border:1px solid #800000;
 }
 
 #catlinks {
  border-color: #800000;
 }
 /*

== Actionbar/Content ==
 */

 /* Edit-Bar weiter nach oben */
 #p-cactions {
    top: 0.6em; /* was: 1.3em */
    left: 26em;
 }
 /* Content hinterher */
 #content {
    margin-top: 2.1em; margin-left: 130px; /* was: 2.8em 0 0 12.2em; */
 }

 /** Sidebar */
 .pBody {
    background-color: transparent;
    border: 0px solid #ffffff;
    margin-left: 12px;
 }

 /* Navigation höher setzen */
  #p-logo, #p-logo a, #p-logo a:hover {
    height: 100px;
  }
  #column-one { padding-top: 100px; }

 /*

== Sidebox ==
 */

 /*SideBox analog Townbox*/
 
 div.sideBox {
    position:relative;
    float:right;
    background:White;
    margin-left:1em;
    border: 1px solid Grey;
 
    padding:0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
 }
 div.sideBox dl {
    padding: 0;
    margin: 0 0 0.3em 0; 
    font-size: 96%;
 }
 div.sideBox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
 }
 div.sideBox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
 }

  /*
==userbar==
 */

 /* suppress the person icon by your username */
 li#pt-userpage { background: none }

 /* Make the personal toolbar have roundness */
 #p-personal ul {
  /* ooooh transparency */
   opacity:.6;
  border-color:rgb(250, 189, 35);
  border-width:0px;
  border-style:solid;
  background:transparent;
  /* if it weren't for this, that tool bar would stretch itself across the entire screen. */
   float:right;
  padding:0;
  padding-bottom:.3em;
  padding-right:3px;
  border-top:none;
  border-right:none;
  margin:0;
  /* my background code - use your own if you want (16*16px) */
   /*background-image:url("");*/
   background-repeat:no-repeat;
   /* overrides 3px p-r that's above */
    padding-right:20px;
   background-position:right center;
   
 }

 #p-personal a:hover {
  background:#FFF;
 }

 #p-personal a {
   padding:.5em;
   margin:0;
 }

 #p-personal li {
  margin:0;
  border-right:1px dotted rgb(170, 170, 170);
 }

 /* 
==für [[Vorlage:English]] ==
 */
 
 #englishlink {  
   position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
   padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
 }

 /*
== ul ==
 */

 /* Symbol für Listen */
 ul {
     line-height: 1.2em; /* statt 1.5em */
     margin: .3em 0 0 1.0em; /* statt .3 0 0 1.5 */
     li st-style-image: url(http://www.c-peper.de/w/images/b/bd/Blueball.png);
     list-style: none;
     text-indent: -10px;
 }
 .portlet ul {
     line-height: 1.2em; /* statt 1.5em */
     lis t-style-image: url(http://www.c-peper.de/w/images/b/bd/Blueball.png);
     list-style: none;
     text-indent: -10px;
 }
 #content ul li:before, #p-navigation ul li:before, #p-Ich ul li:before, #p-Misc ul li:before, #p-wikinav ul li:before, #p-tb ul li:before {
  content: "\00BB \0020";
 }

 #p-navigation a {
   display: inline;
 }  

 /*

== sidebar==
 */

 div.portlet {
 text-align: center;
 background: #990000;
 margin: 0px 0em 0.5em 0.7em;
 width:120px;
 -moz-border-radius: 1.2em;
 border-radius: 1.2em;
 }

 div.portlet h5 {
 color: white;
 font-family: 'Lucida Grande', Verdana, Sans-Serif;
 } 
 
 div.pBody {
 text-align: left;
 background: white;
 margin: 0px 0 0px 0;
 padding-left: 7px;
 border: 1px solid #990000;
 -moz-border-radius-bottomright: 1.2em;
 -moz-border-radius-bottomleft: 1.2em;
 border-bottom-right-radius	: 1.2em;
 border-bottom-left-radius	: 1.2em;
 }

 div#p-logo {
 background: transparent;
}

#toc {
 padding-left: 10px;
  -moz-border-radius: 1em;
  border-radius: 1em;
}