Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Register • News • History • How to • Sequences statistics • Template prototypes

MediaWiki:Gadget-Vorlagenmeister.css

From Prime-Wiki
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Vorlagenmeister 2014-08-04 */

div.tm_group {
	background-color: #eff5ff;
	float: left;
	clear: both;
	border: 1px solid #9090b0;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 99%;
}
div.tm_ie_group {
	width: 97%;
}
div.tm_formelem {
	background-color: transparent;
	float: left;
	padding: 4px;
	margin: 4px;
	margin-top: 0;
	page-break-inside: avoid;
}
div.tm_main_frame {
	background-color: #fff;
	border: 2px inset #aaf;
	padding: 4px;
}
div.tm_header {
	background-color: #dfe5ef;
	padding: 4px;
	vertical-align: middle;
	float: left;
	width: 99%;
}
div.tm_form {
	overflow: auto;
	width: 100%;
	clear: both;
}
div.tm_group_selector {
	background-color: #cfd5df;
	width: 100%;
	border-bottom: 1px solid #bbb;
	padding: 1px;
	clear: both;
	float: left;
}
div.tm_unknown_selector {
	background-color: #e5efdf;
	padding: 1px;
	width: 100%;
	overflow: hidden;
	clear: both;
}
div.tm_footer {
	background-color: #dfe5ef;
	width: 100%;
}
div.tm_state {
	background-color: #efdfef;
	padding-left: 4px;
	padding-right: 4px;
	overflow: hidden;
	border: 1px solid #bbb;
}
div.tm_plugin_selector {
	background-color: #fff;
	padding: 8px;
	overflow: hidden;
	border: 2px outset blue;
	width: 320px;
}
div.tm_load_progress {
	background-color: #fff;
	padding: 8px;
	overflow: hidden;
	border: 2px outset blue;
	width: 480px;
}

textarea.tm_textarea,
input.tm_input {
	font-family: monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-stretch: normal;
}
textarea.tm_textarea_auto {
	width: auto !important;
}
textarea.tm_textarea_max {
	width: 100% !important;
}
table.tm_table {
	background-color: transparent;
}
table.tm_table_max {
	width: 100% !important;
}
tr.tm_tr {
	background-color: transparent;
}
td.tm_td_label {
	background-color: transparent;
	width: 5em;
	white-space: nowrap;
}
td.tm_td_content {
	background-color: transparent;
}
input.tm_input_max {
	width: 100% !important;
}

span.tm_opt_param {
	vertical-align: top;
	margin-right: 8px;
	white-space: nowrap;
}
span.tm_param {
	vertical-align: top;
	margin-right: 8px;
	text-decoration: underline;
	white-space: nowrap;
}
span.tm_template {
	font-weight: bold;
	float: left;
}
span.tm_version {
	font-size: 60%;
	color: #777;
	float: right;
}
input.tm_template {
	background-color: #C0C0FF;
	float: left;
	font-weight: bold;
}

div.tm_switch_button {
	float: left;
	width: 23px;
	height: 22px;
	background-image: url(//upload.wikimedia.org/wikipedia/commons/e/ec/Button_base.png);
	background-repeat: no-repeat;
	font-size: 9px;
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
	margin-right: 2px;
}
div.tm_switch_button:hover {
	float: left;
	width: 23px;
	height: 22px;
	background-image: url(//upload.wikimedia.org/wikipedia/commons/e/ec/Button_base.png);
	background-repeat: no-repeat;
	font-size: 9px;
	font-weight: bold;
	color: yellow;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
	margin-right: 2px;
}

a.tm_button {
	background-image: none !important;
	text-decoration: none !important;
	font-weight: normal !important;
	color: black !important;
	page-break-inside: avoid;
	float: left;
	border: 1px outset black;
}
a.tm_selector {
	font-size: 85%;
	padding: 2px;
	margin: 1px;
}
a.tm_group_selector {
	background-color: #dfe5ef !important;
}
a.tm_group_selector:hover {
	background-color: #eff5ff !important;
}
a.tm_unknown_selector {
	background-color: #e5efdf !important;
}
a.tm_unknown_selector:hover {
	background-color: #f5ffef !important;
}
a.tm_v_selector {
	padding: 4px;
	margin: 2px;
	clear: both;
}
a.tm_plugin_selector {
	background-color: #fefeff !important;
}
a.tm_plugin_selector:hover {
	background-color: #dededf !important;
}
a.tm_cancel_button {
	background-color: #fee !important;
}
a.tm_cancel_button:hover {
	background-color: #dfcece !important;
}

h3.tm_group_heading {
	margin-top: 2px;
	margin-left: 2px;
}
input.tm_error,
select.tm_error {
	background-color: #ffc0c0;
}
a.tm_toolbar {
	border-width: 2px;
	border-color: gray;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	margin-right: 4px;
	background-color: #bdcee6 !important;
	vertical-align: bottom;
}
a.tm_toolbar:hover {
	border-width: 2px;
	border-color: gray;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	margin-right: 4px;
	background-color: #bddeff !important;
	vertical-align: bottom;
}
a.tm_toolbar:active {
	border: 1px inset black;
	padding: 1px;
	padding-left: 5px;
	padding-right: 3px;
	margin: 0;
	margin-right: 4px;
	background-color: #bddeff !important;
	vertical-align: bottom;
	color: #9090ff !important;
}