MediaWiki:Gadget-edit-form.css

Z Wikisłownika – wolnego słownika wielojęzycznego

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
#ed {
	overflow: auto;
	background-color: white;
	padding: 0;
	line-height: 1.3;
	border: 0;
	width: 100%;
	height: auto;
}

fieldset.ed_section {
	display: none;
	margin: 0;
	border: 1px solid khaki;
	min-height: 250px;
	background-color: LemonChiffon;
	padding-top: 7px;
}

fieldset.ed_section.active {
	display: block;
}

#ed_menu {
	overflow: hidden;
	position: relative;
}

#ed_menu ul {
	background-color: white;
	width: 97%;
	display: block;
	margin: 0;
	float: left;
	border: 0;
	padding-left: 3%;
}

#ed_menu li {
	float: left;
	padding: 3px 7px;
	background: white;
	border-width: 1px 1px 0 1px;
	border-style: dotted;
	border-color: khaki;
	cursor: pointer;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
}

#ed_menu .active {
	background-color: LemonChiffon;
	border-color: DarkKhaki;
	border-style: solid;
}

#ed_menu #ed_menu_controls {
	position: absolute;
	bottom: 0;
	width: 4%;
	margin-right: 1em;
}

#ed_menu_controls li {
	background-position: center center;
	background-repeat: no-repeat;
	height: 19px;
	width: 14px;
}

#ed_menu #ed_menu_sections {
	padding-left: 7%;
}

#ed_menu_sections .lastofline {
	clear: left;
}

#ed_menu_sections #ed_menuitem_new {
	font-weight: bold;
}

.wikiEditor-ui-toolbar .group-ed-toggle {
	width: 23px;
	padding-right: 12px;
	cursor: pointer;
}

.wikiEditor-ui-toolbar .ed_toggle_editor,
#toolbar .ed_toggle_editor,
#ed_menu_controls .ed_toggle_editor {
	background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Conduit.png/22px-Conduit.png);
	background-repeat: no-repeat;
	background-position:center center;
}

#ed_content {
	clear: left;
	padding: 0;
}

fieldset.ed_section label {
	float: left;
	width: 20%;
	padding: 0.4em 1% 0 1%;
	line-height: 1.5em;
	clear: left;
	text-align: right;
	max-width: 170px;
}

/* zob. .mw-ui-input w module mediawiki.ui.input */
fieldset.ed_section textarea {
	width: 77%;
	border: 1px solid khaki;
	height: 1em;
	font-family: Consolas, "Lucida Console", monospace;
	font-size: 9pt;
	overflow: auto;
	padding: 0.4em 0.3em 0 0.6em;
	line-height: 1.6em;
	transition: box-shadow 0.2s linear 0s;
	resize: none;
}

fieldset.ed_section textarea:focus {
	box-shadow: 0.45em 0 0 #347bff inset;
}

fieldset.ed_section p {
	clear: both;
	text-align: center;
}

fieldset.ed_section p.top {
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset.ed_section p.top a {
	margin-right: 15px;
} 

fieldset.ed_section a:hover {
	cursor: pointer;
}

label.oblig_subsection {
	color: #CC0000;
	font-weight: bold;
}

textarea.oblig_subsection {
	min-height: 48px;
}

div.subsection_extra.active {
	margin-top: 6px;
}

div.subsection_extra > span {
	cursor: pointer;
	background-color: lemonchiffon;
	border: 1px dotted khaki;
	padding: 5px;
}

div.subsection_extra > span.apidone {
	padding-right: 25px;
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Gtk-ok.svg/20px-Gtk-ok.svg.png) no-repeat right;
}

div.subsection_extra > span.apistarted {
	padding-right: 32px;
	background: url(//upload.wikimedia.org/wikipedia/commons/3/32/Loader3.gif) no-repeat right;
}

div.subsection_extra > span.apierror {
	padding-right: 25px;
	background: url(//upload.wikimedia.org/wikipedia/commons/thumb/9/99/Crystal_128_error.svg/20px-Crystal_128_error.svg.png) no-repeat right;
}

#popup_container {
	font-size: 0.8em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 900;
	position: absolute;
	padding: 0;
	margin: 0;
}

#popup_overlay {
	z-index: 899;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#popup_container.prompt {
	z-index: 600;
}

