Minecraft Wiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 313: Zeile 313:
 
top: 90px;
 
top: 90px;
 
width: 26px;
 
width: 26px;
  +
}
  +
.mcui-Anvil .mcui-arrow,
  +
.mcui-Anvil .mcui-arrow-crossed {
  +
display: block;
  +
height: 30px;
  +
left: 196px;
  +
position: absolute;
  +
top: 88px;
  +
width: 44px;
  +
}
  +
.mcui-Anvil .mcui-arrow {
  +
background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/f/fa/Grid_Layout_Amboss_%28gesperrt%29.png/revision/latest); /* [[Datei:Grid Layout Amboss (gesperrt).png]] */
  +
}
  +
.mcui-Anvil .mcui-arrow-crossed {
  +
background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b2/Grid_Layout_Ofenfortschritt_%28inaktiv%29.png/revision/latest); /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
  +
background-position-y: -2px;
  +
}
  +
.mcui-Anvil .mcui-cost,
  +
.mcui-Anvil .mcui-cost-expensive {
  +
background: #898989;
  +
display: block;
  +
font-family: Minecraft;
  +
font-size: 16px;
  +
max-width: 308px;
  +
overflow: hidden;
  +
padding: 0 4px 0 4px;
  +
position: absolute;
  +
right: 8px;
  +
text-overflow: ellipsis;
  +
top: 126px;
  +
}
  +
.mcui-Anvil .mcui-cost {
  +
color: #80FF20;
  +
text-shadow: 0.125em 0.125em #203F08, 0.125em 0 #203F08, 0 0.125em #203F08;
  +
}
  +
.mcui-Anvil .mcui-cost-expensive {
  +
color: #FF6060;
  +
text-shadow: 0.125em 0.125em #401818, 0.125em 0 #401818, 0 0.125em #401818;
 
}
 
}
   

Version vom 4. August 2021, 20:11 Uhr

/* Diese Seite beinhaltet alle Styles für Vorlagen. Versuche den Inhalt Alphabetisch sortiert zu lassen für einen guten Überblick. */

/* TOC
 1. Vorlage:Abkürzung
 2. Vorlage:Achtung
 3. Vorlage:Änderung
 4. Vorlage:Archiv
 5. Vorlage:Director table
 6. Vorlage:Dokumentation
 7. Vorlage:DungeonsDLC
 8. Vorlage:Geschichtlich
 9. Vorlage:Grid/Amboss
 10. Vorlage:Grid/Braustand
 11. Vorlage:Grid/mechanicalCrafter
 12. Vorlage:Grid/Ofen
 13. Vorlage:Grid/Ofen (RP2)
 14. Vorlage:Grid/Schleifstein
 15. Vorlage:Grid/Schmiedetisch
 16. Vorlage:Grid/Steinsäge
 17. Vorlage:Grid/Stoffreduzierer
 18. Vorlage:Grid/Verbindungserzeuger
 19. Vorlage:Grid/Webstuhl
 20. Vorlage:Grid/Werkbank
 21. Vorlage:Hinweis
 22. Vorlage:Hotbar
 23. Vorlage:Infobox & Vorlage:InfoboxZeile
 24. Modul:Sprite
 25. Vorlage:BetriebssystemSprite
 26. Vorlage:DungeonsGegenstandSprite
 27. Vorlage:EffektSprite
 28. Vorlage:ErfolgSprite
 29. Vorlage:HilfeSprite
 30. Vorlage:InvSprite
 31. Vorlage:SlotSprite
 32. Vorlage:DungeonsSpezialSprite
 33. Vorlage:NBTSprite
 34. Vorlage:TasteSprite
 35. Vorlage:DungeonsErfolgSprite
 36. Vorlage:DungeonsVerzauberungSprite
 37. Vorlage:Projekt
 38. Vorlage:JSON
 39. Vorlage:Lizenz
 40. Vorlage:Slot
 41. Vorlage:Spielbar
 42. Vorlage:Tabellenauswahl
 43. Vorlage:Taste
 44. Vorlage:Versionshinweis
 45. Modul:UI
 46. Vorlage:Urheberrechtsverletzung
 47. Vorlage:VersionsgeschichteNav
 48. Minecraft Wiki:Projekte
 49. Modul:BlockGrid
 50. Vorlage:Dungeons Attribut
 51. Vorlage:Menü
*/

/* [[Vorlage:Abkürzung]] */
.abkuerzung {
	background: #F9F9F9;
	border: 1px solid #CCC;
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
	max-width: 400px;
	min-width: 70px;
	padding: 0.3em 0.5em;
}
.theme-fandomdesktop-dark .abkuerzung,
.skin-hydradark .abkuerzung {
	background-color: #282828;
	border-color: #444;
}

/* [[Vorlage:Achtung]] */
.achtung {
	background-color: #FFCCCC;
	border: 2px solid #FFAAAA;
}
.theme-fandomdesktop-dark .achtung,
.skin-hydradark .achtung {
	background-color: #200;
	border-color: #500;
}


/* [[Vorlage:Änderung]] */
.aenderung {
	background: #F2F5A9;
}
.theme-fandomdesktop-dark .aenderung,
.skin-hydradark .aenderung {
	background: #525519;
}

