MediaWiki:Common.css

Revision as of 11:41, 20 September 2022 by Jeremi (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:200,400,600');

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

ol {
	margin: 0 !important;
	padding: 0 0 0 20px !important;
}

.rblist {display:block;}

.col2 {
	-webkit-columns: 2 200px;
	-moz-columns: 2 200px;
	columns: 2 200px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

.col3 {
	-webkit-columns: 3 200px;
	-moz-columns: 3 200px;
	columns: 3 200px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

.col4 {
	-webkit-columns: 4 200px;
	-moz-columns: 4 200px;
	columns: 4 200px;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

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

@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;
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		break-inside: avoid; /* IE 10+ */
	}
}

@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;
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		break-inside: avoid; /* IE 10+ */
	}
}

.volpage-text-list {
	margin: 20px 0;
}

@media screen and (min-width: 970px) {
	.volpage-text-list {
		-webkit-columns: 2 200px;
		-moz-columns: 2 200px;
		columns: 2 200px;
		-webkit-column-rule: 1px dotted #ddd;
		-moz-column-rule: 1px dotted #ddd;
		column-rule: 1px dotted #ddd;
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		break-inside: avoid; /* IE 10+ */
	};
}



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

.personimgs img {
	height:200px;
	width:auto;
	padding:6px;
	border: 1px solid #999;
	margin:0 10px 10px 0;
	float:left;
}

.searchmatch {
	font-weight:normal;
	background:yellow;
}

.collection-creatorbox {
	padding: 10px 15px 15px 15px;
}
#collectionpopup {background-color: white;padding:5px 10px;}


form.searchbox input.searchboxInput {
    padding: 4px;
    font-size: 13px;
}

table.multipageimage tr td {display:block;}

.multipageimage .fullImageLink img {
	width: 100%;
	height: auto;
}

.multipageimagenavbox .thumb.tnone {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

.multipageimagenavbox select#pageselector {
	margin-right: 5px;
	margin-top: 3px;
}


/* Columns styling */

