Skip to content

Instantly share code, notes, and snippets.

@acdha
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdha/63393d9aca955304af94 to your computer and use it in GitHub Desktop.
Save acdha/63393d9aca955304af94 to your computer and use it in GitHub Desktop.
Performance test-case for pure-CSS expanding sidebar panel. WebKit, and to a lesser extent Blink, browsers render the sidebar expansion slower than expected, with repeated full invalidate/layout/recalc style cycles during the state change. This isn't too bad on a desktop but is noticeable on a mobile browser: https://cdn.rawgit.com/acdha/63393d9…
// Load testcase & connect WebInspector to an iPhone 4S running iOS 7.1.1
// Start timeline capture
// Expand the sidebar:
document.querySelector('input[type=checkbox]').checked = !document.querySelector('input[type=checkbox]').checked
// Timeline profile: https://www.dropbox.com/s/e4z400rlprkbtau/Screenshot%202014-06-16%2014.47.39.png
// Collapse the sidebar:
document.querySelector('input[type=checkbox]').checked = !document.querySelector('input[type=checkbox]').checked
// Timeline profile: https://www.dropbox.com/s/iorfzna1lzs0ley/Screenshot%202014-06-16%2014.47.52.png
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Search Results - World Digital Library</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0">
<style>
@charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: white;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover, a:focus {
color: #2a6496;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded, #browse-items .tray img {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.428571429;
background-color: white;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h1, .h1 {
font-size: 23px;
}
h2, .h2 {
font-size: 21px;
}
h3, .h3 {
font-size: 19px;
}
h4, .h4 {
font-size: 16px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled, .list-inline {
padding-left: 0;
list-style: none;
}
.list-inline {
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.428571429;
color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.3333333333%;
}
.col-sm-2 {
width: 16.6666666667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.3333333333%;
}
.col-sm-5 {
width: 41.6666666667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.3333333333%;
}
.col-sm-8 {
width: 66.6666666667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.3333333333%;
}
.col-sm-11 {
width: 91.6666666667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-pull-1 {
right: 8.3333333333%;
}
.col-sm-pull-2 {
right: 16.6666666667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.3333333333%;
}
.col-sm-pull-5 {
right: 41.6666666667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.3333333333%;
}
.col-sm-pull-8 {
right: 66.6666666667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.3333333333%;
}
.col-sm-pull-11 {
right: 91.6666666667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-push-1 {
left: 8.3333333333%;
}
.col-sm-push-2 {
left: 16.6666666667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.3333333333%;
}
.col-sm-push-5 {
left: 41.6666666667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.3333333333%;
}
.col-sm-push-8 {
left: 66.6666666667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.3333333333%;
}
.col-sm-push-11 {
left: 91.6666666667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.3333333333%;
}
.col-sm-offset-2 {
margin-left: 16.6666666667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.3333333333%;
}
.col-sm-offset-5 {
margin-left: 41.6666666667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.3333333333%;
}
.col-sm-offset-8 {
margin-left: 66.6666666667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.3333333333%;
}
.col-sm-offset-11 {
margin-left: 91.6666666667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
background-color: white;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 34px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
}
.radio label,
.checkbox label {
display: inline;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 30px;
line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 46px;
line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group, .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
width: 100%;
}
.form-inline .control-label, .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .btn:focus {
color: #333333;
text-decoration: none;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: white;
border-color: #cccccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active, .btn-default.active {
background-image: none;
}
.open .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: white;
border-color: #cccccc;
}
.btn-default .badge {
color: white;
background-color: #333333;
}
.btn-primary {
color: white;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
color: white;
background-color: #3276b1;
border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
color: white;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
background-image: none;
}
.open .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary .badge {
color: #428bca;
background-color: white;
}
.btn-success {
color: white;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
color: white;
background-color: #47a447;
border-color: #398439;
}
.open .btn-success.dropdown-toggle {
color: white;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active, .btn-success.active {
background-image: none;
}
.open .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: white;
}
.btn-info {
color: white;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
color: white;
background-color: #39b3d7;
border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
color: white;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active, .btn-info.active {
background-image: none;
}
.open .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: white;
}
.btn-warning {
color: white;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
color: white;
background-color: #ed9c28;
border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
color: white;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
background-image: none;
}
.open .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: white;
}
.btn-danger {
color: white;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
color: white;
background-color: #d2322d;
border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
color: white;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
background-image: none;
}
.open .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: white;
}
.btn-link {
color: #428bca;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
background-color: white;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: whitesmoke;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: white;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before, .nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: white;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: white;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: white;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before, .navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8px;
margin-bottom: 8px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #222222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: white;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: white;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: white;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: white;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: white;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: white;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: white;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #428bca;
background-color: white;
border: 1px solid #dddddd;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
color: #2a6496;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: white;
background-color: #428bca;
border-color: #428bca;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: white;
border-color: #dddddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
list-style: none;
text-align: center;
}
.pager:before, .pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: white;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: white;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: white;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
color: white;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
background-color: gray;
}
.label-primary {
background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
color: white;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #999999;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover, a.badge:focus {
color: white;
text-decoration: none;
cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: white;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: white;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #428bca;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: white;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
text-decoration: none;
background-color: whitesmoke;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
z-index: 2;
color: white;
background-color: #428bca;
border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.well, .theme-detail figure {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: whitesmoke;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, .theme-detail figure blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: black;
text-shadow: 0 1px 0 white;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover, .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
/* Import FontAwesome SCSS directly so we can ship only the declarations which we actually use */
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("http://testing.wdl.org/static/external/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3");
src: url("http://testing.wdl.org/static/external/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"),
url("http://testing.wdl.org/static/external/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../external/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"),
url("http://testing.wdl.org/static/external/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal;
}
.fa, .sidebar .collapse-toggle {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg, .sidebar .collapse-toggle {
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
/* Language-specific tweaks and overrides */
html[lang=en], q:lang(en) {
quotes: '“' '”' '‘' '’';
}
html[lang=es], q:lang(es) {
quotes: '« ' ' »' '‹ ' ' ›';
}
html[lang=fr], q:lang(fr),
html[lang=pt], q:lang(pt),
html[lang=ru], q:lang(ru) {
quotes: '« ' ' »' '“' '”';
}
b:lang(zh), strong:lang(zh) {
font-weight: normal !important;
}
#original-title {
display: inline-block;
}
#original-title:lang(i-syr) {
direction: rtl;
font-family: cursive, serif, "Estrangelo Edessa";
}
#original-title:lang(bo) {
font-family: Kailasa, "Microsoft Himalaya", Kokonor, Jomolhari, Jomolhari_WF, sans-serif;
font-size: 180% !important;
}
#original-title:lang(my) {
font-family: cursive, serif, "Zawgyi-one", BIT, "Myanmar Sangam MN", "Myanmar Text", Padauk;
font-size: 150% !important;
}
#original-title:lang(jv) {
font-family: cursive, serif, TuladhaJejeg;
font-size: 150% !important;
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-calendar:before {
content: "\f073";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-cog:before {
content: "\f013";
}
.fa-download:before {
content: "\f019";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-flag:before {
content: "\f024";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search:before {
content: "\f002";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-twitter:before {
content: "\f099";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-wdl-set:before {
content: "\f009";
}
.fa-wdl-theme:before {
content: "\f02d";
}
.fa-wdl-timeline-o:before {
content: "\f080";
}
body {
padding-top: 50px;
overflow-x: hidden;
}
body, #page-header, #page-footer {
min-width: 320px;
}
#page-header .navbar-brand {
height: 50px;
padding: 8px 36px;
background-image: url("http://testing.wdl.org/static/img/logo-gray.svg");
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center left;
color: #eee;
}
#page-header .navbar-brand > span {
text-align: center;
text-transform: uppercase;
line-height: 34px;
}
#page-header .navbar-brand > span > span {
display: block;
font-size: 10px;
line-height: 10px;
}
#page-header .navbar-brand > span > .focus {
font-family: serif;
font-size: 24px;
line-height: 24px;
}
#page-main {
padding-top: 51px;
min-height: 100%;
min-height: 90vh;
min-height: calc(100vh - 115px);
}
.breadcrumb + #page-main {
min-height: calc(100vh - 151px);
}
#page-footer > .navbar {
margin-bottom: 0;
}
#page-footer li:hover .fa-twitter {
color: #55acee;
}
#page-footer li:hover .fa-rss-square {
color: #ff6600;
}
.highlighted, .snippet em {
background-color: #FF6;
}
.search-results #result-label {
display: block;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
border-radius: 4px;
margin-left: 1em;
}
.search-results #search-results {
margin-top: 1em;
}
.search-results .results {
margin: 0 1em;
clear: both;
}
.search-results .results .result {
display: block;
clear: both;
}
.search-results .results .thumbnail-col img {
display: block;
width: 202px;
min-height: 159px;
}
.search-results .results.list {
margin: 1em auto;
padding: 0 1em;
max-width: 64em;
}
.search-results .results.list .result {
margin-bottom: 1.3em;
}
@media (min-width: 768px) {
.search-results .results.list .thumbnail-col {
float: left;
margin-right: 1em;
}
.search-results .results.list .body {
overflow: hidden;
}
}
.search-results .results.gallery {
vertical-align: top;
text-align: center;
}
.search-results .results.gallery .result {
position: relative;
display: inline-block;
margin: 1em;
margin-top: 0;
width: 202px;
vertical-align: top;
text-align: center;
}
.search-results .results.gallery .result .col-sm-3, .search-results .results.gallery .result .col-sm-9 {
float: none;
margin: 0;
padding: 0;
width: auto;
}
.search-results .results.gallery .result .thumbnail {
margin: 0;
}
.search-results .results.gallery .result .body {
display: block;
width: 100%;
border: 1px solid #dddddd;
border-top-style: none;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.touch .search-results .results.gallery .result .body {
display: none;
}
.search-results .results.gallery .result .body > * {
display: none;
}
.search-results .results.gallery .result .body > .title {
display: block;
margin: 0 2px;
padding: 0 2px;
background-color: white;
font-weight: inherit;
font-size: inherit;
}
.no-touch .search-results .results.gallery .result {
overflow: hidden;
}
.no-touch .search-results .results.gallery .result .body {
position: absolute;
top: 168px;
display: none;
}
.no-touch .search-results .results.gallery .result:hover {
z-index: 20;
overflow: visible;
background-color: #ccc;
}
.no-touch .search-results .results.gallery .result:hover .body {
display: block;
border-color: #428bca;
}
.no-touch .search-results .results.gallery .result:hover .thumbnail {
border-color: #428bca;
border-bottom-color: #fff;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.search-results .results.map {
display: none;
}
.search-results #map {
clear: both;
min-height: 80vh;
margin: 1em 1em;
border: 1px solid #e3e3e3;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
border-radius: 3px;
}
.search-results .pager {
clear: both;
}
.search-results .snippet {
/* This will allow us to absolutely position .highlights */
position: relative;
}
.search-results .snippet li:before {
content: open-quote;
font-size: larger;
}
.search-results .snippet li:after {
content: close-quote;
font-size: larger;
}
.search-results .snippet img {
max-width: 100%;
width: inherit;
height: auto;
border: 1px solid #ccc;
}
.search-results .snippet .highlighted {
position: absolute;
z-index: 200;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
opacity: 0.3;
-moz-border-radius: 20%;
-webkit-border-radius: 20%;
border-radius: 20%;
background-color: #8080ff;
-moz-box-shadow: 0 0 4px 8px #8080ff;
-webkit-box-shadow: 0 0 4px 8px #8080ff;
box-shadow: 0 0 4px 8px #8080ff;
}
.search-results #page-footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
z-index: 2;
}
.search-results #search-filters {
z-index: 3;
}
#search-filters #active-filters {
border-bottom: none;
}
/*
This section controls the heart of the sidebar, which uses the approach from
https://github.com/poole/lanyon/blob/master/public/css/lanyon.css, but does
not perform styling of the contents:
*/
.sidebar-checkbox {
display: none;
}
.sidebar {
position: fixed;
top: 50px;
bottom: 0;
left: -23rem;
width: 23rem;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
visibility: hidden;
}
.sidebar-checkbox ~ #page-main,
.sidebar-checkbox ~ .sidebar,
.sidebar-checkbox ~ #sidebar-toggle {
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-transform: translate3D(0, 0, 0);
-ms-transform: translate3D(0, 0, 0);
-webkit-transform: translate3D(0, 0, 0);
transform: translate3D(0, 0, 0);
}
.sidebar-checkbox:checked ~ #page-main,
.sidebar-checkbox:checked ~ .sidebar,
.sidebar-checkbox:checked ~ #sidebar-toggle {
-moz-transform: translate3D(23rem, 0, 0);
-ms-transform: translate3D(23rem, 0, 0);
-webkit-transform: translate3D(23rem, 0, 0);
transform: translate3D(23rem, 0, 0);
visibility: visible;
}
.sidebar-checkbox:checked ~ #sidebar-toggle {
background-color: #3276b1;
background-image: none;
border-color: #285e8e;
color: white;
outline: 0;
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#sidebar-toggle {
position: fixed;
left: 12px;
top: 71px;
z-index: 5;
}
@media (min-width: 1500px) {
#sidebar-toggle {
display: none;
}
.sidebar {
left: 0;
visibility: visible;
}
#page-main {
position: absolute;
left: 23rem;
}
#page-footer {
left: 23rem !important;
}
}
/*
Now that the sidebar will toggle on-demand, let's style the contents:
*/
.sidebar {
color: #b3b3b3;
background-color: #414141;
-moz-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4) inset;
-webkit-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4) inset;
box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.4) inset;
border-right: solid 1px #cccccc;
padding: 0;
}
.sidebar section {
width: 23rem;
overflow: hidden;
padding: 4px;
}
.sidebar section + section {
margin-top: 2px;
}
.sidebar h3 {
margin: 0;
margin-bottom: 3px;
border-bottom: solid 1px #676767;
color: #cccccc;
}
.sidebar ul {
overflow: hidden;
margin-bottom: 0;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.sidebar ul.collapsed {
max-height: 3.4em !important;
}
.sidebar ul.collapsed li {
display: none;
}
.sidebar ul.collapsed li:first-child, .sidebar ul.collapsed li:nth-child(2) {
display: block;
}
.sidebar ul li {
display: block;
height: 1.6em;
width: calc(23rem - 4px);
padding-top: 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: dotted 1px #5a5a5a;
}
.sidebar ul a {
display: block;
position: relative;
color: #b3b3b3;
}
.sidebar ul a:hover {
color: white;
}
.sidebar ul a:active {
color: white;
}
.sidebar .collapse-toggle {
display: block;
color: inherit;
text-decoration: none;
}
.sidebar .collapse-toggle:hover {
color: white;
}
.sidebar .collapse-toggle:before {
content: "\f102";
}
.sidebar .collapsed + .collapse-toggle:before {
content: "\f103";
}
.sidebar .badge {
position: absolute;
right: 0;
color: #999999;
background-color: #343434;
}
</style>
</head>
<body class="lang_en search-results " >
<div id="page-header" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/en/">
<span><span class="focus">World</span> <span>Digital Library</span></span>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Explore <b class="caret"></b></a>
<ul class="dropdown-menu" id="topnav-explore">
<li><a href="/en/place/">Place</a></li>
<li><a href="/en/time/">Time Period</a></li>
<li><a href="/en/topic/">Topic</a></li>
<li><a href="/en/type/">Type of Item</a></li>
<li><a href="/en/language/">Language</a></li>
<li><a href="/en/institution/">Institution</a></li>
</ul>
</li>
<li>
<a href="/en/maps/">
<span class="fa fa-globe" title="Interactive Maps"></span>
<span class="hidden-sm">Interactive Maps</span>
</a>
</li>
<li>
<a href="/en/timelines/">
<span class="fa fa-wdl-timeline-o" title="Timelines"></span>
<span class="hidden-sm">Timelines</span>
</a>
</li>
<li class="dropdown">
<a href="/en/themes/" class="dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-wdl-theme" title="Themes"></span>
<span class="hidden-sm">Themes</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu" id="topnav-themes">
<li><a href="/en/themes/islamic-science/">Arabic and Islamic Science and Its Influence on the Western Scientific Tradition</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="fa fa-flag" title="Language"></span>
<span class="hidden-sm hidden-md">Language</span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu">
<li role="presentation" class="dropdown-header">View this page in another language</li>
<li role="presentation" class="divider"></li>
<li role="presentation" dir="rtl" lang="ar"><a role="menuitem" tabindex="-1" href="/ar/search/">العربية</a></li>
<li role="presentation" dir="ltr" lang="en"><a role="menuitem" tabindex="-1" href="/en/search/">English</a></li>
<li role="presentation" dir="ltr" lang="es"><a role="menuitem" tabindex="-1" href="/es/search/">Español</a></li>
<li role="presentation" dir="ltr" lang="fr"><a role="menuitem" tabindex="-1" href="/fr/search/">Français</a></li>
<li role="presentation" dir="ltr" lang="pt"><a role="menuitem" tabindex="-1" href="/pt/search/">Português</a></li>
<li role="presentation" dir="ltr" lang="ru"><a role="menuitem" tabindex="-1" href="/ru/search/">Русский</a></li>
<li role="presentation" dir="ltr" lang="zh"><a role="menuitem" tabindex="-1" href="/zh/search/">简体中文</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<input class="sidebar-checkbox" id="search-filter-checkbox" type="checkbox" hidden>
<div class="sidebar" id="search-filters" role="menu">
<h2 class="sr-only">Narrow Results</h2>
<section>
<h3>Place</h3>
<ul class="list-unstyled">
<li>
<a href="?regions=europe">
<span class="badge">3,611</span>
Europe
</a>
</li>
<li>
<a href="?regions=middle-east-and-north-africa">
<span class="badge">2,574</span>
Middle East and North Africa
</a>
</li>
<li>
<a href="?regions=latin-america-and-the-caribbean">
<span class="badge">1,654</span>
Latin America and the Caribbean
</a>
</li>
<li>
<a href="?regions=central-and-south-asia">
<span class="badge">1,646</span>
Central and South Asia
</a>
</li>
<li>
<a href="?regions=east-asia">
<span class="badge">824</span>
East Asia
</a>
</li>
<li>
<a href="?regions=north-america">
<span class="badge">589</span>
North America
</a>
</li>
<li>
<a href="?regions=africa">
<span class="badge">415</span>
Africa
</a>
</li>
<li>
<a href="?regions=southeast-asia">
<span class="badge">100</span>
Southeast Asia
</a>
</li>
<li>
<a href="?regions=world">
<span class="badge">85</span>
World
</a>
</li>
<li>
<a href="?regions=oceania-and-the-pacific">
<span class="badge">47</span>
Oceania and the Pacific
</a>
</li>
<li>
<a href="?regions=antarctica">
<span class="badge">4</span>
Antarctica
</a>
</li>
</ul>
</section>
<section>
<h3>Time Period</h3>
<ul class="list-unstyled">
<li>
<a href="?time_periods=1900-1949">
<span class="badge">4,339</span>
1900 CE - 1949 CE
</a>
</li>
<li>
<a href="?time_periods=1850-1899">
<span class="badge">3,624</span>
1850 CE - 1899 CE
</a>
</li>
<li>
<a href="?time_periods=1800-1849">
<span class="badge">1,070</span>
1800 CE - 1849 CE
</a>
</li>
<li>
<a href="?time_periods=1500-1699">
<span class="badge">985</span>
1500 CE - 1699 CE
</a>
</li>
<li>
<a href="?time_periods=1700-1799">
<span class="badge">922</span>
1700 CE - 1799 CE
</a>
</li>
<li>
<a href="?time_periods=500-1499">
<span class="badge">818</span>
500 CE - 1499 CE
</a>
</li>
<li>
<a href="?time_periods=1950-2010">
<span class="badge">296</span>
1950 CE - 2010 CE
</a>
</li>
<li>
<a href="?time_periods=-8000-499">
<span class="badge">186</span>
8000 BCE - 499 CE
</a>
</li>
</ul>
</section>
<section>
<h3>Topic</h3>
<ul class="list-unstyled">
<li>
<a href="?ddc=9">
<span class="badge">8,391</span>
History &amp; geography
</a>
</li>
<li>
<a href="?ddc=7">
<span class="badge">2,492</span>
Arts &amp; recreation
</a>
</li>
<li>
<a href="?ddc=0">
<span class="badge">1,766</span>
Computer science, information &amp; general works
</a>
</li>
<li>
<a href="?ddc=3">
<span class="badge">1,567</span>
Social sciences
</a>
</li>
<li>
<a href="?ddc=2">
<span class="badge">772</span>
Religion
</a>
</li>
<li>
<a href="?ddc=6">
<span class="badge">670</span>
Technology
</a>
</li>
<li>
<a href="?ddc=8">
<span class="badge">429</span>
Literature
</a>
</li>
<li>
<a href="?ddc=5">
<span class="badge">375</span>
Science
</a>
</li>
<li>
<a href="?ddc=1">
<span class="badge">88</span>
Philosophy &amp; psychology
</a>
</li>
<li>
<a href="?ddc=4">
<span class="badge">79</span>
Language
</a>
</li>
</ul>
</section>
<section>
<h3>Additional Subjects</h3>
<ul class="list-unstyled">
<li>
<a href="?additional_subjects=Politics+and+government">
<span class="badge">2,554</span>
Politics and government
</a>
</li>
<li>
<a href="?additional_subjects=Literature">
<span class="badge">1,327</span>
Literature
</a>
</li>
<li>
<a href="?additional_subjects=Economic+conditions">
<span class="badge">1,260</span>
Economic conditions
</a>
</li>
<li>
<a href="?additional_subjects=Caricatures+and+cartoons">
<span class="badge">979</span>
Caricatures and cartoons
</a>
</li>
<li>
<a href="?additional_subjects=Photographic+surveys">
<span class="badge">804</span>
Photographic surveys
</a>
</li>
<li>
<a href="?additional_subjects=Ethnographic+photographs">
<span class="badge">497</span>
Ethnographic photographs
</a>
</li>
<li>
<a href="?additional_subjects=Memory+of+the+World">
<span class="badge">491</span>
Memory of the World
</a>
</li>
<li>
<a href="?additional_subjects=Portrait+photographs">
<span class="badge">473</span>
Portrait photographs
</a>
</li>
<li>
<a href="?additional_subjects=Illuminations">
<span class="badge">466</span>
Illuminations
</a>
</li>
<li>
<a href="?additional_subjects=Cities+and+towns">
<span class="badge">436</span>
Cities and towns
</a>
</li>
<li>
<a href="?additional_subjects=Rivers">
<span class="badge">411</span>
Rivers
</a>
</li>
<li>
<a href="?additional_subjects=Volga+River+Region">
<span class="badge">362</span>
Volga River Region
</a>
</li>
<li>
<a href="?additional_subjects=Ural+Mountains+Region">
<span class="badge">356</span>
Ural Mountains Region
</a>
</li>
<li>
<a href="?additional_subjects=Architectural+decorations+and+ornaments">
<span class="badge">334</span>
Architectural decorations and ornaments
</a>
</li>
<li>
<a href="?additional_subjects=Islamic+architecture">
<span class="badge">323</span>
Islamic architecture
</a>
</li>
<li>
<a href="?additional_subjects=Islamic+manuscripts">
<span class="badge">306</span>
Islamic manuscripts
</a>
</li>
<li>
<a href="?additional_subjects=Portraits">
<span class="badge">300</span>
Portraits
</a>
</li>
<li>
<a href="?additional_subjects=Turkic+peoples">
<span class="badge">299</span>
Turkic peoples
</a>
</li>
<li>
<a href="?additional_subjects=Description+and+travel">
<span class="badge">272</span>
Description and travel
</a>
</li>
<li>
<a href="?additional_subjects=Churches">
<span class="badge">267</span>
Churches
</a>
</li>
<li>
<a href="?additional_subjects=Clothing+and+dress">
<span class="badge">262</span>
Clothing and dress
</a>
</li>
<li>
<a href="?additional_subjects=Poetry">
<span class="badge">260</span>
Poetry
</a>
</li>
<li>
<a href="?additional_subjects=Tombs">
<span class="badge">252</span>
Tombs
</a>
</li>
<li>
<a href="?additional_subjects=Arabic+calligraphy">
<span class="badge">251</span>
Arabic calligraphy
</a>
</li>
<li>
<a href="?additional_subjects=Sepulchral+monuments">
<span class="badge">247</span>
Sepulchral monuments
</a>
</li>
<li>
<a href="?additional_subjects=Indigenous+peoples">
<span class="badge">238</span>
Indigenous peoples
</a>
</li>
<li>
<a href="?additional_subjects=Islamic+calligraphy">
<span class="badge">227</span>
Islamic calligraphy
</a>
</li>
<li>
<a href="?additional_subjects=Economics">
<span class="badge">220</span>
Economics
</a>
</li>
<li>
<a href="?additional_subjects=Arabic+manuscripts">
<span class="badge">217</span>
Arabic manuscripts
</a>
</li>
<li>
<a href="?additional_subjects=Volga-Baltic+Waterway">
<span class="badge">214</span>
Volga-Baltic Waterway
</a>
</li>
<li>
<a href="?additional_subjects=Group+portraits">
<span class="badge">202</span>
Group portraits
</a>
</li>
<li>
<a href="?additional_subjects=Journalism">
<span class="badge">202</span>
Journalism
</a>
</li>
<li>
<a href="?additional_subjects=Soldiers">
<span class="badge">200</span>
Soldiers
</a>
</li>
<li>
<a href="?additional_subjects=Mountains">
<span class="badge">199</span>
Mountains
</a>
</li>
<li>
<a href="?additional_subjects=World+War%2C+1914-1918">
<span class="badge">187</span>
World War, 1914-1918
</a>
</li>
<li>
<a href="?additional_subjects=War+posters">
<span class="badge">165</span>
War posters
</a>
</li>
<li>
<a href="?additional_subjects=Ethnic+groups">
<span class="badge">158</span>
Ethnic groups
</a>
</li>
<li>
<a href="?additional_subjects=Handbooks%C2%A0and+manuals">
<span class="badge">154</span>
Handbooks and manuals
</a>
</li>
<li>
<a href="?additional_subjects=Villages">
<span class="badge">152</span>
Villages
</a>
</li>
<li>
<a href="?additional_subjects=Women">
<span class="badge">151</span>
Women
</a>
</li>
<li>
<a href="?additional_subjects=Street+scenes">
<span class="badge">149</span>
Street scenes
</a>
</li>
<li>
<a href="?additional_subjects=Merchants">
<span class="badge">145</span>
Merchants
</a>
</li>
<li>
<a href="?additional_subjects=Codex">
<span class="badge">144</span>
Codex
</a>
</li>
<li>
<a href="?additional_subjects=Cathedrals">
<span class="badge">143</span>
Cathedrals
</a>
</li>
<li>
<a href="?additional_subjects=Mosques">
<span class="badge">139</span>
Mosques
</a>
</li>
<li>
<a href="?additional_subjects=Onion+domes">
<span class="badge">137</span>
Onion domes
</a>
</li>
<li>
<a href="?additional_subjects=Kings+and+rulers">
<span class="badge">132</span>
Kings and rulers
</a>
</li>
<li>
<a href="?additional_subjects=Woodcuts">
<span class="badge">132</span>
Woodcuts
</a>
</li>
<li>
<a href="?additional_subjects=Monasteries">
<span class="badge">131</span>
Monasteries
</a>
</li>
<li>
<a href="?additional_subjects=Sh%C4%81h-i+Zindah">
<span class="badge">129</span>
Shāh-i Zindah
</a>
</li>
<li>
<a href="?additional_subjects=Men">
<span class="badge">128</span>
Men
</a>
</li>
<li>
<a href="?additional_subjects=Slides+%28Photography%29">
<span class="badge">128</span>
Slides (Photography)
</a>
</li>
<li>
<a href="?additional_subjects=Madrasahs">
<span class="badge">122</span>
Madrasahs
</a>
</li>
<li>
<a href="?additional_subjects=Bridges">
<span class="badge">118</span>
Bridges
</a>
</li>
<li>
<a href="?additional_subjects=Afghan+Wars">
<span class="badge">110</span>
Afghan Wars
</a>
</li>
<li>
<a href="?additional_subjects=Franco-Prussian+War%2C+1870-1871">
<span class="badge">109</span>
Franco-Prussian War, 1870-1871
</a>
</li>
<li>
<a href="?additional_subjects=Inscriptions">
<span class="badge">108</span>
Inscriptions
</a>
</li>
<li>
<a href="?additional_subjects=Manners+and+customs">
<span class="badge">108</span>
Manners and customs
</a>
</li>
<li>
<a href="?additional_subjects=Orthodox+churches">
<span class="badge">108</span>
Orthodox churches
</a>
</li>
<li>
<a href="?additional_subjects=Archaeological+sites">
<span class="badge">107</span>
Archaeological sites
</a>
</li>
<li>
<a href="?additional_subjects=Expeditions+and+surveys">
<span class="badge">106</span>
Expeditions and surveys
</a>
</li>
<li>
<a href="?additional_subjects=Koran">
<span class="badge">106</span>
Koran
</a>
</li>
<li>
<a href="?additional_subjects=Headgear">
<span class="badge">102</span>
Headgear
</a>
</li>
<li>
<a href="?additional_subjects=Bell+towers">
<span class="badge">101</span>
Bell towers
</a>
</li>
<li>
<a href="?additional_subjects=Castles+and+palaces">
<span class="badge">100</span>
Castles and palaces
</a>
</li>
<li>
<a href="?additional_subjects=Lithographs">
<span class="badge">95</span>
Lithographs
</a>
</li>
<li>
<a href="?additional_subjects=War+damage">
<span class="badge">91</span>
War damage
</a>
</li>
<li>
<a href="?additional_subjects=Cliffs">
<span class="badge">90</span>
Cliffs
</a>
</li>
<li>
<a href="?additional_subjects=Siberia">
<span class="badge">90</span>
Siberia
</a>
</li>
<li>
<a href="?additional_subjects=Forts+and+fortifications">
<span class="badge">88</span>
Forts and fortifications
</a>
</li>
<li>
<a href="?additional_subjects=Railroads">
<span class="badge">88</span>
Railroads
</a>
</li>
<li>
<a href="?additional_subjects=Battles">
<span class="badge">86</span>
Battles
</a>
</li>
<li>
<a href="?additional_subjects=Factories">
<span class="badge">84</span>
Factories
</a>
</li>
<li>
<a href="?additional_subjects=Indians+of+Mexico">
<span class="badge">84</span>
Indians of Mexico
</a>
</li>
<li>
<a href="?additional_subjects=Correspondence">
<span class="badge">83</span>
Correspondence
</a>
</li>
<li>
<a href="?additional_subjects=Letters">
<span class="badge">83</span>
Letters
</a>
</li>
<li>
<a href="?additional_subjects=Miniatures+%28Illuminations%29">
<span class="badge">83</span>
Miniatures (Illuminations)
</a>
</li>
<li>
<a href="?additional_subjects=Folk+songs">
<span class="badge">82</span>
Folk songs
</a>
</li>
<li>
<a href="?additional_subjects=Log+buildings">
<span class="badge">82</span>
Log buildings
</a>
</li>
<li>
<a href="?additional_subjects=Markets">
<span class="badge">82</span>
Markets
</a>
</li>
<li>
<a href="?additional_subjects=Mesoamerica">
<span class="badge">82</span>
Mesoamerica
</a>
</li>
<li>
<a href="?additional_subjects=Qing+dynasty%2C+1644-1911">
<span class="badge">82</span>
Qing dynasty, 1644-1911
</a>
</li>
<li>
<a href="?additional_subjects=Dialect+Poetry%2C+Scottish">
<span class="badge">81</span>
Dialect Poetry, Scottish
</a>
</li>
<li>
<a href="?additional_subjects=Arabian+Peninsula">
<span class="badge">80</span>
Arabian Peninsula
</a>
</li>
<li>
<a href="?additional_subjects=Religious+articles">
<span class="badge">80</span>
Religious articles
</a>
</li>
<li>
<a href="?additional_subjects=Calligraphy%2C+Persian">
<span class="badge">79</span>
Calligraphy, Persian
</a>
</li>
<li>
<a href="?additional_subjects=Icons">
<span class="badge">77</span>
Icons
</a>
</li>
<li>
<a href="?additional_subjects=Bible.+New+Testament">
<span class="badge">75</span>
Bible. New Testament
</a>
</li>
<li>
<a href="?additional_subjects=Regional+Memory+of+the+World+Register%2C+Scientific+Memory+of+Andean+America">
<span class="badge">75</span>
Regional Memory of the World Register, Scientific Memory of Andean America
</a>
</li>
<li>
<a href="?additional_subjects=Chapbooks%2C+English">
<span class="badge">73</span>
Chapbooks, English
</a>
</li>
<li>
<a href="?additional_subjects=Horse-drawn+vehicles">
<span class="badge">73</span>
Horse-drawn vehicles
</a>
</li>
<li>
<a href="?additional_subjects=Persian+poetry">
<span class="badge">73</span>
Persian poetry
</a>
</li>
<li>
<a href="?additional_subjects=Chapbooks%2C+Scottish">
<span class="badge">72</span>
Chapbooks, Scottish
</a>
</li>
<li>
<a href="?additional_subjects=Devices+%28Heraldry%29">
<span class="badge">72</span>
Devices (Heraldry)
</a>
</li>
<li>
<a href="?additional_subjects=Meadows">
<span class="badge">72</span>
Meadows
</a>
</li>
<li>
<a href="?additional_subjects=Aztecs">
<span class="badge">71</span>
Aztecs
</a>
</li>
<li>
<a href="?additional_subjects=Bible">
<span class="badge">71</span>
Bible
</a>
</li>
<li>
<a href="?additional_subjects=Nasta%27liq+script">
<span class="badge">71</span>
Nasta&#39;liq script
</a>
</li>
<li>
<a href="?additional_subjects=Watercolors">
<span class="badge">71</span>
Watercolors
</a>
</li>
<li>
<a href="?additional_subjects=Bazaars">
<span class="badge">70</span>
Bazaars
</a>
</li>
</ul>
</section>
<section>
<h3>Type of Item</h3>
<ul class="list-unstyled">
<li>
<a href="?item_type=print-photograph">
<span class="badge">5,190</span>
Prints, Photographs
</a>
</li>
<li>
<a href="?item_type=newspapers">
<span class="badge">2,609</span>
Newspapers
</a>
</li>
<li>
<a href="?item_type=manuscript">
<span class="badge">1,155</span>
Manuscripts
</a>
</li>
<li>
<a href="?item_type=book">
<span class="badge">1,148</span>
Books
</a>
</li>
<li>
<a href="?item_type=map">
<span class="badge">609</span>
Maps
</a>
</li>
<li>
<a href="?item_type=journal">
<span class="badge">143</span>
Journals
</a>
</li>
<li>
<a href="?item_type=motion-picture">
<span class="badge">19</span>
Motion Pictures
</a>
</li>
<li>
<a href="?item_type=sound-recording">
<span class="badge">8</span>
Sound Recordings
</a>
</li>
</ul>
</section>
<section>
<h3>Language</h3>
<ul class="list-unstyled">
<li>
<a href="?languages=ara">
<span class="badge">2,075</span>
Arabic
</a>
</li>
<li>
<a href="?languages=spa">
<span class="badge">1,256</span>
Spanish
</a>
</li>
<li>
<a href="?languages=eng">
<span class="badge">1,219</span>
English
</a>
</li>
<li>
<a href="?languages=deu">
<span class="badge">385</span>
German
</a>
</li>
<li>
<a href="?languages=zho">
<span class="badge">379</span>
Chinese
</a>
</li>
<li>
<a href="?languages=rus">
<span class="badge">378</span>
Russian
</a>
</li>
<li>
<a href="?languages=fra">
<span class="badge">351</span>
French
</a>
</li>
<li>
<a href="?languages=lat">
<span class="badge">305</span>
Latin
</a>
</li>
<li>
<a href="?languages=jpn">
<span class="badge">188</span>
Japanese
</a>
</li>
<li>
<a href="?languages=por">
<span class="badge">162</span>
Portuguese
</a>
</li>
<li>
<a href="?languages=fas">
<span class="badge">146</span>
Persian
</a>
</li>
<li>
<a href="?languages=ita">
<span class="badge">94</span>
Italian
</a>
</li>
<li>
<a href="?languages=sco">
<span class="badge">88</span>
Scots
</a>
</li>
<li>
<a href="?languages=nld">
<span class="badge">74</span>
Dutch
</a>
</li>
<li>
<a href="?languages=ota">
<span class="badge">74</span>
Ottoman Turkish (1500-1928)
</a>
</li>
<li>
<a href="?languages=kur">
<span class="badge">66</span>
Kurdish
</a>
</li>
<li>
<a href="?languages=hbs">
<span class="badge">34</span>
Serbo-Croatian
</a>
</li>
<li>
<a href="?languages=bul">
<span class="badge">30</span>
Bulgarian
</a>
</li>
<li>
<a href="?languages=ncj">
<span class="badge">29</span>
Northern Puebla Nahuatl
</a>
</li>
<li>
<a href="?languages=syr">
<span class="badge">28</span>
Syriac
</a>
</li>
<li>
<a href="?languages=ces">
<span class="badge">27</span>
Czech
</a>
</li>
<li>
<a href="?languages=swe">
<span class="badge">23</span>
Swedish
</a>
</li>
<li>
<a href="?languages=heb">
<span class="badge">22</span>
Hebrew
</a>
</li>
<li>
<a href="?languages=bel">
<span class="badge">18</span>
Belarusian
</a>
</li>
<li>
<a href="?languages=pol">
<span class="badge">18</span>
Polish
</a>
</li>
<li>
<a href="?languages=chu">
<span class="badge">17</span>
Church Slavic
</a>
</li>
<li>
<a href="?languages=grc">
<span class="badge">17</span>
Ancient Greek (to 1453)
</a>
</li>
<li>
<a href="?languages=lav">
<span class="badge">15</span>
Latvian
</a>
</li>
<li>
<a href="?languages=naz">
<span class="badge">13</span>
Coatepec Nahuatl
</a>
</li>
<li>
<a href="?languages=urd">
<span class="badge">13</span>
Urdu
</a>
</li>
<li>
<a href="?languages=ell">
<span class="badge">12</span>
Modern Greek (1453-)
</a>
</li>
<li>
<a href="?languages=ukr">
<span class="badge">11</span>
Ukrainian
</a>
</li>
<li>
<a href="?languages=chg">
<span class="badge">9</span>
Chagatai
</a>
</li>
<li>
<a href="?languages=dan">
<span class="badge">9</span>
Danish
</a>
</li>
<li>
<a href="?languages=nci">
<span class="badge">9</span>
Classical Nahuatl
</a>
</li>
<li>
<a href="?languages=tur">
<span class="badge">9</span>
Turkish
</a>
</li>
<li>
<a href="?languages=hye">
<span class="badge">8</span>
Armenian
</a>
</li>
<li>
<a href="?languages=nbf">
<span class="badge">8</span>
Naxi
</a>
</li>
<li>
<a href="?languages=gmh">
<span class="badge">7</span>
Middle High German (ca. 1050-1500)
</a>
</li>
<li>
<a href="?languages=hun">
<span class="badge">7</span>
Hungarian
</a>
</li>
<li>
<a href="?languages=kor">
<span class="badge">7</span>
Korean
</a>
</li>
<li>
<a href="?languages=nor">
<span class="badge">6</span>
Norwegian
</a>
</li>
<li>
<a href="?languages=bos">
<span class="badge">5</span>
Bosnian
</a>
</li>
<li>
<a href="?languages=fro">
<span class="badge">5</span>
Old French (842-ca. 1400)
</a>
</li>
<li>
<a href="?languages=tha">
<span class="badge">5</span>
Thai
</a>
</li>
<li>
<a href="?languages=xcl">
<span class="badge">5</span>
Classical Armenian
</a>
</li>
<li>
<a href="?languages=afr">
<span class="badge">4</span>
Afrikaans
</a>
</li>
<li>
<a href="?languages=ale">
<span class="badge">3</span>
Aleut
</a>
</li>
<li>
<a href="?languages=amh">
<span class="badge">3</span>
Amharic
</a>
</li>
<li>
<a href="?languages=bod">
<span class="badge">3</span>
Tibetan
</a>
</li>
<li>
<a href="?languages=cop">
<span class="badge">3</span>
Coptic
</a>
</li>
<li>
<a href="?languages=hin">
<span class="badge">3</span>
Hindi
</a>
</li>
<li>
<a href="?languages=jav">
<span class="badge">3</span>
Javanese
</a>
</li>
<li>
<a href="?languages=mon">
<span class="badge">3</span>
Mongolian
</a>
</li>
<li>
<a href="?languages=mya">
<span class="badge">3</span>
Burmese
</a>
</li>
<li>
<a href="?languages=tat">
<span class="badge">3</span>
Tatar
</a>
</li>
<li>
<a href="?languages=cym">
<span class="badge">2</span>
Welsh
</a>
</li>
<li>
<a href="?languages=gez">
<span class="badge">2</span>
Geez
</a>
</li>
<li>
<a href="?languages=glg">
<span class="badge">2</span>
Galician
</a>
</li>
<li>
<a href="?languages=kat">
<span class="badge">2</span>
Georgian
</a>
</li>
<li>
<a href="?languages=lug">
<span class="badge">2</span>
Ganda
</a>
</li>
<li>
<a href="?languages=mnc">
<span class="badge">2</span>
Manchu
</a>
</li>
<li>
<a href="?languages=san">
<span class="badge">2</span>
Sanskrit
</a>
</li>
<li>
<a href="?languages=slk">
<span class="badge">2</span>
Slovak
</a>
</li>
<li>
<a href="?languages=slv">
<span class="badge">2</span>
Slovenian
</a>
</li>
<li>
<a href="?languages=yid">
<span class="badge">2</span>
Yiddish
</a>
</li>
<li>
<a href="?languages=zlm">
<span class="badge">2</span>
Malay (individual language)
</a>
</li>
<li>
<a href="?languages=aca">
<span class="badge">1</span>
Achagua
</a>
</li>
<li>
<a href="?languages=bfa">
<span class="badge">1</span>
Bari
</a>
</li>
<li>
<a href="?languages=brh">
<span class="badge">1</span>
Brahui
</a>
</li>
<li>
<a href="?languages=bya">
<span class="badge">1</span>
Batak
</a>
</li>
<li>
<a href="?languages=cat">
<span class="badge">1</span>
Catalan
</a>
</li>
<li>
<a href="?languages=chb">
<span class="badge">1</span>
Chibcha
</a>
</li>
<li>
<a href="?languages=cnx">
<span class="badge">1</span>
Middle Cornish
</a>
</li>
<li>
<a href="?languages=dsb">
<span class="badge">1</span>
Lower Sorbian
</a>
</li>
<li>
<a href="?languages=dzg">
<span class="badge">1</span>
Dazaga
</a>
</li>
<li>
<a href="?languages=gcf">
<span class="badge">1</span>
Guadeloupean Creole French
</a>
</li>
<li>
<a href="?languages=gml">
<span class="badge">1</span>
Middle Low German
</a>
</li>
<li>
<a href="?languages=goh">
<span class="badge">1</span>
Old High German (ca. 750-1050)
</a>
</li>
<li>
<a href="?languages=hrv">
<span class="badge">1</span>
Croatian
</a>
</li>
<li>
<a href="?languages=iku">
<span class="badge">1</span>
Inuktitut
</a>
</li>
<li>
<a href="?languages=jrb">
<span class="badge">1</span>
Judeo-Arabic
</a>
</li>
<li>
<a href="?languages=jye">
<span class="badge">1</span>
Judeo-Yemeni Arabic
</a>
</li>
<li>
<a href="?languages=kaz">
<span class="badge">1</span>
Kazakh
</a>
</li>
<li>
<a href="?languages=khm">
<span class="badge">1</span>
Central Khmer
</a>
</li>
<li>
<a href="?languages=lad">
<span class="badge">1</span>
Ladino
</a>
</li>
<li>
<a href="?languages=laj">
<span class="badge">1</span>
Lango (Uganda)
</a>
</li>
<li>
<a href="?languages=lao">
<span class="badge">1</span>
Lao
</a>
</li>
<li>
<a href="?languages=mar">
<span class="badge">1</span>
Marathi
</a>
</li>
<li>
<a href="?languages=mik">
<span class="badge">1</span>
Mikasuki
</a>
</li>
<li>
<a href="?languages=mkd">
<span class="badge">1</span>
Macedonian
</a>
</li>
<li>
<a href="?languages=mos">
<span class="badge">1</span>
Mossi
</a>
</li>
<li>
<a href="?languages=mxa">
<span class="badge">1</span>
Northwest Oaxaca Mixtec
</a>
</li>
<li>
<a href="?languages=ngu">
<span class="badge">1</span>
Guerrero Nahuatl
</a>
</li>
<li>
<a href="?languages=nhe">
<span class="badge">1</span>
Eastern Huasteca Nahuatl
</a>
</li>
<li>
<a href="?languages=nhn">
<span class="badge">1</span>
Central Nahuatl
</a>
</li>
<li>
<a href="?languages=nyn">
<span class="badge">1</span>
Nyankole
</a>
</li>
<li>
<a href="?languages=nyo">
<span class="badge">1</span>
Nyoro
</a>
</li>
<li>
<a href="?languages=oma">
<span class="badge">1</span>
Omaha-Ponca
</a>
</li>
<li>
<a href="?languages=osx">
<span class="badge">1</span>
Old Saxon
</a>
</li>
</ul>
</section>
<section>
<h3>Institution</h3>
<ul class="list-unstyled">
<li>
<a href="?institution=library-of-congress">
<span class="badge">5,004</span>
Library of Congress
</a>
</li>
<li>
<a href="?institution=iraqi-national-library-and-archives">
<span class="badge">1,465</span>
Iraqi National Library and Archives
</a>
</li>
<li>
<a href="?institution=national-library-of-argentina">
<span class="badge">966</span>
National Library of Argentina
</a>
</li>
<li>
<a href="?institution=national-library-of-brazil">
<span class="badge">463</span>
National Library of Brazil
</a>
</li>
<li>
<a href="?institution=berlin-state-library-prussian-cultural-heritage-foundation">
<span class="badge">278</span>
Berlin State Library - Prussian Cultural Heritage Foundation
</a>
</li>
<li>
<a href="?institution=national-library-of-russia">
<span class="badge">183</span>
National Library of Russia
</a>
</li>
<li>
<a href="?institution=library-company-philadelphia">
<span class="badge">154</span>
The Library Company of Philadelphia
</a>
</li>
<li>
<a href="?institution=bavarian-state-library">
<span class="badge">119</span>
Bavarian State Library
</a>
</li>
<li>
<a href="?institution=central-library-qatar-foundation">
<span class="badge">111</span>
Qatar National Library
</a>
</li>
<li>
<a href="?institution=national-library-of-uganda">
<span class="badge">109</span>
National Library of Uganda
</a>
</li>
<li>
<a href="?institution=columbus-memorial-library-organization-of-american-states">
<span class="badge">107</span>
Columbus Memorial Library, Organization of American States
</a>
</li>
<li>
<a href="?institution=national-central-library">
<span class="badge">101</span>
National Central Library
</a>
</li>
<li>
<a href="?institution=university-of-south-carolina">
<span class="badge">99</span>
University of South Carolina
</a>
</li>
<li>
<a href="?institution=university-of-wisconsin-milwaukee-libraries">
<span class="badge">98</span>
University of Wisconsin-Milwaukee Libraries
</a>
</li>
<li>
<a href="?institution=national-library-of-colombia">
<span class="badge">91</span>
National Library of Colombia
</a>
</li>
<li>
<a href="?institution=national-parliamentary-library-of-ukraine">
<span class="badge">76</span>
National Parliamentary Library of Ukraine
</a>
</li>
<li>
<a href="?institution=national-diet-library">
<span class="badge">75</span>
National Diet Library
</a>
</li>
<li>
<a href="?institution=brown-university-library">
<span class="badge">73</span>
Brown University Library
</a>
</li>
<li>
<a href="?institution=bibliotheca-alexandrina">
<span class="badge">71</span>
Bibliotheca Alexandrina
</a>
</li>
<li>
<a href="?institution=john-carter-brown-library">
<span class="badge">64</span>
John Carter Brown Library
</a>
</li>
<li>
<a href="?institution=state-library-and-archives-of-florida">
<span class="badge">51</span>
State Library and Archives of Florida
</a>
</li>
<li>
<a href="?institution=walters-art-museum">
<span class="badge">45</span>
Walters Art Museum
</a>
</li>
<li>
<a href="?institution=united-nations-office-geneva-library">
<span class="badge">44</span>
United Nations Office at Geneva Library
</a>
</li>
<li>
<a href="?institution=national-archives-and-records-administration">
<span class="badge">41</span>
U.S. National Archives and Records Administration
</a>
</li>
<li>
<a href="?institution=national-library-and-archives-egypt">
<span class="badge">41</span>
National Library and Archives of Egypt
</a>
</li>
<li>
<a href="?institution=national-library-of-china">
<span class="badge">39</span>
National Library of China
</a>
</li>
<li>
<a href="?institution=national-library-of-france">
<span class="badge">39</span>
National Library of France
</a>
</li>
<li>
<a href="?institution=yale-university-library">
<span class="badge">37</span>
Yale University Library
</a>
</li>
<li>
<a href="?institution=national-library-of-serbia">
<span class="badge">35</span>
National Library of Serbia
</a>
</li>
<li>
<a href="?institution=national-library-of-spain">
<span class="badge">35</span>
National Library of Spain
</a>
</li>
<li>
<a href="?institution=mamma-haidara-commemorative-library">
<span class="badge">33</span>
Mamma Haidara Commemorative Library
</a>
</li>
<li>
<a href="?institution=national-library-of-south-africa">
<span class="badge">27</span>
National Library of South Africa
</a>
</li>
<li>
<a href="?institution=university-library-in-bratislava">
<span class="badge">27</span>
University Library in Bratislava
</a>
</li>
<li>
<a href="?institution=national-library-of-sweden">
<span class="badge">26</span>
National Library of Sweden
</a>
</li>
<li>
<a href="?institution=laurentian-library">
<span class="badge">24</span>
Medicea Laurenziana Library, Florence
</a>
</li>
<li>
<a href="?institution=pontifical-catholic-university-of-chile">
<span class="badge">24</span>
Pontifical Catholic University of Chile
</a>
</li>
<li>
<a href="?institution=holy-spirit-university-of-kaslik">
<span class="badge">21</span>
Holy Spirit University of Kaslik
</a>
</li>
<li>
<a href="?institution=central-library-of-the-bulgarian-academy-of-sciences">
<span class="badge">20</span>
Central Library of the Bulgarian Academy of Sciences
</a>
</li>
<li>
<a href="?institution=latvenergo-power-industry-museum">
<span class="badge">20</span>
Latvenergo AS Power Industry Museum
</a>
</li>
<li>
<a href="?institution=national-library-of-israel">
<span class="badge">20</span>
National Library of Israel
</a>
</li>
<li>
<a href="?institution=royal-netherlands-institute-of-southeast-asian-and-the-caribbean-studies-kitlv">
<span class="badge">20</span>
Royal Netherlands Institute of Southeast Asian and the Caribbean Studies KITLV
</a>
</li>
<li>
<a href="?institution=national-library-of-latvia">
<span class="badge">19</span>
National Library of Latvia
</a>
</li>
<li>
<a href="?institution=american-university-cairo-rare-books-and-special-collections-library">
<span class="badge">18</span>
The American University in Cairo Rare Books and Special Collections Library
</a>
</li>
<li>
<a href="?institution=yeltsin-presidential-library">
<span class="badge">18</span>
Yeltsin Presidential Library
</a>
</li>
<li>
<a href="?institution=government-college-university-lahore">
<span class="badge">17</span>
Government College University Lahore
</a>
</li>
<li>
<a href="?institution=hill-museum-manuscript-library">
<span class="badge">17</span>
Hill Museum &amp; Manuscript Library
</a>
</li>
<li>
<a href="?institution=vilnius-university-library">
<span class="badge">17</span>
Vilnius University Library
</a>
</li>
<li>
<a href="?institution=national-academic-library-of-the-republic-of-kazakhstan-astana">
<span class="badge">16</span>
National Academic Library of the Republic of Kazakhstan, Astana
</a>
</li>
<li>
<a href="?institution=university-of-pretoria-library">
<span class="badge">15</span>
University of Pretoria Library
</a>
</li>
<li>
<a href="?institution=circus-world-museum">
<span class="badge">14</span>
Circus World Museum
</a>
</li>
<li>
<a href="?institution=museum-plantin-moretusprint-room">
<span class="badge">12</span>
Museum Plantin-Moretus/Print Room
</a>
</li>
<li>
<a href="?institution=national-and-university-library-st-kliment-ohridski-skopje-republic-macedonia">
<span class="badge">12</span>
National and University Library “St Kliment Ohridski” – Skopje
</a>
</li>
<li>
<a href="?institution=national-library-of-the-netherlands">
<span class="badge">12</span>
National Library of the Netherlands
</a>
</li>
<li>
<a href="?institution=syriac-orthodox-archdiocese-of-aleppo">
<span class="badge">12</span>
Syriac-Orthodox Archdiocese of Aleppo
</a>
</li>
<li>
<a href="?institution=british-library">
<span class="badge">11</span>
British Library
</a>
</li>
<li>
<a href="?institution=russian-state-library">
<span class="badge">11</span>
Russian State Library
</a>
</li>
<li>
<a href="?institution=wellcome-library">
<span class="badge">11</span>
Wellcome Library
</a>
</li>
<li>
<a href="?institution=abu-dhabi-authority-for-culture-and-heritage">
<span class="badge">10</span>
Abu Dhabi Authority for Culture and Heritage
</a>
</li>
<li>
<a href="?institution=allama-iqbal-library-university-of-kashmir">
<span class="badge">10</span>
Allama Iqbal Library, University of Kashmir
</a>
</li>
<li>
<a href="?institution=austrian-national-library">
<span class="badge">10</span>
Austrian National Library
</a>
</li>
<li>
<a href="?institution=center-for-the-study-of-the-history-of-mexico-carso">
<span class="badge">10</span>
Center for the Study of the History of Mexico CARSO
</a>
</li>
<li>
<a href="?institution=national-library-of-bulgaria">
<span class="badge">10</span>
National Library of Bulgaria
</a>
</li>
<li>
<a href="?institution=royal-library-the-denmark">
<span class="badge">10</span>
Royal Library (The), Denmark
</a>
</li>
<li>
<a href="?institution=university-library-alessandrina">
<span class="badge">10</span>
University Library Alessandrina
</a>
</li>
<li>
<a href="?institution=national-central-library-of-florence">
<span class="badge">9</span>
National Central Library of Florence
</a>
</li>
<li>
<a href="?institution=national-library-and-archives-islamic-republic-iran">
<span class="badge">9</span>
National Library and Archives of the Islamic Republic of Iran
</a>
</li>
<li>
<a href="?institution=national-library-and-archives-quebec">
<span class="badge">9</span>
National Library and Archives of Quebec
</a>
</li>
<li>
<a href="?institution=vi-vernadsky-national-library-of-ukraine">
<span class="badge">9</span>
V.I. Vernadsky National Library of Ukraine
</a>
</li>
<li>
<a href="?institution=bolshoi-st-petersburg-state-circus-museum-circus-art">
<span class="badge">8</span>
The Bolshoi St. Petersburg State Circus - Museum of Circus Art
</a>
</li>
<li>
<a href="?institution=greek-catholic-diocese-of-aleppo">
<span class="badge">8</span>
Greek-Catholic Diocese of Aleppo
</a>
</li>
<li>
<a href="?institution=municipal-library-intronati">
<span class="badge">8</span>
Municipal Library Intronati
</a>
</li>
<li>
<a href="?institution=national-library-of-belarus">
<span class="badge">7</span>
National Library of Belarus
</a>
</li>
<li>
<a href="?institution=national-library-of-chile">
<span class="badge">7</span>
National Library of Chile
</a>
</li>
<li>
<a href="?institution=national-library-of-korea">
<span class="badge">7</span>
National Library of Korea
</a>
</li>
<li>
<a href="?institution=riccardiana-library-florence">
<span class="badge">7</span>
Riccardiana Library of Florence
</a>
</li>
<li>
<a href="?institution=smithsonian-institution">
<span class="badge">7</span>
Smithsonian Institution
</a>
</li>
<li>
<a href="?institution=near-east-school-of-theology">
<span class="badge">6</span>
Near East School of Theology
</a>
</li>
<li>
<a href="?institution=folger-shakespeare-library">
<span class="badge">5</span>
Folger Shakespeare Library
</a>
</li>
<li>
<a href="?institution=national-and-university-library-of-bosnia-and-herzegovina">
<span class="badge">5</span>
National and University Library of Bosnia and Herzegovina
</a>
</li>
<li>
<a href="?institution=national-institute-of-anthropology-and-history-inah">
<span class="badge">5</span>
National Institute of Anthropology and History INAH
</a>
</li>
<li>
<a href="?institution=tetouan-asmir-association">
<span class="badge">5</span>
Tetouan-Asmir Association
</a>
</li>
<li>
<a href="?institution=university-library-of-naples">
<span class="badge">5</span>
University Library of Naples
</a>
</li>
<li>
<a href="?institution=university-of-texas-libraries">
<span class="badge">5</span>
University of Texas Libraries
</a>
</li>
<li>
<a href="?institution=king-abdulaziz-university-library">
<span class="badge">4</span>
King Abdulaziz University Library
</a>
</li>
<li>
<a href="?institution=national-library-of-kazakhstan">
<span class="badge">4</span>
National Library of Kazakhstan
</a>
</li>
<li>
<a href="?institution=national-library-of-portugal">
<span class="badge">4</span>
National Library of Portugal
</a>
</li>
<li>
<a href="?institution=national-university-of-kyiv-mohyla-academy-library">
<span class="badge">4</span>
National University of Kyiv Mohyla Academy Library
</a>
</li>
<li>
<a href="?institution=our-lady-of-balamand-patriarchal-monastery">
<span class="badge">4</span>
Our Lady of Balamand Patriarchal Monastery
</a>
</li>
<li>
<a href="?institution=autonomous-university-of-nuevo-leon">
<span class="badge">3</span>
Autonomous University of Nuevo Leon
</a>
</li>
<li>
<a href="?institution=educational-documentation-centre-circus-arts-cedac">
<span class="badge">3</span>
Educational Documentation Centre of Circus Arts (CEDAC)
</a>
</li>
<li>
<a href="?institution=illinois-state-universitys-special-collections-milner-library">
<span class="badge">3</span>
Illinois State University&#39;s Special Collections, Milner Library
</a>
</li>
<li>
<a href="?institution=irish-college-in-paris">
<span class="badge">3</span>
Irish College in Paris
</a>
</li>
<li>
<a href="?institution=john-and-mable-ringling-museum-art">
<span class="badge">3</span>
The John and Mable Ringling Museum of Art
</a>
</li>
<li>
<a href="?institution=national-library-of-armenia">
<span class="badge">3</span>
National Library of Armenia
</a>
</li>
<li>
<a href="?institution=national-library-of-cuba-jose-marti">
<span class="badge">3</span>
National Library of Cuba &quot;José Martí&quot;
</a>
</li>
<li>
<a href="?institution=national-library-of-naples">
<span class="badge">3</span>
National Library of Naples
</a>
</li>
<li>
<a href="?institution=national-library-of-wales">
<span class="badge">3</span>
National Library of Wales
</a>
</li>
<li>
<a href="?institution=saxon-state-and-university-library-dresden">
<span class="badge">3</span>
Saxon State and University Library, Dresden
</a>
</li>
<li>
<a href="?institution=general-archive-of-the-nation">
<span class="badge">2</span>
General Archive of the Nation
</a>
</li>
<li>
<a href="?institution=university-library-of-sassari">
<span class="badge">2</span>
University Library of Sassari
</a>
</li>
</ul>
</section>
</div>
<label id="sidebar-toggle" for="search-filter-checkbox" class="btn btn-primary">
<span class="fa fa-lg fa-filter"></span>
<span class="text hidden-xs hidden-sm">CLICK ME</span>
</label>
<div id="page-main" class="container-fluid">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<form id="site-search" class="form-horizontal" role="form" action="/en/search/">
<div class="row">
<div class="col-sm-8">
<div class="form-group">
<div class="input-group">
<input type="search" class="form-control" lang="en" name="q" value="">
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">
<span class="fa fa-lg fa-search"></span>
Search
</button>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<span id="result-label">
8,163 results in English
</span>
</div>
<div id="view-controls" class="col-sm-6 hidden hidden-xs">
<div id="view-mode-toggle" class="btn-group btn-group-justified" data-toggle="buttons">
<label class="btn btn-default active">
<input type="radio" name="view-mode" value="list">
<span class="fa fa-lg fa-th-list"></span>
<span class="text">List</span>
</label>
<label class="btn btn-default">
<input type="radio" name="view-mode" value="gallery">
<span class="fa fa-lg fa-th-large"></span>
<span class="text">Gallery</span>
</label>
<label class="btn btn-default" hidden>
<input type="radio" name="view-mode" value="map">
<span class="fa fa-lg fa-globe"></span>
<span class="text">Map</span>
</label>
</div>
</div>
</div>
<div class="row">
<div id="search-results">
<div class="results list" data-page-size="42">
<div id="1" class="result" data-wdl-id="1">
<div class="thumbnail-col">
<a href="/en/item/1/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/1/thumbnail/192x192.jpg" alt="Antietam, Maryland. Allan Pinkerton, President Lincoln, and Major General John A. McClernand: Another View">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/1/#">
<strong>Antietam, Maryland. Allan Pinkerton, President Lincoln, and Major General John A. McClernand: Another View</strong>
</a>
<div class="description">
At the outset of the U.S. Civil War, Mathew Brady dispatched a team of photographers to document the conflict. Among them was a Scottish-born immigrant named Alexander Gardner, the photographer who took this photo of Lincoln at Antietam as well as other famous wartime shots. The man to Lincoln's right is Allan Pinkerton, founder of the Pinkerton National Detective Agency, whom Lincoln had as head of a personal security detail during the war. Gardner titled another shot of Pinkerton and his brother William at Antietam “The Secret Service ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=library-of-congress">Library of Congress</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="39.41621" /><meta itemprop="longitude" content="-77.74222" /></span>
</div>
</div>
<div id="10" class="result" data-wdl-id="10">
<div class="thumbnail-col">
<a href="/en/item/10/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10/thumbnail/192x192.jpg" alt="An Actor in the Role of Sato Norikiyo who Becomes Saigyo: An Actor in the Role of Yoshinaka">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10/#">
<strong>An Actor in the Role of Sato Norikiyo who Becomes Saigyo: An Actor in the Role of Yoshinaka</strong>
</a>
<div class="description">
The Japanese art of Ukiyo-e (“Pictures of the floating [or sorrowful] world”) developed in the city of Edo (now Tokyo) during the Tokugawa or Edo Period (1600-1868), a relatively peaceful era during which the Tokugawa shoguns ruled Japan and made Edo the seat of power. The Ukiyo-e tradition of woodblock printing and painting continued into the 20th century. This diptych print of between 1849 and 1852 shows Saigyō surrounded by men trying to prevent him from leaving his house to become a priest. The poet Saigyō (1118-90) was born into ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=library-of-congress">Library of Congress</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="35.6895" /><meta itemprop="longitude" content="139.69171" /></span>
</div>
</div>
<div id="100" class="result" data-wdl-id="100">
<div class="thumbnail-col">
<a href="/en/item/100/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/100/thumbnail/192x192.jpg" alt="Great Trading Routes of the Sahara">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/100/#">
<strong>Great Trading Routes of the Sahara</strong>
</a>
<div class="description">
This 1889 map of trans-Saharan trading routes by French explorer Edouard Blanc reflects the growing priority that Europeans gave to land-based trade during the late 19th-century imperial “scramble for Africa.” In articles about his work, Blanc stressed the importance of identifying “natural” geographic routes that would connect French colonial possessions in west Africa, such as Senegal, to Algeria in north Africa, and link the Mediterranean coast to Sudan and central Africa. Blanc based his maps not only on his own travels but also on nearly a century of reports from ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=library-of-congress">Library of Congress</a>
</div>
</div>
</div>
<div id="9956" class="result" data-wdl-id="9956">
<div class="thumbnail-col">
<a href="/en/item/9956/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/9956/thumbnail/192x192.jpg" alt="Al-Zaura, No. 422, February 28, 1874">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/9956/#">
<strong>Al-Zaura, No. 422, February 28, 1874</strong>
</a>
<div class="description">
<em>Al-Zaura</em> was the brainchild of the pro-Western, progressive Ottoman <em>wali</em> (governor) of Iraq, Midhat Pasha (reigned 1869–72). He established the newspaper when he brought with him from Paris a printing press, the first in Iraq, upon his assignment to Baghdad in 1869. <em>Al-Zaura</em>’s name was taken from a nickname for Baghdad, literally meaning a bend or curve, as the city sits within a wide bend of the Tigris River. The paper is arguably the most important source on Iraq’s history during the last 50 years of the ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=iraqi-national-library-and-archives">Iraqi National Library and Archives</a>
</div>
<a class="expand-group" href="?grouping=9956">
View 49 more issues
</a>
</div>
</div>
<div id="10006" class="result" data-wdl-id="10006">
<div class="thumbnail-col">
<a href="/en/item/10006/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10006/thumbnail/192x192.jpg" alt="The Ash Wednesday Supper">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10006/#">
<strong>The Ash Wednesday Supper</strong>
</a>
<div class="description">
<em>La cena de le Ceneri</em> (The Ash Wednesday supper), the first of Giordano Bruno’s six Italian philosophical dialogues, was first published in London in 1584. The title page indicates neither the place of publication nor the publisher, but scholars agree that the book was printed at the London shop of John Charlewood. The work is dedicated to the French ambassador to the English court, Michel de Castelnau, sieur de la Mauvissière, who assisted Bruno after his arrival in London in 1583. The book is divided into five dialogues and ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=library-national-academy-lincei-and-corsini-family">Library of the National Academy of the Lincei and of the Corsini Family</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="41.89474" /><meta itemprop="longitude" content="12.4839" /></span>
</div>
</div>
<div id="10007" class="result" data-wdl-id="10007">
<div class="thumbnail-col">
<a href="/en/item/10007/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10007/thumbnail/192x192.jpg" alt="Report on the Different Masses of Iron, Found in the Eastern Cordillera of the Andes">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10007/#">
<strong>Report on the Different Masses of Iron, Found in the Eastern Cordillera of the Andes</strong>
</a>
<div class="description">
Mariano Eduardo de Rivero y Ustáriz (1798–1857) was a Peruvian scientist, geologist, mineralogist, chemist, archaeologist, politician, and diplomat. After schooling in Arequipa, he was sent in 1810 at age 12 to London to study mathematics, physics, and languages. In 1817 he traveled to France to the École royale des mines de Paris<em> </em>to study mineralogy and chemistry. In France he met Joseph Louis Proust, Gay-Lussac, and Alexander von Humboldt. The latter became his mentor and, during the course of his travels in Europe, Rivero discovered a new iron-oxalate that ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=central-cultural-library-eafit-university-school-of-administration-and-finance-and-technology-institute">Central Cultural Library, EAFIT University (School of Administration and Finance and Technology Institute)</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="4.60971" /><meta itemprop="longitude" content="-74.08175" /></span>
</div>
</div>
<div id="10008" class="result" data-wdl-id="10008">
<div class="thumbnail-col">
<a href="/en/item/10008/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10008/thumbnail/192x192.jpg" alt="Album of Religious Artifacts from the Church Archaeological Museum of Kiev Theological Academy">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10008/#">
<strong>Album of Religious Artifacts from the Church Archaeological Museum of Kiev Theological Academy</strong>
</a>
<div class="description">
This book, the first in a series of albums dedicated to the Church Archaeological Museum of Kiev Theological Academy, is about the collection of icons from Mount Sinai and Mount Athos assembled by Bishop Porfiry Uspensky (1804–85). Bishop Porfiry was born in Russia, studied at the Saint Petersburg Theological Academy, and was ordained as a priest in 1829. In 1842 he was sent by the synod of the Russian Orthodox Church to Jerusalem to strengthen relations with the Orthodox Christians of Syria and Palestine. In 1845–46 he made ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="37.97945" /><meta itemprop="longitude" content="23.71622" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="30.06263" /><meta itemprop="longitude" content="31.24967" /></span>
</div>
</div>
<div id="10009" class="result" data-wdl-id="10009">
<div class="thumbnail-col">
<a href="/en/item/10009/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10009/thumbnail/192x192.jpg" alt="The First Russian Book Printer, 1583">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10009/#">
<strong>The First Russian Book Printer, 1583</strong>
</a>
<div class="description">
This book, published in Kiev in 1895, is a short biography of Ivan Fyodorov (circa 1510–83), intended for the general reader. Along with Schweipolt Fiol and Francysk Skaryna, Fyodorov was one of the fathers of printing in the East Slavic region. He graduated from Jagiellonian University in Kraków, Poland, and later worked in Moscow, where he published liturgical works using movable type, the first books printed in Russia. He was driven from Moscow by scribes who feared competition from his innovation and fled to the Grand Duchy of Lithuania ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="54.68916" /><meta itemprop="longitude" content="25.2798" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="52.22977" /><meta itemprop="longitude" content="21.01178" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="55.75222" /><meta itemprop="longitude" content="37.61556" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10010" class="result" data-wdl-id="10010">
<div class="thumbnail-col">
<a href="/en/item/10010/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10010/thumbnail/192x192.jpg" alt="Album of the Coats of Arms of Ukraine">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10010/#">
<strong>Album of the Coats of Arms of Ukraine</strong>
</a>
<div class="description">
This collection of prints depicts the historic coats of arms and flags of Ukraine. The work is by Mykola Bytynsʹkyĭ (1893–1972), a Ukrainian painter and expert on heraldry. Bytynsʹkyĭ fought in the Ukrainian War for Independence at the end of World War I and later immigrated to Prague where he studied arts and produced several works on heraldry. After World War II, he lived in a displaced persons camp in Germany, before immigrating to Canada. The coat of arms of Ukraine, a trident on a blue shield, was officially ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10011" class="result" data-wdl-id="10011">
<div class="thumbnail-col">
<a href="/en/item/10011/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10011/thumbnail/192x192.jpg" alt="Art of Ancient Rus’-Ukraine">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10011/#">
<strong>Art of Ancient Rus’-Ukraine</strong>
</a>
<div class="description">
This book is a short history of the art of Ancient Rus’, the medieval polity centered on Kiev, which flourished from the 9th to the 13th centuries, and which formed the basis for much of later Russian and Ukrainian culture. Topics covered include the influences of the Varangians and of Eastern Orthodoxy, the importance of Christianity, wooden architecture, churches and monasteries in Kiev, art and architecture in the historic city of Chernigov, and the arts of enamel and icon painting. Particular attention is paid to Saint Sophia Cathedral in Kiev ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10012" class="result" data-wdl-id="10012">
<div class="thumbnail-col">
<a href="/en/item/10012/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10012/thumbnail/192x192.jpg" alt="Kiev Caves and the Kiev-Pechersk Lavra">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10012/#">
<strong>Kiev Caves and the Kiev-Pechersk Lavra</strong>
</a>
<div class="description">
This book, published in Kiev in 1864, is a history and description of Kiev-Pechersk Lavra, also called the Monastery of the Kiev Caves (<em>pechera</em> means cave; <em>lavra</em> indicates a monastery of status), a large complex founded in 1051 by a monk named Anthony in caves dug out of the hillside. The monastery soon became the center of Christianity in Russia and played an important part in local cultural development, housing the first printing press in Kiev and famous chroniclers, writers, physicians, scientists, and artists. Kiev-Pechersk Lavra is the most important ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10013" class="result" data-wdl-id="10013">
<div class="thumbnail-col">
<a href="/en/item/10013/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10013/thumbnail/192x192.jpg" alt="Kiev-Mezhyhirya Earthenware Factory">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10013/#">
<strong>Kiev-Mezhyhirya Earthenware Factory</strong>
</a>
<div class="description">
This book is a compilation of articles about the famed Kiev-Mezhyhirya Earthenware Factory, which was part of the 10th-century Mezhyhirya Monastery. The factory was founded at the end of the 18th century and produced such quantities of faience that by the mid-19th century it was the largest industrial enterprise in Kiev. The first part of the book is dedicated to the history of the factory, and includes details and illustrations of the wide range of its products, both decorative pieces and more practical ones. The factory hallmarks (seals) are shown ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10014" class="result" data-wdl-id="10014">
<div class="thumbnail-col">
<a href="/en/item/10014/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10014/thumbnail/192x192.jpg" alt="The Baptistery of Saint Sophia Cathedral in Kiev">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10014/#">
<strong>The Baptistery of Saint Sophia Cathedral in Kiev</strong>
</a>
<div class="description">
This book is about the baptistery of Saint Sophia Cathedral in Kiev. The name of the cathedral comes from the sixth-century Hagia Sophia in Constantinople (present-day Istanbul) and means “Holy Wisdom,” rather than dedication to a particular saint. Designed as “the new Constantinople” to represent Eastern Christianity, Saint Sophia in Kiev was first constructed in the 11th century. The baptistery was built into the cloister a few years later and its walls still bear frescoes from the 11th–12th centuries. By the early 20th century, the baptistery was in a ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10015" class="result" data-wdl-id="10015">
<div class="thumbnail-col">
<a href="/en/item/10015/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10015/thumbnail/192x192.jpg" alt="The Cultural and National Movement in Ukraine in the 16th and 17th Centuries">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10015/#">
<strong>The Cultural and National Movement in Ukraine in the 16th and 17th Centuries</strong>
</a>
<div class="description">
Mykhailo Hrushevs’kyi (1866–1934) was a professor of history and a leading political figure in Ukraine, who served as chairman of the Ukrainian Central Council at the time of the Russian Revolution of 1917. This work, published in 1912, is devoted to the national and cultural movement of Ukraine in the 16th and 17th centuries and the formation of a Ukrainian national consciousness. Much of the book deals with relations between Ukraine and Poland and their effect on the formation of a Ukrainian state. The author describes a decline ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="52.22977" /><meta itemprop="longitude" content="21.01178" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10016" class="result" data-wdl-id="10016">
<div class="thumbnail-col">
<a href="/en/item/10016/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10016/thumbnail/192x192.jpg" alt="A Description of Kiev-Pechersk Lavra">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10016/#">
<strong>A Description of Kiev-Pechersk Lavra</strong>
</a>
<div class="description">
This book, published in 1826 at the press of the Kiev-Pechersk Lavra Monastery, is a comprehensive account of the monastery and its establishment. Kiev-Pechersk Lavra, also called the Monastery of the Kiev Caves (<em>pechera</em> means cave; <em>lavra</em> indicates a monastery of status), is a large complex founded in 1051 by a monk named Anthony in caves dug out of the hillside. The monastery soon became central to Christianity in Russia and to local cultural development, supporting writers, physicians, scientists, and artists. After a fire in 1718, most of the lavra ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10017" class="result" data-wdl-id="10017">
<div class="thumbnail-col">
<a href="/en/item/10017/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10017/thumbnail/192x192.jpg" alt="Monuments of Ukrainian Art of the 18th Century">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10017/#">
<strong>Monuments of Ukrainian Art of the 18th Century</strong>
</a>
<div class="description">
This booklet is by Nikolai Makarenko, a specialist in architecture, art history, and archaeology and later director of the Kiev Museum of Arts. He begins by reflecting on the beneficial effects of Cossack culture on southern Russia and its significant impact on Ukrainian culture. He praises 17th- and 18th-century style and describes Pokrovskaia Church as an example of beautiful and pure architecture. The church was built in 1764 by Pyotr Kalishevski in Romny, Poltavskaia Province, and later moved to the city of Poltava. A new church was built in Romny ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10018" class="result" data-wdl-id="10018">
<div class="thumbnail-col">
<a href="/en/item/10018/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10018/thumbnail/192x192.jpg" alt="Peresopnytsia Gospel, a Monument of the 16th Century Renaissance Art from South Russia">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10018/#">
<strong>Peresopnytsia Gospel, a Monument of the 16th Century Renaissance Art from South Russia</strong>
</a>
<div class="description">
This work is devoted to one of the most important and beautifully decorated East Slavic manuscripts, the <em>Peresopnytsia Gospel</em> created in the mid-16th century, partly at the Monastery of the Mother of God in Peresopnytsia, Volyn, and partly at the Monastery of the Holy Trinity near L’viv, both in present-day Ukraine. The present book, by Alexander Gruzinskii, covers the history of the gospel, its ornamentation, and graphics. The first part focuses on the origin of the Peresopnytsia manuscript, which was rediscovered in 1830s by Slavist scholar Osip Bodjanskij. The ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10019" class="result" data-wdl-id="10019">
<div class="thumbnail-col">
<a href="/en/item/10019/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10019/thumbnail/192x192.jpg" alt="Carpathian Ruthenia">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10019/#">
<strong>Carpathian Ruthenia</strong>
</a>
<div class="description">
This album, probably published in about 1920, contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. The photographs depict the wooden churches that were central to the practice of Uniate Christianity (combining Roman Catholicism with the Eastern Rite), to which most Ruthenians converted from Eastern Orthodoxy ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="52.22977" /><meta itemprop="longitude" content="21.01178" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.14816" /><meta itemprop="longitude" content="17.10674" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10020" class="result" data-wdl-id="10020">
<div class="thumbnail-col">
<a href="/en/item/10020/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10020/thumbnail/192x192.jpg" alt="Portraits of N. V. Gogol: 1809–1909">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10020/#">
<strong>Portraits of N. V. Gogol: 1809–1909</strong>
</a>
<div class="description">
This collection of portraits of Nikolai Vasilievich Gogol (1809–52) was published under the auspices of the Society of Lovers of Russian Literature for the centenary of the birth of Gogolʹ, a Ukrainian-born Russian playwright, novelist, and writer of short stories. The book is divided into two parts: an annotated list of the known portraits of the writer on pages 3–15, followed by reproductions of each portrait. The portraits trace Gogol’s life in chronological order, from 1827 before he was well known, until his death in Moscow in ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="55.75222" /><meta itemprop="longitude" content="37.61556" /></span>
</div>
</div>
<div id="10021" class="result" data-wdl-id="10021">
<div class="thumbnail-col">
<a href="/en/item/10021/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10021/thumbnail/192x192.jpg" alt="Guide to Kiev and Its Environs, Including an Address Section, Map and Phototype Views of Kiev">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10021/#">
<strong>Guide to Kiev and Its Environs, Including an Address Section, Map and Phototype Views of Kiev</strong>
</a>
<div class="description">
This 1890 guidebook provides comprehensive information for visitors to Kiev. It includes a history of the city and details of places of interest, such as Kiev-Pechersk Lavra, the cathedrals and other churches, historical monuments, public gardens and wooded areas, public and administrative buildings, and bridges over the Dnieper River. Included is useful information for travelers, such as timetables for trains, steamships, and other passenger transport and a directory for hotels, restaurants, doctors, banks, stores, baths, libraries, clubs, and city and church authorities. The guide anticipates by 24 years Baedeker’s ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10022" class="result" data-wdl-id="10022">
<div class="thumbnail-col">
<a href="/en/item/10022/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10022/thumbnail/192x192.jpg" alt="Compilation of Images of Ancient Objects from Private Collections in Kiev">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10022/#">
<strong>Compilation of Images of Ancient Objects from Private Collections in Kiev</strong>
</a>
<div class="description">
This collection of images was put together by the Kiev amateur archaeologist Nikolaj Leopardov and numismatist Nikolaj Černev, who also collaborated in writing the introduction and explanatory texts. The images of crosses, icons, and other religious items and brief descriptions of them are included in Part I of the book. Part II contains the images of objects from the Bronze Age, mostly axes and knives, and Jewish Cabalistic amulets and coins. Part III contains the images and description of some of the thousands of medieval lead commercial seals from Drohiczyn ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="52.22977" /><meta itemprop="longitude" content="21.01178" /></span>
</div>
</div>
<div id="10023" class="result" data-wdl-id="10023">
<div class="thumbnail-col">
<a href="/en/item/10023/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10023/thumbnail/192x192.jpg" alt="Saint Vladimir’s Cathedral, Kiev">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10023/#">
<strong>Saint Vladimir’s Cathedral, Kiev</strong>
</a>
<div class="description">
Saint Vladimir’s Cathedral in Kiev was constructed in 1862–96 to mark the 900th anniversary of the conversion to Christianity of Kievan Rus by Prince Vladimir (or Volodymyr) Sviatoslavich, later known as Saint Vladimir the Great (circa 956–1015). A note from the publisher of this book states that publications describing Saint Vladimir’s Cathedral had mostly received rapturous reviews from readers, but that some readers were critical of the cathedral’s design and decorations. The purpose of this book, according to the note, was to provide readers with ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10024" class="result" data-wdl-id="10024">
<div class="thumbnail-col">
<a href="/en/item/10024/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10024/thumbnail/192x192.jpg" alt="Ukrainian Culture: A Short History of the Cultural Life of the Ukrainian People">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10024/#">
<strong>Ukrainian Culture: A Short History of the Cultural Life of the Ukrainian People</strong>
</a>
<div class="description">
In the summer of 1918, Ivan Ogienko (1882–1972), a Ukrainian scientist and political, public, and ecclesiastical figure, became a founder and the first president of Kam'ianets'-Podil's'kyi state university (subsequently renamed after him). He later gave a course of lectures on Ukrainian culture at the university, on which this book is based. Part I concerns the history of the culture until the 17th century. It describes the territory of Ukraine, along with song, epic (Cossack) poems and other major literary works, the language, and architecture. Also ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10046" class="result" data-wdl-id="10046">
<div class="thumbnail-col">
<a href="/en/item/10046/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10046/thumbnail/192x192.jpg" alt="Uzhhorod">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10046/#">
<strong>Uzhhorod</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Uzhhorod, in present-day western Ukraine, was the main administrative, commercial, and cultural center of Carpathian Ruthenia. The city, also previously known as Ungvar, was ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.61667" /><meta itemprop="longitude" content="22.3" /></span>
</div>
</div>
<div id="10047" class="result" data-wdl-id="10047">
<div class="thumbnail-col">
<a href="/en/item/10047/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10047/thumbnail/192x192.jpg" alt="Nevitskoe. Ruins of the Castle">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10047/#">
<strong>Nevitskoe. Ruins of the Castle</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Construction of Nevitskoe or Nevitsky Castle, 12 kilometers north of Uzhhorod, began in the 15th century. A powerful Hungarian family, the Drugeths, built the ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10048" class="result" data-wdl-id="10048">
<div class="thumbnail-col">
<a href="/en/item/10048/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10048/thumbnail/192x192.jpg" alt="Kostrina. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10048/#">
<strong>Kostrina. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. The wooden Pokrovska Church was built in Syanky in 1645 and moved to Kostrina in 1761. Its three-tiered towers sit pagoda-like above the wood-shingled ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span><span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.9419" /><meta itemprop="longitude" content="22.59321" /></span>
</div>
</div>
<div id="10049" class="result" data-wdl-id="10049">
<div class="thumbnail-col">
<a href="/en/item/10049/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10049/thumbnail/192x192.jpg" alt="Uzhok. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10049/#">
<strong>Uzhok. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Saint Michael’s Church in Uzhok dates from 1745. Like many of the region’s churches, it was later covered with a dark oil ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.98934" /><meta itemprop="longitude" content="22.87045" /></span>
</div>
</div>
<div id="10050" class="result" data-wdl-id="10050">
<div class="thumbnail-col">
<a href="/en/item/10050/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10050/thumbnail/192x192.jpg" alt="Iska. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10050/#">
<strong>Iska. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is the bell tower and part of the Church of Saint Nicholas the Miracle Worker at Iska (present-day Izky), which dates from ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.64924" /><meta itemprop="longitude" content="23.36648" /></span>
</div>
</div>
<div id="10051" class="result" data-wdl-id="10051">
<div class="thumbnail-col">
<a href="/en/item/10051/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10051/thumbnail/192x192.jpg" alt="Torun&#39;. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10051/#">
<strong>Torun'. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is the bell tower of the Church of Our Lady at Torun` built in 1809. The town is in Mizhhiria District, in ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10052" class="result" data-wdl-id="10052">
<div class="thumbnail-col">
<a href="/en/item/10052/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10052/thumbnail/192x192.jpg" alt="Torun&#39;. Village">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10052/#">
<strong>Torun'. Village</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. This village scene shows the town of Torun` in Mizhhiria District, in eastern Carpathian Ruthenia. Both houses and churches have steeply pitched roofs with ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10053" class="result" data-wdl-id="10053">
<div class="thumbnail-col">
<a href="/en/item/10053/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10053/thumbnail/192x192.jpg" alt="Doleshnaia Apsha. Village">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10053/#">
<strong>Doleshnaia Apsha. Village</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. This pastoral scene shows Dolní Apša (Lower Apsha), with villagers meeting on the road through the village and the church on a hill in ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10054" class="result" data-wdl-id="10054">
<div class="thumbnail-col">
<a href="/en/item/10054/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10054/thumbnail/192x192.jpg" alt="Doleshnaia Apsha. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10054/#">
<strong>Doleshnaia Apsha. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is the wooden church in Dolní Apša (Lower Apsha), which rises on a hill above the village. The elegant spire above the ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10055" class="result" data-wdl-id="10055">
<div class="thumbnail-col">
<a href="/en/item/10055/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10055/thumbnail/192x192.jpg" alt="Repenie. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10055/#">
<strong>Repenie. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is the wooden church in Repenie (also seen as Repinne), in Mizhhiria District, eastern Carpathian Ruthenia. The tall tower with a double-tented ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10056" class="result" data-wdl-id="10056">
<div class="thumbnail-col">
<a href="/en/item/10056/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10056/thumbnail/192x192.jpg" alt="Maidanka. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10056/#">
<strong>Maidanka. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. The wooden church in Majdanka village has a steeply pitched roof with an overhang, like most churches in the Carpathian Mountains, which both protects ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
</div>
</div>
<div id="10057" class="result" data-wdl-id="10057">
<div class="thumbnail-col">
<a href="/en/item/10057/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10057/thumbnail/192x192.jpg" alt="Uzhchora. Village">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10057/#">
<strong>Uzhchora. Village</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is the village of Uzhchora (present-day Ust-Chorna), hugging the sides of a valley in the mountains and shrouded in clouds. The village ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.32306" /><meta itemprop="longitude" content="23.93437" /></span>
</div>
</div>
<div id="10058" class="result" data-wdl-id="10058">
<div class="thumbnail-col">
<a href="/en/item/10058/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10058/thumbnail/192x192.jpg" alt="Saldobosh&#39;. Hut">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10058/#">
<strong>Saldobosh'. Hut</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. This image is from the village of Saldobosh (present-day Steblivka) in the Khust region of south-central Zakarpattia Oblast. The roof of the thatched hut ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.40081" /><meta itemprop="longitude" content="26.11546" /></span>
</div>
</div>
<div id="10059" class="result" data-wdl-id="10059">
<div class="thumbnail-col">
<a href="/en/item/10059/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10059/thumbnail/192x192.jpg" alt="Iska. Village">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10059/#">
<strong>Iska. Village</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is a pastoral scene of the cultivated fields and mountains around the village of Iska (present-day Izky) in Mizhhiria District. The baroque ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.64924" /><meta itemprop="longitude" content="23.36648" /></span>
</div>
</div>
<div id="10060" class="result" data-wdl-id="10060">
<div class="thumbnail-col">
<a href="/en/item/10060/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10060/thumbnail/192x192.jpg" alt="Yasinya. Wooden Churches">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10060/#">
<strong>Yasinya. Wooden Churches</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. On the right in this picture is the Church of the Ascension of Our Lord in Yasinya, built in 1824 and typical of the ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.27937" /><meta itemprop="longitude" content="24.36042" /></span>
</div>
</div>
<div id="10061" class="result" data-wdl-id="10061">
<div class="thumbnail-col">
<a href="/en/item/10061/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10061/thumbnail/192x192.jpg" alt="Yasinya. Wooden Church">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10061/#">
<strong>Yasinya. Wooden Church</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. Shown here is the Church of Saints Peter and Paul and its bell tower in the Plytovate area of Yasinya, across the Tisza River ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.27937" /><meta itemprop="longitude" content="24.36042" /></span>
</div>
</div>
<div id="10062" class="result" data-wdl-id="10062">
<div class="thumbnail-col">
<a href="/en/item/10062/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10062/thumbnail/192x192.jpg" alt="Yasinya">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10062/#">
<strong>Yasinya</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. This image shows part of the village of Yasinya, which spreads out from the banks of the Tisza River surrounded by fields and mountains ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="48.27937" /><meta itemprop="longitude" content="24.36042" /></span>
</div>
</div>
<div id="10063" class="result" data-wdl-id="10063">
<div class="thumbnail-col">
<a href="/en/item/10063/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10063/thumbnail/192x192.jpg" alt="Hutsul Women">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10063/#">
<strong>Hutsul Women</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. This image shows a group of Hutsul women with a child. The Hutsuls are an ethnic and cultural group who speak a dialect of ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
<div id="10064" class="result" data-wdl-id="10064">
<div class="thumbnail-col">
<a href="/en/item/10064/#">
<img class="center-block thumbnail" src="http://testing.wdl.org/media/10064/thumbnail/192x192.jpg" alt="Hutsul Men">
</a>
</div>
<div class="body">
<a class="title" href="/en/item/10064/#">
<strong>Hutsul Men</strong>
</a>
<div class="description">
This image is part of an album probably published in about 1920 that contains 20 photographs of scenes in Carpathian Ruthenia, a mountainous region, most of which was part of the Austria-Hungary before World War I, but which became part of the new Czechoslovak state in 1919. Today the largest portion of it forms Zakarpattia Oblast in western Ukraine, with smaller parts in Slovakia and Poland. This image shows a group of Hutsul men. The Hutsuls are an ethnic and cultural group who speak a dialect of Ukrainian, influenced by ...
</div>
<div class="institution">
<strong>Contributed by</strong>
<a href="/en/search/?institution=national-parliamentary-library-of-ukraine">National Parliamentary Library of Ukraine</a>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"><meta itemprop="latitude" content="50.45466" /><meta itemprop="longitude" content="30.5238" /></span>
</div>
</div>
</div>
<ul class="pager">
<li class="previous disabled"><a href="#">
&larr; Previous</a>
</li>
<li class="next"><a href="?page=2">
Next &rarr;</a>
</li>
</ul>
</div>
</div>
</div>
<footer id="page-footer">
<nav class="navbar navbar-default navbar-static-bottom" role="navigation">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="/en/">Home</a></li>
<li><a href="/en/about/">About</a></li>
<li><a href="/en/help/">Help</a></li>
<li><a href="/en/contact/">Contact</a></li>
<li><a href="/en/legal/">Legal</a></li>
</ul>
</div>
</nav>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment