Difference between revisions of "Main Page/styles.css"
Jump to navigation
Jump to search
Ostentatio (talk | contribs) m (Protected "Main Page/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Ostentatio (talk | contribs) (adding mainpage-links style) |
||
Line 10: | Line 10: | ||
box-shadow:5px 5px 10px rgba(0,0,0,0.75); | box-shadow:5px 5px 10px rgba(0,0,0,0.75); | ||
border-collapse:separate; | border-collapse:separate; | ||
+ | } | ||
+ | |||
+ | .mainpage-links{ | ||
+ | background: none !important; | ||
+ | padding: 0 !important; | ||
+ | font-family: 'Spectral SC', serif !important; | ||
+ | font-weight: 600; | ||
} | } | ||
Revision as of 17:38, 7 May 2021
/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */ .mainpage-box{ background-color:#f8f8f8; border-radius:10px; width:80%; border:2px solid #e0e0e0; margin:0 auto; padding:8px; box-shadow:5px 5px 10px rgba(0,0,0,0.75); border-collapse:separate; } .mainpage-links{ background: none !important; padding: 0 !important; font-family: 'Spectral SC', serif !important; font-weight: 600; } /* Overrides for specific skins */ body.skin-timelesswurm .mainpage-box{ background-color:#222; border:1px solid #111; box-shadow:2px 2px 5px rgba(0,0,0,0.5); }