MediaWiki:Common.css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
K (Textersetzung - „('http://kamelopedia.mormo.org/images/“ durch „('../images/“)
(mormo -> net)
Zeile 164: Zeile 164:
 
   
 
   
 
/* externe links zu internen URL aussehen lassen wie interne links: */
 
/* externe links zu internen URL aussehen lassen wie interne links: */
  a.external[href^="http://kamelopedia.mormo.org"] {
+
  a.external[href^="http://kamelopedia.net"] {
 
     color: #002bb8 !important;
 
     color: #002bb8 !important;
 
     background-image: none !important;
 
     background-image: none !important;
Zeile 170: Zeile 170:
 
  }
 
  }
  
  a.external[href^="http://kamelopedia.mormo.org"]:visited {
+
  a.external[href^="http://kamelopedia.net"]:visited {
 
     color: rgb(85,26,139) !important;
 
     color: rgb(85,26,139) !important;
 
     background-image: none !important;
 
     background-image: none !important;
Zeile 367: Zeile 367:
 
/* Linkfarbe anpassen */
 
/* Linkfarbe anpassen */
  
.coloredlink a, .coloredlink a.new, .coloredlink a.external, .coloredlink a[href^="http://kamelopedia.mormo.org"], .coloredlink a.new[href^="http://kamelopedia.mormo.org"], .coloredlink a.external[href^="http://kamelopedia.mormo.org"]  {
+
.coloredlink a, .coloredlink a.new, .coloredlink a.external, .coloredlink a[href^="http://kamelopedia.net"], .coloredlink a.new[href^="http://kamelopedia.net"], .coloredlink a.external[href^="http://kamelopedia.net"]  {
 
   color:inherit !important;
 
   color:inherit !important;
 
   padding:0px !important;
 
   padding:0px !important;
Zeile 563: Zeile 563:
 
.mw-special-Recentchanges a[href*='/index.php/Forum:Problem-Meldungen'] {font-weight: bold;}
 
.mw-special-Recentchanges a[href*='/index.php/Forum:Problem-Meldungen'] {font-weight: bold;}
  
  /* http://kamelopedia.mormo.org/index.php/Spezial:Dateien */
+
  /* http://kamelopedia.net/index.php/Spezial:Dateien */
  
 
  .TablePager {max-width:100% !important;}
 
  .TablePager {max-width:100% !important;}

Version vom 2. Januar 2014, 13:01 Uhr

  /*Foruk-Disk hamwa net */

 .ns-102 #ca-talk {display:none !important;}

 /* 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('../images/7/74/Anf%C3%BChrungszeichen1.png') bottom left no-repeat;
	}

.gagacomment-inner {
	background: url('../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; 
     }

 /* übrig geblieben und benutzt */
 
 .hs-box {
     margin: 0; 
     margin-bottom:10px; 
     border: 1px solid #dfdfdf; 
     border-radius: 0.5em;
     padding: .3em .6em 0em .6em;
     }

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

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

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

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

 
/* externe links zu internen URL aussehen lassen wie interne links: */
 a.external[href^="http://kamelopedia.net"] {
     color: #002bb8 !important;
     background-image: none !important;
     padding:0px !important;
 }

 a.external[href^="http://kamelopedia.net"]: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;
      }

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

 

div.schon_gewusst a {
        font-weight: bold;
}

/* möglichst nerviges css (Test) */

.zippelzappel {
        cursor:none !important;
}

.zippelzappel:hover {
        display:none;
}

 /* [[Vorlage:Tooltip]] (noch beta) */
 
 .schatten { background:url("../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( "../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( "../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(../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, .coloredlink a[href^="http://kamelopedia.net"], .coloredlink a.new[href^="http://kamelopedia.net"], .coloredlink a.external[href^="http://kamelopedia.net"]  {
   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;
}

.bs_stempel {
        position: relative;
        top: -0px;
        height: 0px;
        overflow: visible;
}

.bs_stempel + h2 .editsection {
        position: relative;
        z-index: 100;
}

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

  /* 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; padding: 5px 0 5px 0;}

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

 /* KameloNews-Logo */
 
 .ns-108 div#p-logo a, .ns-109 div#p-logo a {background-image: url('images/7/7e/LogoKameloNews.png') !important;}

/* Übergangsweise Links innerhalb der Bildbox auf dunklem Hintergrund weiss */
 
 .borderradiustopleftklein a.external, .borderradiustopleftklein a.extiw, .borderradiustopleftklein a.external:visited, .borderradiustopleftklein a.extiw:visited {color:#fff !important;}

/* Style für HTML5-Player */
 
 #html5info {color:#888;padding:15px 0 15px 0;font-style:italic;}

 /* Style für Kategorie:Technik: Video */
 
 .page-Kategorie_Technik_Video .gallerybox img {display:none;}
 
 .page-Kategorie_Technik_Video div.gallerybox .thumb {
     height:120px; 
     background-image: url('../images/0/08/DateiOGV.png'); 
     background-repeat:no-repeat; 
     background-position:40px 40px;
 }

 /*Contribution-Score*/
 
 .contributionscores-wrapper       {  }
 .contributionscores-title         { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
 .contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
 .contributionscores .odd        { background-color: #eeeeee; }
 .contributionscores .header td   { padding-left: .2em; padding-right: .2em; }
 .contributionscores .content   { padding-left: .2em; padding-right: .2em; }

 /* KameloMedia Commons (Baustelle) */
 
.ns-6 div#p-logo a, .ns-7 div#p-logo a, .page-Spezial_Dateien div#p-logo a, .page-Spezial_Neue_Dateien div#p-logo a, .page-Spezial_Hochladen div#p-logo a, .page-Spezial_Logbuch_upload div#p-logo a, .page-Kategorie_Bild div#p-logo a, .page-Kamelopedia_Bildsuche div#p-logo a, .page-Kamelopedia_Commons div#p-logo a, .page-Kamelopedia_Kamelbilder div#p-logo a {background-image: url('images/3/37/WikiLogo_Commons.png') !important;}

 /*Kategoriebauminfos (K S D) */
 div.CategoryTreeItem span {color:#666;}

/*Bild-Suche 'nen Tick nach unten*/
.kugellink {
    display:block;
    margin-top:.6em;
}

/* kurz mal was ausprobieren */

.malkurzwastesten img {
    height:100%; /* oder gar was mit inherit? */
    width:100%;
}

/* nächste Seite usw. beim Präfixindex größer */

td#mw-prefixindex-nav-form a, td.mw-allpages-nav a{font-size:larger;}

 /* Empfehlungstag in den LÄ grün */
  .mw-tag-marker-Empfehlung {color:#267F00;}

 
 /* Problemmeldungsfred in den Letzten Änderungen fett machen tun */
 
.mw-special-Recentchanges a[href*='/index.php/Forum:Problem-Meldungen'] {font-weight: bold;}

 /* http://kamelopedia.net/index.php/Spezial:Dateien */

 .TablePager {max-width:100% !important;}
 
 /* zu lange Dateinamen/ Namen etc umbrechen, damit die Tabelle nicht aus dem Bild fließt */
td.TablePager_col_img_description, td.TablePager_col_ipb_target {word-wrap:break-word;}

 /* Kategorien-Blätterer-MiniPreview-Dingenskirchen auf Datei-Seiten */

 /*#MiniPreview {max-height: 350px ; overflow: auto ;}*/
 .MiniPreview_no_thumb, .MiniPreview_count, .MiniPreview_main {line-height: 1.1em ; background-color: #FFF0B2 ;}
 .MiniPreview_category {background-color: #FFF0B2 ; padding-bottom:5px;}

/* Datei-Vorschau-Kästen, z.B. für [[Kamelopedia:Empfehlungen des Tages]] */

.pageThumb .thumb{
    display: none; /* notdürftiger Fix */
}

.pageThumb .toc{
    display: none; /* notdürftiger Fix */
}

.pageThumb {
    border: 1px black solid;
    background-color: #eeeeee;
    padding: 10px;
    overflow: hidden;
    float: left;
    margin: 10px;
}

/* p-zeilenhöhe korrigieren */
.inherit-line-height p {
    line-height: inherit !important;
}

/* Spezial:Empfehlungen (demnächst) */
.empfValue p {
    padding:0px;
    margin:0px;
    text-align:center;
}

/* [[Vorlage:sy]] */
ol.references li div.sisterproject {
	display: inline;
}