forked from maxired/maxired.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
101 lines (88 loc) · 1.2 KB
/
Copy pathstyle.css
File metadata and controls
101 lines (88 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
body{
margin:0px;
color:black;
font-family: "Helvetica";
font-weight: lighter;
}
.header{
color:black;
}
.header h1{
text-transform: initial;
border-width: 0px;
}
h1{
font-weight: lighter;
text-transform: uppercase;
border: solid 0px lightgrey;
border-bottom-width: 2px;
padding-left: 10px;
color:black;
margin-left:10px;
margin-right:10px;
}
h2{
color:#50a3d9;
margin:0px;
font-size:24px;
padding-top: 10px;
}
li{
color:black;
}
h3{
margin:0px;
font-size: 18px;
color:grey;
font-weight: normal;
padding-bottom: 10px;
}
p, ul{
margin:0px;
}
p {
margin-top:10px;
}
.left{
position: absolute;
left:0px;
width:220px;
padding-top: 7px;
}
.container{
position: absolute;
left:220px;
right:0px;
border: solid 0px lightgrey;
border-left-width: 2px;
}
.container h1{
padding-left: 20px;
margin-left: 20px;
}
.left h1{
text-transform: initial;
color:#50a3d9 ;
font-size:20px;
font-weight: normal;
}
.left blockquote{
margin:0px;
margin-left: 20px;
margin-right: 10px;
}
.left .picture{
margin-left: 20px;
}
.header h1, .header h2{
font-weight: lighter;
padding-left:40px;
}
.header h1{
margin:0px;
font-size: 64px;
}
.header h2{
color:black;
}
.pagebreak { page-break-before: always; }