|
|
@ -4,10 +4,11 @@
|
|
|
|
font-family: Open Sans Semibold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
font-family: Open Sans Semibold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
padding: 3px 10px;border-radius: 4px;
|
|
|
|
padding: 3px 10px;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.35);
|
|
|
|
-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
|
|
|
|
box-shadow: 0 4px 10px 0 rgba(0,0,0,.35);
|
|
|
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
white-space: nowrap;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-top: -16px !important;
|
|
|
|
margin-top: -16px !important;
|
|
|
@ -40,20 +41,22 @@ html.http-error {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body { background: #f2f2f2; }
|
|
|
|
body {
|
|
|
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body h2 {
|
|
|
|
body h2 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
color:#444;
|
|
|
|
color:#444;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body { margin-bottom: 40px; }
|
|
|
|
|
|
|
|
a { color: #45b29d; }
|
|
|
|
a { color: #45b29d; }
|
|
|
|
|
|
|
|
|
|
|
|
.navigation .nav-head {
|
|
|
|
.navigation .nav-head {
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #999;
|
|
|
|
color: #999;
|
|
|
|
margin: 20px 0
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navigation .nav-head:nth-child(1n+2) {
|
|
|
|
.navigation .nav-head:nth-child(1n+2) {
|
|
|
@ -117,8 +120,18 @@ a { color: #45b29d; }
|
|
|
|
|
|
|
|
|
|
|
|
.container-fluid .book .meta { margin-top: 10px; }
|
|
|
|
.container-fluid .book .meta { margin-top: 10px; }
|
|
|
|
.container-fluid .book .meta p { margin: 0; }
|
|
|
|
.container-fluid .book .meta p { margin: 0; }
|
|
|
|
.container-fluid .book .meta .title { font-weight:bold; font-size: 15px;color: #444; }
|
|
|
|
|
|
|
|
.container-fluid .book .meta .author { font-size: 12px;color:#999; }
|
|
|
|
.container-fluid .book .meta .title {
|
|
|
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
color: #444;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.container-fluid .book .meta .author {
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container-fluid .book .meta .rating { margin-top: 5px; }
|
|
|
|
.container-fluid .book .meta .rating { margin-top: 5px; }
|
|
|
|
.rating .glyphicon-star { color: #999; }
|
|
|
|
.rating .glyphicon-star { color: #999; }
|
|
|
|
.rating .glyphicon-star.good { color: #45b29d; }
|
|
|
|
.rating .glyphicon-star.good { color: #45b29d; }
|
|
|
@ -239,22 +252,35 @@ input.pill:not(:checked) + label .glyphicon { display: none; }
|
|
|
|
|
|
|
|
|
|
|
|
.media-list { padding-right: 15px; }
|
|
|
|
.media-list { padding-right: 15px; }
|
|
|
|
.media-body p { text-align: justify; }
|
|
|
|
.media-body p { text-align: justify; }
|
|
|
|
#meta-info img { max-height: 150px; max-width: 100px; cursor: pointer; }
|
|
|
|
|
|
|
|
|
|
|
|
#meta-info img {
|
|
|
|
|
|
|
|
max-height: 150px;
|
|
|
|
|
|
|
|
max-width: 100px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.padded-bottom { margin-bottom: 15px; }
|
|
|
|
.padded-bottom { margin-bottom: 15px; }
|
|
|
|
.upload-format-input-text { display: initial; }
|
|
|
|
.upload-format-input-text { display: initial; }
|
|
|
|
#btn-upload-format { display: none; }
|
|
|
|
#btn-upload-format { display: none; }
|
|
|
|
.upload-cover-input-text { display: initial; }
|
|
|
|
.upload-cover-input-text { display: initial; }
|
|
|
|
#btn-upload-cover { display: none; }
|
|
|
|
#btn-upload-cover { display: none; }
|
|
|
|
.panel-title > a { text-decoration: none; }
|
|
|
|
.panel-title > a { text-decoration: none; }
|
|
|
|
|
|
|
|
.editable-buttons {
|
|
|
|
|
|
|
|
display:inline-block;
|
|
|
|
|
|
|
|
margin-left: 7px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.editable-buttons { display:inline-block; margin-left: 7px ;}
|
|
|
|
|
|
|
|
.editable-input { display:inline-block; }
|
|
|
|
.editable-input { display:inline-block; }
|
|
|
|
.editable-cancel { margin-bottom: 0px !important; margin-left: 7px !important; }
|
|
|
|
|
|
|
|
.editable-submit { margin-bottom: 0px !important; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.filterheader { margin-bottom: 20px; }
|
|
|
|
.editable-cancel {
|
|
|
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
|
|
|
|
margin-left: 7px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.editable-submit { margin-bottom: 0px !important; }
|
|
|
|
|
|
|
|
.filterheader { margin-bottom: 20px; }
|
|
|
|
.errorlink { margin-top: 20px; }
|
|
|
|
.errorlink { margin-top: 20px; }
|
|
|
|
|
|
|
|
|
|
|
|
.modal-body .comments {
|
|
|
|
.modal-body .comments {
|
|
|
|
max-height: 300px;
|
|
|
|
max-height: 300px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|