X-Git-Url: https://git.mdrn.pl/wl-mobile.git/blobdiff_plain/34bb7f2c593c073ff871ed732bf16e298abe6837..b9acd6c8b2300a76624900cd19f9e40e59ff3f7b:/assets/www/css/style.css?ds=sidebyside diff --git a/assets/www/css/style.css b/assets/www/css/style.css deleted file mode 100644 index 8b17fb2..0000000 --- a/assets/www/css/style.css +++ /dev/null @@ -1,124 +0,0 @@ -/* - * This file is part of WolneLektury-Mobile, licensed under GNU Affero GPLv3 or later. - * Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. - */ - -body { - padding: 0; - margin: 0; - font-family: verdana, arial, helvetica, sans-serif; -} - -.spinner { - margin-top: 4em; - text-align: center; -} -#spinnertext { - margin-top: 2em; - font-size: .7em; -} - -#cover { - width: 100%; -} - -#searchbox { - font-size: 1.25em; - background: #84bf2a; - padding: 5px; - display: none; -} -#search { - border: none; - width: 100%; - padding: 5px 0 5px 0; -} -#swrap { - margin-right:85px; -} -#searchbutton { - width:80px; - float:right; -} -#content { - padding: 10px; -} -.button { - display: block; - background: #ddd; - font-size: 1.25em; - padding: .5em; - margin-bottom: .5em; - border-radius: 8px; - -webkit-border-radius: 8px; - color: #295158; -} -.button img { - margin-right: .5em; - vertical-align: middle; -} -.button .sub { - font-size: .7em; -} -.button .note { - font-size: .5em; - text-align: right; -} -.button img { - float:left; -} -.button .label { - margin-left: 32px; -} - -.button-Book { - background: #ccc; -} -.button-BookText { - background: #ccc; -} -.delete { - float: right; - width: 24px; - - background: #464646; - font-size: 1.25em; - padding: .5em; - margin-bottom: .5em; - border-radius: 8px; - -webkit-border-radius: 8px; - color: white; - text-align: center; -} - -h1 .subheader { - display:block; - font-size: 70%; -} -.upper { - text-transform: capitalize; -} - - -.footer { - font-size: 0.75em; - text-align: center; -} - -.clr { - clear: both; -} - - -.info dt { - display: inline; - font-weight: bold; -} - -.info dd { - display: inline; - margin: 0; -} -.info img { - max-width: 100%; -} \ No newline at end of file