-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
125 lines (104 loc) · 1.81 KB
/
style.css
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/*
* Theme Name: dangrossman.info 2014
*/
body {
margin-top: 100px;
}
div, p, h1, h2, h3 { font-family:"Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size-adjust:0.488; font-weight:normal; font-style:normal; }
#reportrange {
background: #ffffff;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
color: #333333;
padding: 8px;
line-height: 18px;
cursor: pointer;
}
#reportrange .caret {
margin-top: 8px;
margin-left: 2px;
}
#reportrange span {
padding-left: 3px;
}
.post {
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 30px;
font-size: 18px;
line-height: 1.8em;
}
.post p {
margin: 0 0 2em 0;
}
.post h1 {
font-weight: normal;
font-size: 36px;
margin-bottom: 1.5em;
}
h2.postdate {
font-weight: normal;
font-size: 20px;
color: #555;
margin: 0 0 1em 0;
}
#bio {
margin-left: 30px;
font-size: 18px;
line-height: 1.8em;
padding-left: 50px;
border-left: 5px solid #eee;
position: relative;
}
#bio h1 {
margin-top: 0;
font-size: 24px;
font-weight: bold;
}
.icon-list {
margin-top: 10px;
}
.icon-list li {
border: none;
padding: 5px 0;
font-size: 15px;
}
.icon-list li a:link, .icon-list li a:visited {
color: #333;
}
.icon-list li a:hover {
text-decoration: none;
color: #06c;
}
.icon-list li.nav-header {
background: #eee;
}
.icon-list li i {
width: 22px;
margin-right: 5px;
}
.well {
font-size: 15px;
}
.well .daterangepicker {
font-size: 18px;
}
h2 {
margin-bottom: 1em;
}
.topbar {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 15px;
transition: background 1.5s linear;
}
.bigcol {
position: relative;
}
#backhome {
position: absolute;
top: -80px;
}