Gebruiker:Southparkfan/common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(41 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
− | . | + | /* @import url("http://wikikids.wiki.kennisnet.nl/index.php?title=Gebruiker:<user>/monobook.css&action=raw&ctype=text/css"); */ |
− | + | /* Redirects in afwijkende kleur */ | |
− | + | .mw-redirect { color:green;} | |
− | + | .mw-redirect:visited { color:green;} | |
+ | |||
+ | #p-aloud { display:none; } | ||
+ | |||
+ | #p-alarm { display:none; } | ||
+ | |||
+ | .usermessage { | ||
+ | background-color: rgb(255, 206, 123); | ||
+ | border: 1px solid rgb(255, 165, 0); | ||
+ | color: black; | ||
+ | font-weight: bold; | ||
+ | margin: 2em 0px 1em; | ||
+ | padding: 0.5em 1em; | ||
+ | vertical-align: middle; | ||
+ | text-align:center; | ||
+ | border-radius:0px; | ||
+ | } | ||
+ | .sv-space { display:none; } | ||
+ | .mw-ui-button { | ||
+ | background: none repeat scroll 0% 0% #00AF89; | ||
+ | color: #FFF; | ||
+ | border-width: 1px medium; | ||
+ | border-style: solid none; | ||
+ | border-color: #00AF89 -moz-use-text-color; | ||
+ | -moz-border-top-colors: none; | ||
+ | -moz-border-right-colors: none; | ||
+ | -moz-border-bottom-colors: none; | ||
+ | -moz-border-left-colors: none; | ||
+ | border-image: none; | ||
} | } | ||
− | |||
.ns-2 #ca-move, .ns-3 #ca-move { | .ns-2 #ca-move, .ns-3 #ca-move { | ||
− | display: | + | display:inline !important; |
} | } |
Huidige versie van 4 sep 2014 om 16:44
/* @import url("http://wikikids.wiki.kennisnet.nl/index.php?title=Gebruiker:<user>/monobook.css&action=raw&ctype=text/css"); */
/* Redirects in afwijkende kleur */
.mw-redirect { color:green;}
.mw-redirect:visited { color:green;}
#p-aloud { display:none; }
#p-alarm { display:none; }
.usermessage {
background-color: rgb(255, 206, 123);
border: 1px solid rgb(255, 165, 0);
color: black;
font-weight: bold;
margin: 2em 0px 1em;
padding: 0.5em 1em;
vertical-align: middle;
text-align:center;
border-radius:0px;
}
.sv-space { display:none; }
.mw-ui-button {
background: none repeat scroll 0% 0% #00AF89;
color: #FFF;
border-width: 1px medium;
border-style: solid none;
border-color: #00AF89 -moz-use-text-color;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
}
.ns-2 #ca-move, .ns-3 #ca-move {
display:inline !important;
}