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
Line 4: Line 4:
}
}


body {font-family:serif;}
.bodyContent {font-family:serif;}


.toctogglelabel, a, b {
.toctogglelabel, a, b {

Revision as of 16:51, 7 January 2024

h1, h2, h3, h4, h5, h6 {
    color: #D90166 !important;  
    font-family:serif;
}

.bodyContent {font-family:serif;}

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

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

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

.tocnumber { display: none; }

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


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

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