MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 20: | Line 20: | ||
} | } | ||
#footer img,#ca-talk, #mw-panel nav#p-tb, .tox-statusbar__branding, .tox-promotion{ | #footer img,#ca-talk, #mw-panel nav#p-tb, .tox-statusbar__branding, .tox-promotion, #left-navigation .vector-menu-content-list{ | ||
display:none | display:none | ||
} | } | ||
| Line 32: | Line 32: | ||
.mw-wiki-logo:hover{ | .mw-wiki-logo:hover{ | ||
filter: grayscale(1); | filter: grayscale(1); | ||
} | } | ||
#p-views li:first-child{ | |||
border-radius:6px 0 0 0 | border-radius:6px 0 0 0 | ||
} | } | ||
# | #p-views li:last-child{ | ||
border-radius: | border-radius:0 6px 0 0 | ||
} | } | ||
Revision as of 18:54, 18 March 2023
/* CSS placed here will be applied to all skins */
body, #mw-head {
background-color:#d3d6df;
}
#mw-head{
box-shadow:0 26px 26px -26px inset #40404b8f
}
h1, h2, h3 ,h4 {
font-family:Mulish, sans-serif !important;
font-weight:700;
color:#093c9b
}
a:visited, #p-personal a{
color:#0645ad !important
}
input{
border-radius:3px !important
}
#footer img,#ca-talk, #mw-panel nav#p-tb, .tox-statusbar__branding, .tox-promotion, #left-navigation .vector-menu-content-list{
display:none
}
.mw-wiki-logo {
background-image: url(https://comicsgate.com/wp-content/uploads/2022/04/cgcom.png);
background-size:100%;
translate: 21px 0;
}
.mw-wiki-logo:hover{
filter: grayscale(1);
}
#p-views li:first-child{
border-radius:6px 0 0 0
}
#p-views li:last-child{
border-radius:0 6px 0 0
}