MediaWiki:Common.css: Difference between revisions

From Rinchen Terdzö
No edit summary
((by SublimeText.Mediawiker))
Line 123: Line 123:
}
}


.nice-buttonhover, span.button a:hover, .box a.sfFancyBox.sfUploadable.sfImagePreview:hover, form#sfForm input[type="submit"]:hover, input[type="button"]:hover, #wpSave:hover, #wpPreview:hover, #wpDiff:hover {
.nice-button:hover, span.button a:hover, .box a.sfFancyBox.sfUploadable.sfImagePreview:hover, form#sfForm input[type="submit"]:hover, input[type="button"]:hover, #wpSave:hover, #wpPreview:hover, #wpDiff:hover {
   background: #930000;
   background: #930000;
   text-decoration: none;
   text-decoration: none;
Line 130: Line 130:
}
}


.nice-buttonactive, span.button a:active, .box a.sfFancyBox.sfUploadable.sfImagePreview:active, form#sfForm input[type="submit"]:active, input[type="button"]:active, #wpSave:active, #wpPreview:active, #wpDiff:active {
.nice-button:active, span.button a:active, .box a.sfFancyBox.sfUploadable.sfImagePreview:active, form#sfForm input[type="submit"]:active, input[type="button"]:active, #wpSave:active, #wpPreview:active, #wpDiff:active {
   background: #A82E2E;
   background: #A82E2E;
}
}

Revision as of 12:26, 9 July 2015

/* CSS placed here will be applied to all skins */
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);

h1, h2 {font-family: 'Source Sans Pro', sans-serif !important;	font-weight: 400;}*/
h1 {font-size:32px  !important;}
h2 {font-size: 23px  !important;}

.rblist {display:block;}

.col2 {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
}

.col3 {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
}

.col4 {
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
	-moz-column-gap: 10px; /* Firefox */
	column-gap: 10px;
}

.under-construction {
	display: block;
	width: 600px;
	margin: 0px auto 20px auto;
	border: 1px solid #FFAA6C;
	border-radius: 4px;
	padding: 12px;
	background-color: #FFE7D5;
	font-size: larger;
	text-align: center;
}

.disclaimer {
	display: block;
	margin: 20px auto 0px auto;
	border: 1px solid #6C95FF;
	border-radius: 4px;
	padding: 12px;
	background-color: #EAF0FF;
	font-size: larger;
}

.tib-text {
	font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
	font-size: 22px;
	font-weight: normal;
	line-height:42px;
	display:inline-block;
	margin: 20px;
	position: relative;
}

.tib-text p{
	display:inline;
}

.tib-text p:first-child::nth-line(6) {
	padding-bottom: 15px;
}

@media screen and (min-width: 947px) and (max-width: 1360px){
	.mainpage-vol-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
}

@media screen and (min-width: 1361px) {
	.mainpage-vol-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
}


@media screen and (min-width: 1200px) {
	.volpage-text-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	};
}

/* Button Styling */

.nice-button, span.button a, .box a.sfFancyBox.sfUploadable.sfImagePreview, form#sfForm input[type="submit"], input[type="button"], #wpSave, #wpPreview, #wpDiff {
  margin: 10px 10px 0 0;
  border: none;
  padding: 5px 13px 7px;
  background: #762828;
  color: whitesmoke !important;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 300;
  border-radius: 2px;
}

.nice-button:hover, span.button a:hover, .box a.sfFancyBox.sfUploadable.sfImagePreview:hover, form#sfForm input[type="submit"]:hover, input[type="button"]:hover, #wpSave:hover, #wpPreview:hover, #wpDiff:hover {
  background: #930000;
  text-decoration: none;
  cursor:pointer;
  transition:0.2s;
}

.nice-button:active, span.button a:active, .box a.sfFancyBox.sfUploadable.sfImagePreview:active, form#sfForm input[type="submit"]:active, input[type="button"]:active, #wpSave:active, #wpPreview:active, #wpDiff:active {
  background: #A82E2E;
}


#toc h2 {font-weight:400;font-size: 20px !important;}