-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (93 loc) · 1.59 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
body {
/*margin-left: 10em;
margin-right: 10em;*/
border: 1px solid black;
font-family: Ubuntu, monospace, sans-serif;
}
img {
border-radius: 50%;
width: 100px;
border: 2px solid #425061;
position: absolute;
right: 5%;
top: 26px;
}
.top-heading {
background-color: #1dbfaf;
padding-top: 10px;
padding-left: 1em;
color: white;
}
#tag-padding {
margin-right: 180px;
}
#name-padding {
margin-right: 180px;
}
.color-strip {
background-color: #29aa94;
padding-top: 1px;
padding-bottom: 1px;
color: white;
text-align: center;
word-spacing: 2em;
}
.dark-blue {
color: #255958;
}
.left-content-padding {
line-height: 0.4;
}
mark{
background-color: #1dbfaf;
border-radius: 15%;
padding: 8px;
font-size: 13px;
color: white;
line-height: 3;
}
.right-content-padding {
line-height: 0.4;
}
#interests-border {
background-color: white;
border-radius: 15%;
padding: 8px;
border: 1px solid grey;
color: black;
font-size: 14px;
line-height: 3;
}
.right-content {
padding-bottom: 18em;
padding-left: 2em;
}
.left-content {
padding-bottom: 10em;
padding-left: 1em;
line-height: 0.9;
}
table {
table-layout: fixed;
width: 100%;
line-height: 0.8;
}
a {
color: white;
}
.text-size {
font-style: italic;
font-size: 12px;
line-height: 0.8;
color: grey;
}
.blue-text {
font-size: 12px;
font-style: italic;
color: #1dbfaf;
}
.line-spacing {
display: inline-block;
width: 100%;
text-align: right;
}