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

Aus Stadtwiki Görlitz
Zur Navigation springenZur Suche springen
K
(Test)
Zeile 1: Zeile 1:
/* Zebra-Tabellen */
+
/* userstyles.org - Dark Wikipedia Rounded */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
+
/* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */
background: red;
+
/* 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;
 
}
 
}
  
/* Ausrichtung Inhalte in Tabellenzellen oben (Standard ist mittig) */
+
.portlet li {
.toptextcells td {
+
list-style-image: none !important;
vertical-align: top;
 
 
}
 
}
  
.zebrab tr:nth-child(2n+1) {
+
ul {
    background-color: #ff0000;
+
list-style-image: none !important;
 
}
 
}

Version vom 12. März 2013, 23: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;
}