/* [[Vorlage:Archiv]] */
.archiv {
	border: 1px solid #CCC;
	font-size: 90%;
	padding: 2px;
	text-align: center;
	width: 200px;
}
.theme-fandomdesktop-dark .archiv,
.skin-hydradark .archiv {
	border-color: #444;
}
.hinweis-archiv {
	background-color: #e8e8e8;
	border: 2px solid #000000;
}
.theme-fandomdesktop-dark .hinweis-archiv,
.skin-hydradark .hinweis-archiv {
	background-color: #181818;
}

/* [[Vorlage:Director table]] */
.director-table {
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 90%;
	padding: 2px;	
	text-align: center;
	width: 350px;
}
.theme-fandomdesktop-dark .director-table,
.skin-hydradark .director-table {
	background-color: #282828;
	border-color: #444;
}

/* [[Vorlage:Dokumentation]] */
.documentation,
.documentation-header.documentation-docpage {
	border: 1px solid #AAA;
}
.theme-fandomdesktop-dark .documentation,
.theme-fandomdesktop-dark .documentation-header.documentation-docpage,
.skin-hydradark .documentation,
.skin-hydradark .documentation-header.documentation-docpage {
	border-color: #444;
}
.documentation,
.documentation-header,
.documentation-footer {
	background-color: #EAF4F9;
}
.theme-fandomdesktop-dark .documentation,
.theme-fandomdesktop-dark .documentation-header,
.theme-fandomdesktop-dark .documentation-footer,
.skin-hydradark .documentation,
.skin-hydradark .documentation-header,
.skin-hydradark .documentation-footer {
	background-color: #202020;
}
.documentation.documentation-nodoc {
	background-color: #F9EAEA;
}
.theme-fandomdesktop-dark .documentation-nodoc,
.skin-hydradark .documentation-nodoc {
	background-color: #5F2F2F;
}
.documentation.documentation-baddoc {
	background-color: #F9F2EA;
}
.theme-fandomdesktop-dark .documentation-baddoc,
.skin-hydradark .documentation-baddoc {
	background-color: #4F2F2F;
}

/* [[Vorlage:DungeonsDLC]] */
.MCD-DDE {
	background-color: #98FF98;
	border: 2px solid #00B700;
	color: #222;
}
.theme-fandomdesktop-dark .MCD-DDE,
.skin-hydradark .MCD-DDE {
	background-color: #002200;
	border-color: #005400;
	color: #FFF;
}
.MCD-SW {
	background-color: #B3E6FF;
	border: 2px solid #009D9D;
	color: #222;
}
.theme-fandomdesktop-dark .MCD-SW,
.skin-hydradark .MCD-SW {
	background-color: #000022;
	border-color: #000055;
	color: #FFF;
}
.MCD-HG {
	background-color: #f0f2f5;
	border: 2px solid #cdcfd1;
	color: #222;
}
.theme-fandomdesktop-dark .MCD-HG,
.skin-hydradark .MCD-HG {
	background-color: #1D1D1E;
	border-color: #515154;
	color: #FFF;
}
.MCD-FDN {
	background-color: #ffe0d1;
	border: 2px solid #d9906d;
	color: #222;
}
.theme-fandomdesktop-dark .MCD-FDN,
.skin-hydradark .MCD-FDN {
	background-color: #443C39;
	border-color: #724C3A;
	color: #FFF;
}
.MCD-VT {
	background-color: #cdd8ff;
	border: 2px solid #7b98ff;
	color: #222;
}
.theme-fandomdesktop-dark .MCD-VT,
.skin-hydradark .MCD-VT {
	background-color: #33363F;
	border-color: #384572;
	color: #FFF;
}
.MCD-HL {
	background-color: #F9C3FF;
	border: 2px solid #C487CA;
	color: #222;
}
.theme-fandomdesktop-dark .MCD-HL,
.skin-hydradark .MCD-HL {
	background-color: #4A3A4C;
	border-color: #7B607F;
	color: #FFF;
}

/* [[Vorlage:Geschichtlich]] */
.history-body > .historybox {
	border: 0 !important;
}
table.historybox {
	overflow: hidden;
}
.historybox table:first-child {
	margin-top: 0;
}
.historybox table:last-child {
	margin-bottom: 0;
}

