Kaynağa Gözat

WP Editor style edits

tags/0.9.0
Alej 4 yıl önce
ebeveyn
işleme
b0bd391d53
1 değiştirilmiş dosya ile 28 ekleme ve 14 silme
  1. 28
    14
      vue-theme/editor-style.css

+ 28
- 14
vue-theme/editor-style.css Dosyayı Görüntüle

@@ -3,6 +3,11 @@ body {
3 3
     color: #0d0d0d;
4 4
 }
5 5
 
6
+p{
7
+    line-height: 1.4;
8
+    margin-top: 0;
9
+    margin-bottom: 1em;
10
+}
6 11
 a {
7 12
     color: $cia_grey;
8 13
     /* text-decoration: none,  leave for now to show links underlined */
@@ -19,31 +24,40 @@ a &:hover {
19 24
 } */
20 25
 h1 {
21 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 30
 h2 {
26 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 35
 h3{
31 36
     font-size: 1.44em;
32
-    /* margin-top: 1em;
33
-    margin-bottom: 1em; */
37
+    /* margin-top: 1em; */
38
+    margin-bottom: 1em;
34 39
 }
35 40
 h4 {
36 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 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 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…
İptal
Kaydet