-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (66 loc) · 1003 Bytes
/
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
html, body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
font-family: 'Lobster';
/*text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000; */
color: white;
}
body {
margin: 0;
}
#content {
float: left;
font-size: 2em;
bottom: 0.8125em;
left: 0.8125em;
position: absolute;
display: inline-block;
}
#flickr {
width: 100%;
position: absolute;
top:-45%;
}
#link {
font-size: 1.5em;
bottom: 0.2em;
left: 0.2em;
float: left;
position: absolute;
text-decoration: none;
color: white;
}
#link:hover {
transition: color 0.5s ease;
color: #212B35;
}
#black-screen {
background-color: black;
width: 100%;
height: 100%;
}
#background {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
#menu {
cursor: pointer;
position: absolute;
top: 0.8125em;
left: 0.8125em;
}
#time {
position: absolute;
bottom: 0.6125em;
right: 0.8125em;
font-size: 3.5em;
}