Template:AemiliaCore/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| (56 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
h1, h2, h3, h4, h5, h6 { | |||
color: # | color: #896cf4 !important; | ||
font-family:monospace; | |||
font-weight: normal !important; | |||
font-size:100% !important; | |||
text-decoration: underline; | |||
} | } | ||
a, b { | #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:# | font-family:monospace !important; | ||
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: '\ | content: '\1318F'; | ||
margin: 0 | margin: 0 0.5em 0 0; /* any design */ | ||
} | } | ||
Latest 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;
}