Jump to content

User:Premeditated/For studenter/style.css

From Meta, a Wikimedia project coordination wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.listeria-update {
	float: left;
}
.listeria-update > a {
	border-style: solid;
	border-width: 1px;
	border-color: #a2a9b1;
	padding: 6px 12px 6px 12px;
}
.listeria-update > a:link {
	color: #222;
	background-color: #f8f9fa;
	text-decoration: none;
	font-weight: bold;
	border-radius: 2px;
}
.listeria-update > a:visited {
	color: #222;
	background-color: #f8f9fa;
}
.listeria-update > a:active {
	color: #222;
	border-color: #2a4b8d;
}
.listeria-update > a:hover {
	color: #222;
	background-color: #fff;
}