Difference between revisions of "MediaWiki:Common.css"

From MansonWiki, the Marilyn Manson encyclopedia
Jump to: navigation, search
Line 46: Line 46:
 
}
 
}
  
 +
#catlinks ul, li {
 +
  display: inline;
 +
  list-style: none;
 +
}
  
 
/* </nowiki></pre> */
 
/* </nowiki></pre> */

Revision as of 15:03, 16 October 2012

/* <pre><nowiki> */
 
/* Main page fixes */ 
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}

/* page content */

#content ul.gallery {
border:1px solid #280000;
background:url('bgtrans.png');
list-style: none;
margin:2px;
padding:2px;
overflow: auto;
}


.gallery .galleryheader {
text-align:center;
font-weight:700;
}

.gallerybox {
overflow: hidden;
margin:2px;
float: left;
list-style: none !important;
}

.gallerybox .thumb {
text-align:center;
border:1px solid #ccc;
margin:2px;
}

.gallerytext {
min-height: 92px;
overflow:hidden;
font-size:94%;
padding:2px 4px;
}

#catlinks ul, li {
  display: inline;
  list-style: none;
}

/* </nowiki></pre> */