From 7ca80e57f06922e464626c7a6a1d7965e716b53f Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 13 Jul 2018 21:53:49 +0800 Subject: update --- static/style.css | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..f9525f0 --- /dev/null +++ b/static/style.css @@ -0,0 +1,85 @@ +#cke_editor +{ + width:500px; +} + +.cke_top +{ + padding:0px; +} + +#container +{ + width: 500px; + margin: 0 auto; + font-size: 12px; + line-height: 20px; +} + +.whisper_unit_odd +{ + background: #f2f2f2; +} + +.whisper_unit_even +{ +} + +.whisper_unit +{ + box-sizing:border-box; + -moz-box-sizing:border-box; /* Firefox */ + -webkit-box-sizing:border-box; /* Safari */ + padding: 5px; +} + +.whisper_date +{ + float:left; + color : #aaaaaa; +} + +.whisper_edit a +{ + float:right; + color : #cccccc; +} + +.whisper_edit a:hover +{ + float:right; + color : #3ea17c; +} + +.pagejump +{ + color : #3ea17c; +} + +.whisper_content img +{ + max-width: 100%; +} + +#pagejump_next +{ + float:right; +} + +p { + -webkit-margin-before: 0px; + -webkit-margin-after: 0px; + -webkit-margin-start: 0px; + -webkit-margin-end: 0px; +} + +/*cke*/ +a.cke_button +{ + padding:2px; +} +.cke_editable +{ + font-size: 12px; + line-height: 12px; +} \ No newline at end of file -- cgit v1.1-26-g67d0