MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
#wiki-to-pdf-button{ | #wiki-to-pdf-button{ | ||
background: linear-gradient(to right,#ffc30d, #af00ff); | background: linear-gradient(to right,#ffc30d, #af00ff); | ||
height:80%; | |||
} | } | ||
Line 14: | Line 15: | ||
color: white; | color: white; | ||
font-size:1rem; | font-size:1rem; | ||
font-family:monospace; | |||
font-weight:bold; | |||
} | } |
Revision as of 20:06, 5 October 2021
/* CSS placed here will be applied to all skins */ h1 {display:none;} .ns-3000{ background:red; } #wiki-to-pdf-button{ background: linear-gradient(to right,#ffc30d, #af00ff); height:80%; } #wiki-to-pdf-link{ color: white; font-size:1rem; font-family:monospace; font-weight:bold; }