MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
.ns-3000{ | .ns-3000{ | ||
background:red; | background:red; | ||
} | |||
#wiki-to-pdf-button{ | |||
background: linear-gradient(to right,#ffc30d, #af00ff); | |||
} | |||
wiki-to-pdf-link{ | |||
color: white; | |||
font-size:1rem; | |||
} | } |
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); } wiki-to-pdf-link{ color: white; font-size:1rem; }