-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
74 lines (73 loc) · 1.22 KB
/
default.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
body {
background: #D0D0D0
}
html, body {
margin: 0; padding: 0;
height: 100%; width: 100%;
overflow:hidden;
}
canvas {
display: block;
}
.text {
margin: 20px;
padding:10px;
padding-right: 20px;
padding-left: 20px;
-webkit-box-shadow: 8px 8px 6px #AAAAAA;
-moz-box-shadow: 8px 8px 6px #AAAAAA;
box-shadow: 8px 8px 6px #AAAAAA;
/* line-height:0; */
opacity:0.65;
background: #FFFFFF;
/* border:0 solid red; */
position:fixed;
left:20px;
bottom:25px;
}
h1 {
font-family: "Raleway", Helvetica, Arial, sans-serif;
margin-bottom: 0;
margin-top: 0;
}
h2 {
margin-top: 2%;
margin-bottom: 2%;
font-family: 'Shadows Into Light Two', cursive;
font-size: 100%;
color: #585858;
}
.linklist{
margin: 0;
margin-top: 4%;
display: flex;
justify-content: space-around;
}
.control{
margin: 0; padding: 0;
position:fixed;
left:10px;
bottom:0;
}
.linklist a{
margin: 0; padding: 0;
color:black;
text-decoration: none;
font-size:110%;
}
.control a:hover{
text-decoration:underline;
color: gray;
}
hr.line {
background: #C9C9C9;
color: #C9C9C9;
clear:both;
float: none;
width: 100%;
height: 1px;
line-height: 1px;
font-size: 0;
border: none 0;
margin: 0 0 1.4em;
}