User:C.Syde65/common.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>C.Syde65
(I don't care.)
 
(Consistency with CSS on other sites.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
/*users*/
importArticle({type:'script', article:'w:c:dev:ReferencePopups/code.js'});
a[href="/wiki/User:K6ka"] { color:#0040FF !important; font-weight:bold !important; }
a[href="/wiki/User:C.Syde65"] { color:maroon !important; font-weight:bold !important; }
a[href="/wiki/User:TheTimMan"] { color:green !important; font-weight:bold !important; }

.mw-editform-legacy input#wpSummary,
input#wpSummary {
border-radius: 3px;
border: 1px solid #eaeff3;
border-left: 2px solid #eaeff3;
border-top: 2px solid #bcbec2;
border-bottom: 1px solid #eaeff3;
border-right: 2px solid #eaeff3;
border-radius: 3px;
max-width: 970px !important;
padding: 4.5px !important;
}

Latest revision as of 21:31, 28 February 2019

/*users*/
a[href="/wiki/User:K6ka"]               { color:#0040FF !important; font-weight:bold !important; }
a[href="/wiki/User:C.Syde65"]           { color:maroon !important; font-weight:bold !important; }
a[href="/wiki/User:TheTimMan"]          { color:green !important; font-weight:bold !important; }

.mw-editform-legacy input#wpSummary,
input#wpSummary {
    border-radius: 3px;
    border: 1px solid #eaeff3;
    border-left: 2px solid #eaeff3;
    border-top: 2px solid #bcbec2;
    border-bottom: 1px solid #eaeff3;
    border-right: 2px solid #eaeff3;
    border-radius: 3px;
    max-width: 970px !important;
    padding: 4.5px !important;
}