MediaWiki:Common.css: Difference between revisions
move imports to Common |
i think this should be common too no? |
||
| Line 25: | Line 25: | ||
:root { | :root { | ||
--theme-page-headings-font: 'Quicksand'; | --theme-page-headings-font: 'Quicksand'; | ||
} | |||
/* [[Template:Description]] styles */ | |||
div.description-wrapper { | |||
border: 1px solid var(--border-color); | |||
overflow: hidden; | |||
border-radius: 8px; | |||
background: #bf8c4015; | |||
} | |||
div.description-content { | |||
font-size: 15px; | |||
text-align: left; | |||
overflow: auto; | |||
line-height: 1.35em; | |||
padding: 12px 12px 12px 12px; | |||
} | |||
div.description-source { | |||
font-size: 15px; | |||
overflow: auto; | |||
padding: 5px 12px; | |||
} | |||
hr.description-separator { | |||
width: 97.5%; | |||
margin: auto; | |||
} | |||
div.description-title { | |||
font-size: 15px; | |||
text-align: left; | |||
overflow: auto; | |||
padding: 10px 12px 6px; | |||
} | } | ||