-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
50 lines (39 loc) · 880 Bytes
/
styles.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
.error {
color: red
}
body {
font: 100%/1.4 Calibri,Verdana, Arial, Helvetica, sans-serif; background-color: black;
}
h2 {
color: #154D5B;
}
#main {
margin: 0 auto;
}
.scoreHead{
/*background-color: black; color: white; width: 900px; height: 50px; border: 2px solid black; */
background-color: black;
color: white; width: 94%; height: 50px; border: 2px solid black; margin-left: 3%; font-size: 16pt;
}
.refresh{
background-image: url('images/image.png');
background-repeat: no-repeat;
}
.canvas{
position: inherited;
width: 94%;
height: 90%;
margin-top: 0%;
margin-left: 3%;
margin-right: 3%;
background-image: url('images/groovilicious-animated-stars-night.gif');
/*background-image: inherited;
*/
}
.tabla{
width: 100%;
}
.tabla tr{
width: 100%;
height: 60px;
}