Difference between revisions of "MediaWiki:Common.css"

From MansonWiki, the Marilyn Manson encyclopedia
Jump to: navigation, search
Line 47: Line 47:
  
 
#catlinks ul, li {
 
#catlinks ul, li {
   display: inline;
+
   display: inline-block;
 
   list-style: none;
 
   list-style: none;
 +
  margin: 0;
 +
}
 +
 +
#catlinks li {
 +
  margin-right: 5px;
 +
  padding-right: 5px;
 +
  border-right: 1px solid;
 +
}
 +
#catlinks li:first-child {
 +
  border-right: 0;
 
}
 
}
  
 
/* </nowiki></pre> */
 
/* </nowiki></pre> */

Revision as of 15:05, 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-block;
  list-style: none;
  margin: 0;
}

#catlinks li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid;
}
#catlinks li:first-child {
  border-right: 0;
}

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