- In other languages
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.
/* CSS placed here will be applied to all skins */
#p-logo a {
background-image:url(http://www.minecraftwiki.net/images/b/bc/Wiki.png) !important; }
/* Curse Footer */
#ft {
background: none;
}
#ft div {
width: 1100px;
}
#ft h1, #ft a, #ft {
color: #5F5F5F;
font-size: 10px;
}
#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 5px;
font-size: 10px;
}
#ft .site-navigation ul {
list-style: none;
}
#ft .network-navigation {
margin-left: 160px;
margin-bottom: 140px !important;
}
#ft .network-navigation ul {
float: left;
width: 110px;
}
#ft .network-navigation ul.double {
width: 280px;
}
#ft .network-navigation ul.curse li.header a {
background: url("http://www.minecraftwiki.net/images/8/81/Curse_mini_logo.png") repeat scroll 0 0 transparent;
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}
#ft .network-navigation ul li {
float: left;
list-style: none;
width: 140px;
margin-bottom: 2px;
}
#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
color: #FF6015;
width: 100%;
}
/** Collapsible tables *********************************************************
*
* Description: Allows tables to be collapsed, showing only the header. See
* http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
* Maintainers: [[en:User:R. Koot]]
*/
table.collapsed tr.collapsible {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
padding-left: 4px;
width: auto;
}
/* Alternating cell background, primarily used with [[Template:Infobox row]] */
.alternatecells:nth-child(odd) {
background-color: #F9F9F9
}
/* Alternating table rows */
.alternaterows tr:nth-child(even) {
background-color: #F9F9F9
}
/* The blue header used throughout the wiki */
.mcwiki-header {
background: #729FCF;
border: 1px solid #ccc;
border-bottom: 4px groove #999999;
border-right: 4px groove #999999;
padding: 5px;
}
/* For [[Template:Grid/Crafting Table]] and [[Template:Grid/Furnace]] */
.grid-input {
top: 2px;
left: 2px;
position: absolute;
z-index: 1
}
.grid-output {
top: 10px;
left: 10px;
position: absolute;
z-index: 1
}
.grid-input-number {
top: 17px;
left: 22px;
position: absolute;
z-index: 2
}
.grid-input-number2 {
top: 17px;
left: 10px;
position: absolute;
z-index: 2
}
.grid-output-number {
top: 25px;
left: 30px;
position: absolute;
z-index: 2
}
.grid-output-number2 {
top: 25px;
left: 18px;
position: absolute;
z-index: 2
}
div.grid-input-slide > span.grid-input,div.grid-input-slide > span.grid-input-numbers, div.grid-output-slide > span.grid-output,div.grid-output-slide > span.grid-output-numbers
{
display:none
}
.grid-single {
display: inline-block;
background: url("/images/7/76/Grid_layout_None_%28small%29.png") no-repeat;
text-align: left !important;
width: 36px;
height: 36px
}
.grid-single img {
display: inline;
padding: 2px 0 0 2px
}
/* Minor fix to prevent page jump from the toolbar loading, doesn't affect people with the toolbar disabled */
#toolbar {
height: 22px
}
#google_ads_div_Test_Dec_728x90_ad_container{
display:inline-block;
}
/* Make transparency visible on image pages */
.filehistory a img, #file img {
background: url("/images/5/5d/Checker-16x16.png")
}
#file button img {
background: none !important
}
/* Fixing size of HTML5 player in infobox */
.infobox audio {
width: 184px
}