@media screen and (min-width: 1800px) {
	.columns {
		-ms-column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		-ms-column-gap: 10px;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
	.lg-cols {
		-ms-column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-ms-column-gap: 10px;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1799px) {
	.columns {
		-ms-column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-ms-column-gap: 10px;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
	.lg-cols {
		-ms-column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-ms-column-gap: 10px;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
	.columns {
		-ms-column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-ms-column-gap: 10px;
		-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
		-moz-column-gap: 10px; /* Firefox */
		column-gap: 10px;
	}
	.lg-cols {
		-ms-column-count: none;
		-moz-column-count: none;
		-webkit-column-count: none;
		column-count: none;
	}
}

@media screen and (max-width: 999px) {
	.columns {
		-ms-column-count: none;
		-moz-column-count: none;
		-webkit-column-count: none;
		column-count: none;
	}
	.lg-cols {
		-ms-column-count: none;
		-moz-column-count: none;
		-webkit-column-count: none;
		column-count: none;
	}
}


/* End of Columns styling */


.volume-button {
	display: inline-block;
	margin: 4px 7px 7px 0;
}

.volume-button a {
	text-decoration: none;
	padding: 4px 7px;
	border: 1px solid lightgrey;
	border-radius: 3px;
}

.volume-button a:hover {
	background: lightgrey;
}

.volume-button a:active {
	background: #dbf6ff;
}

#wpTextbox1 {font-size: medium;}


.headerInfo {
	font-family: 'EB Garamond', Jomolhari, sans-serif;
	line-height: 1.6em;
}

.headerInfo th {
    font-size: medium; 
	font-style: italic; 
	text-align: right; 
	padding-right: 10px;
}

.personpageheadings {
	width: 100%;
	border-bottom:1px solid #ddd;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 5px;
}


.gyatsa-table th {
	text-align: right !important;
	font-weight: 300 !important;
	font-size: small;
}


.person-img img {
	height: 250px;
	width: auto;
}

.tsadratron {
	margin: 10px -24px 0px;
	padding: 0 30px;
	font-size: xx-large;
	font-weight: 300;
	font-family: 'EB Garamond', 'Jomolhari', serif;
	text-align: center;
}

.tsadratron .logo img {
	position: absolute;
	top: 7px;
	left: 10px;
	opacity: .6;
}

.slides {
	text-align: center;
	font-size: large;
	color: #000;
}

.slide-carousel {
	position: relative;
	display: inline-block !important;
	background-image: linear-gradient(#f7e6ba,rgb(190, 194, 200)),url(/images/7/76/28-faded-parchment-background-sml.png);
	background-blend-mode: soft-light;
	background-position: center;
	background-size: cover;
	padding-top: 18px !important;
	padding-bottom: 16px;
	margin: 0 .5em 30px !important;
	border: 1px solid gray;
	border-radius: 3px
}




.light-links, .light-links a {color: #fff;}

.light-links a:hover {color: #ddd;}

.light-links a:visited {color: #eee;}

.lora-headings {font-family: 'EB Garamond', serif;}

.page-Main_Page #firstHeading,
.page-Main_Page #sbl-breadcrumbs {display: none;}

.header-banner {
	text-align:center;
	margin: 0 -24px;
}

.header-banner img {
	border:1px solid #333;
	max-width: 1400px;
	height: auto;
}

.slide-carousel ul.gallery.mw-gallery-slideshow {margin: 0;}

.page-Main_Page .mw-gallery-slideshow-img-container img {height: 250px; width: auto;}


.gallerycaption {
	font-size: 1.1em !important;
}

/*
.volume-gallery li.gallerybox,*/
.volume-gallery li.gallerybox div,
.volume-gallery li.gallerybox img {
	width: 300px !important;
	height: auto;
}

.volume-gallery li.gallerybox img {
	border: 1px solid grey;
}

.volume-gallery li.gallerybox {
	width: 307px !important;
	margin: 7px 7px 14px;
	padding: 7px;
	background: #fdf5e5;
	box-shadow: 1px 1px 4px 2px #656565;
}

.header-info {
	position: relative;
	max-width: 1100px;
	font-size: 40px;
	line-height: 60px;
	border-radius: 4px;
    background-image: linear-gradient(#d4d7d5,rgba(234,220,191,1)),url(/images/6/6c/Pecha1-reduced.png);
    background-blend-mode: hard-light;
	background-position: center;
	background-size: cover;
	margin: 0 auto 30px;
	padding-bottom: 1px;
}

.header-gradient {
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(236, 221, 189, 0.6), rgba(236, 221, 189, 0.4), rgba(236, 221, 189, 0));
}

.mandala-gallery {
	margin: 15px 0;
	text-align: center;
}

.mandala-gallery img {
	height: 180px;
	width: auto;
	margin: 5px;
}


#terdzo-sections {
	position: relative;
	overflow: auto;
	background-image: linear-gradient(#f7e6ba,rgb(190, 194, 200)),url(/images/7/76/28-faded-parchment-background-sml.png);
	background-blend-mode: soft-light;
	background-position: center;
	background-size: cover;
	margin: 2em auto;
	border: 3px solid #ffe8be;
	font-size: large;
	text-align: left;
	width: 770px;
}

#terdzo-sections p {margin: 0;}

.sections-links {
	width: 370px;
	float: left;
	padding: 15px 0;
}

.section-triggers {
	display: block;
	padding: 7px 12px 7px 30px;
	color: #123750;
	text-decoration: none;
}

.section-triggers:hover {
	background: linear-gradient(to right, rgba(144, 157, 179, 0.65), rgba(169, 177, 189, 0));
	cursor: pointer;
}

#sections-slideins {
	position: relative;
	width: 540px;
	float: right;
	height: 342px;
	margin-left: -150px;
}

#bios-back, 
#indexes-back, 
#maha-back, 
#anu-back, 
#ati-back, 
#sup-back,
#ill-back,
#out-back {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -999;
	animation-duration: .5s;
}

#bios-back {
	background-image: url('images/5/55/Bios_back.png');
	background-size: cover;
	background-position: center;
}

#indexes-back {
	background-image: url('images/2/2d/Indexes_back.png');
	background-size: cover;
	background-position: center;
}

#maha-back {
	background-image: url('images/3/37/Maha_back.png');
	background-size: cover;
	background-position: center;
}

#anu-back {
	background-image: url('images/8/82/Anu_back.png');
	background-size: cover;
	background-position: center;
}

#ati-back {
	background-image: url('images/b/b0/Ati_back.png');
	background-size: cover;
	background-position: center;
}

#sup-back {
	background-image: url('images/8/8a/Sup_back.png');
	background-size: cover;
	background-position: center;
}

