Benutzer:Ralf Roletschek/common.css

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Veröffentlichen 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/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
#siteNotice { display: none; } 

.mw-headline { text-decoration: none; color:#1f1f1f; }
body {background-color: #ffc872; }
.r1 {padding: 12px; border: 1px solid red; background-color: silver; 
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.r1:hover {background-color:green; color:#FFFFFF; } 

.r2 {padding: 12px; border: 1px solid red; background-color: gray; 
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.r2:hover {
width:100px;
background: scroll 0% 0% red;
color: black;
font-weight: bold;
font-size: 15px;
padding: 10px;
margin: 5px;
margin-right: 120px;
transition-property: width, height, transform, background, font-size, opacity;
transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
border-radius: 15px 15px 15px 15px;
opacity: 0.6;
animation:myfirst 5s;
-webkit-animation:myfirst 5s
}
@keyframes myfirst
{
from {background:red;}
to {background:yellow;}
}
@-webkit-keyframes myfirst /* Safari and Chrome */{
from {background:red;}
to {background:yellow;}

} 

.r3 {padding: 12px; border: 1px solid red; background-color: white; 
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.r3:hover {background-color:yellow; color:#000000; } 

.anispan {padding: 12px; border: 4px solid white; background-color: silver; 
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.anispan:hover {
width: 60px;
height: 40px;
background: none repeat scroll 0% 0% rgb(146, 185, 1);
color: rgb(255, 255, 255);
position: absolute;
font-weight: bold;
font-size: 15px;
padding: 10px;
float: left;
margin: 5px;
transition-property: width, height, transform, background, font-size, opacity;
transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
border-radius: 15px 15px 15px 15px;
opacity: 0.4;
} 



#p-cactions { border: 1px solid yellow;}
#p-personal { border: 1px solid red; margin:0; padding:0; }
#p-logo { border: 1px solid green;}
#p-tb { border: 1px dotted red;}
#p-search { border: 1px dotted green; width: 200px;}
#searchBody { border: 1px dotted cyan; width: 200px;}
#p-coll-print_export { background-color:white; }
#column-one {background-color:yellow; }
#firstHeading {background-color:yellow; }
#bodyContent {background-color:#efefef; }
#footer {border: 1px solid green;}
#p-navigation A {
 color:silver !important;
 }
#p-navigation {
 border: 1px solid silver;
 background-color:#f2f2f2;
 color:black !important;
 }
#p-Mitmachen A {
 color:black !important;
 }
#p-Mitmachen {
 border: 1px solid silver;
 background-color:#f2f2f2;
 }
/* Namensräume: http://de.wikipedia.org/wiki/Hilfe:Namensr%C3%A4ume */
body.ns-4 div#content /* wikipedia-namensraum */
{
        background-color: #e1fee9 !important;
}
body.ns-0 div#content /* artikel-namensraum */
{
        background-color: #fef4d1 !important;
}
body.ns-2 div#content /* benutzer-namensraum */
{
        background-color: #fdeff9 !important;
}