-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutstyles.css
64 lines (64 loc) · 1.21 KB
/
aboutstyles.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
/* Basic styles for the body */
* {
font-size: 16px;
}
body {
font-family: raleway, sans-serif;
background-color: rgb(245, 245, 245);
}
.home-icon-sign{ /*workaround to overwrite the placement of this icon as it disappears in the header when used on the "work" page*/
top:-110px;
left:-40px;
transform: scale(0.4); /* Shrinks the element */
}
/* Hero section styles */
.AboutContent {
margin-top:6em;
color:rgba(0, 0, 0, 70%);
}
h1, h3 {
margin-top: 3em;
margin-bottom: 2em;
padding-left:2em;
font-size: 1.1em;
font-weight: 300;
color:rgba(0, 0, 0, 60%);
text-transform: uppercase;
display: block;
}
h1 {
margin-top: 7em;
}
h3 {
font-size: 1em;
padding-left: 3em;
}
.typewriter {
font-family: 'Courier New', Courier, monospace;
}
article, dl {
font-size: 1em;
margin-left: 3em;
margin-right: 3em;
}
p {
padding-bottom: 1em;
}
.footer-left p {
padding-bottom: 0;
}
dt {
font-weight: 500;
}
dd {
padding-left: 3em;
font-style: italic;
}
.exhib {
padding-left:3em;
}
.exhtitle {
padding-left:4em;
padding-bottom: 1em;
font-style: italic;
}