User:Saftzie/ui.wikimarks.css

ShoutWiki — express yourself and be heard!
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.skin-modern #p-personal {
	overflow: visible;
}

#pt-wikimarks {
	cursor: pointer;
	position: relative;
}

#pt-wikimarks .js-wikimarks-a {
	text-decoration: none;
}

#js-wikimarks-list {
	background-color: #fff;
	border: 1px solid #adf;
	display: none;
	padding: 0 0.5em;
	position: absolute;
	right: 0;
}

.skin-cologneblue #js-wikimarks-list {
	background-color: #68a;
	border-color: #ab4;
	margin-top: -1px;
}

.skin-modern #js-wikimarks-list {
	background-color: #47b;
	border-color: #bbb;
}

#pt-wikimarks:hover > #js-wikimarks-list {
	display: block;
}

#js-wikimarks-list > ul {
	cursor: pointer;
	height: auto;
	list-style: none outside none;
	padding: 0;
	text-align: justify;
}

#js-wikimarks-list > ul > li {
	display: list-item;
	float: none;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	line-height: 1.1em;
	margin: 1em 0 0.9em;
	text-transform: none;
	white-space: nowrap;
}