-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
106 lines (85 loc) · 1.28 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@CHARSET "UTF-8";
body
{
margin: 0;
padding: 0;
background-image:url('Back.jpg');
background-repeat:no-repeat;
background-size:cover;
font-family: Impact, Charcoal, sans-serif;
text-align:center;
}
*{
margin: 0px auto;
padding: 0px;
}
#Title
{
font-size:100px;
}
select {
font-family:Cursive;
font-size:20px;
}
#main
{
position:relative;
padding:20px;
margin:auto;
}
#mainText
{
font-size:20px;
}
#heatmapArea
{
position:relative;
border-style: solid;
border-width: medium;
}
.submit input {
width: auto;
padding: 9px 15px;
background: #617798;
border: 0;
font-size: 14px;
color: #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
input:hover
{
background-color:#618798;
}
.menu{
width: 100%;
background-color: #333;
}
.menu ul{
margin: 0; padding: 0;
float: left;
}
.menu ul li{
display: inline;}
.menu ul li a{
float: left; text-decoration: none;
color: white;
padding: 10.5px 11px;
background-color: #333;
font-size:30px;
}
.menu ul li a:visited{
color: white;}
.menu ul li a:hover, .menu ul li .current{
color: #fff;
background-color:#0b75b2;}
#section
{
font-size:30px;
font-family:Arial,Helvetica,sans-serif;
}
#para
{
font-size: 20px;
font-family:Arial,Helvetica,sans-serif;
}