MediaWiki:Monobook.css

Aus Kitakien

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(eingerückt + kategorienanzeige)
Zeile 1: Zeile 1:
-
/*Großbuchstaben in den Navigationsbereichen*/
+
/*Großbuchstaben in den Navigationsbereichen*/
-
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}
+
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}
-
/*Personennamen in Kapitälchen: <font class="Person">Name</font>*/
+
/*Personennamen in Kapitälchen: <font class="Person">Name</font>*/
-
.Person{display:inline;font-variant:small-caps}
+
.Person{display:inline;font-variant:small-caps}
-
/*Ausschalten der foundraising-Nachricht*/
+
/*Ausschalten der foundraising-Nachricht*/
-
/*fetter bearbeiten-link*/
+
/*fetter bearbeiten-link*/
-
#ca-edit a{font-weight:bold !important;}
+
#ca-edit a{font-weight:bold !important;}
-
/*sitenotice*/
+
/*sitenotice*/
-
/*#siteNotice{font-size: x-small}*/
+
/*#siteNotice{font-size: x-small}*/
-
/* Make all non-namespace pages have a light blue content area. This is done by
+
/* Make all non-namespace pages have a light blue content area. This is done by
-
  setting the background color for all #content areas to light blue and then
+
    setting the background color for all #content areas to light blue and then
-
  overriding it for any #content enclosed in a .ns-0 (main namespace). I then
+
    overriding it for any #content enclosed in a .ns-0 (main namespace). I then
-
  do the same for the "tab" background colors. --Lupo */
+
    do the same for the "tab" background colors. --Lupo */
-
#content, #mytabs li.selected a, #p-cactions li.selected a {
+
#content, #mytabs li.selected a, #p-cactions li.selected a {
     background-color: #F3F3FF; /* ein leichtes blau */
     background-color: #F3F3FF; /* ein leichtes blau */
-
}
+
}
-
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {
+
.ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {
     background-color: white;
     background-color: white;
-
}
+
}
-
.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form {  
+
.ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form {  
-
background: inherit;
+
    background: inherit;
-
}
+
  }
 +
 
 +
/* Categorien etwas schöner darstellen */
 +
#catlinks {
 +
  border: 0px;
 +
  border-top: 2px dotted #aaaaaa;
 +
}
 +
 +
/*SideBox analog Townbox*/
-
/*SideBox analog Townbox*/
+
div.sideBox {
-
 
+
-
div.sideBox {
+
     position:relative;
     position:relative;
     float:right;
     float:right;
Zeile 43: Zeile 49:
     overflow: hidden;
     overflow: hidden;
     clear: right;
     clear: right;
-
}
+
}
-
div.sideBox dl {
+
div.sideBox dl {
     padding: 0;
     padding: 0;
     margin: 0 0 0.3em 0;  
     margin: 0 0 0.3em 0;  
     font-size: 96%;
     font-size: 96%;
-
}
+
}
-
div.sideBox dl dt {
+
div.sideBox dl dt {
     background: none;
     background: none;
     margin: 0.4em 0 0 0;
     margin: 0.4em 0 0 0;
-
}
+
}
-
div.sideBox dl dd {
+
div.sideBox dl dd {
     margin: 0.1em 0 0 1.1em;
     margin: 0.1em 0 0 1.1em;
     background-color: #f3f3f3;
     background-color: #f3f3f3;
-
}
+
  }
-
 
+
-
/* Standard Navigationsleisten */
+
-
 
+
-
div.BoxenVerschmelzen, div.NavFrame {
+
-
    margin:0px;
+
-
    padding:2px;
+
-
    border:1px solid #AAAAAA;
+
-
    text-align:center;
+
-
    border-collapse:collapse;
+
-
    font-size:95%;
+
-
}
+
-
div.BoxenVerschmelzen div.NavFrame {
+
-
    border-style:none;
+
-
    border-style:hidden;
+
-
}
+
-
div.NavFrame + div.NavFrame {
+
-
    border-top-style:none;
+
-
    border-top-style:hidden;
+
-
}
+
-
div.NavPic {
+
-
    background-color:#FFFFFF;
+
-
    margin:0px;
+
-
    padding:2px;
+
-
    float:left;
+
-
}
+
-
div.NavFrame div.NavHead {
+
-
    height:1.6em;
+
-
    font-weight:bold;
+
-
    font-size:100%;
+
-
    background-color:#EFEFEF;
+
-
}
+
-
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;
+
-
}
+
-
 
