MediaWiki:Common.css
Version vom 17. Oktober 2010, 16:51 Uhr von Nachteule (Diskussion | Beiträge)
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* Suchergebnisse */
span.searchmatch {
background-color: #ffff00;
}
/* Tabellen mit ohne Hintergrund statt weiß */
table {
background:transparent;
}
/* Seitenkategorien */
#catlinks {
font-size:95%;
border: none;
border-top:2px dotted lightgrey;
background-color: transparent;
padding: 0px;
margin: 2em 0 1.5em 0;
text-align: right;
clear: both;
}
.catlinks {
border:none;
background-color: transparent;}
/* Pro, Contra & Neutral Kasterl */
.pro, .contra, .neutral {
border-width:2px;
border-style:solid;
margin:5px 5px 5px 30px;
padding:5px;
}
.pro {
border-color: #00FF00;
background: #EEFFEE;
}
.contra {
border-color: #FF0000;
background: #FFEEEE;
}
.neutral {
border-color: #AAAAAA;
background: #EEEEEE;
}
/* GaGA-Wahl */
.gagacomment-outer {
background: url('http://kamelopedia.mormo.org/images/7/74/Anf%C3%BChrungszeichen1.png') bottom left no-repeat;
}
.gagacomment-inner {
background: url('http://kamelopedia.mormo.org/images/3/37/Anf%C3%BChrungszeichen2.png') top right no-repeat;
padding:7px 32px;
}
/* Markierung von Weiterleitungen */
.allpagesredirect, .watchlistredir, .redirect-in-category {
font-style: italic;
}
/* [[Vorlage:Box]] Boxen-Style */
.hs-box {
margin: 0;
margin-bottom:10px;
border: 1px solid #dfdfdf;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
padding: .3em .6em 0em .6em;
}
/* [[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;
}
/* übriggeblieben und benutzt */
.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; }
/* 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; }
/* 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 }
/* siteSub (Kamelopedia, die freie Wissensdatenbank); nur auf Artikelseiten & Kamelionary */
/* 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, .ns-106 #siteSub {
display: inline;
color: #808080;
font-weight: normal;
font-size: .9em;
}
/* kein siteSub + Seitentitel auf der Hauptseite */
.page-Hauptseite #siteSub, .page-Kamelionary_Hauptseite #siteSub, .page-Kamelopedia_Hauptseite #siteSub {display:none !important;}
.page-Hauptseite .firstHeading, .page-Kamelopedia_Hauptseite .firstHeading {display:none !important;}
/* Abschnittsbearbeitungslinks estwas zurücknehmen, die da: [bearbeiten] */
.editsection a:link {color:#8080FF;}
.editsection a:visited {color:#8080FF;}
.editsection a:focus {color:#8080FF;}
.editsection a:hover {color:#0000C0;}
.editsection a:active {color:#8080FF;}
.editsection {color:#8080FF;}
/* [[MediaWiki:Newarticletext]] nur im Artikelnamensraum anzeigen (wird ansonsten ausgeblendet) */
.ns-0 #newbie {display:block !important;}
.page-MediaWiki_Newarticletext #newbie {display:block !important;}
/* [[MediaWiki:Newarticletext]] für News-Namensraum (ns-108) */
.ns-108 #neuenews {display:block !important;}
.page-MediaWiki_Newarticletext #neuenews {display:block !important;}
/* Bildhintergründe für damit man sieht, wenn was transparent ist (bei nichtgefallen einfach wieder rausnehmen) */
#file img, .filehistory img {
background: url("http://kamelopedia.mormo.org/images/c/c4/Bildseitenhintergrund.png");
}
/* Projekt:Kamelopedia-Logo-Mosaik */
#logomosaik img {
width:25px;
height:19px;
}
/* Pseudo-Spezialseite für Ka-Mel-Oh! */
a.new[href^="/index.php/Spezial:Karte"] {
color: #002bb8 !important;
}
#Kartennavi .createboxInput {
border:1px solid #ffa500;
margin:0px;
width:2em;
}
#Kartennavi .createboxButton {
display:none;
}
/* kein "Zurücksetzen" in Letzen Änderungen und Beobauchtungsliste */
.page-Spezial_Letzte_Änderungen .mw-rollback-link, .page-Spezial_Beobachtungsliste .mw-rollback-link {display:none}
/* unerträglicher Spendenaufruf aus der Wikipedia (alle Jahre wieder) */
#siteNotice .spendenaufruf:hover {
color:#000000;
text-decoration:underline;
cursor:pointer;
}
#siteNotice .spendenaufruf a {
color:#2F4F4F;
}
#siteNotice .spendenaufruf img {
background-color: #f3f3f3;
padding:.4em;
}
#siteNotice .spendenknopp {
background: url(http://kamelopedia.mormo.org/images/0/06/Button-wavy-blue.png) center center no-repeat;
}
#siteNotice .spendenknopp a {
color:white;
line-height:30px;
margin:0px 1em;
}
/* externe links zu internen URL aussehen lassen wie interne links: */
a.external[href^="http://kamelopedia.mormo.org"] {
color: #002bb8 !important;
background-image: none !important;
padding:0px !important;
}
a.external[href^="http://kamelopedia.mormo.org"]:visited {
color: rgb(85,26,139) !important;
background-image: none !important;
padding:0px !important;
}
/* Pseudo-Links */
.pseudolink {
cursor: pointer;
text-decoration: none;
color: #002bb8;
}
.pseudolink:hover {
text-decoration: underline;
}
/* Letzte Änderungen platzsparender */
.rcoptions {margin-top:0;}
/* CSS IE6-exclusiv ([[Kamelopedia:Wie wäre es mal mit einem modernen Browser? ]]) */
#ie_6 { display: none; }
* html body #ie_6 { display: block; }
/* keine weißen Ränder bei Thumbs */
div.thumb {
border: none;
}
div.tright {
border: none;
margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
border: none;
margin: 0.5em 1.4em 0.8em 0;
}
/* Quellcode scrollbar machen */
pre {
overflow: auto;
}
/* Treiber-Links */
.treiberlink {display: none;}
/* Artikel-Bewertung (berta) */
#mw-data-after-content {
background-color: #E9FFBA ;
border:1px solid #E9FFBA ;
border-radius:0em 2em 0em 2em;
-moz-border-radius:0em 2em 0em 2em;
margin: 32px 0 0 0 ;
color: #333 ;
}
div#mw-js-message.mw-js-message-feedback {
background-color: #E9FFBA ;
border:1px solid #E9FFBA ;
}
fieldset.feedback_reviewform.noprint legend {
border:none ;
background-color: transparent ;
margin: 0 ;
padding: 0em ;
}
#mw-feedbackform, fieldset.feedback_reviewform.noprint{
border:none ;
background-color: transparent ;
margin: 0 0 0 0 ;
padding: .5em ;
}
fieldset.feedback_reviewform.noprint input {margin-left: 5px ;}
fieldset.feedback_reviewform.noprint select {margin-right: 5px ;}
/* Während der Alle-Kamele-Testet-Testphase zunächst keine Details nach Abstimmung */
.ns-0 table.rfb-reader_feedback_table {display:none;}
.ns-0 #mw-js-message h4 {display:none;}
/* feedback-Kamele (Test) */
div.feedbackcamel {
position:absolute;
top:0px;
height:40px;
background: url('http://kamelopedia.mormo.org/images/thumb/2/2f/Gnome-camel-invert.png/40px-Gnome-camel-invert.png') center right no-repeat;
cursor:pointer;
}
div.feedbackcamel:hover {
background-color: #fcea5a;
}
div.schon_gewusst a {
font-weight: bold;
}
/* möglichst nerviges css (Test) */
.zippelzappel {
cursor:none !important;
}
.zippelzappel:hover {
display:none;
}
/* [[Vorlage:Bild]] */
/* ... hab ich mal hier untergebracht, damit man in der Vorlage noch den Überblick behält... */
table.bild_outer {
border-collapse: collapse;
width: 99%;
background: ivory;
padding: 0px;
margin: 0px;
}
table.bild_outer tr.bild_outer {
padding: 0px;
margin: 0px;
}
table.bild_outer td.bild_outer {
padding: 0px;
margin: 3px;
vertical-align: top;
}
div.bild_inner {
background:#FBF8DD;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px;
vertical-align: top;
border: 3px ivory solid;
}
div.bild_head {
padding-bottom: 2px;
margin: 0px;
/*border-bottom: 1px solid #AAAAAA;*/
font-size: 16px;
color:#404040;
line-height:14px;
}
.bildicon img {
width:50px; height: 50px;
}
.bildicon img:hover {
opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.borderradiustopright {
background: url("http://kamelopedia.mormo.org/images/4/44/Borderradiustopright.png") top right no-repeat;
background-repeat:no-repeat;
}
.borderradiustopleftgroß {
background: url("http://kamelopedia.mormo.org/images/4/49/Borderradiustopleft.png") bottom left no-repeat;
background-repeat:no-repeat;
position:absolute;
right: 0px;
bottom: 0px;
line-height:12px;
font-size:13px;
padding: 0px 4px;
white-space: nowrap;
text-align: right;
}
.borderradiustopleftgroß img { margin: 0px 2px; }
.borderradiustopleftklein {
background: url("http://kamelopedia.mormo.org/images/b/b8/Borderradiustopleftklein.png") bottom left no-repeat;
background-repeat:no-repeat;
position:absolute;
right: -5px;
bottom: 0px;
line-height:12px;
font-size:11px;
padding: 0px 4px;
white-space: nowrap;
text-align: right;
}
.borderradiustopleftklein img { margin: 0px 1px; }
/* [[Vorlage:Tooltip]] (noch beta) */
.schatten { background:url("http://kamelopedia.mormo.org/images/d/dd/Schatten.png") no-repeat; }
.tooltipsource {
position:relative;
cursor:pointer;
}
.tooltiptext {
display:none;
position:absolute;
cursor:auto;
z-index:10;
}
.tooltipsource:hover .tooltiptext {
display:block;
}
/* Kamelopedia Rundgang */
table.rundgang {
width: 100%;
background-color: #ffffff;
color: #8B4513;
min-height: 70px;
padding: 0px;
}
td.rundgang_tdr {
padding:3px;
vertical-align: top;
border-right:3px solid #8B4513;
border-top:3px solid #8B4513;
border-bottom:3px solid #8B4513;
}
td.rundgang_tdl {
width: 86px;
vertical-align: bottom;
margin: 0px;
padding: 0px;
background-image: url( "http://kamelopedia.mormo.org/images/5/5c/RundgangRand2.jpg" );
}
td.rundgang_tdl2 {
padding:3px;
vertical-align: top;
border-left:3px solid #8B4513;
border-top:3px solid #8B4513;
border-bottom:3px solid #8B4513;
}
td.rundgang_tdr2 {
width: 204px;
vertical-align: bottom;
margin: 0px;
padding: 0px;
background-image: url( "http://kamelopedia.mormo.org/images/f/f4/RundgangRand3.jpg" );
}
.onlyhover {
color: transparent;
}
.onlyhover:hover {
color: inherit;
}
.onlyhover a {
color: transparent;
}
.onlyhover:hover a {
color: inherit;
}
/* Monaco-Sidebar */
.monaco ul {
list-style-image:none;
list-style-type:none;
margin:0px 10px 0px 0px;
border:1px solid #aaa;
float:left;
padding:2px;
background-color:#fff;
}
.monaco li {
border-top:1px solid #eee;
cursor:pointer;
width:204px;
color:#333333;
display:block;
padding:3px 5px;
font-family:Tahoma,arial,sans-serif;
font-weight:bold;
font-size:10pt;
margin:0px;
background: url(http://kamelopedia.mormo.org/images/8/89/Submenue-arrow.png) right center no-repeat;
}
.monaco a, .monaco a.external {
color:#333333 !important;
background-image:none !important;
}
.monaco a:hover {
text-decoration:none;
}
.monaco ul li:first-child {
border-top:none;
}
.monaco li:hover {
background-color:#f5f5f5;
}
.monaco li > ul {
display:none;
position:absolute;
left:216px;
margin-top:-3px;
}
.monaco li:hover > ul {
display:inline;
border:1px solid #d4dfd7;
}
/* Linkfarbe anpassen */
.coloredlink a, .coloredlink a.new, .coloredlink a.external {
color:inherit !important;
padding:0px !important;
background-image: none !important;
}
/* MediaWiki-Lizenz-Auswahl im Hochlade-Formular ausblenden */
tr.mw-htmlform-field-Licenses {display:none !important;}
/* Bürokratenspiel Formularklassen */
.bs_formular {
margin:10px;
padding:15px;
font-family:Tahoma,"Lucida Grenade",serif; /* Palatino wird bei mir total unleserlich */
}
.bs_content {
font-family:Impact,fantasy;
font-size:250%;
text-decoration:underline;
text-align:center;
margin:10px;
}
.bs_content2 {
font-family:Impact,fantasy;
font-size:180%;
}
.bs_item {
font-weight:bold;
font-size:85%;
}
.bs_signum {
font-family:"Brush Script MT","French Script MT",cursive !important; /* cursive dazu, den Rest hab ich nicht */
font-style:italic !important;
}
.bs_anlage {
border:1px solid grey;
background-color:#fffdf0;
text-align:center;
padding:15px;
}
/* Ausklappen per Mauklick (s.a. [[MediaWiki:Monobook.js]] */
.klapp, .klipp {
cursor: pointer;
}
span.klapp, span.klipp {
text-decoration: none;
color: #002bb8;
background: none;
}
span.klapp:hover, span.klipp:hover {
text-decoration: underline;
}
/* [[:Vorlage:Geschwärzt]] */
.geschwaerzt {
background-color:#000000;
display:inline;
}
.geschwaerzt a {
color:#000000;
}
.geschwaerzt a.new {
color:#000000;
}
.geschwaerzt a:visited {
color:#000000;
}
.geschwaerzt:hover a {
background-color:transparent;
color:blue;
}
.geschwaerzt:hover a.new {
background-color:transparent;
color:red;
}
.geschwaerzt:hover {
background-color:transparent;
display:inline;
}
/* Styles für [[Vorlage:GanzGut]] */
.ganzgut {
clear:both;
margin:25px 0 25px 0;
background-color:transparent!important;
width: 288px;
font-size:95%;
line-height:1.4em;
}
/* Drag & Drop (Test) */
.jstest{
position:relative;
cursor:move;
z-index: 100;
padding:20px 45px 20px 0px;
border-width:1px;
}
/* Thumbnail-Fehler */
.MediaTransformError {color:red; font-size:.9em; line-height:1.2em;}
/* Bugfix Lizenz-Box auf Datei-Seiten mit neuem Editor */
/* unsere Lizenzbox erbt vom neuen Editor eine line-height von 0 */
#klicktag {line-height:1.2em;}
/* Test (Bilder vom brauser skalieren lassen per CSS) */
.img img {
height:100%;
width:100%;
}
/* WikiEditor (neu) Anpassungen */
/* Beleg-Knopf (+Hilfe dazu) raus (wir haben die Beleg-Funktion nicht; <ref></ref>) */
#wikiEditor-ui-toolbar span[rel='reference'], #wikiEditor-ui-toolbar span[rel='referenceCGD'], #wikiEditor-ui-toolbar div[rel='reference'] {display:none;}
/* KameloNews-Logo */
.ns-108 div#p-logo a, .ns-109 div#p-logo a {background-image: url('images/7/7e/LogoKameloNews.png') !important;}
/********************************************************
* Ka-Mel-Oh!-Stylesheet: *
********************************************************/
/*** 1.) Karten: ***/
/* fix für IE: */
.karte {
font-size: 0px;
line-height: 0px;
padding: 0px;
margin: 0px;
}
/* alle verwendeten Bilder automatisch skalieren: */
.karte img {
height: 100%;
width: 100%;
}
/* Positionsramen 580px mal 290px bei font-size 100px; */
/* alles, was rausragt, wird abgeschnitten */
.karteninhalt {
position:relative;
margin:0.05em;
height:5.8em;
width:2.9em;
padding:0;
overflow:hidden;
}
/* hier kommt http://kamelopedia.mormo.org/images/7/7e/Kartenhintergrund1.png rein */
.background {
position:absolute;
top:0px;
left:0px;
height:5.8em;
width:2.9em;
background:none;
}
/* Kartennummer (evtl. verlinkt) */
.nr {
position:absolute;
top:0.8em; left:0.6em;
font-size:0.14em;
line-height: 1em;
color:#FFFF00;
z-index:2;
}
.nr a, .nr a.new, .nr a.new[href^="/index.php/Spezial:Karte"] {
color:#FFFF00 !important;
}
/* Häufigkeit in Form eines Kamels */
.hk {
position:absolute;
top:1em;
right:1em;
font-size:0.1em;
line-height: 1em;
height:4em;
width:4em;
}
/* Kartenname horizontal und vertikal zentriert */
.titelfeld {
position:absolute;
top:0.05em;
left:0.45em;
height:0.5em;
width:2.0em;
overflow:hidden;
}
.titelmonster, .titelzm-monster, .titelitem, .titelzm-item {
height:100%;
width:100%;
font-size:0.22em;
line-height:0.9em;
font-family:Comic Sans MS, sans-serif;
font-weight:bold;
background:none;
}
.titelmonster, .titelzm-monster { color:#000; }
.titelitem, .titelzm-item { color:#ddd; }
/* Kartenbild (auf passende Größe gequetscht) */
.kartenbild {
position:absolute;
top:0.55em;
left:0.14em;
border: 0.03em solid black;
height: 1.92em;
width: 2.56em;
background-color:black;
overflow:hidden;
}
.kartenbild a {
color:black;
}
.kartenbild a.new {
color:black;
}
/* Schmiede (zeigt bei Karten, die noch geschmiedet werden müssen eine Animation + link) */
.altlast {
position:absolute;
height:2em;
width:2em;
top:0.55em;
right: 0.1em;
z-index:2;
}
.altlast img {
display:none;
}
.altlast.schmiede img {
display:block;
}
/* in-die-Datenbank-Knopf für die Schmiede */
.in_die_datenbank {
position:absolute;
right: 15px;
bottom: 11px;
font-size: 20px;
border: 2px black solid;
width: 17px; height: 13px;
padding-top: 2px;
}
/* Kartenwerte */
.wertefeld {
position:absolute;
top:14.23em;
left:0.76em;
width:14.56em;
height:1.39em;
font-family:Comic Sans MS, sans-serif;
font-weight:bold;
font-size:0.18em;
line-height:1.39em;
white-space:nowrap;
overflow:hidden;
}
.wertefeld img {
height:1.39em;
width:1em;
vertical-align:top;
}
.ap { color:#fb7; }
.dp { color:#9cf; }
.lp { color:#ddd; }
.d { color:#ff0; }
.ditem { color:#ff0; text-align:right; padding-right:.3em; }
.subtitle {
position:absolute;
top:0px;
left:0px;
color:#ddd;
width:14.56em;
text-align:center;
}
/* Hintergrund Text (noch nicht geladene Bilder so gut verstecken wie möglich) */
.texthintergrund {
position:absolute;
top:2.84em;
left:0.14em;
width:2.56em;
height:2.56em;
overflow:hidden;
}
.texthintergrund.monster, .texthintergrund.item, .texthintergrund.zm-monster, .texthintergrund.zm-item {
border: 0.03em solid black;
}
.monster, td .monster {
background:#FFCF13 url(http://kamelopedia.mormo.org/images/c/c0/Texthintergrundmonster.jpg);
border-color:#FFCF13;
}
.texthintergrund.monster { color:#FFCF13; }
.item, td .item {
background:#AAFF66 url(http://kamelopedia.mormo.org/images/b/b3/Texthintergrunditem.jpg);
border-color:#AAFF66;
}
.texthintergrund.item { color:#AAFF66; }
.zm-monster, td .zm-monster {
background:#AE88FF url(http://kamelopedia.mormo.org/images/0/02/Texthintergrundzm-monster.jpg);
border-color:#AE88FF;
}
.texthintergrund.zm-monster { color:#AE88FF; }
.zm-item, td .zm-item {
background:#BBDDFF url(http://kamelopedia.mormo.org/images/2/2c/Texthintergrundzm-item.jpg);
border-color:#BBDDFF;
}
.texthintergrund.zm-item { color:#BBDDFF; }
.balken.neutral, td .balken.neutral {
background:#A5A5A5 url(http://kamelopedia.mormo.org/images/3/34/Texthintergrundneutral.jpg);
border-color:#A5A5A5;
}
/* Hintergrund Text (noch nicht geladene Bilder so gut verstecken wie möglich) */
.textfeld {
position:absolute;
top:0.03em;
left:0.03em;
height:2.5em;
width:2.5em;
overflow:hidden;
color:black;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
}
/* links im Kartentext */
.textfeld a, .textfeld a.new, .textfeld a.external, .textfeld a:active, .textfeld a:visited, .textfeld a:focus {
position:relative;
z-index:2;
font-weight:bold;
background-image:none !important;
padding:0 !important;
color:#888 !important;
}
.zm-monster .textfeld a, .zm-monster .textfeld a.new, .zm-monster .textfeld a.external, .zm-monster .textfeld a:active, .zm-monster .textfeld a:visited, .zm-monster .textfeld a:focus {
color:#ddd !important;
}
/* Tabelle für Klasse, Rasse und Kram */
.texttabelle {
font-size:0.14em;
line-height:0.9em;
background:none;
border-bottom: 0.1em solid #888;
width:100%;
padding-bottom:0.2em;
}
.zm-monster .texttabelle {
border-color:#ddd !important;
}
.texttabelle td { padding:0.2em; }
/* Beschreibungstext */
.beschreibung {
font-size:0.14em;
line-height:1em;
margin:0.2em;
padding-top:0.2em;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-style:italic;
text-align:justify;
}
.beschreibung p, .beschreibung dd {
line-height:1em !important;
}
.beschreibung li {
line-height:1em !important;
margin-bottom:0.75em !important;
}
/* Ka-Mel-Oh!-Logo */
.kartenlogo {
position:absolute;
bottom:0.6em; left:8.5em;
font-size:0.1em;
line-height: 1em;
width:12em;
height:2.7em;
}
/* Vordergrund (macht nur links anklickbar und zeigt ggf. "Sonderkarte" an */
.vordergrund {
position:absolute;
top:0px;
left:0px;
height:5.8em;
width:2.9em;
z-index:1;
background-image:url(http://kamelopedia.mormo.org/images/9/94/Blinder-Pixel.gif);
}
.vordergrund img {
display:none;
}
.vordergrund.sonder img {
display:block;
}
/*** 2.) Statistik ***/
.balken {
border-width:1px;
border-style:outset;
border-left:none;
}
.inset-box {
background: #F6F0D4 url("http://kamelopedia.mormo.org/images/5/56/Headbg00.jpg") 0px 0px no-repeat;
padding: 7px 0;
border: 1px inset #dfdfdf;
border-radius: 0.5em;
-moz-border-radius: 0.5em;
margin: 0.5em;
}
/*** 3.) Navi: ***/
.topmenue:hover .submenue {
display:block !important;
}
.topmenue:hover {
background: url(http://kamelopedia.mormo.org/images/c/c0/Ausgeklappt.png) center left no-repeat;
cursor:pointer;
}