Documentation may be created at User:Numbermaniac/common.css/doc.
Note: After saving, you have to bypass your browser's cache to see the changes.
Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Hide ads, sidebar and the top bar; taken from Kanegasi's common.css */
div[id^="ad-"], a.promotions, .t-netbar-discover, #curse-panel, .atflb, .btflb, .show-ads, #ft{
display:none;
}
div#bodyContent2 {
line-height:1.5em;
margin-right:0 !important;
min-height:0 !important;
}
/* That search box is far too small for when I'm on my mobile */
#simpleSearch{
width: 305px !important;
}
input#searchInput{
width: 282px !important;
}
.suggestions.searchbar{
width: 305px !important;
}
/* Taken from ultradude25: Make toolbox permanently open */
#p-tb div.body {
display: block !important;
}
#mw-panel.collapsible-nav div#p-tb.portal h5 {
background-image: url("http://media-mcw.cursecdn.com/f/fb/Arrow-down.png") !important;
}
/* Make the "updated since my last visit" have a green color exactly like Wikipedia */
.updatedmarker{
color:#006400
}
/* Also taken from Kanegasi's common.css; hide the new users log in the recent changes */
table[class*="mw-changeslist-log-newusers-"] { display: none; }
/* Make username lowercase and light blue */
.mw-userlink[title="User:Numbermaniac"] {
text-transform: lowercase;
color:#07E;
}
/* Yes, I know we're upgrading to Gamepedia, don't need to know that now */
#siteNotice{
display:none;
}
/* This works, but don't need it.
Makes the box at the top right push all the text 100 pixels left.
div#p-personal{
padding-right:100px;
}
*/