Common.css: Difference between revisions
From MusicReader Manual
MRWikiAdmin (talk | contribs) No edit summary |
MRWikiAdmin (talk | contribs) No edit summary |
||
| Line 22: | Line 22: | ||
#personal-tools-dropdown{ | #personal-tools-dropdown{ | ||
display:none; | display:none; | ||
} | |||
#page-content{ | |||
margin-bottom: 15px; | |||
} | } | ||
Revision as of 11:43, 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;
}
#page-content{
margin-bottom: 15px;
}