#ill-back {
	background-image: url('/images/4/46/Ill_back.png');
	background-size: cover;
	background-position: right;
}

#out-back {
	background-image: url('images/4/4a/Out_back.png');
	background-size: cover;
	background-position: center;
}

#terdzo-sections .logo-back img {
	position: absolute;	
	right: 5%;
	top: 1%;
	width: auto;
	height: 98%;
	opacity: .1;
}

.hide {display: none;}

.texts-list {
	background: linear-gradient(#d4d7d5, rgba(234, 220, 191, 1));
	padding: 1em 1.2em 2em;
	margin: .5em;
	border: 10px solid linear-gradient(#113651, #3D506A, #607088, #CDCED2);
	border-radius: 3px;
	font-size: 16px;
	text-align: left;
	overflow: auto;
}

.gyatsa-list-container {
	margin: 30px 0;
	box-shadow: 2px 2px 7px 2px #a9a9a9;
	background: #eee;
	border: 1px solid #777;
}

.gyatsa-bio-header {
	overflow: auto;
	padding: 5px 3px;
}

.gyatsa-bio-header img {
	float: left;
	height: 220px;
	width: auto;
	margin-right: 10px;
	border: 1px solid #aaa;
	box-shadow: 1px 1px 7px 1px #aaa;
}

.page-Biographies #firstHeading,
.page-Indexes_and_Lineage_Histories #firstHeading,
.page-Mahayoga #firstHeading,
.page-Anuyoga #firstHeading,
.page-Archivist_s_Introduction #firstHeading,
.page-Contents_and_Structure_of_the_Rinchen_Terdzö_Chenmo #firstHeading,
.page-Atiyoga #firstHeading,
.page-Supplementary_Volumes #firstHeading,
.page-RTZ_Outline #firstHeading,
.page-Special_RunQuery_Search #firstHeading,
.page-Special_RunQuery_IllustrationSearch #firstHeading {display:none;}

.page-Biographies #sbl-breadcrumbs,
.page-Indexes_and_Lineage_Histories #sbl-breadcrumbs,
.page-Mahayoga #sbl-breadcrumbs,
.page-Anuyoga #sbl-breadcrumbs,
.page-Archivist_s_Introduction #sbl-breadcrumbs,
.page-Contents_and_Structure_of_the_Rinchen_Terdzö_Chenmo #sbl-breadcrumbs,
.page-Atiyoga #sbl-breadcrumbs,
.page-Supplementary_Volumes #sbl-breadcrumbs,
.page-RTZ_Outline #sbl-breadcrumbs,
.page-Special_RunQuery_Search #sbl-breadcrumbs,
.page-Special_RunQuery_IllustrationSearch #sbl-breadcrumbs {display:none;}

.tab-headers {
	display: inline-block;
	float: left;
	width: 31.25%;
	padding: 1%;
	text-align: center;
	font-size: larger;
}

#tibetan-tab-header {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}

.inactive-header {
	background: linear-gradient(#ccc, #eee);
	color: #333;
}

.inactive-header:hover {
	cursor: pointer;
}

#info-text {padding: 25px;}

#tibetan-text {padding: 25px; display: none; font-size: larger;}

#wylie-text {padding: 25px; display: none;}

.section-page-heading {
	margin-top: 25px;
	padding-left: 1.6em;
	padding-bottom: 10px;
	font-size: 1.5rem;
	font-variant: small-caps;
}

.subcat-container {
	padding: 4% 7%;
	margin: 0 -24px -24px;
	font-family: 'EB Garamond', serif; 
}

.preface {
	margin: 0 auto;
	padding: 20px;
	font-size: 18px;
}

.collapsible-text-list {
	font-size: 20px;
	padding-left: 10px;
}

.subcat-container ul {margin-left: 2em;}

.mw-customtoggle-textQuery* {
	cursor: pointer;
	transition-duration: .3s;
	font-size: 18px !important;
	opacity: .6;
	margin-bottom: 10px;
}

.rotated {
	transform: rotate(45deg);
}


.texts-list ol {
	margin-left: 1.5em;
}

.page-Main_Page.action-view .mw-body,
.page-Biographies.action-view .mw-body,
.page-Indexes_and_Lineage_Histories.action-view .mw-body,
.page-Mahayoga.action-view .mw-body,
.page-Anuyoga.action-view .mw-body,
.page-Atiyoga.action-view .mw-body,
.page-Contents_and_Structure_of_the_Rinchen_Terdzö_Chenmo.action-view .mw-body,
.page-Archivist_s_Introduction.action-view .mw-body,
.page-Supplementary_Volumes.action-view .mw-body,
.page-RTZ_Outline.action-view .mw-body,
.page-Special_RunQuery_Search.action-view .mw-body {
	background: linear-gradient(#113651, #3D506A, #607088, #CDCED2);
}

.page-Main_Page #catlinks,
.page-Biographies #sbl-breadcrumbs {display: none;}

.searchresults .colo-style {margin: 0 0 20px 85px;}

.searchresults .colo-style p {margin: 0;}

.searchresults .mw-editsection {display: none;}

.searchresults .results-title {
	font-weight: 300 !important;
	font-family: 'Lato', sans-serif;
	font-size: x-large;
	text-align: center;
}

.outline-section > ol > li > #outline-collapsible-content {margin-left: -30px;}
.outline-section > ol > ol > li > #outline-collapsible-content {margin-left: -50px;}
.outline-section > ol > ol > ol > li > #outline-collapsible-content {margin-left: -70px;}
.outline-section > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -90px;}
.outline-section > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -110px;}
.outline-section > ol > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -130px;}
.outline-section > ol > ol > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -150px;}
.outline-section > ol > ol > ol > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -170px;}
.outline-section > ol > ol > ol > ol > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -190px;}
.outline-section > ol > ol > ol > ol > ol > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -210px;}
.outline-section > ol > ol > ol > ol > ol > ol > ol > ol > ol > ol > ol > li > #outline-collapsible-content {margin-left: -230px;}

