R3vo/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 20: Line 20:
.mw-body, p {
.mw-body, p {
color: #53565a !important;
color: #d3d3d3 !important; /*Font color*/
/*
font-family: Segoe UI, "Times New Roman";
font-family: Papyrus, "Comic Sans MS";
/*font-size: 1.05em;
font-size: 1.05em;
letter-spacing: -0.05em;*/
letter-spacing: -0.05em;
*/
}
}
#mw-panel {
#mw-panel {
background-color: #543;
background-color: #222222;
border-radius: 0 0 1em 0;
border-radius: 0 0 0 0;
box-shadow: 0 0 2em #D00;
box-shadow: 0 0 0 0 #D00;
}
}
body,
body,
#content {
#content {
background-color: #520;
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;
}