User:Tali64³/vector.css

From Qualitipedia
Jump to navigation Jump to search

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.
/* Styling that makes comment extension buttons more MediaWiki-like */
select[name="TheOrder"], .site-button {
	background-color: #f8f9fa;
	border: 1px solid #a2a9b1;
	border-radius: 2px;
	color: #202122;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 12px;
	transition-duration: 0.1s;
}
select[name="TheOrder"] {
	padding: 5px 0 5px 12px;
}
select[name="TheOrder"]:hover, .site-button:hover {
	background: #ffffff;
	cursor: pointer;
}
.site-button[name="wpSubmitComment"] {
	background: #3366cc;
	border-color: #3366cc;
	color: #ffffff;
}
.site-button[name="wpSubmitComment"]:hover {
	background: #447ff5;
	border-color: #447ff5;
	cursor: pointer;
}
/* Fix Tabber */
.tabber {
	max-width: 350px;
	overflow: unset;
}
#allcomments {
	margin-top: 20px;
}