|
|
| Zeile 1: |
Zeile 1: |
| − | /* userstyles.org - Dark Wikipedia Rounded */
| + | .zebra tr:nth-child(2n+1) { |
| − | /* Quelle: http://userstyles.org/styles/47161/dark-wikipedia-rounded */
| + | background-color: #ddd; |
| − | /* edits: alle Grafiklinks entfernt */
| |
| − | | |
| − | * {
| |
| − | background: #262626 !important; | |
| − | border-color: #262626 !important;
| |
| − | color: #9a9a9a !important;
| |
| − | }
| |
| − | | |
| − | a{
| |
| − | color: #000000 !important;
| |
| | } | | } |
| | | | |
| − | a:visited{
| + | .zebra th {background-color: #eee; color: ffffff;} |
| − | 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:26 Uhr
.zebra tr:nth-child(2n+1) {
background-color: #ddd;
}
.zebra th {background-color: #eee; color: ffffff;}