MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-color: #ceb888; } 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-size: 1.5em; color: white; } table.buttons td a:link { color: white !IMPORTANT; background-color: transparent; text-decoration: none; } table.buttons td a:v...") |
No edit summary Tag: Manual revert |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { background-color: # | body { background-color: #5e727d; } | ||
table.buttons td { | table.buttons td { | ||
Line 10: | Line 10: | ||
text-align: center; | text-align: center; | ||
padding: 5px 10px; | padding: 5px 10px; | ||
background: # | background: #3090C7; | ||
font-family: "Times New Roman", Times, serif; | //font-family: "Times New Roman", Times, serif; | ||
font-size: 1. | font-family: "Courier New", "Lucida Console", monospace; | ||
font-size: 1.2em; | |||
color: white; | color: white; | ||
} | } |
Latest revision as of 01:57, 13 February 2024
/* CSS placed here will be applied to all skins */ body { background-color: #5e727d; } table.buttons td { border: 1px solid black; border-radius: 10px; width: 100px; height: 50px; text-align: center; padding: 5px 10px; background: #3090C7; //font-family: "Times New Roman", Times, serif; font-family: "Courier New", "Lucida Console", monospace; font-size: 1.2em; 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; }