MediaWiki:Common.css: Difference between revisions

Undo revision 22725 by Mount2010 (talk)
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("http://media-mcw.cursecdn.com/3/35/Grid_Unknown.png");
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-template-Crafting_Table,
.grid-Crafting_Table,
.grid-template-Furnace,
.grid-Furnace,
.grid-template-Brewing_Stand table,
.grid-Brewing_Stand table,
.grid-template-blank {
.grid-blank {
background: #C6C6C6;
background: #C6C6C6;
border: none;
border: none;
Line 120: Line 120:
text-align: left !important;
text-align: left !important;
}
}
.grid-template-generic {
.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-template-Crafting_Table td,
.grid-Crafting_Table td,
.grid-template-Furnace td,
.grid-Furnace td,
.grid-template-Brewing_Stand td,
.grid-Brewing_Stand td,
.grid-template-generic td {
.grid-generic td {
border: none;
border: none;
padding: 0;
padding: 0;
Line 135: Line 135:


/* [[Template:Grid/Crafting Table]] */
/* [[Template:Grid/Crafting Table]] */
.grid-template-Crafting_Table .arrow,
.grid-Crafting_Table .arrow,
.grid-template-Crafting_Table .shapeless {
.grid-Crafting_Table .shapeless {
text-align: center;
text-align: center;
vertical-align: bottom;
vertical-align: bottom;
}
}


.grid-template-Crafting_Table .arrow {
.grid-Crafting_Table .arrow {
width: 40px;
width: 40px;
padding-bottom: 5px;
padding-bottom: 5px;
}
}


.grid-template-Crafting_Table .shapeless span {
.grid-Crafting_Table .shapeless span {
cursor: help;
cursor: help;
}
}
Line 353: Line 353:
     font-weight: bold
     font-weight: bold
}
}
#siteNotice { display:none; } /* Hide sitenotice everywhere */
body.ns-0 #siteNotice { display:block; } /* Unhide in main namespace */