Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Sidebar/styles.css: Difference between revisions

Template page
Create page.
 
Change background color to design-token.
 
(4 intermediate revisions by the same user not shown)
Line 52: Line 52:
.sidebar-title-with-pretitle {
.sidebar-title-with-pretitle {
   padding: 0.2em 0.4em;
   padding: 0.2em 0.4em;
   background: #101010;
   background-color: var(--background-color-warning-subtle);
   font-size: 145%;
   font-size: 145%;
   line-height: 1.2em;
   line-height: 1.2em;
Line 63: Line 63:
.sidebar-image {
.sidebar-image {
   padding: 0.2em 0 0.4em;
   padding: 0.2em 0 0.4em;
  background: #101010;
  }
  }


Line 78: Line 77:


.sidebar-heading {
.sidebar-heading {
   background-color: #4C4C4C;
   background-color: var(--background-color-warning-subtle);
   padding: 0.1em;
   padding: 0.1em;
  }
  }

Latest revision as of 12:42, 17 May 2025

.sidebar {
  float: right;
  clear: right;
  width: 16em;
  margin: 0 0 1em 1em;
  border: 1px solid #AAAAAA;
  padding: 0.2em;
  border-spacing: 0.4em 0;
  text-align: center;
  line-height: 1.4em;
  font-size: 88%;
 }

.sidebar-floatleft {
  float: left;
  clear: left;
  margin: 0 1em 1em 0;
 }

.sidebar-nofloat {
  float: none;
  clear: both;
 }

.sidebar-outertitle {
  padding-bottom: 0.2em;
  font-size: 125%;
  line-height: 1.2em;
  font-weight: bold;
 }

.sidebar-topimage {
  padding: 0.4em 0;
 }

.sidebar-topcaption {
  padding-top: 0.2em;
  line-height: 1.2em;
 }

.sidebar-pretitle,
.sidebar-pretitle-with-topimage {
  padding-top: 0.4em;
  line-height: 1.2em;
 }

.sidebar-pretitle-with-topimage {
  padding-top: 0.2em
}

.sidebar-title,
.sidebar-title-with-pretitle {
  padding: 0.2em 0.4em;
  background-color: var(--background-color-warning-subtle);
  font-size: 145%;
  line-height: 1.2em;
 }

.sidebar-title-with-pretitle {
  padding-top: 0
 }

.sidebar-image {
  padding: 0.2em 0 0.4em;
 }

.sidebar-caption {
  padding-top: 0.2em;
  line-height: 1.2em;
 }

.sidebar-above,
.sidebar-below {
  padding: 0.3em 0.4em;
  font-weight: bold;
 }

.sidebar-heading {
  background-color: var(--background-color-warning-subtle);
  padding: 0.1em;
 }

.sidebar-content {
  padding:0 0.1em 0.4em;
 }

.sidebar-navbar {
  text-align: right;
  font-size: 115%;
}