|
|
|
@ -4,13 +4,14 @@
|
|
|
|
|
font-family: Open Sans Semibold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
padding: 3px 10px;border-radius: 4px;
|
|
|
|
|
padding: 3px 10px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.35);
|
|
|
|
|
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, 0.35);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
margin-top: -16px!important;
|
|
|
|
|
margin-top: -16px !important;
|
|
|
|
|
line-height: 1.71428571;
|
|
|
|
|
color: #ddd;
|
|
|
|
|
}
|
|
|
|
@ -40,20 +41,22 @@ html.http-error {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body { background: #f2f2f2; }
|
|
|
|
|
body {
|
|
|
|
|
background: #f2f2f2;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body h2 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color:#444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body { margin-bottom: 40px; }
|
|
|
|
|
a { color: #45b29d; }
|
|
|
|
|
|
|
|
|
|
.navigation .nav-head {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #999;
|
|
|
|
|
margin: 20px 0
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigation .nav-head:nth-child(1n+2) {
|
|
|
|
@ -68,7 +71,7 @@ a { color: #45b29d; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navigation li a:hover {
|
|
|
|
|
background: rgba(153,153,153,0.4);
|
|
|
|
|
background: rgba(153, 153, 153, 0.4);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -85,13 +88,13 @@ a { color: #45b29d; }
|
|
|
|
|
background: #45b29d;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container-fluid img {
|
|
|
|
|
display: block;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height:auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container-fluid .discover{ margin-bottom: 50px; }
|
|
|
|
@ -107,9 +110,9 @@ a { color: #45b29d; }
|
|
|
|
|
.container-fluid .book .cover img {
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
box-sizeing: border-box;
|
|
|
|
|
height:100%;
|
|
|
|
|
bottom:0;
|
|
|
|
|
position:absolute;
|
|
|
|
|
height: 100%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
-webkit-box-shadow: 0 5px 8px -6px #777;
|
|
|
|
|
-moz-box-shadow: 0 5px 8px -6px #777;
|
|
|
|
|
box-shadow: 0 5px 8px -6px #777;
|
|
|
|
@ -117,8 +120,18 @@ a { color: #45b29d; }
|
|
|
|
|
|
|
|
|
|
.container-fluid .book .meta { margin-top: 10px; }
|
|
|
|
|
.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; }
|
|
|
|
|
.rating .glyphicon-star { color: #999; }
|
|
|
|
|
.rating .glyphicon-star.good { color: #45b29d; }
|
|
|
|
@ -164,7 +177,7 @@ span.glyphicon.glyphicon-tags {
|
|
|
|
|
.cover-height { max-height: 100px;}
|
|
|
|
|
|
|
|
|
|
.col-sm-2 a .cover-small {
|
|
|
|
|
margin:5px;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
max-height: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -190,10 +203,10 @@ span.glyphicon.glyphicon-tags {
|
|
|
|
|
.button-link {color: #fff; }
|
|
|
|
|
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{ background-color: #1C5484; }
|
|
|
|
|
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #89B9E2; }
|
|
|
|
|
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group { margin-left:0px; }
|
|
|
|
|
.btn-toolbar>.btn+.btn, .btn-toolbar>.btn-group+.btn, .btn-toolbar>.btn+.btn-group, .btn-toolbar>.btn-group+.btn-group { margin-left: 0px; }
|
|
|
|
|
.panel-body {background-color: #f5f5f5; }
|
|
|
|
|
.spinner {margin:0 41%; }
|
|
|
|
|
.spinner2 {margin:0 41%; }
|
|
|
|
|
.spinner {margin: 0 41%; }
|
|
|
|
|
.spinner2 {margin: 0 41%; }
|
|
|
|
|
|
|
|
|
|
table .bg-dark-danger {background-color: #d9534f; color: #fff; }
|
|
|
|
|
table .bg-dark-danger a {color: #fff; }
|
|
|
|
@ -225,38 +238,51 @@ input.pill:checked + label {
|
|
|
|
|
|
|
|
|
|
input.pill:not(:checked) + label .glyphicon { display: none; }
|
|
|
|
|
|
|
|
|
|
.author-bio img {margin: 0 1em 1em 0;}
|
|
|
|
|
.author-link {display: inline-block; margin-top: 10px; width: 100px; }
|
|
|
|
|
.author-link img {display: block; height: 100%; }
|
|
|
|
|
.author-bio img { margin: 0 1em 1em 0; }
|
|
|
|
|
.author-link { display: inline-block; margin-top: 10px; width: 100px; }
|
|
|
|
|
.author-link img { display: block; height: 100%; }
|
|
|
|
|
#remove-from-shelves .btn, #shelf-action-errors { margin-left: 5px; }
|
|
|
|
|
|
|
|
|
|
.tags_click, .serie_click, .language_click {margin-right: 5px; }
|
|
|
|
|
.tags_click, .serie_click, .language_click { margin-right: 5px; }
|
|
|
|
|
|
|
|
|
|
#meta-info {
|
|
|
|
|
height:600px;
|
|
|
|
|
overflow-y:scroll;
|
|
|
|
|
height: 600px;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.media-list { padding-right:15px; }
|
|
|
|
|
.media-list { padding-right: 15px; }
|
|
|
|
|
.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; }
|
|
|
|
|
.upload-format-input-text {display: initial;}
|
|
|
|
|
#btn-upload-format {display: none;}
|
|
|
|
|
.upload-cover-input-text {display: initial; }
|
|
|
|
|
#btn-upload-cover {display: none; }
|
|
|
|
|
.upload-format-input-text { display: initial; }
|
|
|
|
|
#btn-upload-format { display: none; }
|
|
|
|
|
.upload-cover-input-text { display: initial; }
|
|
|
|
|
#btn-upload-cover { display: 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-cancel { margin-bottom: 0px !important; margin-left: 7px !important; }
|
|
|
|
|
.editable-submit { margin-bottom: 0px !important; }
|
|
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
|
max-height:300px;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|