MediaWiki:Common.css

From Tsadra Commons
Revision as of 16:57, 28 February 2018 by Jeremi (talk | contribs) ((by SublimeText.Mediawiker))
Jump to navigation Jump to 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 / 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.
.personForm th {
	text-align: right;
	font-size: 15px;
	font-weight: normal;
}

.personForm p {
	font-size: 15px;
}

/* NEW CSS FROM JEREMI */

.lightText {color: #ccc;}
.lightText a, .lightText a.external {color: #7aacff;}
.lightText a:visited, .lightText a.external:visited {color: #a39de6;}


.green-box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
	background-color: #f5fff3;
}
.green-box-header {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	border-bottom: 1px solid #ea4100;
}

.red-box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
	background: #fff6f6;
}

.red-box-header {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	border-bottom: 1px solid #ea4100;
}

.blue-box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
	background: #e4f2ff;
}

.blue-box-header {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	border-bottom: 1px solid #ea4100;
}

.yellow-box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
	background: #ffffe5;
}

.yellow-box-header {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	border-bottom: 1px solid #ea4100;
}

.white-box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
}

.white-box-header {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	border-bottom: 1px solid #ea4100;
}

#headertabs.large.ui-widget {
	margin-top: .7em;
}

a:focus {outline: none;}


.depth-0 {border: 1px solid rgba(0, 0, 0, .16);}

.depth-1 {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.depth-2 {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.depth-3 {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.depth-4 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.depth-5 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
}

.depth-6 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.z-100 {z-index: 100;}
.z-200 {z-index: 200;}
.z-300 {z-index: 300;}
.z-400 {z-index: 400;}
.z-500 {z-index: 500;}
.z-600 {z-index: 600;}
.z-700 {z-index: 700;}
.z-800 {z-index: 800;}
.z-900 {z-index: 900;}

.trans-3 {transition-duration: .3s;}
.trans-5 {transition-duration: .5s;}
.trans-10 {transition-duration: 1s;}

.anim-1 {animation-duration: .1s !important;}
.anim-2 {animation-duration: .2s !important;}
.anim-3 {animation-duration: .3s !important;}
.anim-5 {animation-duration: .5s !important;}
.anim-10 {animation-duration: 1s !important;}

.column {
	float: left;
	width: 50%;
}
@media (max-width: 600px) {
	.column {
		width: 100%;
	}
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.personInfoHeadings {
	width: 100%;
	font-style: italic;
	border-bottom: 1px solid #ea4100;
	margin-top: 13px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	color: #424242;
	font-weight: 400;
}

.personTemplate th, .light-header {
	text-align: right;
	font-style: italic;
	color: #424242;
	font-weight: 300;
}

.person-infobox dt {
    font-weight: 300;
    font-style: italic;
    color: #424242;
}

.personImages img {
	margin: 10px 10px 0px 0px;
	height: 200px;
	width: auto;
}

.reduced-margins {
	margin: 1em 0 !important;
}

.term-form {
	padding: 20px 40px;
	background: #e0f1ff;
}

.term-form .mw-editsection {display: none;}

.term-form input {
	font-size: medium;
}