MediaWiki:Common.css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Wechseln zu: Navigation, Suche
K
K
Zeile 48: Zeile 48:
 
     border: 1px solid #dfdfdf;  
 
     border: 1px solid #dfdfdf;  
 
     -moz-border-radius: 0.5em;
 
     -moz-border-radius: 0.5em;
     padding: 1em;
+
     padding: 10px;
 
     }
 
     }
  

Version vom 4. Mai 2008, 02:54 Uhr

 /* 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
     }
 
 
 /* Pro & Contra Kasterl */
 
 .pro {
     border:2px solid #00FF00;
     background:#EEFFEE;
     margin:5px 5px 5px 30px;
     padding:5px;
     }
 
 .contra { 
     border:2px solid #FF0000; 
     background:#FFEEEE;
     margin:5px 5px 5px 30px;
     padding:5px;
     }
 
 
 /* Markierung von Redirects in [[Special:Allpages]]  */
 
 .allpagesredirect {
     background-color:#F5F5F5;
     font-style: italic;
 }
 
 /* Hauptseiten-Boxen-Style */
 
 .hs-box {
     margin: 0; 
     margin-bottom:10px; 
     border: 1px solid #dfdfdf; 
     -moz-border-radius: 0.5em;
     padding: 10px;
     }
 
 /* [[Vorlage:Ausklappen|Ausklappbare Menues]] (erstmal ganz einfach) */
 
 .ausklappen {
     background: #f0f0f0 url("images/5/5c/Siehe_auch.png") 3px 8px no-repeat !important;
     height: 25px !important;
     overflow: hidden !important;
     }
 
 .ausklappen:hover {
     background: #f0f0f0 url("images/c/c0/Ausgeklappt.png") 3px 8px no-repeat !important;
     height: auto !important;
     }
 
 /* Styles für die - bald kommende - [[:Vorlage:Bild]] */
 
 .spongebob { background: url("images/a/ac/Spongebobhintergrund.png") 0px 0px; }
 .stop { background: url("images/b/be/Stop_mitte.png") 0px 0px repeat-x; }
 .stop a { color: black; }
 
 /* Design für [[:Vorlage:Ka-Mel-Oh!|Ka-Mel-Oh!-Karten]] */
 
 .karte { font-size: 0px; line-height: 0px; padding: 0px; margin: 0px; }
 .karte img { height: 100%; width: 100%; }
 .karteninhalt { position:relative; margin:0.05em; height:5.8em; width:2.9em; overflow:hidden; }
 .background { position:absolute; top:0px; left:0px; height:5.8em; width:2.9em; background:none; }
 .nr { position:absolute; top:0.8em; left:0.6em; font-size:0.14em; line-height: 1em; color:#FFFF00; }
 .hk { position:absolute; top:1em; right:1em; font-size:0.1em; line-height: 1em; height:4em; width:4em; }
 .titelfeld { position:absolute; top:0.05em; left:0.45em; height:0.5em; width:2.0em; overflow:hidden; }
 .titelmonster, .titelzm-monster { height:100%; width:100%; font-size:0.22em; line-height:0.9em; font-family:Comic Sans MS; font-weight:bold; background:none; color:#000000; }
 .titelitem, .titelzm-item { height:100%; width:100%; font-size:0.22em; line-height:0.9em; font-family:Comic Sans MS; font-weight:bold; background:none; color:#ffffff; }
 .kartenbild { position:absolute; top:0.55em; left:0.14em; border: 0.03em solid black; height: 1.92em; width: 2.56em; background-color:ivory; }
 .wertefeld { position:absolute; top:14.23em; left:0.76em; width:14.56em; height:1.39em; font-family:Comic Sans MS; font-weight:bold; font-size:0.18em; line-height:1.39em; overflow:hidden; }
 .wertefeld img { height: 1.39em; width: 1em; }
 .apmonster, .apzm-monster { white-space:nowrap; color:#FFBB77; }
 .apitem, .apzm-item { visibility:hidden; }
 .dpmonster, .dpzm-monster { white-space:nowrap; color:#99CCFF; }
 .dpitem, .dpzm-item { visibility:hidden; }
 .lpmonster, .lpzm-monster { white-space:nowrap; color:#FFFFFF; }
 .lpitem, .lpzm-item { visibility:hidden; }
 .d { white-space:nowrap; color:#FFFF00; }
 .item, .zm-item { position:absolute; top:0px; left:0px; color:#FFFFFF; width:14.56em; text-align:center; }
 .monster, .zm-monster { display:none; }
 .texthintergrund { position:absolute; top:2.84em; left:0.14em; width:2.56em; height:2.56em; border: 0.03em solid black; }
 .textfeld { position:absolute; top:0.03em; left:0.03em; height:2.5em; width:2.5em; overflow:hidden; }
 .texttabelle { font-size:0.14em; line-height:0.9em; background:none; border-bottom: 1px solid #aaaaaa; width:100%; padding-bottom:0.2em; }
 .text, .textmonster, .textzm-monster { margin:0.2em; }
 .textitem, .textzm-item { display:none; }
 .beschreibung { font-size:0.14em; line-height:1em; margin:0.2em; padding-top:0.2em; font-style:italic; text-align:justify; }
 .kartenlogo { position:absolute; bottom:0.6em; left:8.5em; font-size:0.1em; line-height: 1em;  width:12em; height:2.7em; }
 
 /* class="ausklappen2" (erstmal ganz einfach) */
 
 .ausklappen2 {
     background: #f0f0f0 url("images/5/5c/Siehe_auch.png") 3px 8px no-repeat !important;
     height: 25px !important;
     width:200px !important;
     overflow: hidden !important;
     }
 
 .ausklappen2:hover {
     background: #f0f0f0 url("images/c/c0/Ausgeklappt.png") 3px 8px no-repeat !important;
     height: auto !important;
     width:100% !important
     }
 
 /* Link-Buttons */
 
 .linkbutton1 { border-style: outset !important; }
 .linkbutton1:active { border-style: inset !important; }
 .linkbutton1 a:hover { text-decoration: none !important; }
 
 .linkbutton2 { border-style: solid !important; }
 .linkbutton2:hover { border-style: outset !important; }
 .linkbutton2:active { border-style: inset !important; }
 .linkbutton2 a:hover { text-decoration: none !important; }
 
 /* Styles für die [[Windowspedia]] ... lösch' ich wieder, wenn ich fertig bin */
 
 .taskleiste { background: url("images/6/6a/Taskleiste.jpg") 0px 0px; }
 .task { background: url("images/3/37/Task_inaktiv.jpg") 0px 0px; font-weight:normal !important; }
 .task:hover { background: url("images/5/5a/Task_inaktiv_hover.jpg") 0px 0px; text-decoration:none; font-weight:normal !important; }
  .task:active { background: url("images/7/7e/Task_aktiv_hover.jpg") 0px 0px; text-decoration:none; font-weight:normal !important; }
 .taskaktiv { background: url("images/2/2a/Task_aktiv.jpg") 0px 0px; font-weight:normal !important; }
 .taskaktiv:hover { background: url("images/7/7e/Task_aktiv_hover.jpg") 0px 0px; font-weight:normal !important; }
 .uhr { background: url("images/f/f3/Uhrzeit_hintergrund.jpg") 0px 0px; }
 
 /* Breite der Dateiliste begrenzen */
 
 table[class="imagelist TablePager"] {max-width:80% !important;}
 
 
 /* neue Forumsbeiträge */
 
 .forum_new {font-weight:bold;}
 
 
 /* CSS für die Calendar-Extension */
 
 table.calendar          { margin: 0; padding: 10px; }
 table.calendar td       { margin: 0; padding: 2px; vertical-align: top; }
 table.month .heading td { padding:2px; background-color:#d4d4d4; color:#aaa; text-align:center; font-size:120%; font-weight:bold; }
 table.month .dow td     { color:#aaa; text-align:center; font-size:110%; }
 table.month td.today    { background-color:#ddd; }
 table.month td {
     border: none;
     margin: 0;
     padding: 1pt 1.5pt;
     font-weight: bold;
     font-size: 8pt;
     text-align: right;
     background-color: #eee;
     }
 #bodyContent table.month a { background:none; padding:0 }
 . day-active { color:#0000cc }
 .day-empty  { color:#cc0000 }
 
 /* Troll-Alarm */
 
 a[title*='84.61'],
 a[title*='84.62'],
 a[title*='84.63'],
 a[title*='88.76']
 {background-color:#FCFF01 !important;color:#000000 !important;}
 
 /* siteSub (Kamelopedia, die freie Wissensdatenbank); nur auf Artikelseiten */
 /* für von aussen hier geschubste Besucher (über google &co.) wird besser ersichtlich */
 /* wo sie hier gelandet sind, da unser Name sonst nirgendwo prominent herumprangert */
 
 .ns-0 #siteSub {
     display: inline;
     color: #808080; 
     font-weight: normal;
     font-size: .9em;
     }
 
 /* kein siteSub + Seitentitel auf der Hauptseite */
 
 .page-Hauptseite #siteSub {display:none !important;}
 .page-Hauptseite .firstHeading {display:none !important;}