-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (101 loc) · 2.24 KB
/
style.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/** Generated by FG **/
@font-face {
font-family: 'Conv_comic';
src: url('../fonts/comic.eot');
src: local('☺'), url('../fonts/comic.woff') format('woff'), url('../fonts/comic.ttf') format('truetype'), url('../fonts/comic.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/** Generated by FG **/
@font-face {
font-family: 'Conv_KBZipaDeeDooDah';
src: url('../fonts/KBZipaDeeDooDah.eot');
src: local('☺'), url('../fonts/KBZipaDeeDooDah.woff') format('woff'), url('../fonts/KBZipaDeeDooDah.ttf') format('truetype'), url('../fonts/KBZipaDeeDooDah.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body{
color: white;
background: url(../img/bg.jpg) no-repeat;
}
table{table-layout:fixed;
width: 100%;
height:100%;
}
div{
align:left;
}
.outerContainer{
height:1500px;
}
#itemGroup{
position: relative;
float: left;
background:rgba(50,150,240,.5);
margin-top: 10px;
border-radius: 10px;
margin-left: 5px;
overflow-x: hidden;
overflow-y: auto;
}
#draggableContainer{
height: 840px;
background:rgba(50,150,240,.5);
border-radius: 10px;
overflow-x: hidden;
overflow-y: auto;
}
#userContainer{
height: 840px;
background:rgba(50,150,240,.5);
border-radius: 10px;
overflow-x: hidden;
overflow-y: auto;
}
#droppableContainer{
height: 840px;
border-radius: 10px;
}
.draggable{
width:100px;
height: 100px;
background-position:50% 50%;
background-size:80% 80%;
background-repeat: no-repeat;
margin-bottom:10px;
border:1px solid #fff;
border-radius: 10px;
}
.droppable{
width:100%;
height:100%;
display: inline-block;
float:left;
margin-left: 1px;
margin-top: 1px;
background-position:50% 50%;
background-size:100% 100%;
background-repeat: no-repeat;
margin-bottom:1px;
border:1px solid #fff;
border-radius: 10px;
}
#scoreHeader{
font-family:'Conv_comic',Sans-Serif;
margin:0 auto;
text-align:center;
font-size:1.5em;
border-bottom:1px solid red;
margin-top:20px;
}
#scoreText{
font-family:'Conv_KBZipaDeeDooDah';
margin:0 auto;
text-align:center;
font-size:8em;
margin-top:20px;
color:#f93d00;
}
.submenu {
padding: 10px 0 0 0;
}