summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-20 20:24:24 +0300
committerAndrew Dolgov <[email protected]>2020-11-20 20:24:24 +0300
commit7df3df758589dde34aa49dfe20a5079e47366014 (patch)
treebcee5e62973e58a76aa9a89652bea5f95ebde65c /css/index.css
parent94e0592f456880e72a8d8114db80e2288958c638 (diff)
parent076a76af57ae2ec4e87f15b38f20e367a5225a14 (diff)
Merge remote-tracking branch 'origin' into app-online
Diffstat (limited to 'css/index.css')
-rw-r--r--css/index.css69
1 files changed, 0 insertions, 69 deletions
diff --git a/css/index.css b/css/index.css
deleted file mode 100644
index 3eae557..0000000
--- a/css/index.css
+++ /dev/null
@@ -1,69 +0,0 @@
-.display-flex {
- display: flex;
- flex-wrap: wrap;
-}
-
-.separate-search {
- padding : 8px;
-}
-
-.row > div {
- padding-top : 10px;
-}
-
-.row .thumbnail {
- height : 200px;
- width : 140px;
- margin-bottom : 0;
-}
-
-@media(max-width: 641px) {
- .row .col-xxs-6 {
- width: 50%;
- }
-}
-
-.row .thumbnail img {
- width : 100%;
- height : 100%;
- background-size : cover;
- background-position : center;
- background-repeat: no-repeat;
-}
-
-.row .thumbnail.read img {
- opacity : 0.5;
- filter : grayscale(100%);
-}
-
-.epube-app-filler {
- height : 60px;
- display : none;
-}
-
-.in_progress {
- font-style : italic;
-}
-
-.caption div {
- overflow : hidden;
- text-overflow: ellipsis;
- white-space : nowrap;
-}
-
-::selection {
- background : #007d71;
- color : white;
-}
-
-::-webkit-scrollbar {
- width: 4px;
-}
-
-::-webkit-scrollbar-thumb {
- background-color: #007d71;
-}
-
-::-webkit-scrollbar-track {
- background-color: #eee;
-}