Template:Hoennese article/styles.css: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 77: Line 77:
}
}


.navbox, .navbox-spacer, .navbox-abovebelow, .navbox-title, .navbox-group, .navbox-list, .navbox-even, .navbox-odd {
.navbox, .navbox-spacer, .navbox-abovebelow, .navbox-list, .navbox-even, .navbox-odd {
     background: #ede4ec;
     background: #ede4ec;
    border-style: solid;
    border-width: 1px !important;
    border-color: #dccad9;
    font-family: Segoe UI !important;
}
.navbox-group, .navbox-title {
    background: #cab0c6;
     border-style: solid;
     border-style: solid;
     border-width: 1px !important;
     border-width: 1px !important;

Revision as of 01:01, 6 May 2020

.content{
    background: #FFDDCA !important;
}

.wikitable, table td, table th, table tr, tr {
    border-style: solid;
    border-width: 1px;
    border-color: #5B3256;
}

#toc, table {
    background: #cab0c6;
    border-style: solid;
    border-width: 1px;
    border-color: #5B3256;
    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: #cab0c6;
    border-color: #5B3256;
    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-spacer, .navbox-abovebelow, .navbox-list, .navbox-even, .navbox-odd {
    background: #ede4ec;
    border-style: solid;
    border-width: 1px !important;
    border-color: #dccad9;
    font-family: Segoe UI !important;
}

.navbox-group, .navbox-title {
    background: #cab0c6;
    border-style: solid;
    border-width: 1px !important;
    border-color: #dccad9;
    font-family: Segoe UI !important;
}