#popup_overlay.prompt {
	z-index: 599;
}

#popup_title {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background-color: #CCC;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
}

#popup_content {
	background-position: 16px 16px;
	background-repeat: no-repeat;
	padding: 1em 1.75em;
	margin: 0;
}

#popup_content.alert {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Tango-style_info_icon.svg/32px-Tango-style_info_icon.svg.png);
}

#popup_content.confirm {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Dialog-warning.svg/32px-Dialog-warning.svg.png);
}

#popup_content.prompt {
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/7/7c/Tango-style_question_icon.svg/32px-Tango-style_question_icon.svg.png);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0 0 1em;
}

#popup_prompt {
	margin: .5em 0;
	border: 1px solid darkkhaki;
}

.tooltip {
	padding: 5px;
	max-width: 450px;
	background-color: lemonchiffon;
	border: 1px solid darkkhaki;
	color: saddlebrown;
}

body.skin-monobook .tooltip,
body.skin-monobook #keyboard_keys,
body.skin-monobook #popup_container {
	font-size: 1.4em;
}

body.skin-monobook .tooltip small,
body.skin-monobook #keyboard_keys small,
body.skin-monobook #popup_container small,
body.skin-monobook #ajax_results small {
	font-size: 0.9em;
}

body.skin-monobook .tooltip small tt,
body.skin-monobook #keyboard_keys small tt,
body.skin-monobook #popup_container small tt,
body.skin-monobook #ajax_results small tt {
	font-size: 1.3em;
}

#keyboard {
	width: 32px;
	height: 32px;
	background-color: lemonchiffon;
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Input-keyboard.svg/32px-Input-keyboard.svg.png');
	border: 2px solid PaleGoldenrod;
	padding: 0;
	position: absolute;
	z-index: 700;
	cursor: pointer;
}

#keyboard_keys {
	font-size: 0.8em;
	background-color: lemonchiffon;
	border: 2px solid palegoldenrod;
	padding: 5px;
	max-width: 400px;
	position: absolute;
	z-index: 700;
}

#keyboard_keys select {
	width: 100%;
}

#keyboard_keys #editpage-specialchars {
	border: 0 !important;
	max-height: 400px;
	overflow: auto;
}

#keyboard_keys #editpage-specialchars a {
	padding: 1px 2px;
	margin: 0;
}

#keyboard_keys #editpage-specialchars a:hover {
	text-decoration: none;
	background-color: palegoldenrod;
}

#keyboard_keys #editpage-specialchars a.extiw {
	padding: 0;
}

#keyboard_keys #editpage-specialchars a.extiw:hover {
	text-decoration: underline;
	background-color: transparent;
}

#keyboard_keys .keyboard_always {
	margin: 5px 2px;
}

#keyboard_keys .keyboard_always a {
	padding: 2px 7px;
	font-size: 1.2em;
	border: 1px solid palegoldenrod;
	background-color: palegoldenrod;
}

#keyboard_keys .keyboard_always a:hover {
	text-decoration: none;
	border: 1px solid darkkhaki;
}

#ajax_results {
	background-color: lemonchiffon;
	border: 2px solid palegoldenrod;
	padding: 5px;
	width: 350px;
	position: absolute;
	z-index: 598;
	word-wrap: break-word;
	max-height: 450px;
	overflow: hidden;
}

#ajax_results a {
	cursor: pointer;
}

#ajax_results a:hover {
	text-decoration: none;
	background-color: palegoldenrod;
}

#ajax_results #closelink {
	font-size: 1.7em;
	font-weight: bold;
	float: right;
}

#ajax_results dl {
	max-height: 400px;
	margin-top: 0.5em;
	overflow-y: auto;
}

#ajax_results dt {
	font-weight: normal;
	font-style: italic;
}

#ajax_results dt a {
	font-size: 0.85em;
	font-style: normal;
}

#ajax_results .normalsize {
	font-size: 1em;
	font-style: italic;
}

#ajax_results .native {
	font-weight: bold;
}

#ajax_results dd {
	line-height: 1.3;
	font-family: Consolas, "Lucida Console", monospace;
}

#ajax_results dd a {
	padding: 2px;
	white-space: normal;
}

#ajax_results dd .ipa {
	padding: 0;
}

#ajax_result_disc {
	margin-bottom: 5px;
}