R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Undo revision 363493 by R3vo (talk))
Tags: Replaced Undo
mNo edit summary
 
(9 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 {
/* no Bohemia communities / ads thanks */
    display: none;
#p-Bohemia_Interactive {
}
nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
display: none;
}
 
#p-Bohemia\ Interactive {
display: none;
}
 
#ca-ve-edit {
display: none;
display: none;
}
}

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;
}