MediaWiki:Common.css

From MansonWiki, the Marilyn Manson encyclopedia
Revision as of 15:06, 16 October 2012 by Litso (Talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* <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;
}
#catlinks li:after {
content: " |";
}
/* </nowiki></pre> */