File tree 1 file changed +70
-5
lines changed
1 file changed +70
-5
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Vertical Rhythm Overrides
3
+ */
4
+
1
5
h1 {
2
- padding-top : 0.1em ;
6
+ font-size : 2.618em ;
7
+ line-height : 1.19em ;
8
+ /*margin-top: 0.1em;*/
3
9
}
4
10
5
11
h2 {
6
- padding-top : 0.2em ;
12
+ font-size : 1.618em ;
13
+ line-height : 1.2 ;
14
+ margin-top : 0.1em ;
15
+ margin-bottom : 0.382em ;
16
+ }
17
+
18
+ h3 {
19
+
20
+ font-size : 1.4em ; /*1.375em;*/
21
+ line-height : 1.4em ;
22
+ margin-bottom : 0.6em ;
23
+ }
24
+
25
+ h4 {
26
+ font-size : 1.2em ;
27
+ line-height : 1.4em ;
28
+ margin-bottom : 0.6em ;
29
+ }
30
+
31
+ /*
32
+ * Table of Contents Nav
33
+ */
34
+ .contents .topic {
35
+ background-color : # F5F5F5 ;
36
+ padding : 1em ;
37
+ width : 300px ;
38
+ float : left;
39
+ border : 0 ;
40
+ }
41
+ .contents .topic ul {
42
+ list-style : none;
43
+ padding-left : 20px ;
44
+ }
45
+ .contents .topic > ul {
46
+ padding-left : 0 ;
47
+ }
48
+
49
+ # getting-your-open-source-project-ready-for-new-contributors > .section {
50
+ margin-left : 320px ;
7
51
}
8
52
9
- div .section {
10
- padding-bottom : 0.3em ;
11
- }
53
+
54
+ /*
55
+ * Example Block Styling
56
+ *
57
+ * <blockquote class="oh-example">
58
+ * Here's an example email!
59
+ * </blockquote>
60
+ */
61
+ blockquote {
62
+ background-color : # F3F3F3 ;
63
+ border-left : 3px solid # D5D5D5 ;
64
+ margin : 1em 0 ;
65
+ padding : .7em 1.5em 1em ;
66
+ }
67
+
68
+ blockquote : before {
69
+ content : 'Example' ;
70
+ text-transform : uppercase;
71
+ font-size : 0.9em ;
72
+ color : # 666 ; /* Fallback font color for non-rgba browsers */
73
+ color : rgba (0 , 0 , 0 , 0.4 );
74
+ font-weight : bold;
75
+ line-height : 2em ;
76
+ }
You can’t perform that action at this time.
0 commit comments