-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyleSheet.css
87 lines (76 loc) · 1.95 KB
/
StyleSheet.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
.headder {
width: 100%;
height: auto;
}
.logo {
width: 128px;
height: 28px;
background-color: black;
}
.Menu {
max-width: 680px;
mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
margin: 1px auto;
padding: 600px 0;
}
.Menu, .ULMenu {
text-align: center;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}
.Menu, .ULMenu, .LIMenu {
display: inline-block;
}
.Menu, .ULMenu, .LIMenu, .MenuLink {
padding: 8px;
font-family: "Times New Roman";
text-transform: uppercase;
color: rgba(112, 156, 236, 0.5);
font-size: 18px;
text-decoration: none;
display: inline-block;
}
.Menu, .ULMenu, .LIMenu, .MenuLink:hover {
box-shadow: 0 0 10px rgba(112, 231, 236, 0.1), inset 0 0 1px rgba(112, 156, 236, 0.6);
background: rgba(255, 255, 255, 0.1);
color: rgba(0, 35, 122, 0.7);
}
body {
margin: 0px;
padding: 0px;
text-align: center;
width: 100%;
background-image: url('images/Background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.content {
margin: 30px auto;
width: auto;
background-color: rgba(255, 255, 255, 0.5);
max-width: 680px;
height: 500px;
vertical-align: middle;
padding:0;
}
.in_body {
position:center;
width:48%;
align-content:center;
vertical-align: middle;
margin: 0 31%;
}
.table_div {
width:500px;
text-align:left;
}
.footter {
margin: 30px auto;
width: auto;
background-color: rgba(255, 255, 255, 0.5);
max-width: 680px;
height: 50px;
vertical-align: middle;
text-align: center;
}