MediaWiki:Common.css: Unterschied zwischen den Versionen
| Zeile 20: | Zeile 20: | ||
| } | } | ||
| − | .listTable tr:nth-child( | + | .listTable tr:nth-child(2n+1) { | 
|    background-color: #dedede; |    background-color: #dedede; | ||
| } | } | ||
Version vom 11. November 2014, 19:00 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.mw-body a:link { color: #003f87; } /* normal unvisited links */
.mw-body a:link:visited { color: #003f87; } /* visited links */
.mw-body a:link:active { color: #003f87; } /* active links */
.mw-body a:link.new { color: #FF0000; } /* new links */
.mw-body a:link.interwiki { color: #003f87; } /* interwiki links */
.mw-body a:link.external { color: #003f87; } /* external links */
.mw-body a:link.external:visited { color: #003f87; } /* external links */
.mw-body a:link.stub { color: #772233; } /* hovered links */
 
.mw-body a:link {color: #003f87}
.mw-body a:visited {color: #003f87}
.mw-body a:hover {color: #003f87}
.mw-body a:active {color: #003f87}
.listTable {
  width: 100%;
  border: solid 1px #ccc;
  border-collapse: collapse;
}
.listTable tr:nth-child(2n+1) {
  background-color: #dedede;
}
.listTable td {
  padding: 5px;
  margin: 0;
  border: solid 1px #ccc;
}

