Main Page.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 69: | Line 69: | ||
grid-column: auto; | grid-column: auto; | ||
} | } | ||
} | } | ||
| Line 89: | Line 79: | ||
min-width: 0; | min-width: 0; | ||
color: #111; | color: #111; | ||
border-radius: 8px; | |||
} | |||
.content-header { | |||
background: #004080; | |||
color: #fff; | |||
font-size: 1.15em; | |||
font-weight: 800; | |||
padding: 0.65em 0.9em; | |||
margin: -1.1em -1.25em 0.9em -1.25em; | |||
border-radius: 7px 7px 0 0; | |||
} | } | ||
| Line 96: | Line 97: | ||
.content-section > div:first-child { | .content-section > div:first-child { | ||
font-size: 1. | background: #004080; | ||
font-weight: | color: #fff; | ||
font-size: 1.15em; | |||
font-weight: 800; | |||
padding: 0.65em 0.9em; | |||
margin: -1.1em -1.25em 0.9em -1.25em; | |||
border-radius: 7px 7px 0 0; | |||
border-bottom: 0; | |||
} | } | ||
| Line 116: | Line 119: | ||
border-color: #004080; | border-color: #004080; | ||
color: #e5e7eb; | color: #e5e7eb; | ||
} | |||
html.skin-theme-clientpref-night .content-header { | |||
background: #004080; | |||
color: #fff; | |||
} | |||
html.skin-theme-clientpref-night .content-section > div:first-child { | |||
background: #004080; | |||
color: #fff; | |||
} | } | ||
| Line 141: | Line 154: | ||
} | } | ||
html.skin-theme-clientpref- | html.skin-theme-clientpref-os .content-header { | ||
background: #004080; | |||
color: #fff; | |||
} | } | ||
html.skin-theme-clientpref- | html.skin-theme-clientpref-os .content-section > div:first-child { | ||
background: #004080; | |||
color: #fff; | |||
} | } | ||
} | } | ||
| Line 169: | Line 177: | ||
border-color: #004080; | border-color: #004080; | ||
color: #e5e7eb; | color: #e5e7eb; | ||
} | |||
html.skin-theme-clientpref-os .content-header { | |||
background: #004080; | |||
color: #fff; | |||
} | |||
html.skin-theme-clientpref-os .content-section > div:first-child { | |||
background: #004080; | |||
color: #fff; | |||
} | } | ||
| Line 192: | Line 210: | ||
background: rgba(229, 231, 235, 0.08); | background: rgba(229, 231, 235, 0.08); | ||
outline: none; | outline: none; | ||
} | } | ||
} | } | ||