From f98ff4ff081c97daab98d4e6f850bc3e50e69fa1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 9 May 2017 12:53:34 +0200 Subject: also rename style for schedules diff --git a/www/styles/schedules.css b/www/styles/schedules.css new file mode 100644 index 0000000..09726f2 --- /dev/null +++ b/www/styles/schedules.css @@ -0,0 +1,92 @@ +/* + * rhrdweb + * + * Copyright (C) 2016 Christian Pointner + * + * This file is part of rhrdweb. + * + * rhrdweb is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * any later version. + * + * rhrdweb is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with rhrdweb. If not, see . + */ + +body { + font-family: "Droid Sans", Helvetica, Arial, Sans; + margin: 0 0 200px 0; + padding: 0; + font-size: 30px; +} + + +#header { + background-color: #36373B; + width: 100%; + color: white; + padding: 0.5em 0.3em 0.25em 5em; + margin-bottom: 0.5em; +} + +#control { + float: left; + margin-right: 1em; +} + +#header span.week { + font-size: 0.6em; + position: relative; + bottom: 0.35em; + padding-bottom: .15em; +} + +#header span.date { + font-size: 1.2em; + font-weight: bold; + padding-left: 0.3em; +} + + +#loading-inner { + width: 60px; + margin-top: 5em; + margin-left: auto; + margin-right: auto; +} + + +#shows div.show { + padding: 0.2em 0; +} + +#shows div:nth-child(even) { + background-color: #D8D8D8; +} + +div.show span { + font-weight: bold; +} + +div.show span.show-title { + white-space:nowrap; + overflow:hidden; +} + +div.show span.show-start { + font-size: 0.75em; + margin-left: 5em; + margin-right: 1em; +} + +div.show span.show-len { + font-size: 0.75em; + margin-left: 0.2em; + margin-right: 1em; +} diff --git a/www/styles/todo.css b/www/styles/todo.css deleted file mode 100644 index 09726f2..0000000 --- a/www/styles/todo.css +++ /dev/null @@ -1,92 +0,0 @@ -/* - * rhrdweb - * - * Copyright (C) 2016 Christian Pointner - * - * This file is part of rhrdweb. - * - * rhrdweb is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * rhrdweb is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with rhrdweb. If not, see . - */ - -body { - font-family: "Droid Sans", Helvetica, Arial, Sans; - margin: 0 0 200px 0; - padding: 0; - font-size: 30px; -} - - -#header { - background-color: #36373B; - width: 100%; - color: white; - padding: 0.5em 0.3em 0.25em 5em; - margin-bottom: 0.5em; -} - -#control { - float: left; - margin-right: 1em; -} - -#header span.week { - font-size: 0.6em; - position: relative; - bottom: 0.35em; - padding-bottom: .15em; -} - -#header span.date { - font-size: 1.2em; - font-weight: bold; - padding-left: 0.3em; -} - - -#loading-inner { - width: 60px; - margin-top: 5em; - margin-left: auto; - margin-right: auto; -} - - -#shows div.show { - padding: 0.2em 0; -} - -#shows div:nth-child(even) { - background-color: #D8D8D8; -} - -div.show span { - font-weight: bold; -} - -div.show span.show-title { - white-space:nowrap; - overflow:hidden; -} - -div.show span.show-start { - font-size: 0.75em; - margin-left: 5em; - margin-right: 1em; -} - -div.show span.show-len { - font-size: 0.75em; - margin-left: 0.2em; - margin-right: 1em; -} -- cgit v0.10.2