R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
nav.bohemia-header-nav.bohemia-header-nav-center > .bohemia-header-nav-items {
/* no Bohemia header menus, thanks (mouse hover menu is annoying to me) */
display: none;
div#bohemia-header > header > nav.bohemia-header-nav.bohemia-header-nav-center > .bohemia-header-nav-items {
}
display:none
 
nav.bohemia-header-nav.bohemia-header-nav-center::before {
    display: none;
}
nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
display: none;
}
 
#p-Bohemia\ Interactive {
display: none;
}
}


#ca-ve-edit {
/* no Bohemia communities / ads thanks */
#p-Bohemia_Interactive {
display: none;
display: none;
}
.mw-body, p {
color: #d3d3d3 !important; /*Font color*/
font-family: Courier New, "Segoe UI";
/*font-size: 1.05em;
letter-spacing: -0.05em;*/
}
#mw-panel {
background-color: #222222;
border-radius: 0 0 0 0;
box-shadow: 0 0 0 0 #D00;
}
body,
#content {
background-color: #222222;
}
}

Latest revision as of 21:13, 24 October 2024

/* 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
}

/* no Bohemia communities / ads thanks */
#p-Bohemia_Interactive {
	display: none;
}