User:B test 123/common.css

From mediawiki.org

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.
.mw-collapsible-toggle {
	float: right;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mw-content-ltr .mw-collapsible-toggle,.mw-content-rtl .mw-content-ltr .mw-collapsible-toggle {
	float: right
}

.mw-content-rtl .mw-collapsible-toggle,.mw-content-ltr .mw-content-rtl .mw-collapsible-toggle {
	float: left
}

.mw-customtoggle,.mw-collapsible-toggle {
	cursor: pointer
}

caption .mw-collapsible-toggle,.mw-content-ltr caption .mw-collapsible-toggle,.mw-content-rtl caption .mw-collapsible-toggle,.mw-content-rtl .mw-content-ltr caption .mw-collapsible-toggle,.mw-content-ltr .mw-content-rtl caption .mw-collapsible-toggle {
	float: none
}

li .mw-collapsible-toggle,.mw-content-ltr li .mw-collapsible-toggle,.mw-content-rtl li .mw-collapsible-toggle,.mw-content-rtl .mw-content-ltr li .mw-collapsible-toggle,.mw-content-ltr .mw-content-rtl li .mw-collapsible-toggle {
	float: none
}

.mw-collapsible-toggle-li {
	list-style: none
}

.suggestions {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border: none;
	z-index: 1099;
	padding: 0;
	margin: -1px 0 0 0
}

.suggestions-special {
	position: relative;
	background-color: white;
	cursor: pointer;
	border: solid 1px #aaaaaa;
	padding: 0;
	margin: 0;
	margin-top: -2px;
	display: none;
	padding: 0.25em 0.25em;
	line-height: 1.25em
}

.suggestions-results {
	background-color: white;
	cursor: pointer;
	border: solid 1px #aaaaaa;
	padding: 0;
	margin: 0
}

.suggestions-result {
	color: black;
	margin: 0;
	line-height: 1.5em;
	padding: 0.01em 0.25em;
	text-align: left;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.suggestions-result-current {
	background-color: #4C59A6;
	color: white
}

.suggestions-special .special-label {
	color: gray;
	text-align: left
}

.suggestions-special .special-query {
	color: black;
	font-style: italic;
	text-align: left
}

.suggestions-special .special-hover {
	background-color: silver
}

.suggestions-result-current .special-label,.suggestions-result-current .special-query {
	color: white
}

.highlight {
	font-weight: bold
}

.postedit-container {
	margin: 0 auto;
	position: fixed;
	top: 0;
	height: 0;
	left: 50%;
	z-index: 1000;
	font-size: 13px
}

.postedit-container:hover {
	cursor: pointer
}

.postedit {
	position: relative;
	top: 0.6em;
	left: -50%;
	padding: .6em 3.6em .6em 1.1em;
	line-height: 1.5625em;
	color: #626465;
	background-color: #f4f4f4;
	border: 1px solid #dcd9d9;
	text-shadow: 0 0.0625em 0 rgba(255,255,255,0.5);
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 #ccc;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out
}

.skin-monobook .postedit {
	top: 6em !important
}

.postedit-faded {
	opacity: 0
}

.postedit-icon {
	padding-left: 41px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 8px 50%
}

.postedit-close {
	position: absolute;
	padding: 0 .8em;
	right: 0;
	top: 0;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2.3em;
	color: black;
	text-shadow: 0 0.0625em 0 white;
	text-decoration: none;
	opacity: 0.2;
	filter: alpha(opacity=20)
}

.postedit-close:hover {
	color: black;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40)
}