Difference between revisions of "MediaWiki:Common.css"

From MansonWiki, the Marilyn Manson encyclopedia
Jump to: navigation, search
m (Reverted edits by Scarshock (talk) to last revision by Litso)
Line 60: Line 60:
 
#catlinks li:after {
 
#catlinks li:after {
 
content: " |";
 
content: " |";
 +
}
 +
#catlinks li:last-child::after {
 +
content: '';
 
}
 
}
  

Revision as of 12:29, 7 June 2014

/* <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;
text-align: left;
}


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

.gallerybox {
overflow: hidden;
margin:2px;
display: inline-block;
float: none;
vertical-align: top;
list-style: none !important;
}

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

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

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

#catlinks li {
  margin-right: 5px;
}
#catlinks li:after {
content: " |";
}
#catlinks li:last-child::after {
content: '';
}

/*** Main Page collapsible button fix ***/
.page-Main_Page #collapsibleTable0 th > span {
display: none;
}

.page-Main_Page #collapsibleTable0 th > span.collapseButton {
display: inline-block;
}


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