MediaWiki:Common.css: Difference between revisions

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m
no edit summary
m (& somewhat of an experiment)
mNo edit summary
Line 281: Line 281:
float: right;/* by the CollapsibleTables javascript in*/
float: right;/* by the CollapsibleTables javascript in*/
font-weight: normal; /* [[MediaWiki:Common.js]]are styled here*/
font-weight: normal; /* [[MediaWiki:Common.js]]are styled here*/
text-align: right; /* so they can be customised.*/
text-align: right; /* so they can be customized.*/
width: auto;
width: auto;
}
}
Line 365: Line 365:
/***** Staff member highlighting code, designed by User:Ultimate Toad (requires manual updating!) *****/
/***** Staff member highlighting code, designed by User:Ultimate Toad (requires manual updating!) *****/


/* Oddballs /*
/* Oddballs */
 
.mw-userlink[title="User:AlexBot2004"],


#li#pt-userpage a { color: #36D07A !important; }
#li#pt-userpage a { color: #36D07A !important; }
Line 401: Line 403:
.img-greyscale {
.img-greyscale {
   filter: grayscale(100%);
   filter: grayscale(100%);
}
/* dark gallery */
.darkgallery div.thumb {
  background-color: #000505 !important;
}
/* light gallery */
.lightgallery div.thumb {
  background-color: #f8f9fa !important;
}
}


Line 469: Line 461:
     }
     }
}
}
 
/* custom gallery colorations */
.ebgallery li.gallerybox div.thumb {border:1px solid #fd3e4d; background-color:#fd3e4d44;}
.ebbgallery li.gallerybox div.thumb {border:2px solid #41beffd; border-radius:2px; background-color:#41beff44;}
.m1gallery li.gallerybox div.thumb {border:2px solid #41beff; border-radius:2px; background-color:#41beff44;}
.ebgallery li.gallerybox div.thumb {border:2px solid #fd3e4d; border-radius:2px; background-color:#fd3e4d44;}
.m3gallery li.gallerybox div.thumb {border:2px solid #fd3e4d; border-radius:2px; background-color:#fd3e4d44;}
.sbbgallery li.gallerybox div.thumb {border:2px solid #fd3e4d; border-radius:2px; background-color:#fd3e4d44;}
.wbgallery li.gallerybox div.thumb {border:2px solid #ffc08b; border-radius:2px; background-color:#ffc08b44;}
.darkgallery div.thumb {background-color: #000505 !important;}
.lightgallery div.thumb {background-color: #f8f9fa !important;}

Navigation menu