summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-13 21:53:49 +0800
committerchai <chaifix@163.com>2018-07-13 21:53:49 +0800
commit7ca80e57f06922e464626c7a6a1d7965e716b53f (patch)
treebda9271234720424b7dfc5c2d25b9df4ba3d01df /static/style.css
parent181b206863d3765fe5343ceea8e1e00e52ffba9e (diff)
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css85
1 files changed, 85 insertions, 0 deletions
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