Template:AemiliaCore/styles.css: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
Annna (talk | contribs)
mNo edit summary
Annna (talk | contribs)
mNo edit summary
(70 intermediate revisions by the same user not shown)
Line 1: Line 1:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     color: magenta;   
     color: #896cf4 !important;   
     background: none;
     font-family:monospace;
     font-weight: normal;
     font-weight: normal !important;
     font-family:"Comic Sans", "Comic Sans MS", cursive;
     font-size:100% !important;
    margin: 0;
     text-decoration: underline;
    padding-top: .5em;
    padding-bottom: .17em;
     border-bottom: 1px solid #aaa;
}
}


.mw-body {
#toc, p, .wikitable, .toccolours, .navbox, .mainarticle, .infobox.vcard, .infobox, .infobox.vcard.geography, h2, big b, small b, .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a, .navbox-group, .navbox-group a, .navbox-title  {
color:pink;
font-family:monospace !important;
    font-family:"Comic Sans", "Comic Sans MS", cursive;
font-size:100% !important;
}
 
.toctogglelabel, a, b {
color:#896cf4 !important;
}
 
a.new {
background-color:#efcfda;
}
}


ul {
ul {
     list-style: none;
     list-style: none;
    font-family:monospace !important;
     padding: 0px;
     padding: 0px;
}
}
.tocnumber { display: none; }


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



Revision as of 09:28, 20 September 2025

h1, h2, h3, h4, h5, h6 {
    color: #896cf4 !important;  
    font-family:monospace;
    font-weight: normal !important;
    font-size:100% !important;
    text-decoration: underline;
}

#toc, p, .wikitable, .toccolours, .navbox, .mainarticle, .infobox.vcard, .infobox, .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:monospace !important;
font-size:100% !important;
}

.toctogglelabel, a, b {
color:#896cf4 !important;
}

a.new {
background-color:#efcfda;
}

ul {
    list-style: none;
    font-family:monospace !important;
    padding: 0px;
}

.tocnumber { display: none; }

ul li:before
{
    content: '\1318F';
    margin: 0 0.5em 0 0;    /* any design */
}


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

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