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;
}


/* Highlight Gamepedia Friends */
.mw-userlink[title~=":Lxazl5770"],
.mw-userlink[title~=":SkyEye FAST"],
.mw-userlink[title~=":Lakejason0"],
.mw-userlink[title~=":MysticNebula70"],
.mw-userlink[title~=":Thgabs"],
.mw-userlink[title~=":Dianliang233"],
.mw-userlink[title~=":Hatsuki kiri"],
.mw-userlink[title~=":呼儿"],
.mw-userlink[title~=":Snow dash"],
.mw-userlink[title~=":RedLightPOP"],
.mw-userlink[title~=":Zyjking"],
.mw-userlink[title~=":Light beacon"],
.mw-userlink[title~=":Miemiemethod"],
.mw-userlink[title~=":Phantom xenom6"],
.mw-userlink[title~=":Blockofnetherite"],
.mw-userlink[title~=":XiaoXin666"],
.mw-userlink[title~=":TheGreatSpring"],
.mw-userlink[title~=":AblazeVase69188"],
.mw-userlink[title~=":统治"],
.mw-userlink[title~=":The Non Useful"],
.mw-userlink[title~=":NutronStar45"],
.mw-userlink[title~=":First craft"],
.mw-userlink[title~=":IBuckeeet"],
.mw-userlink[title~=":KisinSagume286"] {
	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;
}

/* 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 */
/* 杂项 */
#ca-watch.mw-watchlink, #ca-unwatch.mw-watchlink{
	display:none;
}

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

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

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

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

.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