User:Aude/preview.css

From Wikidata
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.articlepreview-button {
	background: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/68/600px_Speech_bubble_2014_02_27_11_11.svg/15px-600px_Speech_bubble_2014_02_27_11_11.svg.png") no-repeat center;
	float: right;
	height: 15px;
	margin-right: 0.5em;
	padding-left: 15px;
}

.articlepreview {
	margin: 0 0 50px 0;
	padding: 5px;
	border-radius: 0.2em 0em 0em 0.2em;
	box-shadow: 0 0 0.2em #999999;
	background: white;
}

.articlepreview .container {
	float: left;
}

.articlepreview .mw-content-ltr {
	padding: 7px;
}

.articlepreview .container {
	position: relative;
	background: white;
	overflow-y: auto;
	width: 29em;
}

.articlepreview.open .container {
	display: block;
}

.articlepreview .thumbnail {
	float: right;
	margin-left: 5px;
}

.toggler a {
  visibility: hidden;
}