X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/96a96c16513a98378e2f75ead26a22c358795182..d316a52151685a1b7c295baa12b73a73eabe5657:/wolnelektury/static/css/catalogue.css diff --git a/wolnelektury/static/css/catalogue.css b/wolnelektury/static/css/catalogue.css deleted file mode 100755 index b08d99bcc..000000000 --- a/wolnelektury/static/css/catalogue.css +++ /dev/null @@ -1,74 +0,0 @@ -.work-list { - margin: 0; - padding: 0; - list-style: none; -} - -.work-item { - margin: 0; - padding: 0; -} - -.books .work-item { - display: inline-block; -} - - -#tagged-object-list .left-column, #tagged-object-list .right-column { - width: 48em; -} - - -/* listing of all books */ -#book-list { - padding-left: 50px; -} -#book-list-nav { - position: absolute; - right: 50px; - width: 200px; - border-left: 1px #cfcfcf solid; - padding: 10px; - font-size: 1.2em; -} - -#book-list-nav ul { - list-style-type: none; - margin: 5px; - padding: 0; -} - -.book-list-show-index { - display: none; - margin: 0; - padding: 0; -} - - -#book-a-list #book-list ol { - padding-left: 1em; - margin: 0.3em 0 1.2em 0; - list-style: none; -} - -#book-a-list #book-list h2 a { - color: black; -} - -#book-list-up { - position: fixed; - bottom: 50px; - right: 50px; - border-left: 1px #cfcfcf solid; - padding: 10px; - background-color: white; -} - - - -.catalogue-catalogue h2 { - font-size: 2em; -} -.catalogue-catalogue ul { - -moz-column-width: 30em; -} \ No newline at end of file