User:Tmv/common.css

From Wikipedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*

body{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

a {
  text-decoration: overline;
}

.ts-container {
	right: 0;
	top: auto;
	width: auto;
	height: 100%;
	padding: 0 0.5em 0 0;
}

.user-tools {
	flex: initial;
}

.mw-portlet-body li {
	right: 2.95em;
	top: -1em;
}

.ui-resizable {
	height: inherit;
	width: 474.985px;
}

.firstHeading:before {
	width: 18px;
	height: 119px;
	top: -9999px;
}

.navigation li {
	margin-right: 5px;
}

.mw-dismissable-notice-close:first-letter {
	transform: rotate(50deg)
}

#p-search {
}

#searchInput {
	width: 2.1em;
	height: 100%;
	padding: 2em 0.4em 4.5em 0.2em;
}

a:hover {
	text-decoration: overline;
}

.ts-inner {
    max-width: none;
    max-height: 115em;
	height: 70%;
}

*/