-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathjsx.css
More file actions
46 lines (38 loc) · 684 Bytes
/
jsx.css
File metadata and controls
46 lines (38 loc) · 684 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
body {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#screen, .sad {
display: block;
margin: 0px auto;
margin-bottom: 10px;
background-position: center center;
background-repeat: no-repeat;
}
#screen {
background-image: url('images/jsx.png');
width: 640px;
height: 480px;
}
#control {
border: 1px #888 solid;
font-size: 10pt;
color: #888;
}
.sad {
text-align: center;
background-image: url('images/jsx-sad.png');
border: 1px #888 dotted;
width: 440px;
height: 280px;
padding: 100px;
text-shadow: 0px 0px 5px #fff;
}
.comment {
margin-top: 1em;
padding-top: 0em;
font-size: 8pt;
}
.get-browser img {
width: 64px;
height: 64px;
}