MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
padding: 5px 10px; | padding: 5px 10px; | ||
background: #782F40; | background: #782F40; | ||
font-family: "Times New Roman", Times, serif; | //font-family: "Times New Roman", Times, serif; | ||
font-family: 'Source Code Pro', monospace; | |||
font-size: 1.5em; | font-size: 1.5em; | ||
color: white; | color: white; | ||
Revision as of 21:04, 11 February 2024
/* CSS placed here will be applied to all skins */
body { background-color: #2C2A29; }
table.buttons td {
border: 1px solid black;
border-radius: 10px;
width: 100px;
height: 50px;
text-align: center;
padding: 5px 10px;
background: #782F40;
//font-family: "Times New Roman", Times, serif;
font-family: 'Source Code Pro', monospace;
font-size: 1.5em;
color: white;
}
table.buttons td a:link {
color: white !IMPORTANT;
background-color: transparent;
text-decoration: none;
}
table.buttons td a:visited {
color: white !IMPORTANT;
background-color: transparent;
text-decoration: none;
}
table.buttons td a:hover {
color: white !IMPORTANT;
background-color: transparent;
text-decoration: none;
}
table.buttons td a:active {
color: white !IMPORTANT;
background-color: transparent;
text-decoration: none;
}