Lou Montana/common.css – User

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix)
Tag: Blanking
(Add personal preferences)
Line 1: Line 1:
.bohemia-header-nav.bohemia-header-nav-center {
display: none;
}


#p-Bohemia\ Interactive {
display: none;
}
#ca-ve-edit {
display: none;
}
._description dt#Problems {
border-bottom: solid red 0.25em;
    border-image: linear-gradient(90deg, transparent, transparent, red, red, red);
    border-image-slice: 1;
color: #C00;
width: 7.75em;
}
._description dt#Problems + dd {
border-left: solid red 0.25em;
border-image: linear-gradient(0, transparent, red, red, red, transparent);
border-image-slice: 1;
margin-left: 8.25em;
padding-left: 0;
}

Revision as of 00:33, 6 February 2024

.bohemia-header-nav.bohemia-header-nav-center {
	display: none;
}

#p-Bohemia\ Interactive {
	display: none;
}

#ca-ve-edit {
	display: none;
}

._description dt#Problems {
	border-bottom: solid red 0.25em;
    border-image: linear-gradient(90deg, transparent, transparent, red, red, red);
    border-image-slice: 1;
	color: #C00;
	width: 7.75em;
}

._description dt#Problems + dd {
	border-left: solid red 0.25em;
	border-image: linear-gradient(0, transparent, red, red, red, transparent);
	border-image-slice: 1;
	margin-left: 8.25em;
	padding-left: 0;
}