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

From MicrasWiki
Jump to navigationJump to search
(Undo revision 312648 by Hālian (talk))
Tag: Undo
No edit summary
Line 1: Line 1:
#toc { /* Table of content */
#toc, p, .wikitable, .toccolours, .navbox, .mainarticle, .infobox.vcard.geography, h2, big b, small b, .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a, .navbox-group, .navbox-group a, .navbox-title {
    background: #FFDDCA;
     font-family: 'Trebuchet MS' !important;
     font-family: 'Trebuchet MS' !important;
}
}


.infobox.vcard.geography { /* Country infobox on Hoenn first page */
h1, h2, h3, h4, h5, h6 {
     background: #FFDDCA;
     color: #0066FF !important;
    font-family: 'Georgia' !important;
}
}


p { /* General text blocks */
.toctogglelabel, a, b {
    font-family: 'Trebuchet MS' !important;
color:#0066FF !important;
}
 
.wikitable { /* All wikitables */
    font-family: 'Trebuchet MS' !important;
}
 
.toccolours { /* Infobox on Economy of Hoenn page */
    font-family: 'Trebuchet MS' !important;
}
 
.navbox { /* The Hoenn nav box */
    font-family: 'Trebuchet MS' !important;
}
}


.mainarticle { /* The Main article lines under each header */
ul {
     font-family: 'Trebuchet MS' !important;
     list-style: none;
    padding: 0px;
}
}


h2 { /* Level 2 headers */
.tocnumber { display: none; }
    font-family: 'Georgia' !important;
    display: block !important;
    background: #407A52 !important;
    color: #E29C45 !important;
    border-top: solid 4px #C91F37 !important;
    border-bottom: solid 4px #044F67 !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    text-align: center !important;
}


big b, small b { /* Header in the Country infobox on Hoenn first page */
ul li:before
     font-family: 'Georgia' !important;
{
     content: '\1F338';
    margin: 0 1em;    /* any design */
}
}


h2 span a { /* Edit link in the headers */
    font-size: 1em !important;
    color: #CA6924 !important;
}
.mw-editsection-bracket { /* Brackets enclosing the edit link in the headers */
    color: #CA6924 !important;
}
body.skin-vector { /* Main background (not working) */
    background-color: #FFDDCA !important;
}
   
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a  { /* Subgroup boxes in navbox */
    font-family: 'Georgia' !important;
    background: #C91F37 !important;
    color: #E29C45 !important;
}


.navbox-group, .navbox-group a { /* Group boxes in navbox */
hr {  
     font-family: 'Georgia' !important;
     border-color: #C83737;
     background: #044F67 !important;
     background-color: #C83737;
     color: #E29C45 !important;
     color: #C83737;
}
}


.navbox-title { /* Navbox headers */
table, th, td {
    font-family: 'Georgia' !important;
  border-color: #C83737;
    background: #407A52 !important;
    color: #E29C45 !important;
    border-top: solid 3px #C91F37 !important;
    border-bottom: solid 3px #044F67 !important;
    text-align: center !important;
}
}

Revision as of 13:34, 7 January 2024

#toc, p, .wikitable, .toccolours, .navbox, .mainarticle, .infobox.vcard.geography, h2, big b, small b, .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a, .navbox-group, .navbox-group a, .navbox-title {
    font-family: 'Trebuchet MS' !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #0066FF !important;  
}

.toctogglelabel, a, b {
color:#0066FF !important;
}

ul {
    list-style: none;
    padding: 0px;
}

.tocnumber { display: none; }

ul li:before
{
    content: '\1F338';
    margin: 0 1em;    /* any design */
}


hr { 
    border-color: #C83737;
    background-color: #C83737;
    color: #C83737;
}

table, th, td {
  border-color: #C83737;
}