Minecraft Wiki
Advertisement
[view | edit | history | purge]DocumentationJump to code ↴

This is the CSS of Ultim 0. Currently, the page is blanked due to global.css.

[view | edit | history | purge]The above documentation is transcluded from User:Ultim 0/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.

/* Hightlight Gamepedia Pro Users */
.gamepedia_pro_user::before {
	display: none;
}

.gamepedia_pro_user {
	font-family:Simsun;
    font-weight:bold
}

/* Highlight Gamepedia Friends */
.mw-userlink[title$=":AblazeVase69188"],/* A */
.mw-userlink[title$=":Anterdc99"],
.mw-userlink[title$=":Blockofnetherite"],/* B */
.mw-userlink[title$=":Dianliang233"],/* D */
.mw-userlink[title$=":First craft"],/* F */
.mw-userlink[title$=":Hatsuki kiri"],/* H */
.mw-userlink[title$=":IBuckeeet"],/* I */
.mw-userlink[title$=":KisinSagume286"],/* K */
.mw-userlink[title$=":Lakejason0"],/* L */
.mw-userlink[title$=":Light beacon"],
.mw-userlink[title$=":LuminesceIncandesce"],
.mw-userlink[title$=":Lxazl5770"],
.mw-userlink[title$=":Miemiemethod"],/* M */
.mw-userlink[title$=":MysticNebula70"],
.mw-userlink[title$=":NutronStar45"],/* N */
.mw-userlink[title$=":Phantom xenom6"],/* P */
.mw-userlink[title$=":RedLightPOP"],/* R */
.mw-userlink[title$=":Sigma166"],/* S */
.mw-userlink[title$=":SkyEye FAST"],
.mw-userlink[title$=":Snow dash"],
.mw-userlink[title$=":The Non Useful"],/* T */
.mw-userlink[title$=":TheGreatSpring"],
.mw-userlink[title$=":Thgabs"],
.mw-userlink[title$=":XiaoXin666"],/* X */
.mw-userlink[title$=":Zyjking"],/* Z */
.mw-userlink[title$=":呼儿"],/* CJK Unified Ideographs */
.mw-userlink[title$=":统治"] {
	color:#66ccff;
	background-color:#003366;
}

/* Hightlight Myself */
.mw-userlink[title$=":Ultim 0"] {
    color: #2266cc;
    background-color:#000000;
}

/* Hightlight IP Users */
.mw-anonuserlink {
	background-color: #ff9999;
}

/* Namespaces */
.mw-body-content a[title^="Minecraft Dungeons:"] {
	color: #cc9966;
}
.mw-body-content a[title^="Minecraft Dungeons:"]:visited {
	color: #cc9999;
}
.mw-body-content a[title^="Minecraft Earth:"] {
	color: #0099cc;
}
.mw-body-content a[title^="Minecraft Earth:"]:visited {
	color: #33cccc;
}
/* Interwiki Links */
.mw-body-content a.extiw[title^="ja:"] {
	color: #ff66ff;
}
.mw-body-content a.extiw[title^="ja:"]:visited {
	color: #ff99ff;
}
.mw-body-content a.extiw[title^="mojira:"] {
	color: #ff9900;
}
.mw-body-content a.extiw[title^="mojira:"]:visited {
	color: #ffcc66;
}
.mw-body-content a.extiw[title^="wikipedia:"],
.mw-body-content a.extiw[title^="wp:"],
.mw-body-content a.extiw[title^="wphelp:"] {
	color: #6600ff;
}
.mw-body-content a.extiw[title^="zh:"] {
	color: #ff3300;
}
.mw-body-content a.extiw[title^="zh:"]:visited {
	color: #ff6633;
}

/* No Sharing (Copied from [[:zh:User:Ff98sha/common.css]]) */
.socialSidebar, #p-sharing.vectorMenu{
display:none;
}

/* Miscellaneous */
a.new[title^="Minecraft Dungeons:"],a.new[title^="Minecraft Earth:"] {
    color:#ba0000;
}

.autocomment a[title^="Minecraft Dungeons:"],.autocomment a[title^="Minecraft Earth:"] {
    color:#72777d;
}

a.new:visited[title^="Minecraft Dungeons:"],a.new:visited[title^="Minecraft Earth:"] {
    color:#a55858;
}

#ca-watch.mw-watchlink, #ca-unwatch.mw-watchlink{
	display:none;
}

.mw-headline-number,.tocnumber{
	color:#cccccc;
}

span.comment{
    font-style:normal !important;
}

.mw-selflink,.selflink{
	color:#666666;
}

.jslink,.in-page-edit-article-link,.mw-collapsible-text {
    color:#66ccff;
}

.mw-redirect::after {
    content: "→";
    font-size: 0.6em;
    opacity: 0.5
}

.mw-changeslist-history::after,.ipe-articleLink-resolved::after {
    display:none;
}

.global-shortcuts-search__list-wrapper {
    color: slateblue;
    background-color: black;
}

.global-shortcuts-search__group-header {
    color:white;
}

/* Hide Gravatar avatars */
img[src^="//www.gravatar.com/"]{
	display:none;
}
Advertisement