Медијавики: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.
@charset "UTF-8";
/* CSS placed here will affect users of the Vector skin */

/*
 * ######## Fixes for Typography Refresh #########
 */

/* Needed by non-selected tabs to support border-box cascade */
div.vectorTabs span {
	height: 100%;
}
/* ######## End Typography Refresh Fixes ######### */

/*
 * ##### Fixes for IE font-size relative units bug #####
 *
 * see https://connect.microsoft.com/IE/feedback/details/816709/
 */
.mw-body .mw-indicators {
	position: relative;
	font-size: 0.8750em;
	font-size: calc(1.00em * 0.8750);
	line-height: 1.6;
/* Move page status indicators down slightly */
	top: 0.50em;
	float: right;
	z-index: 1;
}
#bodyContent.mw-body-content {
	position: relative;
	font-size: 0.8750em;
	font-size: calc(1.00em * 0.8750);
	line-height: 1.6;
	z-index: 0;
}

/* ##### End IE font-size relative units bug fixes ##### */

/* Make the search field smaller on small screens, but larger if there is space. */
div#simpleSearch {
	width: 20vw;
	min-width: 5em;
	max-width: 20em;
}

/* Menu over FR box */
div.vectorMenu div {
	z-index: 2;
}

/* Styling for updated markers on watchlist, history and recent/related changes */
li.mw-changeslist-line-watched, li.mw-history-line-updated {
	list-style-image: url(//upload.wikimedia.org/wikipedia/commons/c/c2/ChangedBulletVector.png);
	list-style-image: url(//upload.wikimedia.org/wikipedia/commons/1/19/ChangedBulletVector.svg);
}

/*
 * Giving those boring gray standard buttons a Vector-like appearance.

button, input[type="button"], input[type="submit"], input[type="reset"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid;
	border-color: #CCC #666 #666 #CCC;
	padding: 2px 7px;
	background-color: #FFFFFF;
	/* @embed */
/*	background-image: url(/w/skins/Vector/images/tab-break.png);
	background-position: left top;
	background-repeat: repeat-x;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background-position: 0% 30%;
}
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
	border-color: #666 #AAA #AAA #666;
}
 */