WIKI IS CURRENTLY UNDER CONSTRUCTION

Difference between revisions of "MediaWiki:Common.css"

From OldSchool RSPS
Jump to navigation Jump to search
m
Tag: Reverted
m
Tag: Reverted
Line 12: Line 12:


#ca-nstab-user { display: none !important; }
#ca-nstab-user { display: none !important; }
#ca-nstab-main { display: none !important; }


#footer-poweredbyico img {
#footer-poweredbyico img {

Revision as of 21:56, 22 March 2022

/* CSS placed here will be applied to all skins */

#mw-head {
 background: #441003 url(https://oldschoolrsps.com/images/video-fallback.jpg) 45em 15%;
}

body #p-cactions {
 background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#fff 100%);
}

#ca-talk { display: none !important; }

#ca-nstab-user { display: none !important; }

#ca-nstab-main { display: none !important; }

#footer-poweredbyico img {
 display:none
}

#n-Discord a {
 color:white !important;
 font-size:12px;
 font-weight:bold;
 border-radius:5px;
 border:1px solid #4c57d0;
 background-color:#5865f2;
 display:block;
 position:relative;
 padding:4px 0 5px calc(17px + 6.5px * 2);
 box-shadow:0 2px 3px rgba(0,0,0,0.1);
 transition:0.2s ease
}
#n-Discord a::before {
 content:'Join our ';
 font-weight:normal;
 opacity:0.85
}
#n-Discord a::after {
 content:'';
 background:url(images/1/18/Discord_icon.png) no-repeat;
 background-size:17px 13px;
 filter:drop-shadow(0 1px 1px rgba(0,0,0,0.1));
 position:absolute;
 top:5px;
 left:7px;
 width:17px;
 height:13px
}
#n-Discord a:hover {
 text-decoration:none;
 background-color:#525ee0
}