From 076a76af57ae2ec4e87f15b38f20e367a5225a14 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Nov 2020 14:00:15 +0300 Subject: normalize footer element sizes; remove obsolete css files --- css/index.css | 69 ----------------------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 css/index.css (limited to 'css/index.css') 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; -} -- cgit v1.2.3