Template:Hoennese article/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
(naw) |
No edit summary |
||
Line 1: | Line 1: | ||
.content{ | .content{ | ||
background: # | background: #FFDDCA !important; | ||
} | } | ||
Line 6: | Line 6: | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
border-color: # | border-color: #b9a193; | ||
} | } | ||
#toc, table { | #toc, table { | ||
background: # | background: #FFDDCA; | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
border-color: # | border-color: #b9a193; | ||
font-family: Segoe UI !important; | font-family: Segoe UI !important; | ||
} | } | ||
Line 60: | Line 60: | ||
.infobox.vcard.geography { | .infobox.vcard.geography { | ||
background: # | background: #FFDDCA; | ||
border-color: # | border-color: #b9a193; | ||
font-family: Segoe UI !important; | font-family: Segoe UI !important; | ||
} | } | ||
Line 78: | Line 78: | ||
.navbox, .navbox-abovebelow, .navbox-list, .navbox-even, .navbox-odd { | .navbox, .navbox-abovebelow, .navbox-list, .navbox-even, .navbox-odd { | ||
background: # | background: #FFDDCA; | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px !important; | border-width: 1px !important; | ||
border-color: # | border-color: #b9a193; | ||
font-family: Segoe UI !important; | font-family: Segoe UI !important; | ||
} | } | ||
.navbox-group, .navbox-title { | .navbox-group, .navbox-title { | ||
background: # | background: #FFDDCA; | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px !important; | border-width: 1px !important; | ||
border-color: # | border-color: #b9a193; | ||
font-family: Segoe UI !important; | font-family: Segoe UI !important; | ||
} | } | ||
Line 95: | Line 95: | ||
.navbox-spacer | .navbox-spacer | ||
{ | { | ||
background: # | background: #FFDDCA; | ||
border-style: none; | border-style: none; | ||
} | } |
Revision as of 01:41, 6 May 2020
.content{ background: #FFDDCA !important; } .wikitable, table td, table th, table tr, tr { border-style: solid; border-width: 1px; border-color: #b9a193; } #toc, table { background: #FFDDCA; border-style: solid; border-width: 1px; border-color: #b9a193; font-family: Segoe UI !important; } h1, .firstHeading { font-family: Didot !important; font-size: 24px; font-weight: 700; line-height: 26.4px; } h2 { font-family: Didot !important; font-size: 22px; font-weight: 700; line-height: 24.2px; } h3 { font-family: Didot !important; font-size: 20px; font-weight: 700; line-height: 22px; } h4 { font-family: Didot !important; font-size: 18px; font-weight: 700; line-height: 19.8px; } h5 { font-family: Didot !important; font-size: 16px; font-weight: 700; line-height: 17.6px; } h6 { font-family: Didot !important; font-size: 14px; font-weight: 700; line-height: 15.4px; } .infobox.vcard.geography { background: #FFDDCA; border-color: #b9a193; font-family: Segoe UI !important; } p { font-family: Segoe UI !important; } .wikitable { font-family: Segoe UI !important; } .toccolours { font-family: Segoe UI !important; } .navbox, .navbox-abovebelow, .navbox-list, .navbox-even, .navbox-odd { background: #FFDDCA; border-style: solid; border-width: 1px !important; border-color: #b9a193; font-family: Segoe UI !important; } .navbox-group, .navbox-title { background: #FFDDCA; border-style: solid; border-width: 1px !important; border-color: #b9a193; font-family: Segoe UI !important; } .navbox-spacer { background: #FFDDCA; border-style: none; }