MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
grid-template: auto / 25em minmax(0,1fr); | grid-template: auto / 25em minmax(0,1fr); | ||
grid-template-areas: 'headerStart headerEnd'; | grid-template-areas: 'headerStart headerEnd'; | ||
} | } | ||
Line 35: | Line 31: | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
#vector-user-links-dropdown-checkbox { | |||
display: none; | |||
} | |||
#pt-login-2 { | |||
display: none; | |||
} | } |
Revision as of 07:13, 16 January 2024
/* CSS placed here will be applied to all skins */ .mw-header { background: #353333 url("https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png") repeat-x left bottom !important; height: 80px; color: #fff; } .mw-page-container{ background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 90px / auto, linear-gradient(to bottom, #353333 0%, #353333 90px, white 90px, white 100%); } body{ background: url('https://pantherpride.com.au/uploads/default/original/1X/8a5161e61ba010e945f7045371d35d586c703554.png') repeat-x left 90px / auto, linear-gradient(to bottom, #353333 0%, #353333 90px, white 90px, white 100%); } .vector-feature-page-tools-enabled .mw-header { display: grid; column-gap: 36px; grid-template: auto / 25em minmax(0,1fr); grid-template-areas: 'headerStart headerEnd'; } .mw-logo-wordmark { font-size: 30px; color: #eee; } .mw-logo-wordmark a:link, .mw-logo-wordmark a:visited, .mw-logo-wordmark a:hover, .mw-logo-wordmark a:active { color: #eee; text-decoration: none; font-weight: bold; } #vector-user-links-dropdown-checkbox { display: none; } #pt-login-2 { display: none; }