User:MentalMouse42/old-common.css - minecraft.fandom.com
Jump to navigation
Jump to search
Treść tej podstrony pochodzi z artykułu „User:MentalMouse42/old-common.css” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
/* Disable social-media buttons, from Meeples10 */
#p-sharing, #p-socialProfiles {
display: none;
}
/* Uncomment to disable Curse sidebar (probably obsolete, that was from the old wiki) * /
div#curse-panel {display:none;}
div#bodyContent2 {margin-right:20px;}
*/
/** Changing Curse things **/
/* Hiding Curse sidebar, footer and ad leftovers */
/* #curse-panel, #ft, .atflb, .btflb {
display: none;
}
#bodyContent2 {
line-height: 1.5em;
margin-right: 0 !important;
min-height: 0 !important;
}
*/
/* Swiped from Kanegasi */
/* Fixing spacing when adverts are disabled * /
body.page-Minecraft_Wiki.action-view #contentSub {
margin: 0;
}
*/
/* Schematic Rendering -- Should be in global common.css by now
.schematic img { image-rendering: crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; }
table.schematic { background-color: white; border-collapse: collapse; line-height: 0; }
table.schematic td, span.schematic { border: 1px solid #AAAAAA; padding: 0; }
table.schematic span, span.schematic { display: inline-block; overflow: hidden; position: relative; }
table.schematic span span, span.schematic span { color: black; font-weight: bold; left: 0; line-height: 1.5em; position: absolute; text-align: center; text-shadow: 0 0 4px #FFF; top: 0; }
*/