Parcourir la source

added font style parameters

tags/0.9.0
Alej il y a 5 ans
Parent
révision
6a3b313ec1
1 fichiers modifiés avec 45 ajouts et 0 suppressions
  1. 45
    0
      vue-theme/editor-style.css

+ 45
- 0
vue-theme/editor-style.css Voir le fichier

@@ -1,4 +1,49 @@
1 1
 body {
2 2
     font-family: Questrial, sans-serif;
3 3
     color: #0d0d0d;
4
+}
5
+
6
+a {
7
+    color: $cia_grey;
8
+    /* text-decoration: none,  leave for now to show links underlined */
9
+}
10
+a &:hover {
11
+    cursor: pointer;
12
+    color: $cia_black;
13
+}
14
+/* common */
15
+/* h1, h2, h3, h4, h5, h6 { 
16
+    display: block;
17
+    margin-left: 0;
18
+    margin-right: 0;
19
+} */
20
+h1 {
21
+    /* font-size: 2.45em; */
22
+    /* margin-top: 0.6em;
23
+    margin-bottom: 0.6em; */
24
+}
25
+h2 {
26
+    font-size: 1.5em;
27
+    /* margin-top: 0.8em;
28
+    margin-bottom: 0.8em; */
29
+}
30
+h3{
31
+    font-size: 1.17em;
32
+    /* margin-top: 1em;
33
+    margin-bottom: 1em; */
34
+}
35
+h4 {
36
+    font-size: 1em;
37
+    /* margin-top: 1.33em;
38
+    margin-bottom: 1.33em; */
39
+}
40
+h5 {
41
+    font-size: .8em;
42
+    /* margin-top: 1.6em;
43
+    margin-bottom: 1.6em; */
44
+}
45
+h6 {
46
+    font-size: .67em;
47
+    /* margin-top: 2em;
48
+    margin-bottom: 2em; */
4 49
 }

Chargement…
Annuler
Enregistrer