MediaWiki:Vector.css

From Wikinews, the free news source you can write!
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences. — More skins

/* CSS placed here will affect users of the Vector skin */
/*Please put any main page specific css in [[mediawiki:Common.css/Main Page]] */
.toccolours {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}



/* Jacked from Monobook.css for galleries */
table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}
 
table.gallery tr {
	vertical-align: top;
}
 
table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
    text-align: center;
	font-weight: bold;
}
table.gallery caption {
	font-weight: bold;
}
 
div.gallerybox {
	margin: 2px;
}
 
div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}
 
div.gallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
}
/* End Galleries section */

#mw-js-message {font-size: 0.8em;}
div#bodyContent  {line-height: 1.5em;}

/* float in the title bar (Ex little FA icons in top-right corner) */
/*! important is to overide legacy monobook stuff */
.float_in_title { position: absolute; z-index: 100; right: 20px; top: -50px  !important;}