-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsarah.css
More file actions
executable file
·115 lines (96 loc) · 1.79 KB
/
sarah.css
File metadata and controls
executable file
·115 lines (96 loc) · 1.79 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
102
103
104
105
106
107
108
109
110
111
112
@import url('http://fonts.googleapis.com/css?family=Overpass');
body {
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
background-color: #F4F8FD;
font-family:'Overpass-Light','Helvetica','Arial',sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
line-height: 20px;
color: #858585;
opacity: 1.00;
width:85%;
max-width:1080px;
}
img.profpic {
height: 185px;
padding: 0px 5px 5px 5px;
float:right;
max-width:270px;
}
h2{
border-bottom-style:solid;
color : #65686C;
border-color: #65686C;
border-width:2px;
padding-left:10px;
}
h3 {
font-size: 24px;
padding: 5px;
line-height: 30px;
margin: 0px;
margin-left: 15px;
margin-top: 10px;
font-family: 'Overpass-Light','HelveticaNeue',sans-serif;
text-transform: uppercase;
color: #EA4D6A;
float: right;
}
h4{
border-bottom-style:dotted;
border-color:#65686C;
border-width:2px;
padding-left:10px;
}
p {
text-align:justify;
padding:0px 25px;}
li {
padding:3px;
}
ul.b {
margin: 2em;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
}
li.b {
padding: 0;
}
a {color: #EA4D6A; text-decoration: none;}
a:visited {color: #444444;}
a:hover {text-decoration: underline;}
td.a {
vertical-align:top;
text-align:center;
padding-top:1.1em;
font-weight:800;
width:120px;
font-size:11px;
}
td.p {
vertical-align:top;
padding-left:15px;
padding-top:0.8em;
}
ul.p {
list-style:none;
padding:0;
padding-left:10px;
margin:0;
line-height:1;
}
span.highlight {
color: rgb(255,0,0);
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 0px auto;
padding:2px;
}