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: none;
   border: hidden;
   padding-bottom: 3px;
   padding-bottom: 0.2375em;
}
}


.lgbtq .sidebar-below {
.lgbtq-sidebar .sidebar-below {
   border-top: none;
   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);
  padding-left: 3px;
}
}


.lgbtq .lgbtq-also .sidebar-list-title {
.lgbtq-sidebar .sidebar-pretitle {
   border-bottom: thin solid var(--border-color-base, #aaa);
  font-weight: 500;
   margin-bottom: -4px;
   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;
}