MediaWiki:Common.css: Difference between revisions

From Rise of Agon
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Contribution Scores: .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; } ....")
 
No edit summary
Line 24: Line 24:
     padding-right: .2em;
     padding-right: .2em;
}
}
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }

Revision as of 18:44, 24 May 2023

/* CSS placed here will be applied to all skins */
/* Contribution Scores */
.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;
}
/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }