R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 16: Line 16:
#ca-ve-edit {
#ca-ve-edit {
display: none;
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;
}
}

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