MediaWiki:Vector.css

Nga Wikilajme, burimi i lirë i lajmeve që ju mund të shkruani!

Shënim: Pas botimit, mund t’ju duhet të anashkaloni fshehtinën e shfletuesit tuaj, që të shihni ndryshimet.

  • Firefox / Safari: Mbani të shtypur tastin Shift teksa klikoni mbi Ringarkoje, ose shtypni një nga kombinimet Ctrl-F5 ose Ctrl-R (⌘-R në Mac)
  • Google Chrome: Shtypni Ctrl-Shift-R (⌘-Shift-R në Mac)
  • Internet Explorer / Edge: Mbani të shtypur Ctrl teksa klikoni mbi Refresh, ose shtypni Ctrl-F5
  • Opera: Shtypni 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;}