Difference between revisions of "MediaWiki:Timeless.css"
(Created page with "→CSS placed here will affect users of the Timeless skin: #p-logo { display: none; } #p-logo-text { background-image: url("/logo.png"); }") |
|||
| (10 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
} | } | ||
#p-logo-text { | #p-logo-text { | ||
| − | background | + | background: white url("/logo.png") no-repeat !important; |
| + | width:130px; | ||
| + | height:36px; | ||
| + | margin-left:36px; | ||
| + | } | ||
| + | #p-banner { | ||
| + | display:none !important; | ||
| + | } | ||
| + | h1, h2, h3, h4, h5 { | ||
| + | font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important; | ||
} | } | ||
Latest revision as of 22:56, 11 July 2018
/* CSS placed here will affect users of the Timeless skin */
#p-logo {
display: none;
}
#p-logo-text {
background: white url("/logo.png") no-repeat !important;
width:130px;
height:36px;
margin-left:36px;
}
#p-banner {
display:none !important;
}
h1, h2, h3, h4, h5 {
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
}