-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSplashpage.css
More file actions
109 lines (109 loc) · 1.7 KB
/
Splashpage.css
File metadata and controls
109 lines (109 loc) · 1.7 KB
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
107
108
109
body
{
background-color: #526A85;
text-align: center;
margin: 0;
}
h1
{
font-size: 125%;
}
h2
{
font-size: 80%;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#LogIn
{
font-size: 150%;
color: black;
background-color: #F7DEAD;
border-radius: 30px;
border: 5px solid #EFC36C;
width:10%;
display: inline-block;
padding: 1%;
}
#LogIn:hover
{
border: 5px solid #B39B6A;
}
#Banner
{
background-color: white;
text-align: center;
z-index: 101;
margin-top: 0%;
font-size: 145%;
width: 110%;
margin-left: -7%;
margin-top: auto;
padding: 2.5%;
position: fixed;
box-shadow: rgba(0, 0, 0, 0.75) 0 5px 35px;
color: #CA1E15;
}
#MainBody
{
text-align: center;
margin-bottom: 5%;
z-index: 100;
background-color: #EFC36C;
height: 80%;
width: 70%;
margin-top: 0%;
margin-bottom: 0%;
margin-left: auto;
margin-right: auto;
box-shadow: rgba(0, 0, 0, 0.75) 0 10px 35px;
display: inline-block;
padding-top: 20%;
}
#SelectA
{
border: 10px solid #F7DEAD;
border-radius: 25px;
display: inline-block;
background-color: #B39B6A;
margin: 1%;
padding-left: 10px;
padding-right: 10px;
width: 23%;
height: 25%;
}
#SelectJ
{
border: 10px solid #F7DEAD;
border-radius: 25px;
display: inline-block;
background-color: #B39B6A;
margin: 1%;
padding-left: 10px;
padding-right: 10px;
width: 23%;
height: 25%;
}
#SelectT
{
border: 10px solid #F7DEAD;
border-radius: 25px;
display: inline-block;
background-color: #B39B6A;
margin: 1%;
padding-left: 10px;
padding-right: 10px;
width: 23%;
height: 25%;
}
#SelectA:hover
{
box-shadow: rgba(0, 0, 0, 0.75) 0 10px 35px;
}
#SelectT:hover
{
box-shadow: rgba(0, 0, 0, 0.75) 0 10px 35px;
}
#SelectJ:hover
{
box-shadow: rgba(0, 0, 0, 0.75) 0 10px 35px;
}