MediaWiki:Common.css: Difference between revisions
Content added Content deleted
(Created page with "→CSS placed here will be applied to all skins: pre { margin: 0em 3em 0em 2em; color: #302580; background-color: #ffffff; font-family: "courier new"; border: 1px solid #a0a0a0; padding: 1em; font-size: 0.85em; font-weight: bold; white-space: pre; }") |
No edit summary |
||
(22 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
pre { |
|||
margin: 0em 0em 0em 0em; color: white; background-color: #350e25; |
|||
font-family: "courier new"; border: 1px solid #a0a0a0; |
|||
font-family: monospace; border: 1px solid #a0a0a0; |
|||
padding: 1em; font-size: 0.5em; font-weight: normal; |
|||
white-space: pre; |
|||
overflow: auto; |
|||
} |
|||
table, th, td { |
|||
border: 1px solid silver;text-align: center; |
|||
} |
|||
/*#siteSub { |
|||
display: block; |
|||
}*/ |
Latest revision as of 01:37, 12 February 2024
/* CSS placed here will be applied to all skins */
pre {
margin: 0em 0em 0em 0em; color: white; background-color: #350e25;
font-family: monospace; border: 1px solid #a0a0a0;
padding: 1em; font-size: 0.5em; font-weight: normal;
white-space: pre;
overflow: auto;
}
table, th, td {
border: 1px solid silver;text-align: center;
}
/*#siteSub {
display: block;
}*/