Difference between revisions of "MediaWiki:Common.css"
From Electrical Contacts
| Line 30: | Line 30: | ||
border: none; | border: none; | ||
} | } | ||
| − | table.simpleborder | + | table.simpleborder { |
text-align: left; | text-align: left; | ||
width: 100%; | width: 100%; | ||
Revision as of 16:44, 26 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;
border-collapse: collapse;
}
table.twocolortable th{
background-color: gray;
border-right: 2px solid darkblue;
}
.twocolortable td{
border-right: 2px solid darkblue;
}
.twocolortable td:last-child{
border: none;
}
.twocolortable th:last-child{
border: none;
}
table.simpleborder {
text-align: left;
width: 100%;
border: 1px solid #000;
border-collapse: collapse;
}