-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame_en.css
99 lines (99 loc) · 2.03 KB
/
game_en.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
/*
Resets defualt browser settings
reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; direction:ltr;}
:focus { outline:0;
}
a:active { outline:none;
}
body { line-height:1; color:black; background:white; direction:ltr;
}
ul { list-style:none; direction:ltr;}
table { border-collapse:separate; border-spacing:0; direction:ltr;
}
caption,th,td { text-align:right; font-weight:normal; vertical-align:middle; direction:ltr;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; direction:ltr;
}
blockquote,q { quotes:"" ""; direction:ltr;
}
/*End Resets*/
/*basic style*/
html,body
{
margin:0px;
padding:0px;
width:100%;
height:50px;
background-color:white;
font-family:arial;
font-size:10pt;
line-height:1.3;
}
body
{
background:white;
color:#4d4d4d;
}
#bigerbox
{
position:relative;
width:350px;
height:400px;
top:100px;
margin:0 auto;
}
#bigbox
{
position:relative;
border:solid 3px #fedcba;
border-radius:10px;
width:280px;
height:355px;
left:25px;
}
.box
{
width:76px;
height:76px;
position:absolute;
top:10px;
/* background-image:url('prize.jpg'); */
background-color:#abcdef;
border:solid 2px #00ff40;
border-radius:5px;
}
#box0
{
left:10px;
/* background-color:red; */
}
#box1
{
left:100px;
/* background-color:green; */
}
#box2
{
left:190px;
/* background-color:blue; */
}
#instr
{
position:relative;
top:15px;
left:-6px;
text-align:center;
font-size:12pt;
font-weight:bold;
color:black;
}
/* img
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
} */