-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
67 lines (63 loc) · 1.51 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
58
59
60
61
62
63
64
65
66
67
html { height:100%;}
body {
height:100%;
min-width: 240px;
background-color:white;
font-family:"Josefin Sans","Century gothic","Gill Sans",Arial, sans-serif;
}
.block{
//line-height:100%;
text-align:center;
background-color:#3366CC;
color:white;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
font-size:30pt;
font-family:"Montserrat","Century gothic","Gill Sans",Arial, sans-serif;
}
a {
display:block;
text-decoration:none;
}
.block:hover {
/*
text-shadow: 0px 4px 14px black;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
*/
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
.description{
text-align:center;
width:90%;
margin-left:5%;
color:black;
font-weight:light;
font-family:"Josefin Sans","Century gothic","Gill Sans",Arial, sans-serif;
font-size:18pt;
/*
border:solid black 1px;
*/
}
ul {
padding-top:0;
margin-top:0;
}
#center{
background-color:#000099;
text-shadow: 0px 4px 14px black;
font-weight:bold;
}
#center-description{
text-align:left;
font-weight:normal;
text-shadow: none;
visibility:visible;
}
#ic-logo {
position:fixed;
}