Some code cosmetics
This commit is contained in:
parent
725fc658f8
commit
9b80c84794
|
@ -35,7 +35,6 @@ body {
|
||||||
height: 8%;
|
height: 8%;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
/* margin: 0 50px 0 50px; */
|
|
||||||
position: relative;
|
position: relative;
|
||||||
color: #4f4f4f;
|
color: #4f4f4f;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
|
@ -114,7 +113,7 @@ body {
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -192px;
|
margin-top: -192px;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
color: #E2E2E2;
|
color: #e2e2e2;
|
||||||
font-family: arial, sans-serif;
|
font-family: arial, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -148,12 +147,6 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar.open {
|
|
||||||
/* left: 0; */
|
|
||||||
/* -webkit-transform: translate(0, 0);
|
|
||||||
-moz-transform: translate(0, 0); */
|
|
||||||
}
|
|
||||||
|
|
||||||
#main.closed {
|
#main.closed {
|
||||||
/* left: 300px; */
|
/* left: 300px; */
|
||||||
-webkit-transform: translate(300px, 0);
|
-webkit-transform: translate(300px, 0);
|
||||||
|
@ -238,7 +231,7 @@ input:-moz-placeholder { color: #454545; }
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
top: 10%;
|
top: 10%;
|
||||||
opacity: .15;
|
opacity: 0.15;
|
||||||
box-shadow: -2px 0 15px rgba(0, 0, 0, 1);
|
box-shadow: -2px 0 15px rgba(0, 0, 0, 1);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -299,8 +292,7 @@ input:-moz-placeholder { color: #454545; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#tocView li:active,
|
#tocView li:active,
|
||||||
#tocView li.currentChapter
|
#tocView li.currentChapter {
|
||||||
{
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -319,7 +311,7 @@ input:-moz-placeholder { color: #454545; }
|
||||||
|
|
||||||
.list_item.currentChapter > a,
|
.list_item.currentChapter > a,
|
||||||
.list_item a:hover {
|
.list_item a:hover {
|
||||||
color: #f1f1f1
|
color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #tocView li.openChapter > a, */
|
/* #tocView li.openChapter > a, */
|
||||||
|
@ -449,7 +441,8 @@ input:-moz-placeholder { color: #454545; }
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#note-text[disabled], #note-text[disabled="disabled"]{
|
#note-text[disabled],
|
||||||
|
#note-text[disabled="disabled"]{
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -484,7 +477,7 @@ input:-moz-placeholder { color: #454545; }
|
||||||
#settingsPanel .large { font-size: large; }
|
#settingsPanel .large { font-size: large; }
|
||||||
#settingsPanel .xlarge { font-size: x-large; }
|
#settingsPanel .xlarge { font-size: x-large; }
|
||||||
|
|
||||||
.highlight { background-color: yellow }
|
.highlight { background-color: yellow; }
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -496,7 +489,6 @@ input:-moz-placeholder { color: #454545; }
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
margin-left: -320px;
|
margin-left: -320px;
|
||||||
margin-top: -160px;
|
margin-top: -160px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
@ -651,9 +643,9 @@ input:-moz-placeholder { color: #454545; }
|
||||||
-webkit-transform: translate(0, 0);
|
-webkit-transform: translate(0, 0);
|
||||||
-moz-transform: translate(0, 0);
|
-moz-transform: translate(0, 0);
|
||||||
-ms-transform: translate(0, 0);
|
-ms-transform: translate(0, 0);
|
||||||
-webkit-transition: -webkit-transform .3s;
|
-webkit-transition: -webkit-transform 0.3s;
|
||||||
-moz-transition: -moz-transform .3s;
|
-moz-transition: -moz-transform 0.3s;
|
||||||
transition: -moz-transform .3s;
|
transition: -moz-transform 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main.closed {
|
#main.closed {
|
||||||
|
@ -684,7 +676,6 @@ input:-moz-placeholder { color: #454545; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* For iPad portrait layouts only */
|
/* For iPad portrait layouts only */
|
||||||
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
|
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
|
||||||
#viewer iframe {
|
#viewer iframe {
|
||||||
|
@ -692,13 +683,6 @@ input:-moz-placeholder { color: #454545; }
|
||||||
height: 740px;
|
height: 740px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*For iPad landscape layouts only *//*
|
|
||||||
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
|
|
||||||
#viewer iframe {
|
|
||||||
width: 460px;
|
|
||||||
height: 415px;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
|
|
||||||
@media only screen
|
@media only screen
|
||||||
and (min-device-width : 768px)
|
and (min-device-width : 768px)
|
||||||
|
|
|
@ -51,7 +51,11 @@ body h2 {
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, .danger, .book-remove, .editable-empty, .editable-empty:hover { color: #45b29d; }
|
a,
|
||||||
|
.danger,
|
||||||
|
.book-remove,
|
||||||
|
.editable-empty,
|
||||||
|
.editable-empty:hover { color: #45b29d; }
|
||||||
|
|
||||||
.book-remove:hover { color: #23527c; }
|
.book-remove:hover { color: #23527c; }
|
||||||
|
|
||||||
|
@ -66,7 +70,9 @@ a, .danger, .book-remove, .editable-empty, .editable-empty:hover { color: #45b29
|
||||||
color: #45b29d;
|
color: #45b29d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-click, a.editable-click, a.editable-click:hover { border-bottom: None; }
|
.editable-click,
|
||||||
|
a.editable-click,
|
||||||
|
a.editable-click:hover { border-bottom: None; }
|
||||||
|
|
||||||
.navigation .nav-head {
|
.navigation .nav-head {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
@ -122,6 +128,7 @@ a, .danger, .book-remove, .editable-empty, .editable-empty:hover { color: #45b29
|
||||||
.container-fluid .discover { margin-bottom: 50px; }
|
.container-fluid .discover { margin-bottom: 50px; }
|
||||||
.container-fluid .new-books { border-top: 1px solid #ccc; }
|
.container-fluid .new-books { border-top: 1px solid #ccc; }
|
||||||
.container-fluid .new-books h2 { margin: 50px 0 0 0; }
|
.container-fluid .new-books h2 { margin: 50px 0 0 0; }
|
||||||
|
|
||||||
.container-fluid .book {
|
.container-fluid .book {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -224,6 +231,7 @@ span.glyphicon.glyphicon-tags {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cover .read {
|
.cover .read {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 2px;
|
right: 2px;
|
||||||
|
@ -239,7 +247,10 @@ span.glyphicon.glyphicon-tags {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-file { position: relative; overflow: hidden; }
|
.btn-file {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-file input[type=file] {
|
.btn-file input[type=file] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -275,7 +286,13 @@ fieldset[disabled] .btn-primary,
|
||||||
fieldset[disabled] .btn-primary:hover,
|
fieldset[disabled] .btn-primary:hover,
|
||||||
.btn-primary.disabled:focus,
|
.btn-primary.disabled:focus,
|
||||||
.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; }
|
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 + .btn,
|
||||||
.btn-toolbar > .btn-group + .btn,
|
.btn-toolbar > .btn-group + .btn,
|
||||||
|
@ -286,15 +303,27 @@ fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primar
|
||||||
.spinner { margin: 0 41%; }
|
.spinner { margin: 0 41%; }
|
||||||
.spinner2 { margin: 0 41%; }
|
.spinner2 { margin: 0 41%; }
|
||||||
.intend-form { margin-left: 20px; }
|
.intend-form { margin-left: 20px; }
|
||||||
table .bg-dark-danger { background-color: #d9534f; color: #fff; }
|
|
||||||
|
table .bg-dark-danger {
|
||||||
|
background-color: #d9534f;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
table .bg-dark-danger a { color: #fff; }
|
table .bg-dark-danger a { color: #fff; }
|
||||||
table .bg-dark-danger:hover { background-color: #c9302c; }
|
table .bg-dark-danger:hover { background-color: #c9302c; }
|
||||||
table .bg-primary:hover { background-color: #1c5484; }
|
table .bg-primary:hover { background-color: #1c5484; }
|
||||||
table .bg-primary a { color: #fff; }
|
table .bg-primary a { color: #fff; }
|
||||||
.block-label { display: block; }
|
.block-label { display: block; }
|
||||||
.fake-input { position: absolute; pointer-events: none; top: 0; }
|
|
||||||
|
|
||||||
input.pill { position: absolute; opacity: 0; }
|
.fake-input {
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input.pill {
|
||||||
|
position: absolute;
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
input.pill + label {
|
input.pill + label {
|
||||||
border: 2px solid #45b29d;
|
border: 2px solid #45b29d;
|
||||||
|
@ -317,11 +346,24 @@ input.pill:checked + label {
|
||||||
input.pill:not(:checked) + label .glyphicon { display: none; }
|
input.pill:not(:checked) + label .glyphicon { display: none; }
|
||||||
|
|
||||||
.author-bio img { margin: 0 1em 1em 0; }
|
.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; }
|
.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; }
|
||||||
|
|
||||||
#meta-info {
|
#meta-info {
|
||||||
height: 600px;
|
height: 600px;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Created by SpeedProg on 05.04.2015.
|
* Created by SpeedProg on 05.04.2015.
|
||||||
*/
|
*/
|
||||||
/* global Bloodhound, language, Modernizr, tinymce */
|
/* global Bloodhound, language, Modernizr, tinymce, getPath */
|
||||||
|
|
||||||
if ($("#description").length) {
|
if ($("#description").length) {
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
|
@ -250,7 +250,7 @@ promisePublishers.done(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#search").on("change input.typeahead:selected", function(event) {
|
$("#search").on("change input.typeahead:selected", function(event) {
|
||||||
if (event.target.type == "search" && event.target.tagName == "INPUT") {
|
if (event.target.type === "search" && event.target.tagName === "INPUT") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var form = $("form").serialize();
|
var form = $("form").serialize();
|
||||||
|
@ -267,8 +267,8 @@ $("#search").on("change input.typeahead:selected", function(event) {
|
||||||
$("#include_tag option:selected").each(function () {
|
$("#include_tag option:selected").each(function () {
|
||||||
$("#exclude_tag").find("[value="+$(this).val() + "]").prop("disabled", true);
|
$("#exclude_tag").find("[value="+$(this).val() + "]").prop("disabled", true);
|
||||||
});
|
});
|
||||||
$('#include_tag').selectpicker("refresh");
|
$("#include_tag").selectpicker("refresh");
|
||||||
$('#exclude_tag').selectpicker("refresh");
|
$("#exclude_tag").selectpicker("refresh");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user