Minecraft Wiki
Advertisement

Documentation may be created at User:Sonicwave/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.

/* @import url('https://minecraft.gamepedia.com/User:Nixinova/mainpage.css?action=raw&ctype=text/css');*/

/* @import url('https://terraria.fandom.com/wiki/MediaWiki:Gadget-hydraRevived.css?action=raw&ctype=text/css'); */

/*
.content table caption {
    background: transparent;
    text-align: center;
}

.wikitable > caption {
    font-weight: normal;
}
*/

.mw-body-content dd {
	margin-bottom:1.4px
}

.mw-body-content dl {
	margin-top:2.8px;
	margin-bottom:7px;
}

.mw-body-content dt {
	margin-bottom:1.4px;
}

.mw-body-content p {
	margin-top:7px;
	margin-bottom:7px;
}

/* Color redirect and interwiki links slightly differently when previewing */
.action-edit .mw-body-content a.extiw,
.action-submit .mw-body-content a.extiw,
.action-edit .mw-body-content a.mw-redirect,
.action-submit .mw-body-content a.mw-redirect {
    color: #5900b3;
}

/* Changes color of pro usernames */
a.gamepedia_pro_user,
a:visited.gamepedia_pro_user {
	color: #006666;
}

/* Hide rollback link in watchlist and recent changes */
.mw-special-Watchlist .mw-rollback-link,
.mw-special-Recentchanges .mw-rollback-link {
    display: none;
}

/* Hide social media links in sidebar */
#p-socialProfiles {
	display: none;
}
Advertisement