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

From MicrasWiki
Jump to navigationJump to search
No edit summary
(fuck)
Line 1: Line 1:
.content{
#toc {
     background: #FFDDCA !important;
     background: #FFDDCA;
    font-family: 'Trebuchet MS' !important;
}
}


.wikitable, table td, table th, table tr, tr {
.infobox.vcard.geography {
    border-style: solid;
    border-width: 1px;
    border-color: #b9a193;
}
 
#toc, table {
     background: #FFDDCA;
     background: #FFDDCA;
    border-style: solid;
     font-family: 'Trebuchet MS' !important;
    border-width: 1px;
    border-color: #b9a193;
     font-family: Segoe UI !important;
}
}


h1, .firstHeading {
h1, h2, h3, h4, h5, h6, p {
     font-family: Didot !important;
     font-family: 'Trebuchet MS' !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
}
}


h2 {
.wikitable {
     font-family: Didot !important;
     font-family: 'Trebuchet MS' !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 24.2px;
}
}


h3 {
.toccolours {
     font-family: Didot !important;
     font-family: 'Trebuchet MS' !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
}


h4 {
.navbox {
     font-family: Didot !important;
     font-family: 'Trebuchet MS' !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 19.8px;
}
}


h5 {
.mainarticle {
     font-family: Didot !important;
     font-family: 'Trebuchet MS' !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
}
}


h6 {
h2 {
     font-family: Didot !important;
     font-family: 'Trebuchet MS' !important;
     font-size: 14px;
     display: block !important;
    font-weight: 700;
     background: #B9A193 !important;
    line-height: 15.4px;
}
 
.infobox.vcard.geography {
     background: #FFDDCA;
    border-color: #b9a193;
    font-family: Segoe UI !important;
}
}


p {
#content {  
     font-family: Segoe UI !important;
     background-color: #FFDDCA !important;  
}
 
.wikitable {
    font-family: Segoe UI !important;
}
 
.toccolours {
    font-family: Segoe UI !important;
}
}

Revision as of 01:49, 6 May 2020

#toc {
    background: #FFDDCA;
    font-family: 'Trebuchet MS' !important;
}

.infobox.vcard.geography {
    background: #FFDDCA;
    font-family: 'Trebuchet MS' !important;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Trebuchet MS' !important;
}

.wikitable {
    font-family: 'Trebuchet MS' !important;
}

.toccolours {
    font-family: 'Trebuchet MS' !important;
}

.navbox {
    font-family: 'Trebuchet MS' !important;
}

.mainarticle {
    font-family: 'Trebuchet MS' !important;
}

h2 {
    font-family: 'Trebuchet MS' !important;
    display: block !important;
    background: #B9A193 !important;
}

#content { 
    background-color: #FFDDCA !important; 
}