MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
background: url("/images/TexturedBackground.jpg"); | background: url("/images/TexturedBackground.jpg"); | ||
background-size: cover; | background-size: cover; | ||
} | |||
table, th, td { | |||
border: 1px solid; | |||
} | } | ||
Revision as of 15:39, 13 November 2023
/* CSS placed here will be applied to all skins */
zbody {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}
table, th, td {
border: 1px solid;
}