/* [[Vorlage:Grid/Amboss]] */
.mcui-Anvil {
	width: 324px;
}
.mcui-Anvil .mcui-header {
	color: #404040;
	display: block;
	font-family: Minecraft;
	font-size: 13px;
	margin-left: 106px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.mcui-Anvil .mcui-input,
.mcui-Anvil .mcui-input-inactive {
	height: 32px;
	position: absolute;
	right: 6px;
	top: 32px;
	width: 220px;
}
.mcui-Anvil .mcui-input {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/e6/Grid_Layout_Name.png/revision/latest); /* [[Datei:Grid Layout Name.png]] */
}
.mcui-Anvil .mcui-input-inactive {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/8/83/Grid_Layout_Name_%28dunkel%29.png/revision/latest); /* [[Datei:Grid Layout Name (dunkel).png]] */
}
.mcui-Anvil .mcui-input-text {
	color: #FFF;
	display: block;
	font-family: Minecraft;
	font-size: 16px;
	line-height:1.4;
	margin: 5px 6px;
	max-width: 208px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.mcui-Anvil .mcui-slot1 {
	display: block;
	left: 44px;
	position: absolute;
	top: 84px;
}
.mcui-Anvil .mcui-hammer {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/8/85/Grid_Layout_Hammer.png/revision/latest); /* [[Datei:Grid Layout Hammer.png]] */
	background-size: cover;
	height: 60px;
	left: 26px;
	position: absolute;
	top: 6px;
	width: 60px;
}
.mcui-Anvil .mcui-plus {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/c/cf/Grid_Layout_Plus.png/revision/latest); /* [[Datei:Grid Layout Plus.png]] */
	background-size: cover;
	height: 26px;
	left: 98px;
	position: absolute;
	top: 90px;
	width: 26px;
}
.mcui-Anvil .mcui-arrow,
.mcui-Anvil .mcui-arrow-crossed {
	display: block;
	height: 30px;
	left: 196px;
	position: absolute;
	top: 88px;
	width: 44px;
}
.mcui-Anvil .mcui-arrow {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/f/fa/Grid_Layout_Amboss_%28gesperrt%29.png/revision/latest); /* [[Datei:Grid Layout Amboss (gesperrt).png]] */
}
.mcui-Anvil .mcui-arrow-crossed {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b2/Grid_Layout_Ofenfortschritt_%28inaktiv%29.png/revision/latest); /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
	background-position-y: -2px;
}
.mcui-Anvil .mcui-cost,
.mcui-Anvil .mcui-cost-expensive {
	background: #898989;
	display: block;
	font-family: Minecraft;
	font-size: 16px;
	max-width: 308px;
	overflow: hidden;
	padding: 0 4px 0 4px;
	position: absolute;
	right: 8px;
	text-overflow: ellipsis;
	top: 126px;
}
.mcui-Anvil .mcui-cost {
	color: #80FF20;
	text-shadow: 0.125em 0.125em #203F08, 0.125em 0 #203F08, 0 0.125em #203F08;
}
.mcui-Anvil .mcui-cost-expensive {
	color: #FF6060;
	text-shadow: 0.125em 0.125em #401818, 0.125em 0 #401818, 0 0.125em #401818;
}

/* [[Vorlage:Grid/Braustand]] */
.mcui-Brewing_Stand > * {
	display: block;
}
.mcui-Brewing_Stand .invslot {
	vertical-align: top;
}
.mcui-Brewing_Stand > .mcui-input {
	text-align: center;
}
.mcui-Brewing_Stand > .mcui-input > .invslot {
	margin-top: 3px;
}
.mcui-Brewing_Stand .mcui-bubbling,
.mcui-Brewing_Stand .mcui-arrow {
	background-repeat: no-repeat;
	display: inline-block;
	height: 57px;
	width: 24px;
}
.mcui-Brewing_Stand .mcui-bubbling {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/3/3e/Grid_Layout_Braublasen.gif/revision/latest"); /* [[Datei:Grid Layout Braublasen.gif]] */
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-bubbling {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/4/48/Grid_Layout_Braublasen_%28inaktiv%29.png/revision/latest"); /* [[Datei:Grid Layout Braublasen (inaktiv).png]] */
}
.mcui-Brewing_Stand .mcui-arrow {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/6a/Grid_Layout_Braupfeil.png/revision/latest"); /* [[Datei:Grid Layout Braupfeil.png]] */
}
.mcui-Brewing_Stand > .mcui-input.mcui-inactive > .mcui-arrow {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/5/5e/Grid_Layout_Braupfeil_%28inaktiv%29.png/revision/latest"); /* [[Datei:Grid Layout Braupfeil (inaktiv).png]] */
}
.mcui-Brewing_Stand > .mcui-paths {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/c/c5/Grid_Layout_Brauwege.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Brauwege.png]] */
	height: 40px;
	margin: -20px auto -16px;
	position: relative;
	width: 60px;
	z-index: 1;
}
.mcui-Brewing_Stand .mcui-output .invslot {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/d/db/Grid_Layout_Brauen_%28leer%29.png/revision/latest"); /* [[Datei:Grid Layout Brauen (leer).png]] */
}
.mcui-Brewing_Stand .mcui-output2 {
	margin: 14px 10px 0;
}

/* [[Vorlage:Grid/mechanicalCrafter]] */
.mcui-Mechanical_Crafter > .mcui-arrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/e6/Grid_Mechanische_Handwerkseinheit_%28klein%29.png/revision/latest?cb=20210519172245") no-repeat; /* [[Datei:Grid Layout Pfeil (klein).png]] */
	background-size: contain;
	height: 78px;
	margin: 16px 20px 0;
	width: 78px;
}
.mcui-Mechanical_Crafter > .mcui-output {
	margin-left: -85px;
	margin-right: 20px;
	margin-top: 110px;
}
.mcui-Mechanical_Crafter > .mcui-icons {
	position: absolute;
	right: 6px;
	top: 6px;
}
.mcui-Mechanical_Crafter .mcui-shapeless,
.mcui-Mechanical_Crafter .mcui-fixed {
	background-repeat: no-repeat;
	cursor: help;
	display: inline-block;
	height: 15px;
	width: 19px;
}
.mcui-Mechanical_Crafter .mcui-shapeless {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/9/95/Grid_Layout_Formlos.png/revision/latest"); /* [[Datei:Grid Layout Formlos.png]] */
}
.mcui-Mechanical_Crafter .mcui-fixed {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/5/55/Grid_Layout_Fest.png/revision/latest"); /* [[Datei:Grid Layout Fest.png]] */
}

