-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (49 loc) · 858 Bytes
/
styles.css
File metadata and controls
56 lines (49 loc) · 858 Bytes
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
header {
text-align:center;
}
body{
background:-moz-linear-gradient(left top, #010A01, #190773);
}
.menu {
background-color:#A60000;
padding:10px;
}
.menu li{
display: inline;
/*border:1px solid #4D4D4D;
color:#CCCCCC;
border-top-color:#565656;*/
font-size:25px;
padding:4px 6px;
margin:4px 5px;
height:16px;
}
.menu li a{
text-decoration:none;
font-weight:bold;
color:#cccccc;
}
.container-info{
}
table{
table-layout: fixed;*/
width: 70%;
}
td{
text-align: center;
width: 10%;
padding-bottom: 5px;
border-style: solid;
border-color: black;
background:-moz-linear-gradient(left top, #2F4F4F, #B0C4DE);
}
td:hover{
transform:scale(1.2);
-ms-transform:scale(1.2); /* IE 9 */
-moz-transform:scale(1.2); /* Firefox */
-webkit-transform:scale(1.2); /* Safari and Chrome */
}
.content{
color:white;
font-size:25px;
}