R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
nav.bohemia-header-nav.bohemia-header-nav-center > .bohemia-header-nav-items {
/* smaller Bohemia header */
display: none;
div#bohemia-header {
height: 50px;
}
div#bohemia-header > header {
line-height: 50px !important;
height: 50px !important;
}
}
 
#mw-head {
nav.bohemia-header-nav.bohemia-header-nav-center::before {
top: 50px;
    display: none;
}
}
nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
#mw-panel {
display: none;
top: 50px;
}
}


#p-Bohemia\ Interactive {
/* 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
}
}


#ca-ve-edit {
div#bohemia-header > header {
display: none;
line-height: inherit;
height: inherit;
}
}


/* use the created space to remind me on which server I am */
.mw-body, p {
nav.bohemia-header-nav.bohemia-header-nav-center::before {
color: #d3d3d3 !important; /*Font color*/
color: #BBB;
font-family: Segoe UI, "Times New Roman";
content: 'Production Server';
/*font-size: 1.05em;
font-family: "Unispace", /* "Stencil", "Segoe UI", */ monospace;
letter-spacing: -0.05em;*/
font-size: 1.25em;
letter-spacing: 0.1em;
transition-duration: 0.5s !important;
}
}
#mw-panel {
 
background-color: #222222;
/* with a bit of style */
border-radius: 0 0 0 0;
div#bohemia-header > header > nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
box-shadow: 0 0 0 0 #D00;
color: #FFF;
transition-duration: 0.5s !important;
}
}
body,
 
#content {
/* no Bohemia communities / ads thanks */
background-color: #222222;
#p-Bohemia_Interactive {
display: none;
}
}

Revision as of 12:50, 21 October 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;
}