MediaWiki:Common.css: Difference between revisions

From Unwritten Legends Wiki
Created page with "→‎CSS placed here will be applied to all skins: .contributionscores-wrapper { } .contributionscores-title { background-color: #aaa; margin-bottom: 0px; padding-left: .4em; } .contributionscores .header { background-color: #ccc; border-bottom: 1px solid #999; font-weight: bold; } .contributionscores .odd { background-color: #eee; } .contributionscores .header td { padding-left: .2em; padding-right: .2em; } .contributionscores .conten..."
 
Add styling for hatnotes
Line 22: Line 22:
     padding-left: .2em;
     padding-left: .2em;
     padding-right: .2em;
     padding-right: .2em;
}
.hatnote {
    font-style: italic;
}
div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
}

Revision as of 16:25, 6 June 2025

/* CSS placed here will be applied to all skins */
.contributionscores-wrapper {
}
.contributionscores-title {
    background-color: #aaa;
    margin-bottom: 0px;
    padding-left: .4em;
}
.contributionscores .header {
    background-color: #ccc;
    border-bottom: 1px solid #999;
    font-weight: bold;
}
.contributionscores .odd {
    background-color: #eee;
}
.contributionscores .header td {
    padding-left: .2em;
    padding-right: .2em;
}
.contributionscores .content {
    padding-left: .2em;
    padding-right: .2em;
}

.hatnote {
    font-style: italic;
}
div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}