/* [[Vorlage:Grid/Ofen]] */
.mcui-Furnace .mcui-fuel {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/6a/Grid_Layout_Feuer.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Feuer.png]] */
	display: block;
	height: 36px;
	width: 36px;
}
.mcui-Furnace .mcui-fuel.mcui-inactive {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b6/Grid_Layout_Feuer_%28inaktiv%29.png/revision/latest"); /* [[Datei:Grid Layout Feuer (inaktiv).png]] */
}
.mcui-Furnace > .mcui-arrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/3/33/Grid_Layout_Ofenfortschritt.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Ofenfortschritt.png]] */
	height: 32px;
	margin: 36px 18px 0 14px;
	width: 44px;
}
.mcui-Furnace > .mcui-arrow.mcui-inactive {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b2/Grid_Layout_Ofenfortschritt_%28inaktiv%29.png/revision/latest"); /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
}
.mcui-Furnace > .mcui-output {
	margin-top: 28px;
}

/* [[Vorlage:Grid/Ofen (RP2)]] */
.mcui-FurnaceRP .mcui-fuel {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/6a/Grid_Layout_Feuer.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Feuer.png]] */
	display: inline-block;
	height: 36px;
	margin: 36px 18px 0 10px;
	width: 36px;
}
.mcui-FurnaceRP .mcui-fuel.mcui-inactive {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b6/Grid_Layout_Feuer_%28inaktiv%29.png/revision/latest"); /* [[Datei:Grid Layout Feuer (inaktiv).png]] */
}
.mcui-FurnaceRP .mcui-fuel .invslot {
	margin-top: 36px;
}
.mcui-FurnaceRP > .mcui-arrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/3/33/Grid_Layout_Ofenfortschritt.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Ofenfortschritt.png]] */
	height: 32px;
	margin: 36px 18px 0 14px;
	width: 44px;
}
.mcui-FurnaceRP > .mcui-arrow.mcui-inactive {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b2/Grid_Layout_Ofenfortschritt_%28inaktiv%29.png/revision/latest"); /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
}
.mcui-FurnaceRP > .mcui-output {
	margin-top: 28px;
}

/* [[Vorlage:Grid/Schleifstein]] */
.mcui-Grindstone > .mcui-grindstone {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/4/4c/Grid_Layout_Schleifstein.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Schleifstein.png]] */
	height: 112px;
	width: 108px;
}
.mcui-Grindstone .mcui-input1 {
	margin: 6px 36px;
	position: absolute;
}
.mcui-Grindstone .mcui-input2 {
	margin: 48px 36px;
	position: absolute;
}
.mcui-Grindstone > .mcui-arrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b2/Grid_Layout_Ofenfortschritt_%28inaktiv%29.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
	height: 34px;
	margin: 36px 22px 0 22px;
	width: 44px;
}
.mcui-Grindstone > .mcui-output {
	margin-top: 34px;
}

/* [[Vorlage:Grid/Schmiedetisch]] */
.mcui-Smithingtable {
	width: 324px;
	height: 128px;
}
.mcui-Smithingtable .mcui-header {
	color: #3F3F3F;
	display: block;
	font-family: Minecraft;
	font-size: 14px;
	margin-left: 106px;
	margin-top: 22px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.mcui-Smithingtable .mcui-input {
	display: block;
	left: 44px;
	position: absolute;
	top: 84px;
}
.mcui-Smithingtable .mcui-hammer {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b7/Grid_Layout_Schmiedetisch_Hammer.png/revision/latest); /* [[Datei:Grid Layout Schmiedetisch Hammer.png]] */
	background-size: cover;
	height: 60px;
	left: 30px;
	position: absolute;
	top: 4px;
	width: 60px;
}
.mcui-Smithingtable .mcui-plus {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/c/cf/Grid_Layout_Plus.png/revision/latest); /* [[Datei:Grid Layout Plus.png]] */
	background-size: cover;
	height: 26px;
	left: 98px;
	position: absolute;
	top: 90px;
	width: 26px;
}
.mcui-Smithingtable .mcui-progress,
.mcui-Smithingtable .mcui-progress-locked {
	display: block;
	height: 30px;
	left: 196px;
	position: absolute;
	top: 88px;
	width: 44px;
}
.mcui-Smithingtable .mcui-progress {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/b/b2/Grid_Layout_Ofenfortschritt_%28inaktiv%29.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Ofenfortschritt (inaktiv).png]] */
}
.mcui-Smithingtable .mcui-progress-locked {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/f/fa/Grid_Layout_Amboss_%28gesperrt%29.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Amboss (gesperrt).png]] */
}

/* [[Vorlage:Grid/Steinsäge]] */
.mcui-Stonecutter > .mcui-stonecutterArrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/e/eb/Grid_Layout_Steins%C3%A4ge_Pfeil.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Steinsäge Pfeil.png]] */
	height: 60px;
	margin: 9px 4px 0 4px;
	width: 58px;
}
.mcui-Stonecutter > .mcui-output {
	margin: 28px 0 28px 0;
}
.mcui-Stonecutter > .mcui-input {
	margin-top: 36px;
}
.mcui-Stonecutter .mcui-stonecutterSprite {
	margin: 4px 0 0 5px;
}

