User:Sometester/common.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
.mv-settings-actions {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;

	width: 45px;
}

.mv-settings {
	background: transparent url(https://dl.dropboxusercontent.com/u/30377416/prototypes/multimedia/gear-light.svg) no-repeat center center;
	background-size: 18px 18px;
	content: "";
	width: 35px;
	height: 35px;
	display: inline-block;
	position: absolute;
	top: 52px;
	left: 0px;
	cursor: pointer;
	opacity: 0.85;
	padding: 0;
	background-color:rgba(0,0,0,0.4);
	border-radius: 2px;
}

.mv-settings:hover {
	opacity: 1;
}

.mv-settings-dialog {
/*	background: transparent url(https://dl.dropboxusercontent.com/u/30377416/prototypes/multimedia/proto_fp-prefs.png);*/
	background: transparent url(https://dl.dropboxusercontent.com/u/30377416/prototypes/multimedia/proto_fp-disable.png) no-repeat;
	width: 509px;
	height: 257px;
	position: absolute;
	top: 92px;
	right: -15px;
	z-index: 1;
}

.mv-settings-dialog.disabled { 
background: transparent url(https://dl.dropboxusercontent.com/u/30377416/prototypes/multimedia/proto_fp-disabled.png) no-repeat;
	height: 257px;
	
}

.fullImageLink a.mw-mmv-view-expanded {
	position: absolute;
	left: 0px;
	top: 10px;
	/*min-width: 90px;
	background-color: white;*/
	border-radius: 2px;
	opacity: 0.85;
	width: 35px;
	height: 35px;
	padding:0;
	border: none;
	background-color:rgba(0,0,0,0.4);
	background-image: url(https://dl.dropboxusercontent.com/u/30377416/prototypes/multimedia/expand-light.svg);
	cursor: pointer;
}
.fullImageLink a.mw-mmv-view-expanded:hover {
	opacity: 1;
}

.hidden {
	visibility:hidden !important;
	
}

.mv-settings-dialog .mv-accept {
	position: absolute;
	bottom: 5px;
	right: 25px;
	width: 225px;
	height: 50px;
}

.fullImageLink a{
	position: relative;
	display:inline-block;
}

.secretframe {
	visibility: hidden;
}