Lou Montana/common.css – User
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix) Tag: Blanking |
Lou Montana (talk | contribs) (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 23:33, 5 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;
}