-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrozw.css
More file actions
70 lines (69 loc) · 873 Bytes
/
rozw.css
File metadata and controls
70 lines (69 loc) · 873 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
* {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.l0item,.l1item {
width: 200px;
height: 200px;
float: left;
margin: 10px;
}
#plansza {
width: 700px;
margin: 0 auto;
}
#plansza_wrap {
margin: 0 auto;
width: 900px;
background: #f6f5f5;
}
#plansza_wrap h1 {
color: #4654AB;
}
input {
width: 100px;
}
#answers{
float: left;
width: 400px;
border: 1px solid #CDD9E1;
background: #E6EAEE;
height: 50px;
margin: 10px 20px;
}
#odp_button0,#odp_button1 {
background: #000 url('images/icons/tick_white.png') no-repeat;
width: 26px;
height: 26px;
border: none;
margin: 20px;
}
.inw {
float: left;
width: 146px;
margin: 0 0 0 22px;
}
#suwakwr {
margin: 0 auto;
width: 400px;
height: 100px;
}
#next {
background: #000;
width: 20px;
float: left;
}
#prev {
background: #000;
width: 20px;
float: left;
}
.l1ans {
width: 189px;
height: 50px;
float: left;
margin: 10px;
}