Skip to content

Commit 205984c

Browse files
committed
First commit
0 parents  commit 205984c

17 files changed

+15569
-0
lines changed

browse.json

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"css": {
3+
"isDir": true,
4+
"name": "css",
5+
"subFolder": {
6+
"fonts": {
7+
"isDir": true,
8+
"name": "fonts",
9+
"subFolder": {
10+
"fontawesome-webfont.svg": {
11+
"isDir": false,
12+
"url": "http://127.0.0.1/css/fonts/fontawesome-webfont.svg",
13+
"name": "fontawesome-webfont.svg"
14+
},
15+
"Titillium-webfont.svg": {
16+
"isDir": false,
17+
"url": "http://127.0.0.1/css/fonts/Titillium-webfont.svg",
18+
"name": "Titillium-webfont.svg"
19+
},
20+
"Titillium-webfont.woff": {
21+
"isDir": false,
22+
"url": "http://127.0.0.1/css/fonts/Titillium-webfont.woff",
23+
"name": "Titillium-webfont.woff"
24+
},
25+
"fontawesome-webfont.woff": {
26+
"isDir": false,
27+
"url": "http://127.0.0.1/css/fonts/fontawesome-webfont.woff",
28+
"name": "fontawesome-webfont.woff"
29+
}
30+
}
31+
},
32+
"wuala_theme.css": {
33+
"isDir": false,
34+
"url": "http://127.0.0.1/css/wuala_theme.css",
35+
"name": "wuala_theme.css"
36+
},
37+
"main.css": {
38+
"isDir": false,
39+
"url": "http://127.0.0.1/css/main.css",
40+
"name": "main.css"
41+
},
42+
"wuala_foundation.min.css": {
43+
"isDir": false,
44+
"url": "http://127.0.0.1/css/wuala_foundation.min.css",
45+
"name": "wuala_foundation.min.css"
46+
},
47+
"wuala_style-all.min.css": {
48+
"isDir": false,
49+
"url": "http://127.0.0.1/css/wuala_style-all.min.css",
50+
"name": "wuala_style-all.min.css"
51+
}
52+
}
53+
},
54+
"img": {
55+
"isDir": true,
56+
"name": "img",
57+
"subFolder": {
58+
"Folder.svg": {
59+
"isDir": false,
60+
"url": "http://127.0.0.1/img/Folder.svg",
61+
"name": "Folder.svg"
62+
},
63+
"Files.svg": {
64+
"isDir": false,
65+
"url": "http://127.0.0.1/img/Files.svg",
66+
"name": "Files.svg"
67+
}
68+
}
69+
},
70+
"js": {
71+
"isDir": true,
72+
"name": "js",
73+
"subFolder": {
74+
"jquery-1.11.1.min.js": {
75+
"isDir": false,
76+
"url": "http://127.0.0.1/js/jquery-1.11.1.min.js",
77+
"name": "jquery-1.11.1.min.js"
78+
},
79+
"wuala_theme.js": {
80+
"isDir": false,
81+
"url": "http://127.0.0.1/js/wuala_theme.js",
82+
"name": "wuala_theme.js"
83+
},
84+
"jquery-1.11.1.js": {
85+
"isDir": false,
86+
"url": "http://127.0.0.1/js/jquery-1.11.1.js",
87+
"name": "jquery-1.11.1.js"
88+
},
89+
"main.js": {
90+
"isDir": false,
91+
"url": "http://127.0.0.1/js/main.js",
92+
"name": "main.js"
93+
}
94+
}
95+
},
96+
"browse.json": {
97+
"isDir": false,
98+
"url": "http://127.0.0.1/browse.json",
99+
"name": "browse.json"
100+
},
101+
"generator.py": {
102+
"isDir": false,
103+
"url": "http://127.0.0.1/generator.py",
104+
"name": "generator.py"
105+
},
106+
"index.html": {
107+
"isDir": false,
108+
"url": "http://127.0.0.1/index.html",
109+
"name": "index.html"
110+
}
111+
}

css/fonts/Titillium-webfont.svg

+247
Loading

css/fonts/Titillium-webfont.woff

22 KB
Binary file not shown.

css/fonts/fontawesome-webfont.svg

+339
Loading

css/fonts/fontawesome-webfont.woff

33.6 KB
Binary file not shown.

css/main.css

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
.popup{
2+
position:absolute;
3+
left:10px;
4+
top:10px;
5+
background-color: grey;
6+
}
7+
8+
.spacer{
9+
width:2px;
10+
}
11+
12+
.window{
13+
position: absolute;
14+
left:25%;
15+
top:25%;
16+
width:50%;
17+
}
18+
19+
#download_link_popup > .content > div {
20+
height: 150px;
21+
vertical-align: middle;
22+
display: table-cell;
23+
padding-left: 20px;
24+
}
25+
26+
#download_link_popup > .content > div > div > input {
27+
width: 500px;
28+
padding-left: 20px;
29+
}
30+
31+
/*#browsing{
32+
width:600px;
33+
}
34+
.files_item{
35+
height: 40px;
36+
width: 600px;
37+
}
38+
39+
.files_item > * {
40+
display: inline-block;
41+
}
42+
43+
.files_item > span{
44+
width: 80%;
45+
line-height: 40px;
46+
}
47+
48+
.files_item > input{
49+
width:100px;
50+
}*/

0 commit comments

Comments
 (0)