MediaWiki:Common.css - hpgDesigns/hpg_projects GitHub Wiki
/** 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;
width: auto;
}
/** Main Page ****/ body {
background-image: url(http://enigma-dev.org/docs/wiki/images/c/c9/Logo.png);
background-repeat: no-repeat;
background-position: 5px 5px;
z-index: 50;
}
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page #content{
background-image: url(http://enigma-dev.org/docs/wiki/images/a/aa/Bannerrepeat.png);
background-repeat: repeat;
background-position: left top;
}
div#mw-head {
background-image: url(http://enigma-dev.org/docs/wiki/images/c/c9/Logo.png);
background-repeat: no-repeat;
background-position: 5px 5px;
z-index: 50;
}
- p-logo {
z-index: 0;
opacity:0;
position: absolute; /*needed to use z-index */
overflow: visible;
}