User:Krishj4/common.css: Difference between revisions

No edit summary
Tags: Manual revert Reverted
Experiment: slightly rounded infobox corners (border-radius 6px)
 
(6 intermediate revisions by the same user not shown)
Line 45: Line 45:
.skin-vector-2022 .mw-heading.mw-heading2 {
.skin-vector-2022 .mw-heading.mw-heading2 {
position: relative;
position: relative;
border-bottom: 2px solid #c8ccd1;
border-bottom: 1px solid #c8ccd1;
padding-bottom: 0.25em;
padding-bottom: 0.25em;
}
}
Line 66: Line 66:
left: 0;
left: 0;
right: 0;
right: 0;
bottom: -0.355em;            /* drop down onto the grey rule */
bottom: -0.29em;            /* drop down onto the grey rule */
height: 2px;
height: 2px;
background-color: var(--rpi-red);
background-color: var(--rpi-red);
Line 73: Line 73:
.skin-vector-2022 .infobox {
.skin-vector-2022 .infobox {
border-top: 3px solid var(--rpi-red);
border-top: 3px solid var(--rpi-red);
border-radius: 6px;
}
}