Minecraft Wiki
kGeen bewerkingssamenvatting
k (oops)
 
(6 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
  +
/* Import new main page CSS */
  +
@import url('https://minecraft-nl.gamepedia.com/index.php?title=Gebruiker:DarkShadowTNT/new_main.css&action=raw&ctype=text/css');
  +
 
/* Import Roboto Regular */
 
/* Import Roboto Regular */
 
@font-face {
 
@font-face {
Regel 19: Regel 22:
 
.mw-body-content {
 
.mw-body-content {
 
width: 100% !important;
 
width: 100% !important;
  +
}
  +
  +
.mw-highlight > pre {
  +
overflow-x: scroll;
  +
}
  +
  +
/* Make the color change between Gamepedia and Fandom footers less intrusive */
  +
#curse-footer {
  +
background-image: -webkit-linear-gradient(#000, #002A32 27.5%);
  +
background-image: linear-gradient(#000, #002A32 27.5%);
  +
}
  +
  +
.footer-post {
  +
background-image: -webkit-linear-gradient(#002A32, #13272B 70%);
  +
background-image: linear-gradient(#002A32, #13272B 70%);
 
}
 
}
   
Regel 150: Regel 168:
 
div#content h6,
 
div#content h6,
 
div#content #firstHeading {
 
div#content #firstHeading {
font-family: "Roboto-Regular", sans-serif !important;
+
font-family: Roboto-Regular, sans-serif !important;
 
}
 
}
   
Regel 174: Regel 192:
 
.mw-userlink[title="Gebruiker:WedTM737"] {
 
.mw-userlink[title="Gebruiker:WedTM737"] {
 
padding-left: 19px;
 
padding-left: 19px;
background: url(https://d1u5p3l4wpay3k.cloudfront.net/minecraft_nl_gamepedia/4/4c/AdminPickaxe.png?version=latest) no-repeat left center;
+
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/4/4c/AdminPickaxe.png) no-repeat left center;
 
}
 
}
   
Regel 190: Regel 208:
 
.mw-userlink[title="Gebruiker:BrightShadowBOT"] {
 
.mw-userlink[title="Gebruiker:BrightShadowBOT"] {
 
padding-left: 19px;
 
padding-left: 19px;
background: url(https://d1u5p3l4wpay3k.cloudfront.net/minecraft_nl_gamepedia/6/61/Robot.png?version=latest) no-repeat left center;
+
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/6/61/Robot.png) no-repeat left center;
 
}
 
}
   
Regel 198: Regel 216:
 
.mw-userlink[title="Gebruiker:Quatroking"] {
 
.mw-userlink[title="Gebruiker:Quatroking"] {
 
padding-left: 19px;
 
padding-left: 19px;
background: url(https://d1u5p3l4wpay3k.cloudfront.net/minecraft_nl_gamepedia/d/d3/BureaucratDoublePickaxe.png?version=latest) no-repeat left center;
+
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/d/d3/BureaucratDoublePickaxe.png) no-repeat left center;
 
}
 
}
   
Regel 204: Regel 222:
 
[[Bestand:TrustedPickaxe.png]] */
 
[[Bestand:TrustedPickaxe.png]] */
 
.mw-userlink[title="Gebruiker:Victortjeuh"],
 
.mw-userlink[title="Gebruiker:Victortjeuh"],
.mw-userlink[title="Gebruiker:TheGameFreak666‎"],
+
.mw-userlink[title="Gebruiker:TheGameFreak666"],
 
.mw-userlink[title="Gebruiker:Xxmarijnw"],
 
.mw-userlink[title="Gebruiker:Xxmarijnw"],
 
.mw-userlink[title="Gebruiker:Jack McKalling"],
 
.mw-userlink[title="Gebruiker:Jack McKalling"],
.mw-userlink[title="Gebruiker:Jochembroekhoff"] {
+
.mw-userlink[title="Gebruiker:Jochembroekhoff"],
  +
.mw-userlink[title="Gebruiker:Xbaked potatox"],
  +
.mw-userlink[title="Gebruiker:Tomudding"] {
 
padding-left: 19px;
 
padding-left: 19px;
background: url(https://d1u5p3l4wpay3k.cloudfront.net/minecraft_nl_gamepedia/1/1c/TrustedPickaxe.png?version=latest) no-repeat left center;
+
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/1/1c/TrustedPickaxe.png) no-repeat left center;
 
}
 
}
   
Regel 289: Regel 309:
 
.mw-userlink[title="Gebruiker:Xbony2"] {
 
.mw-userlink[title="Gebruiker:Xbony2"] {
 
padding-left: 19px;
 
padding-left: 19px;
background: url(https://d1u5p3l4wpay3k.cloudfront.net/minecraft_nl_gamepedia/1/12/AdminOtherWikiPickaxe.png?version=latest) no-repeat left center;
+
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/1/12/AdminOtherWikiPickaxe.png) no-repeat left center;
 
}
 
}
   

Huidige versie van 30 jun 2019 om 13:05

/* Import new main page CSS */
@import url('https://minecraft-nl.gamepedia.com/index.php?title=Gebruiker:DarkShadowTNT/new_main.css&action=raw&ctype=text/css');

/* Import Roboto Regular */
@font-face {
    font-family: 'Roboto-Regular';
    src: local('Roboto-Regular'),
         local('Roboto-Regular'),
         url(/media/hydra/fonts/Roboto-Regular.ttf) format('truetype');
}

/* Hide stuff I'm not interested in and 'cuz I use adblockers (my apologies Curse) */
#siderail,
#gp-pro-upsell,
#p-sharing,
.atfmrec,
.btfmrec,
.ctfmrec {
    display: none !important;
}

.mw-body-content {
    width: 100% !important;
}

.mw-highlight > pre {
	overflow-x: scroll;
}

/* Make the color change between Gamepedia and Fandom footers less intrusive */
#curse-footer {
	background-image: -webkit-linear-gradient(#000, #002A32 27.5%);
	background-image: linear-gradient(#000, #002A32 27.5%);
}

.footer-post {
	background-image: -webkit-linear-gradient(#002A32, #13272B 70%);
	background-image: linear-gradient(#002A32, #13272B 70%);
}

/* Prism ([[Gebruiker:DarkShadowTNT/Prism.css]]) */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

pre code {
	border: none;
	padding: 0;
}

pre,
code,
tt,
kbd,
samp,
.mw-code {
	font-family: Consolas, monospace;
}

code[class*="language-"],
pre[class*="language-"],
pre[class*="mw-code"] {
	color: black;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4;
	
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
	hyphens: none;
}

.token.comment {
	color: #45A946;
	font-style: italic;
}

.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
	font-style: normal;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.regex {
	color: #1E66B1;
}

.token.operator,
.token.entity,
.token.url {
	color: #a67f59;
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #DD0058;
}

.token.number,
.token.important {
	color: #e90;
}

.token.important {
	font-weight: bold;
}

.token.entity {
	cursor: help;
}

/* Anti-overflow */
pre {
	overflow-x: auto;
}

/* Identifying redirects */
.mw-redirect {
    color: #33B627;
}

.mw-redirect:visited {
    color: #129622;
}

/* Change default font to Lucida Sans Unicode with some back-up fonts if needed... */
.mw-editsection,
html,
body,
select,
input,
button,
span.input-counter,
div.footer-links,
div#netbar,
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6,
div#content #firstHeading {
    font-family: Roboto-Regular, sans-serif !important;
}

/* ...but not the ones listed here */
.mw-scribunto-input,
.mw-scribunto-print,
.mw-scribunto-error,
textarea#mw-scribunto-input.mw-scribunto-input {
    font-family: Consolas, monospace !important;
}

/** Recognizing people **/
/* Nice diamond pickaxe for administrators (We have more admins, but they are inactive. Change this list if you want when you are an admin.) 
   [[Bestand:AdminPickaxe.png]]*/
.mw-userlink[title="Gebruiker:Archomeda"],
.mw-userlink[title="Gebruiker:CrazyBliep"],
.mw-userlink[title="Gebruiker:DarkShadowTNT"],
.mw-userlink[title="Gebruiker:TheWombatGuru"],
.mw-userlink[title="Gebruiker:CrsNews"],
.mw-userlink[title="Gebruiker:Khalija"],
.mw-userlink[title="Gebruiker:STSc"],
.mw-userlink[title="Gebruiker:Tomato5768"],
.mw-userlink[title="Gebruiker:WedTM737"] {
padding-left: 19px;
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/4/4c/AdminPickaxe.png) no-repeat left center;
}

/* Bot icon for known bots on the whole Minecraft Wiki (list might not be complete, ask on talk page to add a bot to this list)
   [[Bestand:Robot.png]] */
.mw-userlink[title="Gebruiker:R2-D2"],
.mw-userlink[title="Gebruiker:Rapsbot"],
.mw-userlink[title="Gebruiker:TrarBot"],
.mw-userlink[title="Gebruiker:R66-Y"],
.mw-userlink[title="Gebruiker:Dand0Bot"],
.mw-userlink[title="Gebruiker:IdefixBot"],
.mw-userlink[title="Gebruiker:JARVISTheBot"],
.mw-userlink[title="Gebruiker:KnightBot4"], 
.mw-userlink[title="Gebruiker:HydraGPEBot"],
.mw-userlink[title="Gebruiker:BrightShadowBOT"] {
padding-left: 19px;
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/6/61/Robot.png) no-repeat left center;
}

/* Double Pickaxe for bureaucrats, even though they are not active on this Wiki at the moment
   [[Bestand:BureaucratDoublePickaxe.png]] */
.mw-userlink[title="Gebruiker:citricsquid"],
.mw-userlink[title="Gebruiker:Quatroking"] {
padding-left: 19px;
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/d/d3/BureaucratDoublePickaxe.png) no-repeat left center;
}

/* Stone Pickaxe for people I trust and for people who help(ed) the Wiki A LOT. Note: List might be incomplete; don't feel yourself offended when you are not on this list. 
   [[Bestand:TrustedPickaxe.png]] */
.mw-userlink[title="Gebruiker:Victortjeuh"],
.mw-userlink[title="Gebruiker:TheGameFreak666"],
.mw-userlink[title="Gebruiker:Xxmarijnw"],
.mw-userlink[title="Gebruiker:Jack McKalling"],
.mw-userlink[title="Gebruiker:Jochembroekhoff"],
.mw-userlink[title="Gebruiker:Xbaked potatox"],
.mw-userlink[title="Gebruiker:Tomudding"] {
padding-left: 19px;
background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/1/1c/TrustedPickaxe.png) no-repeat left center;
}

/* Iron pickaxe for admins of other Wikis
   [[Bestand:AdminOtherWikiPickaxe.png]] */

/* MCW_EN */
.mw-userlink[title="Gebruiker:Dinoguy1000"],
.mw-userlink[title="Gebruiker:Majr"],
.mw-userlink[title="Gebruiker:Goandgoo"],
.mw-userlink[title="Gebruiker:Hower64"],
.mw-userlink[title="Gebruiker:IKJames"],
.mw-userlink[title="Gebruiker:Kanegasi"],
.mw-userlink[title="Gebruiker:Kizzycocoa"],
.mw-userlink[title="Gebruiker:KnightMiner"],
.mw-userlink[title="Gebruiker:Oliver Scholz"],
.mw-userlink[title="Gebruiker:Orthotope"],
/* MCW_RU */
.mw-userlink[title="Gebruiker:AttemptToCallNil"],
.mw-userlink[title="Gebruiker:HEKP0H"],
.mw-userlink[title="Gebruiker:Asassin 1"],
.mw-userlink[title="Gebruiker:Atributz"],
.mw-userlink[title="Gebruiker:BabylonAS"],
.mw-userlink[title="Gebruiker:BloodCaster"],
.mw-userlink[title="Gebruiker:Bloodhit"],
.mw-userlink[title="Gebruiker:Dand0"],
.mw-userlink[title="Gebruiker:Ivan r"],
/* MCW_PL */
.mw-userlink[title="Gebruiker:Lewandowski"],
.mw-userlink[title="Gebruiker:Piotrex43"],
.mw-userlink[title="Gebruiker:Alex2422"],
.mw-userlink[title="Gebruiker:BartoszKonkel"],
.mw-userlink[title="Gebruiker:Matik7"],
.mw-userlink[title="Gebruiker:NTBG"],
/* MCW_HU */
.mw-userlink[title="Gebruiker:TunSha4"],
.mw-userlink[title="Gebruiker:Harbonah431"],
.mw-userlink[title="Gebruiker:Icguy"],
.mw-userlink[title="Gebruiker:KunaiFire7"],
.mw-userlink[title="Gebruiker:LeGrund6"],
.mw-userlink[title="Gebruiker:Martin200005"],
/* MCW_ZH */
.mw-userlink[title="Gebruiker:Ff98sha"],
.mw-userlink[title="Gebruiker:Powup333"],
.mw-userlink[title="Gebruiker:Sjjklh"],
.mw-userlink[title="Gebruiker:A20001017"],
.mw-userlink[title="Gebruiker:135ty"],
/* MCW_FR */
.mw-userlink[title="Gebruiker:Itouchmasterpro"],
.mw-userlink[title="Gebruiker:Scaler4"],
.mw-userlink[title="Gebruiker:Gizmo le fou"],
.mw-userlink[title="Gebruiker:ObelusPA2"],
.mw-userlink[title="Gebruiker:Zemeckis1026"],
/* MCW_DE */
.mw-userlink[title="Gebruiker:Sumpfhuette"],
.mw-userlink[title="Gebruiker:ILeonx"],
.mw-userlink[title="Gebruiker:MarkusRost"],
.mw-userlink[title="Gebruiker:Violine1101"],
/* MCW_BR */
.mw-userlink[title="Gebruiker:Jhonabf"],
.mw-userlink[title="Gebruiker:Eduaddad"],
/* MCW_CZ */
.mw-userlink[title="Gebruiker:Rechris"],
.mw-userlink[title="Gebruiker:Volgeop"],
/* MCW_ES */
.mw-userlink[title="Gebruiker:Wizdeck"],
.mw-userlink[title="Gebruiker:Ryo567"],
/* MCW_IT */
.mw-userlink[title="Gebruiker:Raffox97"],
/* MCW_JA */
.mw-userlink[title="Gebruiker:Otokoume"],
/* MCW_KO */
.mw-userlink[title="Gebruiker:Alswo96284"],
/* MCW_TH */
.mw-userlink[title="Gebruiker:Prem4826"],
/* MCW_TR */
.mw-userlink[title="Gebruiker:LambayaFunfDe"],
/* FTB */
.mw-userlink[title="Gebruiker:Xbony2"] {
	padding-left: 19px;
	background: url(https://minecraft-nl.gamepedia.com/media/minecraft-nl.gamepedia.com/1/12/AdminOtherWikiPickaxe.png) no-repeat left center;
}

/* Change font of the standard editor */
textarea {
	font-family: Consolas, monospace !important;
	font-size: 90%;
}

/*** SANDBOX | DISCLAIMER: THIS MAY CONTAIN MISTAKES! ***/