summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
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;
-}