-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.css
More file actions
60 lines (51 loc) · 917 Bytes
/
Copy pathsite.css
File metadata and controls
60 lines (51 loc) · 917 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
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.content {
max-width: 960px;
margin: auto;
}
.draggable {
width: 70px;
height: 70px;
/*padding: 5px;*/
float: left;
/*margin: -1px -1px -1px -1px;*/
font-size: 2em;
background-color: white;
border: 1px solid #000000;
}
.ui-widget-header p, .ui-widget-content p {
margin: 0;
}
#snaptarget {
height: 740px;
width: 770px;
/*margin: 0 10px 10px 0;*/
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.centerH {
margin: 0;
position: absolute;
left: 50%;
-ms-transform: translate(-50%, -50%);
}