MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
background: linear-gradient(to right,#ffc30d, #af00ff); | background: linear-gradient(to right,#ffc30d, #af00ff); | ||
height:80%; | height:80%; | ||
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.48); | |||
} | } | ||
#wiki-to-pdf-link{ | #wiki-to-pdf-link{ | ||
color: white; | color: white; | ||
font-size:1rem; | font-size: 1rem; | ||
font-family:monospace; | font-family: monospace; | ||
font-weight:bold; | font-weight: bold; | ||
padding: 0; | |||
margin: 0; | |||
line-height: 2rem; | |||
height:unset; | |||
} | } | ||
Revision as of 08:07, 6 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%;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.48);
}
#wiki-to-pdf-link{
color: white;
font-size: 1rem;
font-family: monospace;
font-weight: bold;
padding: 0;
margin: 0;
line-height: 2rem;
height:unset;
}