+
-
  /* Do not print navigation bar elements. They should not appear on paper */
+
-
@media print{
+
-
  .NavFrame { display:none; }
+
-
  .BoxenVerschmelzen { display:none; }
+
-
}
+
-
caption { font-size: 105%; font-weight: bold; }
+
/* Standard Navigationsleisten */
 +
 +
div.BoxenVerschmelzen, div.NavFrame {
 +
    margin:0px;
 +
    padding:2px;
 +
    border:1px solid #AAAAAA;
 +
    text-align:center;
 +
    border-collapse:collapse;
 +
    font-size:95%;
 +
}
 +
div.BoxenVerschmelzen div.NavFrame {
 +
    border-style:none;
 +
    border-style:hidden;
 +
}
 +
div.NavFrame + div.NavFrame {
 +
    border-top-style:none;
 +
    border-top-style:hidden;
 +
}
 +
div.NavPic {
 +
    background-color:#FFFFFF;
 +
    margin:0px;
 +
    padding:2px;
 +
    float:left;
 +
}
 +
div.NavFrame div.NavHead {
 +
    height:1.6em;
 +
    font-weight:bold;
 +
    font-size:100%;
 +
    background-color:#EFEFEF;
 +
}
 +
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;
 +
}
 +
 +
  /* Do not print navigation bar elements. They should not appear on paper */
 +
@media print{
 +
    .NavFrame { display:none; }
 +
    .BoxenVerschmelzen { display:none; }
 +
}
 +
 +
caption { font-size: 105%; font-weight: bold; }

Version vom 22:59, 25. Nov. 2004

 /*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}
 
 /*Ausschalten der foundraising-Nachricht*/
 
 /*fetter bearbeiten-link*/
 #ca-edit a{font-weight:bold !important;}
 
 /*sitenotice*/
 /*#siteNotice{font-size: x-small}*/
 
 /* Make all non-namespace pages have a light blue content area. This is done by
    setting the background color for all #content areas to light blue and then
    overriding it for any #content enclosed in a .ns-0 (main namespace). I then
    do the same for the "tab" background colors. --Lupo */
 
 #content, #mytabs li.selected a, #p-cactions li.selected a {
    background-color: #F3F3FF; /* ein leichtes blau */
 }
 
 .ns-0 #content, .ns-0 #mytabs li.selected a,  .ns-0 #p-cactions li.selected a {
    background-color: white;
 }
 
 .ns--1 table, .ns-2 table, .ns-4 table, .ns--1 form { 
    background: inherit;
  }
 
 /* Categorien etwas schöner darstellen */
 #catlinks {
   border: 0px;
   border-top: 2px dotted #aaaaaa;
 }
 
 /*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;
 }
 
 /* Standard Navigationsleisten */
 
 div.BoxenVerschmelzen, div.NavFrame {
     margin:0px;
     padding:2px;
     border:1px solid #AAAAAA;
     text-align:center;
     border-collapse:collapse;
     font-size:95%;
 }
 div.BoxenVerschmelzen div.NavFrame {
     border-style:none;
     border-style:hidden;
 }
 div.NavFrame + div.NavFrame {
     border-top-style:none;
     border-top-style:hidden;
 }
 div.NavPic {
     background-color:#FFFFFF;
     margin:0px;
     padding:2px;
     float:left;
 }
 div.NavFrame div.NavHead {
     height:1.6em;
     font-weight:bold;
     font-size:100%;
     background-color:#EFEFEF;
 }
 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;
 }
 
  /* Do not print navigation bar elements. They should not appear on paper */
 @media print{
    .NavFrame { display:none; }
    .BoxenVerschmelzen { display:none; }
 }
 
 caption { font-size: 105%; font-weight: bold; }
Persönliche Werkzeuge