Lou Montana/common.css – User
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Make Bohemia header smaller) |
Lou Montana (talk | contribs) m (Fix) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 31: | Line 31: | ||
font-size: 1.25em; | font-size: 1.25em; | ||
letter-spacing: 0.1em; | letter-spacing: 0.1em; | ||
transition-duration: 0.5s; | transition-duration: 0.5s !important; | ||
} | } | ||
Line 37: | Line 37: | ||
div#bohemia-header > header > nav.bohemia-header-nav.bohemia-header-nav-center:hover::before { | div#bohemia-header > header > nav.bohemia-header-nav.bohemia-header-nav-center:hover::before { | ||
color: #FFF; | color: #FFF; | ||
transition-duration: 0.5s | transition-duration: 0.5s !important; | ||
} | } | ||
Line 43: | Line 43: | ||
#p-Bohemia_Interactive { | #p-Bohemia_Interactive { | ||
display: none; | display: none; | ||
} | } |
Latest revision as of 00:07, 30 April 2024
/* smaller Bohemia header */
div#bohemia-header {
height: 50px;
}
div#bohemia-header > header {
line-height: 50px !important;
height: 50px !important;
}
#mw-head {
top: 50px;
}
#mw-panel {
top: 50px;
}
/* no Bohemia header menus, thanks (mouse hover menu is annoying to me) */
div#bohemia-header > header > nav.bohemia-header-nav.bohemia-header-nav-center > .bohemia-header-nav-items {
display:none
}
div#bohemia-header > header {
line-height: inherit;
height: inherit;
}
/* use the created space to remind me on which server I am */
nav.bohemia-header-nav.bohemia-header-nav-center::before {
color: #BBB;
content: 'Production Server';
font-family: "Unispace", /* "Stencil", "Segoe UI", */ monospace;
font-size: 1.25em;
letter-spacing: 0.1em;
transition-duration: 0.5s !important;
}
/* with a bit of style */
div#bohemia-header > header > nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
color: #FFF;
transition-duration: 0.5s !important;
}
/* no Bohemia communities / ads thanks */
#p-Bohemia_Interactive {
display: none;
}