.rtz-search {
	font-size: large;
	text-align: center;
	padding: ;
}

.rtz-search th {text-align: right; }

.rtz-search td {text-align: left;}

.rtz-search table.search-form {margin: 0 auto;}

.rtz-search-results {padding: 20px 40px;}

.more-link {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
}

.more-trigger {
	opacity: .85;
	vertical-align: sub;
	padding-left: 15px;
	transition-duration: .3s;
}

.more-trigger:hover {
	cursor: pointer;
	opacity: 1;
}

#more-text {
	display: none;
	transition-duration: .3s;
	font-size: smaller;
}

.more-text-display {
	display: inline !important;
	transition-duration: .3s;
}

.main-intro-back {
	background-image: linear-gradient(#f7e6ba,rgb(190, 194, 200)),url(/images/7/76/28-faded-parchment-background-sml.png);
	background-blend-mode: soft-light;
	background-position: center;
	background-size: cover;
}

.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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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);
	-moz-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)
}

.cycle-gallery {
	margin: 0 0 1em 0 !important;
}

.cycle-gallery .mw-gallery-slideshow-img-container img {
	height: 250px;
	width: auto;
}

.person-white-box {
	margin-bottom: 30px;
	max-width: 900px;
    padding: 30px 50px 30px;
    float: left;
}

.person-depth-2 {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	-moz-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);
}

.person-infobox p {margin: 0;}

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

.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 {
	text-align: right;
	font-style: italic;
	color: #424242;
	font-weight: 300;
}

*:focus {
	outline: none;
}

.light-table-headers th {
	font-weight: 400;
}


