MediaWiki:Common.css: Difference between revisions
Removed unused sitenotice hider (my opinions on this differs from original admins - sitenotice should be visible everywhere if specified) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 67: | Line 67: | ||
} | } | ||
.grid-template .image > a.new { | .grid-template .image > a.new { | ||
background-image: url(" | background-image: url("/images/3/35/Grid_Unknown.png"); | ||
display: block; | display: block; | ||
width: 32px; | width: 32px; | ||
Line 111: | Line 111: | ||
border: none; | border: none; | ||
} | } | ||
.grid | .grid-Crafting_Table, | ||
.grid | .grid-Furnace, | ||
.grid | .grid-Brewing_Stand table, | ||
.grid | .grid-blank { | ||
background: #C6C6C6; | background: #C6C6C6; | ||
border: none; | border: none; | ||
Line 120: | Line 120: | ||
text-align: left !important; | text-align: left !important; | ||
} | } | ||
.grid | .grid-generic { | ||
background: #C6C6C6; | background: #C6C6C6; | ||
border: outset 2px #999; | border: outset 2px #999; | ||
Line 126: | Line 126: | ||
text-align: left !important; | text-align: left !important; | ||
} | } | ||
.grid | .grid-Crafting_Table td, | ||
.grid | .grid-Furnace td, | ||
.grid | .grid-Brewing_Stand td, | ||
.grid | .grid-generic td { | ||
border: none; | border: none; | ||
padding: 0; | padding: 0; | ||
Line 135: | Line 135: | ||
/* [[Template:Grid/Crafting Table]] */ | /* [[Template:Grid/Crafting Table]] */ | ||
.grid | .grid-Crafting_Table .arrow, | ||
.grid | .grid-Crafting_Table .shapeless { | ||
text-align: center; | text-align: center; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
} | } | ||
.grid | .grid-Crafting_Table .arrow { | ||
width: 40px; | width: 40px; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
} | } | ||
.grid | .grid-Crafting_Table .shapeless span { | ||
cursor: help; | cursor: help; | ||
} | } | ||
Line 353: | Line 353: | ||
font-weight: bold | font-weight: bold | ||
} | } | ||