MediaWiki:Common.css
Aus Heldenreich
(Unterschied zwischen Versionen)
Jolly (Diskussion | Beiträge) (Die Seite wurde geleert.) |
Jolly (Diskussion | Beiträge) K |
||
| Zeile 1: | Zeile 1: | ||
| - | + | table.background-image | |
| + | { | ||
| + | font-family: "Arial", "Verdana" | ||
| + | font-size: 12px; | ||
| + | margin: 45px; | ||
| + | width: 480px; | ||
| + | text-align: left; | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | table.background-image th | ||
| + | { | ||
| + | padding: 12px; | ||
| + | font-weight: normal; | ||
| + | font-size: 14px; | ||
| + | color: #339; | ||
| + | } | ||
| + | table.background-image td | ||
| + | { | ||
| + | padding: 9px 12px; | ||
| + | color: #669; | ||
| + | border-top: 1px solid #fff; | ||
| + | } | ||
| + | table.background-image tfoot td | ||
| + | { | ||
| + | font-size: 11px; | ||
| + | } | ||
| + | table.background-image tbody td | ||
| + | { | ||
| + | background: url('http://wiki.heldenreich.de/w/Datei:Test_01.png'); | ||
| + | } | ||
Version vom 02:49, 2. Nov. 2013
table.background-image
{
font-family: "Arial", "Verdana"
font-size: 12px;
margin: 45px;
width: 480px;
text-align: left;
border-collapse: collapse;
}
table.background-image th
{
padding: 12px;
font-weight: normal;
font-size: 14px;
color: #339;
}
table.background-image td
{
padding: 9px 12px;
color: #669;
border-top: 1px solid #fff;
}
table.background-image tfoot td
{
font-size: 11px;
}
table.background-image tbody td
{
background: url('http://wiki.heldenreich.de/w/Datei:Test_01.png');
}
