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

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


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


#content {  
#content, .navbox-even {  
     background-color: #FFDDCA !important;  
     background-color: #FFDDCA !important;  
}
}


.wikitable, table td, table th, table tr, tr {
.wikitable, table td, table th, table tr, tr {
     border-color: #A5BA93;
     border-color: #B9A193;
}
}


#toc, table {
#toc, table {
     background: #FFDDCA;
     background: #FFDDCA;
     border-color: #A5BA93;
     border-color: #B9A193;
}
}

Revision as of 02:00, 6 May 2020

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

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

h1, 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: #A5BA93 !important;
}

#content, .navbox-even { 
    background-color: #FFDDCA !important; 
}

.wikitable, table td, table th, table tr, tr {
    border-color: #B9A193;
}

#toc, table {
    background: #FFDDCA;
    border-color: #B9A193;
}