Benutzerin:KaZi/common.css: Unterschied zwischen den Versionen
Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springenKaZi (Diskussion | Beiträge) K |
KaZi (Diskussion | Beiträge) (Test) |
||
| Zeile 1: | Zeile 1: | ||
| − | /* | + | /* userstyles.org - Dark Wikipedia Rounded */ |
| − | + | /* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */ | |
| − | + | /* edits: alle Grafiklinks entfernt */ | |
| + | |||
| + | * { | ||
| + | background: #262626 !important; | ||
| + | border-color: #262626 !important; | ||
| + | color: #9a9a9a !important; | ||
| + | } | ||
| + | |||
| + | a{ | ||
| + | color: #000000 !important; | ||
| + | } | ||
| + | |||
| + | a:visited{ | ||
| + | color: #ccc !important; | ||
| + | } | ||
| + | |||
| + | a:link{ | ||
| + | color: #ccc !important; | ||
| + | font-weight: bold !important; | ||
| + | } | ||
| + | |||
| + | a:hover, a:hover span { | ||
| + | color: #fff !important; | ||
| + | text-decoration: underline !important; | ||
| + | } | ||
| + | |||
| + | #content, #content * { | ||
| + | background: #202020 !important; | ||
| + | border-color: #555 !important; | ||
| + | } | ||
| + | |||
| + | #content { | ||
| + | -moz-border-radius: 10px; | ||
| + | -webkit-border-radius: 10px; | ||
| + | border-radius: 10px; | ||
| + | } | ||
| + | |||
| + | #toc, #toc * { | ||
| + | background: #262626 !important; | ||
| + | border-color: #262626 !important; | ||
| + | } | ||
| + | |||
| + | #toc { | ||
| + | -moz-border-radius: 10px; | ||
| + | -webkit-border-radius: 10px; | ||
| + | border-radius: 10px; | ||
| + | } | ||
| + | |||
| + | |||
| + | #p-cactions li.selected a, #p-cactions li a, #p-cactions li a:hover { | ||
| + | padding: 0 1em 0.1em !important; | ||
| + | } | ||
| + | |||
| + | #bodyContent pre { | ||
| + | background: #1a1a1a !important; | ||
} | } | ||
| − | + | .portlet li { | |
| − | . | + | list-style-image: none !important; |
| − | |||
} | } | ||
| − | + | ul { | |
| − | + | list-style-image: none !important; | |
} | } | ||
Version vom 12. März 2013, 22:20 Uhr
/* userstyles.org - Dark Wikipedia Rounded */
/* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */
/* edits: alle Grafiklinks entfernt */
* {
background: #262626 !important;
border-color: #262626 !important;
color: #9a9a9a !important;
}
a{
color: #000000 !important;
}
a:visited{
color: #ccc !important;
}
a:link{
color: #ccc !important;
font-weight: bold !important;
}
a:hover, a:hover span {
color: #fff !important;
text-decoration: underline !important;
}
#content, #content * {
background: #202020 !important;
border-color: #555 !important;
}
#content {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#toc, #toc * {
background: #262626 !important;
border-color: #262626 !important;
}
#toc {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#p-cactions li.selected a, #p-cactions li a, #p-cactions li a:hover {
padding: 0 1em 0.1em !important;
}
#bodyContent pre {
background: #1a1a1a !important;
}
.portlet li {
list-style-image: none !important;
}
ul {
list-style-image: none !important;
}