Difference between revisions of "MediaWiki:Common.css"
From Electrical Contacts
Line 11: | Line 11: | ||
table.twocolortable { | table.twocolortable { | ||
font-size: 11px; | font-size: 11px; | ||
− | width :100% | + | width :100%; |
− | |||
text-align: center; | text-align: center; | ||
} | } | ||
table.twocolortable th{ | table.twocolortable th{ | ||
− | background-color: gray; | + | background-color: gray; |
+ | border-right: 2px solid darkblue; | ||
} | } | ||
.twocolortable td{ | .twocolortable td{ | ||
− | + | border-right: 2px solid darkblue; | |
} | } |
Revision as of 17:08, 25 November 2013
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .welcome-test { /*float:right;*/ width: 20em; border:thin solid green; } body { background-image: url(file:///home/kpeters/Pictures/doduco/verlauf-bk.png); } table.twocolortable { font-size: 11px; width :100%; text-align: center; } table.twocolortable th{ background-color: gray; border-right: 2px solid darkblue; } .twocolortable td{ border-right: 2px solid darkblue; }