Benutzerin:KaZi/vector.css: Unterschied zwischen den Versionen

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
(Test)
 
Zeile 1: Zeile 1:
.zebrax tr:nth-child(2n+1) {
+
/* userstyles.org - Dark Wikipedia Rounded */
    background-color: #ddd;
+
/* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */
 +
/* edits: alle Grafiklinks entfernt */
 +
/* Wünsche/Soll: Suchfelder hell unterlegt, Google Overlays auch, insgesamt zu wenig Kontrast */
 +
 
 +
* {
 +
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;
 
}
 
}

Aktuelle Version vom 12. März 2013, 23:24 Uhr

/* userstyles.org - Dark Wikipedia Rounded */
/* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */
/* edits: alle Grafiklinks entfernt */
/* Wünsche/Soll: Suchfelder hell unterlegt, Google Overlays auch, insgesamt zu wenig Kontrast */

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