-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (85 loc) · 1.17 KB
/
style.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
body {
color:#CCCCCC;
background: black;
}
#mirrorVideo {
-moz-border-image: url(tv-border.jpg) 25 31 37 31 stretch stretch;
border-width: 20px;
margin: 0 auto;
}
#wait {
font-size: 3em;
}
#video {
display:none;
}
circle {
stroke: white;
stroke-width: 5px;
fill-opacity: 0;
}
path {
fill: white;
stroke: white;
}
#stopButton path {
stroke-width: 10px;
}
#player {
display: none;
float: left;
margin-right: 100px;
text-align: center;
}
#playButton[play="true"] {
display:none;
}
#stopButton {
display:none;
opacity: 0.3;
}
#stopButton[play="true"] {
display: block;
}
svg {
position: absolute;
top: 450px;
left: 100px;
}
#stopButton:hover {
opacity: 1;
}
#playButton:hover circle {
stroke-width: 10;
}
#patterns {
text-align: center;
float: left;
}
#patterns span {
display: block;
margin: 2px;
width: 180px;
float: left;
}
#patterns span canvas,
#patterns span img,
#patterns span video {
border: 5px solid #333;
}
*[pattern="true"] {
border: 5px solid white !important;
}
#pong {
background: white;
}
br {
clear: both;
}
a img {
border: 0px;
margin-top: 1em;
}
#nofirefoxbeta {
display: none;
}