/* From Header.css */

.titleSection{display:block;border:1px solid #20415E;}

.bookTitle{
	background: -webkit-linear-gradient(#20415E, #496c8a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#20415E, #496c8a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#20415E, #496c8a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#20415E, #496c8a); /* Standard syntax */
	font-size: 23px;
	font-weight:300;
	line-height: 33px;
	color:#FFFFFF;
	padding: 15px 15px 10px 20px;
	border-bottom: 3px solid #ea6f00;
}

.bookTitle .main{
	text-align:left;
	font-family: EB Garamond, serif; 
	font-size: 32px;
	line-height:1.5em;
}

.bookTitle .mainwy{
	text-align:left;
	font-family: EB Garamond, serif; 
	font-size: 25px;
	line-height: 1.5em;
	font-style: italic;
	margin-bottom: 15px;
}

.bookTitle .maintib{
	text-align:center;
	font-family: Jomolhari;
	font-size: 30px;
	font-weight:300;
}

.bookTitle .volInfo{
	color: #FFEBC2;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
}

.bookTitle .thumbcaption {
	color:#000000;
	font-size:small;
	text-shadow: none;
	padding-top: 5px !important;
}

.bookTitle p {margin-bottom:0 !important;}

.bookTitle a, .main a{color:#FFFFFF;}

.bookTitle .mw-collapsible-toggle {font-size:12px;}

.bookTitle .mw-collapsible-toggle a {color:#FFEBC2;}

.embeddedpdf object {width:100% !important;}

.textpdf {display:block;float:right;}

.textpdf a {font-size:15px;}

.pdfcaption {
	font-size:12px;
	line-height:15px;
	font-weight:lighter;
	color:#BABABA;
	padding-top:5px;
	width:200px;
}

.breadcrumb {
	background: #ffffe5;
	padding: 5px 20px 6px 20px;
	line-height: 1.4em;
	font-size:15px;
	font-weight:300;
	overflow: auto;
}

.catalogdata {display:block;}

.catalogdata a {text-decoration:none;}

.catalogdata a:hover {text-decoration:underline;}

.catalogInfo{display:block;clear:both;margin: 8px -6px;}

.catalogInfo tbody {display: block;}

.catalogInfo tr {border-top: 1px solid #496c8a;display: block;padding: 3px 0;}

.catalogInfo td{padding:5px;}

.catalogInfo th{padding:5px;text-align:left;}

.catalogInfo.mw-collapsed{border:0;}

.catalogInfo.mw-collapsed th{padding:1px 8px;}

.catalogInfo th.meta{width:150px;vertical-align:top;text-align:left;}

.catalogInfo td.meta{vertical-align:top;}

.catalogInfo td.inner{padding:0px;}

.textsnav {font-size: 12px;padding: 7px 10px 0;font-weight: 300;margin-bottom:10px;}

.volcover {float:left;padding:10px 10px 10px 0;width:100%;}

.volcover .tright {margin:0;}

.volcover .thumb.tright {width: 100%;}

.volcover .thumbinner {width: 99% !important;margin:0;}

.volcover img {width: 100%;height: auto;}

.volstats {width:100%;padding-top:5px;font-size: 15px;font-weight: 300;color:#000;text-shadow:none;}


/* From box.css */

.box {
  display: block;
  max-width: 750px;
  padding: 15px 35px;
  background-color: #EAF6FF;
  margin: 30px 0 40px 10px;
  box-shadow: 0px 0px 30px #bbb;
  border-radius: 5px;
}

.box, .box p, .box a {
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.box p {margin-bottom: 30px;margin-top: 0px;}

.box #headertabs .ui-state-active {
  background: #EAF6FF !important;
  font-weight: bold;
  padding-bottom: 0px;
  z-index: 100;
}

.box #headertabs .ui-state-active a {outline: none;}

.box #headertabs .ui-state-default {
  border: none;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
  border-radius: 0px;
  background: -webkit-linear-gradient(#EAF6FF , #B6DBF5); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#EAF6FF , #B6DBF5); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#EAF6FF , #B6DBF5); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#EAF6FF , #B6DBF5); /* Standard syntax */
  color: #135D89;
}

.box #headertabs .ui-state-default:last-child {
  border-right: 1px solid #cccccc;
}

.box .ui-tabs .ui-tabs-nav {
  margin: 0 -35px 30px;
  padding: .2em .2em 0 3em;
  background: none;
  border: none;
}

.box .ui-tabs .ui-tabs-nav li {margin: 0px;}

.box #headertabs .ui-tabs-nav li a {
  padding: .3em 1.3em;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 300;
}

.box .header {
  font-size:25px;
  font-weight:300;
  line-height: 30px;
  margin: 20px 0;
}

.box input, .box textarea {
  font-family: Helvetica Neue;
  font-size: 15px;
  font-weight: 300;
  padding: 3px;
}

.firsthalf {
  float:left;
  padding-right:15px;
  border-right:1px solid #ddd;
  margin-right:25px;
  margin-bottom:10px;
}

.secondhalf {
  float:left;
  margin-bottom:10px;
}

.box h3 {
  font-size:150%;
  font-weight: 300;
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
}

span.edit-link {
  float: right;
}

.edit-link a {
  display:inline-block;
  float:right;
  color: #6E0000 !important;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
}

.edit-link a:hover {
  text-decoration: underline;
  cursor:pointer;
}


.loader-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1010;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.loader-overlay-content {
	text-align: center;
}

.loader-section {
	min-height: 200px;
	position: relative;
}

.bootstable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: rgba(0, 0, 0, 0);
	border-collapse: collapse;
}

.bootstable th {text-align: inherit;}

.bootstable th,
.bootstable td {
	padding: .35rem;
	vertical-align: top;
	border-top: 1px solid rgb(183, 183, 183);
}

.bootstable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(183, 183, 183);
}

.bootstable.mw-collapsed {
	height: 0px;
	margin: 0px;
}

.bootstable caption {
	font-size: .9em;
	text-align: left;
	padding-left: .2em;
}

.wikitable th,
.wikitable td {
	text-align: left !important;
	vertical-align: top !important;
	padding: .5em !important;
}

.peri-table {
	max-width: 800px;
}

.peri-table th {
	font-weight: 400;
	font-style: italic;
	min-width: 160px;
}

.peri-table caption {
	font-size: 1.3em;
	font-weight: 400 !important;
	text-align: left;
	padding-left: .2em;
	margin-bottom: .5em;
}

.illustration-table {
	max-width: 100%;
}

.illustration-table td {
	width: 16%;
}

.illustration-table th {
	width: 1%;
}

.outline-modal-trigger {display: inline-block;}
.outline-modal-trigger:hover {
	text-decoration: underline;
	cursor: pointer;
}
.outline-item-table {
	background-color: rgba(255, 255, 255, 0.5);
}
.outline-item-table th {
	font-size: .75em;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}
.show {display: block !important;}

.TibUni10 {
   font-family: Kailasa,  Kokonor, Jomolhari, "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 10pt;
   font-weight: normal; 
   line-height:125%;
}

.TibUni12 {
   font-family: Kailasa,  Kokonor, Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 12pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni14 {
   font-family: Kailasa,  Kokonor, Jomolhari,   "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 14pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni16 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 16pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni18 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 18pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni20 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 20pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni22 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 22pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni24 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 24pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni26 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 26pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni28 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 28pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni30 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 30pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni32 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 32pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni34 {
   font-family: Kailasa,  Kokonor, Jomolhari,   "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 34pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni36 {
   font-family: Kailasa,  Kokonor, Jomolhari,   "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 36pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni38 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 38pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni40 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 40pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni42 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 42pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni44 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 44pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni46 {
   font-family: Kailasa,  Kokonor,  Jomolhari,  "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 46pt;
   font-weight: normal;
   line-height:125%;
}

.TibUni48 {
   font-family: Kailasa,  Kokonor, Jomolhari,   "DDC Uchen", Himalaya, "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 48pt;
   font-weight: normal;
   line-height:125%;
}