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
No edit summary
(Consistency with CSS on other sites.)
 
Line 1: Line 1:
/*users*/
/* Removes current default star, and replaces with old one */
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; }
.ChatWindow .User .badge svg {
a[href="/wiki/User:TheTimMan"] { color:green !important; font-weight:bold !important; }
visibility: hidden;

}
.mw-editform-legacy input#wpSummary,
.ChatWindow .User .badge {
input#wpSummary {
background-position: center;
background-repeat: no-repeat;
border-radius: 3px;
border: 1px solid #eaeff3;
}
border-left: 2px solid #eaeff3;
.ChatWindow .chatmoderator .badge,
border-top: 2px solid #bcbec2;
.ChatWindow .vstf .badge,
border-bottom: 1px solid #eaeff3;
.ChatWindow .helper .badge,
border-right: 2px solid #eaeff3;
.ChatWindow .sysop .badge {
border-radius: 3px;
background-image: url('http://images2.wikia.nocookie.net/monchbox/images/6/6b/Icon-chatmod.png');
max-width: 970px !important;
}
padding: 4.5px !important;
.ChatWindow .staff .badge {
background-image: url('http://vignette2.wikia.nocookie.net/wikiaglobal/images/6/6c/Staff_icon.png');
}
}

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;
}