R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix)
mNo edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
th:hover { background-color: #444 !important; }
/* no Bohemia header menus, thanks (mouse hover menu is annoying to me) */
td:hover { background-color: #666 !important; }
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;
}

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