/* [[Vorlage:Grid/Stoffreduzierer]] */
.mcui-materialReducer > * {
	display: block;
}
.mcui-materialReducer .mcui-pathLeft {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/f/fe/Grid_Layout_Stoffreduzierer_links.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Stoffreduzierer_links.png]] */
	height: 58px;
	margin: -142px 0px 0px 14px;
	position: relative;
	width: 92px;
}
.mcui-materialReducer .mcui-pathRight {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/4/4c/Grid_Layout_Stoffreduzierer_rechts.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Stoffreduzierer_rechts.png]] */
	height: 58px;
	margin: -58px 0px 0px 138px;
	position: relative;
	width: 92px;
}
.mcui-materialReducer .mcui-pathTop {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/9/98/Grid_Layout_Stoffreduzierer_mitte.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Stoffreduzierer_mitte.png]] */
	height: 38px;
	margin: -38px 0px 0px 118px;
	position: relative;
	width: 8px;
}
.mcui-materialReducer .mcui-pathBottom1,
.mcui-materialReducer .mcui-pathBottom2,
.mcui-materialReducer .mcui-pathBottom3,
.mcui-materialReducer .mcui-pathBottom4 {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/7/74/Grid_Layout_Stoffreduzierer_unten.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Stoffreduzierer_unten.png]] */
	position: relative;
	height: 50px;
	width: 8px;
}
.mcui-materialReducer .mcui-pathBottom1 {
	margin: 0px 0px 0px 40px;
}
.mcui-materialReducer .mcui-pathBottom2 {
	margin: -50px 0px 0px 92px;
}
.mcui-materialReducer .mcui-pathBottom3 {
	margin: -50px 0px 0px 144px;
}
.mcui-materialReducer .mcui-pathBottom4 {
	margin: -50px 0px 34px 196px;
}
.mcui-materialReducer .mcui-input {
	display: inline-block;
	margin: 0 0 0 104px;
}
.mcui-materialReducer .mcui-output1 {
	display: inline-block;
	margin: 34px 8px 0 0;
}
.mcui-materialReducer .mcui-output2,
.mcui-materialReducer .mcui-output3,
.mcui-materialReducer .mcui-output4	{
	display: inline-block;
	margin: 34px 8px 0 8px;
}

.mcui-materialReducer .mcui-output5 {
	display: inline-block;
	margin: 34px 0 0 8px;
}

.mcui-materialReducer .mcui-output6 {
	display: inline-block;
	margin: 14px 8px 0 26px;
}
.mcui-materialReducer .mcui-output7,
.mcui-materialReducer .mcui-output8 {
	display: inline-block;
	margin: 14px 8px 0 8px;
}

.mcui-materialReducer .mcui-output9 {
	display: inline-block;
	margin: 14px 0 0 8px;
}

/* [[Vorlage:Grid/Verbindungserzeuger]] */
.mcui-compoundCreator > * {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.mcui-compoundCreator .mcui-paths {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/c/cd/Grid_Layout_Verbindungserzeuger.png/revision/latest) no-repeat; /* [[Datei:Grid Layout Verbindungserzeuger.png]] */
	height: 136px;
	width: 216px;
	z-index: 1;
}
.mcui-compoundCreator .mcui-input {
	margin: 18px 0 0 -170px;
	z-index: 2;
}
.mcui-compoundCreator .mcui-output {
	margin: 54px 0 0 60px;
}

/* [[Vorlage:Grid/Webstuhl]] */
.mcui-Loom > .mcui-tapestry {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/18/Grid_Layout_Webstuhl.png/revision/latest") no-repeat; /*[[Datei:Grid Layout Webstuhl.png]] */
	height: 108px;
	width: 98px;
}
.mcui-Loom > .mcui-loomArrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/9/95/Grid_Layout_Webstuhl_Pfeil.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Webstuhl Pfeil.png]] */
	height: 54px;
	margin: 28px 4px 0 4px;
	width: 54px;
}
.mcui-Loom > .mcui-output {
	margin-top: 38px;
}
.mcui-Loom .mcui-inputBanner {
	margin: 22px 10px;
	position: absolute;
}
.mcui-Loom .mcui-inputDye {
	margin: 22px 50px;
	position: absolute;
}
.mcui-Loom .mcui-inputPattern {
	margin: 60px 30px;
	position: absolute;
}
.mcui-Loom .mcui-bannerSprite {
	margin-left: 4px;
}

/* [[Vorlage:Grid/Werkbank]]*/
.mcui-Crafting_Table > .mcui-arrow {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/9/93/Grid_Layout_Pfeil_%28klein%29.png/revision/latest") no-repeat; /* [[Datei:Grid Layout Pfeil (klein).png]] */
	height: 26px;
	margin: 40px 4px 0;
	width: 32px;
}
.mcui-Crafting_Table > .mcui-output {
	margin-top: 28px;
}
.mcui-Crafting_Table > .mcui-icons {
	position: absolute;
	right: 6px;
	top: 6px;
}
.mcui-Crafting_Table .mcui-shapeless,
.mcui-Crafting_Table .mcui-fixed {
	background-repeat: no-repeat;
	cursor: help;
	display: inline-block;
	height: 15px;
	width: 19px;
}
.mcui-Crafting_Table .mcui-shapeless {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/9/95/Grid_Layout_Formlos.png/revision/latest"); /* [[Datei:Grid Layout Formlos.png]] */
}
.mcui-Crafting_Table .mcui-fixed {
	background-image: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/5/55/Grid_Layout_Fest.png/revision/latest"); /* [[Datei:Grid Layout Fest.png]] */
}

