From d1c02019db9a6fb2ab053091c9a4a32dc00b8b50 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 22 Aug 2022 15:28:10 +0200 Subject: Initial --- static/index.css | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 static/index.css (limited to 'static/index.css') diff --git a/static/index.css b/static/index.css new file mode 100644 index 0000000..1d1c542 --- /dev/null +++ b/static/index.css @@ -0,0 +1,91 @@ +body { + font-family: sans-serif; +} + +#list { + font-size: 30px; +} + +.item { + margin-bottom: 4px; +} + +.item.flash { + background-color: #fdd; +} + +.item.negative { + color: #999; +} + +.item.make-new { + margin-top: 7px; +} + +.item .item-buttons { + display: none; + user-select: none; +} +.item:hover .item-buttons { + display: inline; +} + +.item-bullet { + color: #444; + user-select: none; + margin-right: 10px; +} +.item.negative .item-bullet { + color: #aaa; +} + +.item-votes { + display: inline-block; + font-size: 18px; + color: #444; + vertical-align: 3px; + margin-left: 15px; +} + +.item-upvote { + border: 1px #888 solid; + border-radius: 4px; + background-color: #eee; + color: green; + font-weight: bold; + cursor: pointer; + margin-left: 15px; + padding-left: 8px; + padding-right: 8px; +} + +.item-downvote { + font-size: 23px; + color: blue; + cursor: pointer; + margin-left: 15px; + vertical-align: 2px; +} + +.item-delete { + font-weight: bold; + font-family: mononoki; + color: #f00; + font-size: 28px; + margin-left: 11px; + cursor: pointer; +} + +.new-item-bullet { + color: #888; + font-weight: bold; + font-family: mononoki; + margin-left: 1px; + margin-right: 8px; + user-select: none; + vertical-align: 1px; +} + +.new-item-input { + font-size: 26px; +} -- cgit v1.2.3-70-g09d2