From d4874db3d2db48995b12381e379108ed32d35096 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 7 Apr 2015 15:31:34 -0400 Subject: Reorganize assets --- static/css/main.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 static/css/main.css (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..88598a7 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,60 @@ +.borderless td, +.borderless tr { + border: none !important; +} + +.comment + .comment{ + border-top: 1px solid rgba(0, 0, 0, 0.1); + padding-top: 1em; +} + +.date { + color: rgba(0, 0, 0, 0.6); + font-size: 14px; +} + +.media-body .edit { + display: none; + margin-right: 1em; +} + +.media-body:hover .edit { + display: initial; +} + +.comment-source { + display: none; +} + +article > header { + margin-bottom: 2em; +} + +nav .fa { + margin-left: 1em; +} + +.login { + margin:10em auto auto; + width: 400px; + +} + +p.kadoscope{ + opacity : 0; + text-align : center; + color : #E61000; + font-size : 20px; + font-weight : bold; +} + +#kadobutton{ + background-image : url('gfx/gift.png'); + background-repeat : no-repeat; + background-position : center; + height : 130px; +} + +.media-left img{ + width: 64px; +} -- cgit v1.2.3-70-g09d2