MediaWiki:SCalScript.css

From Istaria Lexica

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 / Edge: 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.
span.SCalProduct {
	font-size: 1.4em;
	font-weight: bold;
}

span.SCalRefinedResource {
	font-size: 1.2em;
}

td#SCalResourcesrow2 {
	padding-left: 50px;
}

td#SCalResourcesrow1 ul {
	list-style-image:
		url('https://www.istaria-lexica.de/images/arrow_down_right.png');
}

div#SCalErrorText {
	font-weight: bold;
	color: red;
}

#SCalH1 {
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	margin-bottom: 0px;
}

input.SCalErroreousInput {
	background-color: #680000;
	border: 1px solid red;
}

input.SCalGreenInput, input.SCalOptimalInput {
	background-color: #004000;
	border: 1px solid #046c1a;
}

input[type=button].SCal {
	padding: 5px 10px;
	margin: 10px 0px;
}

input#SCalCountInput {
	/*padding: 15px 30px;*/
	width: 150px;
	font-size: 3em;
	margin: 20px 0px;
}

input[type=button].SCal:hover {
	background-color: #096a00;
	cursor: pointer;
}

div#SCalResourcesrow1 input[type=number] {
	width: 80px;
}

div#SCalSkills input {
	width: 60px;
}

input[type=number].SCalTreeHave {
	width: 85px;
}