forked from AmateurIndian/Vapor_Social_Gaming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
84 lines (69 loc) · 1.37 KB
/
main.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
ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 18%;
text-align: center;
background-color: #E0F2F1;
height: 100%;
position: absolute;
overflow: auto;
}
#header{
text-align: center;
color: #004D40;
background-color: #00695C;
padding: 1em;
color: white;
font-family: "Courier New";
font-size: 2em;
font-stretch: ultra-expanded;
display:inline-block;
width: 100%;
}
.strech{
-webkit-transform:scale(2,1); /* Safari and Chrome */
-moz-transform:scale(2,1); /* Firefox */
-ms-transform:scale(2,1); /* IE 9 */
-o-transform:scale(2,1); /* Opera */
transform:scale(2,1); /* W3C */
}
li a{
display: block;
width: 100%;
height: 10%;
padding: 30% 0;
text-decoration: none;
color: #009688;
font-family: sans-serif;
font-size: 1.2em;
}
li a:hover{
background-color: #009688;
color: white;
}
table{
align-content: center;
position: sticky;
width: 80%;
position: absolute;
right:0;
padding-top: 3em;
color: #546E7A;
font-family: sans-serif;
border-bottom: solid #004D40 .2em;
}
th{
color: #00695C;
padding: 1em;
}
th, td {
text-align: center
}
th{
border-collapse: collapse;
border:solid black 1px;
border-radius:6px;
background-color: #009688;
color: white;
}