Медијавики:Vector.css

Напомена: Пошто објавите измене, можда ћете морати да обришете кеш прегледача како бисте их видели.

  • Firefox / Safari: Држите Shift и кликните на Reload или притисните Ctrl-F5 или Ctrl-R (⌘-R на Mac-у).
  • Google Chrome: Притисните Ctrl-Shift-R (⌘-Shift-R на Mac-у).
  • Internet Explorer / Edge: Држите Ctrl и кликните на Refresh или притисните Ctrl-F5.
  • Opera: Притисните Ctrl-F5.
/* 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;}

pre, code, tt {
font-size:larger;
}

/* 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;}