User:Chricho/vector.css

From Wiktionary, the free dictionary
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 Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Chricho to every page, when User:Chricho is using the Vector skin.


#p-personal {
  position: fixed;
  background-color: #999999;
  z-index: 100;
  right: 0;
  top: 0;
  border-bottom-left-radius: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 10px;
  opacity: 0.2;
  height: 18px;
}
#p-personal:hover {
  opacity: 1;
}
#p-personal li {
  margin-top: 0;
}
div#content {
  padding-top: 0.5em;
}
#mw-page-base {
  height: 2.5em;
}
#left-navigation {
  margin-top: 0;
}
#right-navigation {
  margin-top: 0;
}

div.vectorTabs a {
  display: inline-block;
  padding-top: 1.25em;
}
.ui-dialog {
	position: fixed;
	top: 100px;
}
div.suggestions-results {
	position: fixed;
	right: 16px;
	width: 300px;
	top: 40px;
	height: auto;
}
div.suggestions-results a div {
	font-size: 10pt;
}
div.suggestions div.suggestions-special {
	position: fixed;
	right: 0px;
	top: 40px;
	width: 30px;
	height: 30px;
	background-color: blue;
	color: blue;	
}
.mw-echo-overlay {
	position: fixed;
}