Difference between revisions of "MediaWiki:Common.css"

From MansonWiki, the Marilyn Manson encyclopedia
Jump to: navigation, search
(Replaced content with "/* <pre><nowiki> */ Main page fixes: #interwiki-completelist { font-weight: bold; } body.page-Main_Page #ca-delete { display: none !important; } /* page cont…")
Line 10: Line 10:
  
 
/* page content */
 
/* page content */
.gallerytext { text-align: center }
+
 
 +
#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;
 +
}
 +
 
  
 
/* </nowiki></pre> */
 
/* </nowiki></pre> */

Revision as of 13:17, 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;
}


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