MediaWiki:Gadget-fancyButtons.css

Z Wikipedie, otevřené encyklopedie

Poznámka: Po uložení musíte vyprázdnit mezipaměť vašeho prohlížeče, jinak změny neuvidíte.

.editButtons .oo-ui-inputWidget{
	margin-right: 0;
}

.editButtons .oo-ui-actionFieldLayout-input{
	padding-right: .3em;
}

#wpSave, #wpPreview, #wpDiff, #mw-editform-cancel a, #wpTemplateSandboxPreview input {
	border: 1px solid;
	font-family: sans-serif;
	font-size: 12.8px;
	line-height: 1.4;
	padding: 6.4px;
}

#wpSave, #wpPreview, #wpDiff, #mw-editform-cancel a, #wpTemplateSandboxPreview input {
	border-radius: 2px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 1.28px;
	margin-top: 1.28px;
	min-height: 15.36px;
	min-width: 12.8px;
	padding-left: 12.8px;
	padding-right: 12.8px;
	position: relative;
	text-decoration: none;
	transition-delay: 0s, 0s, 0s, 0s;
	transition-duration: 0.1s, 0.1s, 0.1s, 0.1s;
	transition-property: background, color, border-color, box-shadow;
	transition-timing-function: ease, ease, ease, ease;
	vertical-align: middle;
	white-space: nowrap;
}

#wpSave {
	background: rgb(0, 175, 137);
	border-color: rgb(0, 175, 137);
}

#wpSave:active {
	background: rgb(0, 89, 70);
	border-color: rgb(0, 89, 70);
	box-shadow: none;
}

#wpSave:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(0, 128, 100);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-color: rgb(0, 128, 100);
	outline: 0 none rgb(255, 255, 255);
}

#wpSave:focus {
	box-shadow: rgb(255, 255, 255) 0 0 0 1px inset;
	outline: 0 none rgb(255, 255, 255);
}

#wpPreview, #wpDiff, #wpTemplateSandboxPreview input {
	background: rgb(52, 123, 255);
	border-color: rgb(52, 123, 255);
}

#wpPreview:active, #wpDiff:active, #wpTemplateSandboxPreview input:active {
	background: rgb(31, 73, 153);
	border-color: rgb(31, 73, 153);
	box-shadow: none;
}

#wpPreview:hover, #wpDiff:hover, #wpTemplateSandboxPreview input:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(41, 98, 204);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-color: rgb(41, 98, 204);
	outline: 0 none rgb(255, 255, 255);
}

#wpPreview:focus, #wpDiff:focus, #wpTemplateSandboxPreview input:focus {
	box-shadow: rgb(255, 255, 255) 0 0 0 1px inset;
	outline: 0 none rgb(255, 255, 255);
}

#mw-editform-cancel a {
	background: rgb(209, 29, 19);
	border-color: rgb(209, 29, 19);
}

#mw-editform-cancel a:active {
	background: rgb(115, 16, 10);
	border-color: rgb(115, 16, 10);
	box-shadow: none;
}

#mw-editform-cancel a:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(140, 19, 13);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-color: rgb(140, 19, 13);
	outline: 0 none rgb(255, 255, 255);
}

#mw-editform-cancel a:focus {
	box-shadow: rgb(255, 255, 255) 0 0 0 1px inset;
	outline: 0 none rgb(255, 255, 255);
}

#mw-editform-cancel .oo-ui-labelElement-label {
	position: relative;
	top: -1px;
}