-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic.css
170 lines (139 loc) · 2.22 KB
/
basic.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
html, body {
margin: 0;
padding: 0;
font-family: 'Lato', sans-serif;
font-weight: 300;
height: 100%;
}
.jumbotron {
max-height: 100%;
min-height: 100%;
background-color: #C0DFD9;
color: white;
padding-top: 100px;
}
.jumbotron h1 {
font-weight: 100px;
font-family: "Courier New", Courier, monospace
}
.navbar {
position: fixed;
top: 100px;
right: 10px;
margin-left: 10px;
font-weight: 600;
}
.navbar li.active a{
background-color: #3B3A36 !important;
color: #FFFFFF !important;
}
.navbar li a {
color: #3B3A36 !important;
}
.background-light {
background-color: #FFFFFF;
}
.background-dark {
background-color: #E9ECE5;
}
.background-dark .section_header {
border-color: white !important;
}
.contact {
background-color: #3B3A36;
}
.contact h1 {
color: white;
}
.contact ul {
font-size: 16px;
list-style: none;
}
.contact li {
padding-bottom: 8px;
}
.contact-list {
padding-top: 80px;
padding-bottom: 80px;
border-bottom: 1px solid #FFFFFF;
}
.section_header {
border-bottom: 1px solid #E4E4E4;
}
#more_about_me {
padding-top: 20px;
margin-top: 40px;
}
.supporting {
padding-top: 80px;
padding-bottom: 80px;
}
.experiences h3 {
margin-top: 0px;
padding-top: 0px;
}
.experiences {
margin-top: 40px;
}
.location {
color: #3C948B;
}
.skills {
margin-top: 40px;
}
.skills ul {
list-style-type: none;
}
.ability-title {
font-size: 18px;
}
.ability-score {
margin-right: 100px;
}
.experience {
padding-bottom: 20px;
}
.experience ul {
margin-right: 100px;
}
.filled {
color: #3C948B !important;
}
.glyphicon-star {
color: #F7F7F9;
}
.da-thumbs li {
list-style-type: none;
float: left;
margin: 50px;
background: #fff;
padding: 8px;
position: relative;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
display: block;
position: relative;
}
.da-thumbs img {
}
.da-thumbs li a {
overflow: hidden;
}
.da-thumbs li a div {
position: absolute;
background: rgba(75,75,75,0.7);
width: 100%;
height: 100%;
color: white;
}
.da-thumbs li a div span {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-size: 24px;
border-top: 2px white solid;
border-bottom: 2px white solid;
}