MediaWiki

Common.css: Difference between revisions

From MusicReader Manual

No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.top-bar, .top-bar-section ul li, .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
.top-bar, .top-bar-section ul li {
  background-color: #2B3654 !important;
  background-color: #2B3654 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
background: #51648C !important;
background-color: #51648C !important;
}
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
Line 12: Line 16:
.title-name{
.title-name{
font-weight: 600;
font-weight: 600;
}
#tagline{
display:none;
}
#personal-tools-dropdown{
display:none;
}
#catlinks{
margin-top: 30px;
}
}

Latest revision as of 11:47, 17 June 2022

/* CSS placed here will be applied to all skins */
.top-bar, .top-bar-section ul li {
 background-color: #2B3654 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){
background: #51648C !important;
 background-color: #51648C !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body{
color: #2B3654 !important;
font-family: 'Montserrat', sans-serif !important;
}

.title-name{
font-weight: 600;
}
#tagline{
display:none;
}
#personal-tools-dropdown{
display:none;
}
#catlinks{
margin-top: 30px;
}