-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (51 loc) · 1.29 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
@font-face {
font-family: 'orkneyregular';
src: url('orkney-regular-webfont.eot');
src: url('orkney-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('orkney-regular-webfont.woff2') format('woff2'),
url('orkney-regular-webfont.woff') format('woff'),
url('orkney-regular-webfont.ttf') format('truetype'),
url('orkney-regular-webfont.svg#orkneyregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
background-color: #ECEFF1;
}
#title {
font-family: 'orkneyregular', 'Consolas', 'cursive';
font-size: 50px;
text-align: center;
color: #333;
margin-top: 50px;
}
#mainframe {
text-align: center;
margin: 5vh 4vw 0 15vw;
}
.linkblock {
width:20%;
height:140px;
margin-left:25px;
margin-right:30px;
margin-top:30px;
margin-bottom:40px;
padding-left:67px;
padding-right:1px;
padding-top:0;
padding-bottom:5px;
color:#000;
text-align: left;
background-position:top 0 left 0;
background-repeat:no-repeat;
font-family: 'Malgun Gothic', 'consolas', 'cursive';
font-size:100%;
display: inline-block;
vertical-align: top;
border-left: 3px solid #607d8b;
}
ul {
list-style-type: none;
padding-left: 0;
}
a:link, a:visited, a:hover, a:active, a:focus { text-decoration:none; font-weight:normal; color:#333; }