瀏覽代碼

WP Editor style edits

tags/0.9.0
Alej 4 年之前
父節點
當前提交
b0bd391d53
共有 1 個文件被更改,包括 28 次插入14 次删除
  1. 28
    14
      vue-theme/editor-style.css

+ 28
- 14
vue-theme/editor-style.css 查看文件

3
     color: #0d0d0d;
3
     color: #0d0d0d;
4
 }
4
 }
5
 
5
 
6
+p{
7
+    line-height: 1.4;
8
+    margin-top: 0;
9
+    margin-bottom: 1em;
10
+}
6
 a {
11
 a {
7
     color: $cia_grey;
12
     color: $cia_grey;
8
     /* text-decoration: none,  leave for now to show links underlined */
13
     /* text-decoration: none,  leave for now to show links underlined */
19
 } */
24
 } */
20
 h1 {
25
 h1 {
21
     font-size: 2.0736em;
26
     font-size: 2.0736em;
22
-    /* margin-top: 0.6em;
23
-    margin-bottom: 0.6em; */
27
+    margin-top: 0.48225em;
28
+    margin-bottom: 0.48225em;
24
 }
29
 }
25
 h2 {
30
 h2 {
26
     font-size: 1.728em;
31
     font-size: 1.728em;
27
-    /* margin-top: 0.8em;
28
-    margin-bottom: 0.8em; */
32
+    margin-top: 0.83333em;
33
+    margin-bottom: 0;
29
 }
34
 }
30
 h3{
35
 h3{
31
     font-size: 1.44em;
36
     font-size: 1.44em;
32
-    /* margin-top: 1em;
33
-    margin-bottom: 1em; */
37
+    /* margin-top: 1em; */
38
+    margin-bottom: 1em;
34
 }
39
 }
35
 h4 {
40
 h4 {
36
     font-size: 1.2em;
41
     font-size: 1.2em;
37
-    /* margin-top: 1.33em;
38
-    margin-bottom: 1.33em; */
42
+    /* margin-top: 1.33em; */
43
+    margin-bottom: 1.2em;
39
 }
44
 }
40
 h5 {
45
 h5 {
41
-    font-size: 1em;
42
-    /* margin-top: 1.6em;
43
-    margin-bottom: 1.6em; */
46
+    font-size: 1.0em;
47
+    /* margin-top: 1.6em; */
48
+    margin-bottom: 1.44em;
44
 }
49
 }
45
 h6 {
50
 h6 {
46
-    font-size: .83333em;
47
-    /* margin-top: 2em;
48
-    margin-bottom: 2em; */
51
+    font-size: 0.83333em;
52
+    /* margin-top: 2em; */
53
+    margin-bottom: 1.728em;
54
+}
55
+
56
+ul{
57
+    padding: 0;
58
+}
59
+
60
+/* margin to indent marker */
61
+li {
62
+    margin: 0 0 0.57870em 2.0736em !important;
49
 }
63
 }

Loading…
取消
儲存