If you plan to make a YouTube video or other content using bootlegs downloaded from our site, although we can't and won't force you to do anything, we greatly appreciate attribution for the large amounts of time and effort we spend finding these bootlegs. Thank you!

Happy Pride Month, everyone!

CrustyWindows:Main Page/styles.css: Difference between revisions

m (we can return our colours now)
Tag: Manual revert
No edit summary
/* {{pp|small=yes}} */
.thumbinner {
.thumbinner { background-color:transparent !important; border:0px; }
.magnify{ display background-color:none transparent !important; }
border: 0px;
}
.magnify {
display: none !important;
}
.mp-box {
border: 1px solid #aaa; /* all border colors overriden on specific elements */
 
#mp-topbanner {
/*background: #f9f9f9;*/
border-color: #ddd;
}
 
#mp-banner {
/*background: #fffaf5;*/
border-color: #f2e0ce;
}
 
#mp-left {
/*background: #f5fffa;*/
border-color: #cef2e0;
}
 
#mp-left .mp-h2 {
/*background: #cef2e0;*/
border-color: #a3bfb1;
}
 
#mp-right {
/*background: #f5faff;*/
border-color: #cedff2;
}
 
#mp-right .mp-h2 {
/*background: #cedff2;*/
border-color: #a3b0bf;
}
 
#mp-middle {
/*background: #fff5fa;*/
border-color: #f2cedd;
}
 
#mp-middle .mp-h2 {
/*background: #f2cedd;*/
border-color: #bfa3af;
}
 
#mp-lower {
/*background: #faf5ff;*/
border-color: #ddcef2;
}
 
#mp-lower .mp-h2 {
/*background: #ddcef2;*/
border-color: #afa3bf;
}
 
#mp-bottom .mp-h2 {
/*background: #eee;*/
border-color: #ddd;
}