R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
display: none;
display: none;
}
}
nav.bohemia-header-nav.bohemia-header-nav-center::before {
nav.bohemia-header-nav.bohemia-header-nav-center::before {
color: #DDD;
    display: none;
content: 'Production Server';
font-family: "Unispace", /* "Stencil", "Segoe UI", */ monospace;
font-size: 1.25em;
letter-spacing: 0.1em;
transition-duration: 0.5s;
}
}
nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
nav.bohemia-header-nav.bohemia-header-nav-center:hover::before {
color: #FFF;
display: none;
transition-duration: 1s;
}
}


Line 18: Line 13:
display: none;
display: none;
}
}
#ca-ve-edit {
#ca-ve-edit {
display: none;
display: none;
}
}
._description dt#Problems {
 
border-bottom: solid red 0.25em;
border-image: linear-gradient(90deg,transparent,transparent,red,red,red);
.mw-body, p {
border-image-slice: 1;
color: #d3d3d3 !important; /*Font color*/
color: #C00;
font-family: Segoe UI, "Times New Roman";
width: 7.75em;
/*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;
}
}
._description dt#Problems + dd {
body,
border-left: solid red 0.25em;
#content {
border-image: linear-gradient(0,transparent,red,red,red,transparent);
background-color: #222222;
border-image-slice: 1;
margin-left: 8.25em;
padding-left: 0;
}
}

Latest revision as of 16:17, 1 April 2024

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 {
	display: none;
}

	
.mw-body, p {
	color: #d3d3d3 !important; /*Font color*/
	font-family: Segoe UI, "Times New Roman";
	/*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;
}