/* [[Vorlage:Hinweis]] */
.hinweis {
	background-color: #FFFFCC;
	border: 2px solid #616161;
}
.theme-fandomdesktop-dark .hinweis,
.skin-hydradark .hinweis {
	background-color: #220;
	border-color: #550;
}
.hinweis-blau {
	background-color: #95d1e9;
	border: 2px solid #4444aa;
}
.theme-fandomdesktop-dark .hinweis-blau,
.skin-hydradark .hinweis-blau {
	background-color: #112;
	border: 2px solid #335;
}
.hinweis-plain {
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
}
.theme-fandomdesktop-dark .hinweis-plain,
.skin-hydradark .hinweis-plain {
	background-color: #282828;
	border-color: #444;
}

/* [[Vorlage:Hotbar]] */
.mcui-Hotbar {
	background-color: transparent;
	border: 0;
	display: inline-block;
	padding: 0;
	position: relative;
}
.mcui-Hotbar > .mcui-selector {
	margin-left: -2px;
	position: absolute;
	top: -2px;
}
.mcui-Hotbar > .mcui-slots {
	left: 0;
	margin: 2px;
	position: absolute;
	top: 0;
}
.mcui-Hotbar .invslot {
	margin: 4px;
}

/* [[Vorlage:Infobox]] & [[Vorlage:InfoboxZeile]] */
.notaninfobox {
	background: #FFF;
	border: 1px solid #CCC;
	clear: right;
	float: right;
	font-size: 90%;
	line-height: 2.2;
	margin: 0 0 1em 1em;
	overflow: auto;
	padding: 2px;
	width: 300px;
}
.theme-fandomdesktop-dark .notaninfobox,
.skin-hydradark .notaninfobox {
	background-color: #282828;
	border-color: #444;
}
.notaninfobox .infobox-title {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.notaninfobox .infobox-imagearea {
	padding: 4px;
	text-align: center;
}
.notaninfobox .infobox-imagearea > div:not(:first-child) {
	padding-top: 1em;
}
.notaninfobox .infobox-rows {
	width: 100%;
}
.notaninfobox .infobox-rows > tbody > tr > th {
	text-align: left;
	white-space: nowrap;
}
.notaninfobox .infobox-rows p {
	margin: 0;
}
.notaninfobox .infobox-rows audio {
	width: 184px;
}
/* Merge adjacent dls in the infobox (since they're usually supposed to be one, but the wiki screws up sometimes) */
.notaninfobox .infobox-rows dl + dl {
	margin-top: -0.4em;
}
.notaninfobox .infobox-rows dl:last-child {
	margin-bottom: 0.2em;
}
.notaninfobox .infobox-footer {
	text-align: center;
}
.notaninfobox .infobox-collapse {
	text-align: center !important;
}
.notaninfobox .infobox-collapse .collapsible-button {
	float: none;
	margin: auto;
}

/* [[Modul:Sprite]] */
.sprite {
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}
.sprite + .sprite-text:not(:empty) {
	padding-left: 0.312em;
}

/* [[Vorlage:BetriebssystemSprite]] */
.betriebssystem-sprite {
	height: 40px;
	width: 40px;
}

/* [[Vorlage:DungeonsGegenstandSprite]] */
.dungeonsgegenstand-sprite {
	height: 24px;
	vertical-align: middle;
	width: 24px;
}

/* [[Vorlage:EffektSprite]] */
.effekt-sprite {
	height: 18px;
	width: 18px;
}

/* [[Vorlage:ErfolgSprite]] */
.erfolg-sprite {
	height: 94px;
	width: 94px;
}

/* [[Vorlage:HilfeSprite]] */
/* [[Vorlage:InvSprite]] */
/* [[Vorlage:SlotSprite]] */
.hilfe-sprite,
.inv-sprite,
.slot-sprite {
	height: 32px;
	vertical-align: middle;
	width: 32px;
}

/* [[Vorlage:DungeonsSpezialSprite]] */
.dungeonsspezial-sprite {
	background-size: 140px auto;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

/* [[Vorlage:NBTSprite]] */
.nbt-sprite {
	background-size: 64px auto;
	width: 16px;
	height: 16px;
}

/* [[Vorlage:TasteSprite]] */
.taste-sprite {
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

/* [[Vorlage:DungeonsErfolgSprite]] */
.dungeonserfolg-sprite {
	height: 118px;
	width: 118px;
}

/* [[Vorlage:DungeonsVerzauberungSprite]] */
.dungeonsverzauberung-sprite {
	background-size: 128px auto;
}

/* [[Vorlage:Projekt]] */
.wikitable .projekt-icon {
	background: #CCCCCC;
	height: 45px;
	vertical-align: middle;
	width: 70px;
}
.theme-fandomdesktop-dark .wikitable .projekt-icon,
.skin-hydradark .wikitable .projekt-icon {
	background: #111111;
}
.wikitable .projekt-text {
	background: #DDEEEE;
}
.theme-fandomdesktop-dark .wikitable .projekt-text,
.skin-hydradark .wikitable .projekt-text {
	background: #002222;
}

/* [[Vorlage:JSON]] */
.json-ordner {
	background-color: #BDFCC9;
}
.theme-fandomdesktop-dark .json-ordner,
.skin-hydradark .json-ordner {
	background-color: #052010;
}

/* [[Vorlage:Lizenz]] */
.lizenzbox {
	background-color: #FDFDFD;
	border: 2px solid #616161;
	margin: 0.5em auto;
	padding: 3px 12px 3px 7px;
	text-align: left;
}
.theme-fandomdesktop-dark .lizenzbox,
.skin-hydradark .lizenzbox {
	background-color: #282828;
	border-color: #444;
}

/* [[Vorlage:Slot]] */
.invslot {
	background: #8B8B8B no-repeat center center / 32px 32px;
	border: 2px solid;
	border-color: #373737 #FFF #FFF #373737;
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 1;
	position: relative;
	text-align: left;
	vertical-align: bottom;
	width: 32px;
}
.invslot::before,
.invslot::after {
	background-color: #8B8B8B;
	content: "";
	height: 2px;
	pointer-events: none;
	position: absolute;
	width: 2px;
}
.invslot::before {
	bottom: -2px;
	left: -2px;
}
.invslot::after {
	right: -2px;
	top: -2px;
}
.invslot-large {
	padding: 8px;
}
.invslot-item,
.invslot-item > a:first-child {
	display: block;
	height: 32px;
	margin: -2px;
	padding: 2px;
	position: relative;
	width: 32px;
}
.invslot-item-image > a.new:first-child {
	background: url("https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/4/44/InvSprite.png/revision/latest") no-repeat content-box;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 32px;
}
.invslot-stacksize {
	bottom: 0;
	color: #FFF !important;
	filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
	font-family: Minecraft, sans-serif !important;
	font-weight: normal !important;
	position: absolute;
	right: 0;
	text-shadow: 2px 2px 0 #3F3F3F;
	z-index: 2;
}

/* Plain slot with no border or background */
.invslot-plain {
	background-color: transparent;
	border: 0;
}
.invslot-plain::before,
.invslot-plain::after {
	content: none;
}
.invslot-plain > .invslot-item,
.invslot-plain > .invslot-item > a:first-child {
	margin: 0;
	padding: 0;
}

/* [[Vorlage:Spielbar]] */
.spielbar {
	background: #F2F2F2;
}
.theme-fandomdesktop-dark .spielbar,
.skin-hydradark .spielbar {
	background-color: #222;
}

/* [[Vorlage:Tabellenauswahl]] */
.wikitable tr td.ta-default {
	background-color: #f8f9fa;
	color: #222222;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-default,
.skin-hydradark .wikitable tr td.ta-default {
	background-color: #282828;
	color: #E0E0E0;
}
.wikitable tr td.ta-immer {
	background-color: #5DCC5D;
	color: #004100;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-immer,
.skin-hydradark .wikitable tr td.ta-immer {
	background-color: #004400;
	color: #44FF44;
}
.wikitable tr td.ta-ja {
	background-color: #C6EFCE;
	color: #006100;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-ja,
.skin-hydradark .wikitable tr td.ta-ja {
	background-color: #224422;
	color: #66DD66;
}
.wikitable tr td.ta-nein {
	background-color: #FFC7CE;
	color: #9C0006;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-nein,
.skin-hydradark .wikitable tr td.ta-nein {
	background-color: #442222;
	color: #DD6666;
}
.wikitable tr td.ta-niemals {
	background-color: #FF5757;
	color: #700005;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-niemals,
.skin-hydradark .wikitable tr td.ta-niemals {
	background-color: #440000;
	color: #FF4444;
}
.wikitable tr td.ta-selten {
	background-color: #FDCE5E;
	color: #835400;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-selten,
.skin-hydradark .wikitable tr td.ta-selten {
	background-color: #444400;
	color: #FFFF44;
}
.wikitable tr td.ta-neutral {
	background-color: #FFEB9C;
	color: #9C6500;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-neutral,
.skin-hydradark .wikitable tr td.ta-neutral {
	background-color: #444422;
	color: #DDDD66;
}
.wikitable tr td.ta-teilweise {
	background-color: #FFFFDD;
	color: #8A7600;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-teilweise,
.skin-hydradark .wikitable tr td.ta-teilweise {
	background-color: #323228;
	color: #CCCC66;
}
.wikitable tr td.ta-geplant {
	background-color: #DFDFFF;
	color: #0131B7;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-geplant,
.skin-hydradark .wikitable tr td.ta-geplant {
	background-color: #222244;
	color: #6666DD;
}
.wikitable tr td.ta-unbekannt {
	background-color: #CCCCCC;
	color: #222222;
}
.theme-fandomdesktop-dark .wikitable tr td.ta-unbekannt,
.skin-hydradark .wikitable tr td.ta-unbekannt {
	background-color: #111111;
	color: #E0E0E0;
}

/* [[Vorlage:Taste]] */
.keyboard-key {
	background-color: #f9f9f9;
	background-image: linear-gradient(top, #eee, #f9f9f9, #eee);
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 1px 2px 2px #ddd;
	font-family: inherit;
	font-size: 0.85em;
	padding: 1px 3px;
}
.theme-fandomdesktop-dark .keyboard-key,
.skin-hydradark .keyboard-key {
	background-color: #202020;
	background-image: linear-gradient(top, #111, #202020, #111);
	border-color: #444;
	box-shadow: 1px 2px 2px #222;
}

/* [[Vorlage:Versionshinweis]] */
.versionshinweis {
	border-bottom: 1px dotted;
	color: #7F0000;
	cursor: help;
}
.theme-fandomdesktop-dark .versionshinweis,
.skin-hydradark .versionshinweis {
	color: red;
}

/* [[Modul:UI]] */
.mcui {
	background-color: #C6C6C6;
	border: 2px solid;
	border-color: #DBDBDB #5B5B5B #5B5B5B #DBDBDB;
	box-sizing: content-box;
	display: inline-block;
	padding: 6px;
	position: relative;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}
.mcui-empty {
	display: inline-block;
	height: 36px;
	position: relative;
	vertical-align: bottom;
	width: 36px;
}
.mcui-row {
	display: block;
}
.mcui-Crafting_Table > *,
.mcui-Furnace > *,
.mcui-FurnaceRP > *,
.mcui-Grindstone > *,
.mcui-Loom > *,
.mcui-Mechanical_Crafter > *,
.mcui-Stonecutter > * {
	display: inline-block;
	vertical-align: top;
}

/* [[Vorlage:Urheberrechtsverletzung]] */
.urheberrechtsverletzung {
	background-color: #FFCCCC;
	border: 2px solid #616161;
	margin: 0 auto 1em;
	max-width: 720px;
	padding: 3px 12px 3px 7px;
	text-align: left;
}
.theme-fandomdesktop-dark .urheberrechtsverletzung,
.skin-hydradark .urheberrechtsverletzung {
	background-color: #200;
	border-color: #500;
}

/* [[Vorlage:VersionsgeschichteNav]] */
.versionsgeschichte {
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	clear: right;
	float: right;
	font-size: 90%;
	margin-bottom: 1px;
	margin-left: 8px;
	padding: 2px 2px 0;
}
.theme-fandomdesktop-dark .versionsgeschichte,
.skin-hydradark .versionsgeschichte {
	background-color: #282828;
	border-color: #444;
}

/* [[Minecraft Wiki:Projekte]] und andere */
.mcwiki-projekt {
	background: #FCFCFC;
	border: 1px solid #AAA;
	width: 100%;
}
.theme-fandomdesktop-dark .mcwiki-projekt,
.skin-hydradark .mcwiki-projekt {
	background-color: #282828;
	border-color: #444;
}

/* [[Modul:BlockGrid]] */
table.block-grid td {
	border: none;
	padding: 0;
}

/* [[Vorlage:Dungeons Attribut]] */
.DA-main {
	display: inline-block;
	height: 13px;
	margin: 5px;
	position: relative;
	vertical-align: middle;
	width: 178px;
}
.DA-brown {
	background-color: #645A58;
	box-shadow: 0 0 2px gray;
	height: 4px;
	left: 1px;
	position: absolute;
	top: 4px;
	width: 175px;
}
.DA-bar-red,
.DA-bar-green,
.DA-bar-white {
	box-shadow: 0 0 2px gray;
	height: 7px;
	left: 0;
	position: absolute;
	top: 3px;
}
.DA-bar-red {
	background-color: #EA092E;
}
.DA-bar-green {
	background-color: #25B573;
}
.DA-bar-white {
	background-color: #FFF;
}
.DA-slider-white,
.DA-slider-green {
	box-shadow: 0 0 2px gray;
	height: 13px;
	position: absolute;
	top: 0;
	width: 3px;
}
.DA-slider-white {
	background-color: #FFF;
}
.DA-slider-green {
	background-color: #25B573;
}

/* [[Vorlage:Menü]] */
/* [[Datei:Knopf aktiv.png]] [[Datei:Knopf inaktiv.png]] [[Datei:Knopf hover.png]] */
.menu2 {
	display: inline-block;
	height: 40px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.menu2-links {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/69/Knopf_inaktiv.png/revision/latest?format=original) left no-repeat;
}
.menu2-rechts {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/6/69/Knopf_inaktiv.png/revision/latest?format=original) right no-repeat;
}
.menu2:not(.inaktiv):not(.regler) .menu2-links,
.menu2 .menu2-regler-links {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/19/Knopf_aktiv.png/revision/latest?format=original) left no-repeat;
}
.menu2:not(.inaktiv):not(.regler) .menu2-rechts,
.menu2 .menu2-regler-rechts {
	background: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/1/19/Knopf_aktiv.png/revision/latest?format=original) right no-repeat;
}
.menu2:not(.inaktiv):not(.regler):hover .menu2-links,
.menu2:not(.inaktiv):not(.regler):hover .menu2-rechts,
.menu2:hover .menu2-regler-links,
.menu2:hover .menu2-regler-rechts {
	background-image: url(https://static.wikia.nocookie.net/minecraft_de_gamepedia/images/7/7a/Knopf_hover.png/revision/latest?format=original);
}
.menu2 .menu2-links,
.menu2 .menu2-rechts,
.menu2 .menu2-regler-links,
.menu2 .menu2-regler-rechts {
	display: inline-block;
	height: 40px;
	position: absolute;
}
.menu2 .menu2-regler-links {
	width: 9px;
}
.menu2 .menu2-regler-rechts {
	width: 8px;
}
.menu2-text {
	color: #E0E0E0;
	display: inline-block;
	font-family: 'Minecraft';
	font-size: 12pt;
	height: 40px;
	padding-top: 6px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 0 #3f3f3f;
	vertical-align: middle;
	white-space: nowrap;
}
.menu2-text a {
	color: #E0E0E0;
	display: block;
	height: 100%;
	padding-top: 6px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}
.menu2-textfeld {
	background-color: #000;
	border: #FFF 2px solid;
	color: #E0E0E0;
	display: inline-block;
	font-family: 'Minecraft';
	font-size: 12pt;
	height: 44px;
	padding-left: 8px;
	padding-top: 6px;
	position: relative;
	text-align: left;
	text-shadow: 2px 2px 0 #3f3f3f;
	vertical-align: middle;
	width: 392px;
}