Kamel:WiMu/vector.css

aus Kamelopedia, der wüsten Enzyklopädie
Wechseln zu: Navigation, Suche

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: Extras → Internetspuren löschen … → Individuelle Auswahl → Den kompletten Cache löschen
/* commons-Kategorien blau machen, auch wenn noch nicht angelegt */
 
.ns-6 #catlinks a.new { color: #0645ad !important; }
 
/* Sidebar festtackern */
 
div#mw-panel {
    position:fixed !important;
}
 
/* MiniPreview */
 
#MiniPreview {
    width:250px;
    background-color: #e5ecf4;
    border:3px solid #365f91;
}
 
#MiniPreview .MiniPreview_category {
    background-color: #ffffff;
    margin:0.5em;
    border:1px solid #ffffff;
    border-radius: 0.5em;
}
 
/* Mal gucken, ob es damit funktioniert */
 
div.wimu {
    position:relative;
    overflow:hidden;
    padding:5px 20px 20px;
    background: url(../images/f/f2/WiMu%27s_Tapete.jpg);
    -moz-box-shadow:1px 1px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow:1px 1px 8px rgba(0,0,0,0.5);
    box-shadow:1px 1px 8px rgba(0,0,0,0.5);
    border:5px solid rgba(221,210,105,0.75);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    text-shadow:0 1px 1px #fff;
}
 
div.wimu h2 {
    position:relative;
    z-index:2;
    margin:.5em 0 1em;
    background-color:#fff;
    background-image:-moz-linear-gradient(top,rgba(180,180,180,0.2),rgba(0,0,0,0));
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(180,180,180,0.2)), to(rgba(0,0,0,0)));
    border:1px solid #ccc;
    border-top-color:#fff;
    border-bottom-color:#bbb;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2);
    box-shadow:0 1px 4px rgba(0,0,0,0.2);
    color:#666;
    padding:0px;
    font-size:1.4em;
    line-height:2em;
    text-align:center;
}
 
div.wimu div.count {
    position:absolute;
    z-index:2;
    font-weight:bold;
    color:#444;
}
 
div.wimu embed, div.wimu iframe {
    position:relative;
    display:block;
    z-index:2;
    width:500px;
    height:405px;
    padding:5px;
    margin:.5em auto;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    background-color:rgba(221,210,105,0.75);
    background-image: url(../images/c/ce/Bufferingbuffering.gif);
    background-position: center center;
    background-repeat:no-repeat;
    overflow:hidden;
}
 
div.wimu div.navigation {
    position:relative;
    z-index:2;
    width:500px;
    margin:0 auto 1em auto;
}
 
div.wimu div.navigation a {
    position:relative;
    z-index:2;
    display:block;
    background-color:#fff !important;
    border:1px solid #ccc;
    border-top-color:#fff;
    border-bottom-color:#bbb;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2)
    box-shadow:0 1px 4px rgba(0,0,0,0.2);
    background-image:-moz-linear-gradient(top,rgba(180,180,180,0.2),rgba(0,0,0,0)) !important;
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(180,180,180,0.2)), to(rgba(0,0,0,0))) !important;
    padding:3px 10px !important;
    color:#666 !important;
    font-weight:bold;
}
 
div.wimu div.navigation div.prev {
    float:left;
}
 
div.wimu div.navigation div.next {
    float:right;
    margin-right:10px; /* keine Ahnung wieso ... aber sonst isses nicht mittig */
}
 
div.wimu div.description {
    position:relative;
    z-index:2;
    margin:1em 0 .5em 0;
    padding:5px 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-color:rgba(221,210,105,0.75);
}
 
div.wimu img.anim {
    display:block;
    position:absolute;
    z-index:1;
    /*opacity:0.65;*/
}