-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdragtest.css
More file actions
126 lines (108 loc) · 1.58 KB
/
dragtest.css
File metadata and controls
126 lines (108 loc) · 1.58 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
*
{
box-sizing: border-box;
}
body
{
background-color: #eee;
background-image: url("/img/bg/tr-light.png");
padding: 12px;
margin: 35px;
border: 7px solid #ff0;
}
/*
*
{
box-sizing: border-box;
}
*/
#drgg
{
position: fixed;
top: 80%;
display: inline-block;
width: 10em;
height: 3em;
background: #f90;
margin: 37px;
padding: 41px;
border: 1px solid #000;
}
div#header
{
position: fixed;
height: 4rem;
width: 100%;
background: #ffee99;
}
div#head1
{
margin: 4rem auto;
}
#drg
{
background: #000;
color: #fff;
border-top: 7px solid #5fa;
border-right: 8px solid #5fa;
border-bottom: 9px solid #5fa;
border-left: 10px solid #5fa;
border-radius: 1em;
box-shadow: .5em .5em .5em #aaa;
padding: 11px 12px 13px 14px;
margin: 27px 28px 29px 30px;
display: block;
box-sizing: border-box;
}
#drg input[type="text"]
{
width: 20em;
}
#d1
{
display: inline;
}
#d2
{
border: 1px solid #000;
padding: 10px;
margin: .5em;
display: inline-block;
}
#d2i
{
background: rgba(255, 255, 255, .7);
padding: 10px;
}
#inner
{
opacity: .5;
}
#btn
{
background: #aaa;
}
#container1
{
position: relative;
margin: 13px;
padding: 17px;
border: 2px solid #999;
}
#container2
{
position: relative;
margin: 21px;
padding: 27px;
border: 150px solid #99ff00;
}
#draginternal
{
display: inline-block;
width: 10em;
height: 3em;
background: #f90;
margin: 37px;
padding: 41px;
border: 1px solid #000;
}