Benutzerin:KaZi/common.css

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen

Beachte: Nach dem Speichern muss Du Deinem Browser sagen, die neue Version zu laden: Mozilla/Firefox: Strg-Shift-R, IE: Strg-F5, Safari: Cmd-Shift-R, Konqueror: F5.

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