Template:Change History/styles.css: Difference between revisions
Template page
More actions
ReisuDesign (talk | contribs) No edit summary |
Stevium changed the content model of the page Template:Change History/styles.css from "CSS" to "Sanitized CSS": TemplateStyles |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.change-history-header { | .change-history-header { | ||
display: inline-flex; | |||
font-size: 88%; | |||
margin: 0.5em 0; | |||
} | } | ||
.change-history-content { | .change-history-content { | ||
overflow: auto; | |||
max-height: 330px; | |||
padding: 0.5em; | |||
box-sizing: border-box; | |||
background: transparent; | |||
border-radius: 4px; | |||
} | |||
.change-history-content hr + p { | |||
margin-block: 0; | |||
} | } | ||
.change-history-header a.external { | .change-history-header a.external { | ||
background-image: none !important; | background-image: none !important; | ||
padding: 2px | margin-left: 0.75em; | ||
padding: 2px 8px; | |||
border-radius: 20px; | border-radius: 20px; | ||
background-color: var(-- | background-color: var(--background-color-2); | ||
color: var(--color-base); | |||
color: var(-- | } | ||
.change-history-header a.external:hover { | |||
background-color: var(--background-color-3); | |||
transition: ease 0.2s; | |||
text-decoration: none; | |||
} | } | ||