mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-06 18:23:03 +00:00
Code cosmetics
This commit is contained in:
@@ -72,6 +72,21 @@ body {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.list_item.currentChapter > a,
|
||||
.list_item a:hover {
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
#panels a {
|
||||
visibility: hidden;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
color: #ccc;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#titlebar a:active {
|
||||
opacity: 1;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
@@ -189,19 +204,14 @@ body {
|
||||
|
||||
#title-controls { float: right; }
|
||||
|
||||
#panels a {
|
||||
visibility: hidden;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
color: #ccc;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#panels a::before { visibility: visible; }
|
||||
#panels a:hover { color: #aaa; }
|
||||
|
||||
.list_item a {
|
||||
color: #aaa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#panels a:active {
|
||||
color: #aaa;
|
||||
margin: 1px 0 -1px 6px;
|
||||
@@ -296,11 +306,6 @@ input:-moz-placeholder { color: #454545; }
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.list_item a {
|
||||
color: #aaa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.list_item a.chapter {
|
||||
font-size: 1em;
|
||||
}
|
||||
@@ -309,11 +314,6 @@ input:-moz-placeholder { color: #454545; }
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.list_item.currentChapter > a,
|
||||
.list_item a:hover {
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
/* #tocView li.openChapter > a, */
|
||||
.list_item a:hover {
|
||||
color: #e2e2e2;
|
||||
@@ -350,8 +350,8 @@ input:-moz-placeholder { color: #454545; }
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
.currentChapter > .toc_toggle:before,
|
||||
.openChapter > .toc_toggle:before {
|
||||
.currentChapter > .toc_toggle::before,
|
||||
.openChapter > .toc_toggle::before {
|
||||
content: '▾';
|
||||
}
|
||||
|
||||
@@ -654,11 +654,6 @@ input:-moz-placeholder { color: #454545; }
|
||||
-ms-transform: translate(260px, 0);
|
||||
}
|
||||
|
||||
#titlebar {
|
||||
/* font-size: 16px; */
|
||||
/* margin: 0 50px 0 50px; */
|
||||
}
|
||||
|
||||
#metainfo {
|
||||
font-size: 10px;
|
||||
}
|
||||
@@ -693,6 +688,7 @@ and (orientation : landscape)
|
||||
width: 80%;
|
||||
margin-left: 10%;
|
||||
}
|
||||
|
||||
#divider,
|
||||
#divider.show {
|
||||
display: none;
|
||||
@@ -713,6 +709,7 @@ and (orientation : landscape)
|
||||
width: 300px;
|
||||
height: 480px;
|
||||
}
|
||||
|
||||
#viewer iframe {
|
||||
width: 300px;
|
||||
height: 480px;
|
||||
@@ -725,6 +722,7 @@ and (orientation : landscape)
|
||||
width: 450px;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#viewer iframe {
|
||||
width: 450px;
|
||||
height: 300px;
|
||||
@@ -737,6 +735,7 @@ and (orientation : landscape)
|
||||
width: 256px;
|
||||
height: 432px;
|
||||
}
|
||||
|
||||
#viewer iframe {
|
||||
width: 256px;
|
||||
height: 432px;
|
||||
@@ -751,7 +750,7 @@ and (orientation : landscape)
|
||||
}
|
||||
}
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
[class^="icon-"]::before, [class*=" icon-"]:before {
|
||||
font-family: "fontello", serif;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user