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

From MicrasWiki
Jump to navigationJump to search
No edit summary
(Distinguishing redlinks)
 
(37 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.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 !important;
     font-family: 'Trebuchet MS' !important;
}
}


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


#toc, table {
h2, h3, h4, h5, h6 {
     background: #cab0c6;
     color: #2CA02C !important;
    border-style: solid;
    border-width: 1px;
    border-color: #5B3256;
    font-family: Segoe UI !important;
}
}


h1, .firstHeading {
.toctogglelabel, a, b {
     font-family: Didot !important;
     color: #2CA02C !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
}
}


h2 {
a.new {
     font-family: Didot !important;
     color: #0066FF !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 24.2px;
}
}


h3 {
ul {
     font-family: Didot !important;
     list-style: none;
     font-size: 20px;
     padding: 0px;
    font-weight: 700;
    line-height: 22px;
}
}


h4 {
.tocnumber { display: none; }
    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 {
ul li:before
     font-family: Segoe UI !important;
{
     content: '\1F886';
    margin: 0 1em;   /* any design */
}
}


.navbox {
    background: #ede4ec;
    border-style: none;
    font-family: Segoe UI !important;
}


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


.navbox-group, .navbox-title, .navbox-spacer {
table, th, td {
    background: #cab0c6;
  border-color: #C83737;
    border-style: solid;
    border-width: 1px 2px !important;
    border-color: #5B3256;
    font-family: Segoe UI !important;
}
}

Latest revision as of 01:00, 8 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 {
    color: #0066FF !important;  
}

h2, h3, h4, h5, h6 {
    color: #2CA02C !important;  
}

.toctogglelabel, a, b {
    color: #2CA02C !important;
}

a.new {
    color: #0066FF !important;
}

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

.tocnumber { display: none; }

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


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

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