Template:LGBTQ sidebar/styles.css: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
Create TemplateStyles for template calling Module:Sidebar |
Remove old, unnecessary declarations |
||
| Line 1: | Line 1: | ||
.lgbtq .sidebar-above { | .lgbtq-sidebar .sidebar-above { | ||
border: | border: hidden; | ||
padding-bottom: | padding-bottom: 0.2375em; | ||
} | } | ||
.lgbtq .sidebar-below { | .lgbtq-sidebar .sidebar-below { | ||
border-top: | border-top: hidden; | ||
padding-top: 0; | |||
} | } | ||
.lgbtq .sidebar-list-title { | .lgbtq-sidebar .sidebar-list-title { | ||
/* For old browsers without var(), see [[phab:T361934#9746635]]. */ | /* For old browsers without var(), see [[phab:T361934#9746635]]. */ | ||
background-color: #dadaff; | background-color: #dadaff; | ||
background-color: var(--background-color-neutral, #dadaff); | background-color: var(--background-color-neutral, #dadaff); | ||
} | } | ||
.lgbtq-sidebar .sidebar-pretitle { | |||
font-weight: 500; | |||
padding-bottom: 0.2375em; | |||
} | |||
.lgbtq-sidebar .sidebar-title-with-pretitle { | |||
padding-bottom: 0.2375em; | |||
padding-top: 0.2375em; | |||
} | } | ||
Revision as of 16:11, 1 January 2026
.lgbtq-sidebar .sidebar-above {
border: hidden;
padding-bottom: 0.2375em;
}
.lgbtq-sidebar .sidebar-below {
border-top: hidden;
padding-top: 0;
}
.lgbtq-sidebar .sidebar-list-title {
/* For old browsers without var(), see [[phab:T361934#9746635]]. */
background-color: #dadaff;
background-color: var(--background-color-neutral, #dadaff);
}
.lgbtq-sidebar .sidebar-pretitle {
font-weight: 500;
padding-bottom: 0.2375em;
}
.lgbtq-sidebar .sidebar-title-with-pretitle {
padding-bottom: 0.2375em;
padding-top: 0.2375em;
}