Skip to content

Commit 217898e

Browse files
committed
Initial version
1 parent de73464 commit 217898e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+10492
-0
lines changed

content.json

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"address": "1MeFqFfFFGQfa1J3gJyYYUvb5Lksczq7nH",
3+
"background-color": "#F2F4F6",
4+
"description": "ZeroMe",
5+
"files": {
6+
"css/all.css": {
7+
"sha512": "6ae696529deeefd1344e92a2622aaf0776e8a1b9ace27621f6d194cf8dd51921",
8+
"size": 116601
9+
},
10+
"dbschema.json": {
11+
"sha512": "f32d615dce15c30dfb48ef7856ea60b46668475296c72567f0bd8ff440d0e39d",
12+
"size": 2823
13+
},
14+
"img/loading-circle.gif": {
15+
"sha512": "339baf1bccb9b80ae29c2493e73b40cf0588c96fc095954b475dea0538aaa929",
16+
"size": 2346
17+
},
18+
"img/loading.gif": {
19+
"sha512": "8a42b98962faea74618113166886be488c09dad10ca47fe97005edc5fb40cc00",
20+
"size": 723
21+
},
22+
"img/logo.png": {
23+
"sha512": "d78789ff8f7095d45ad484943b3d4e214289aea942cd5bec03dcde3f20a4c7a7",
24+
"size": 3771
25+
},
26+
"img/unkown.png": {
27+
"sha512": "a972f05819097c3a38801b9004bf5011a2dcca257b915617d8ea44c202f2cdbd",
28+
"size": 595
29+
},
30+
"index.html": {
31+
"sha512": "638654b07d4fbbc3dc858cfbfdff5892b7cecad06c885dd6066de6d34cb2b721",
32+
"size": 612
33+
},
34+
"js-external/pngencoder.js": {
35+
"sha512": "ecaadaad552d2610336995b48360253cd6d847b6aa590fc3d96e7245a5d5fe11",
36+
"size": 53602
37+
},
38+
"js/all.js": {
39+
"sha512": "f333379c280ade7d7da004adbc01f965e218f53b7e7b06aa65a7c1f32f0c86e4",
40+
"size": 199577
41+
}
42+
},
43+
"ignore": "(merged-.*|(js|css)/(?!all.(js|css)))",
44+
"inner_path": "content.json",
45+
"modified": 1470837985.396,
46+
"postmessage_nonce_security": true,
47+
"settings": {
48+
"default_hubs": {
49+
"1BLueGvui1GdbtsjcKqCf4F67uKfritG49": {
50+
"description": "Hub for ZeroMe users. Runner: Nofish",
51+
"title": "Blue hub"
52+
},
53+
"1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL": {
54+
"description": "Hub for ZeroMe users. Runner: Nofish",
55+
"title": "Red hub"
56+
}
57+
}
58+
},
59+
"sign": [
60+
110948105486279959611413659669131704729027586619339149714476092929816973146340,
61+
52223804688441424973627428066806239722329433729068609123045495269451631601524
62+
],
63+
"signers_sign": "G/UCyELE5shc5f/FSJSe2KvxGlZiS5fzvn7Ezhha0gN/QOFeznJtZWS61J20FfkGfHdp1HcpWv//anioez1iOW0=",
64+
"signs": {
65+
"1MeFqFfFFGQfa1J3gJyYYUvb5Lksczq7nH": "G3GBut8Q89NfzGJvTHkyIuvqfvQaCJilBqas0L4ZnLWWvTjsY8E5l4x/nTJZWVoB2RJiDTPhCmVly2vihm3N38A="
66+
},
67+
"signs_required": 1,
68+
"title": "ZeroMe",
69+
"zeronet_version": "0.4.0"
70+
}

css/Activity.css

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.activity-list { margin-bottom: 30px }
2+
.activity-list .items a { color: #555; font-weight: bold }
3+
4+
.activity-list .items { position: relative; margin-left: -6px; margin-bottom: -10px }
5+
.activity-list .bg-line {
6+
height: calc(100% - 40px); width: 2px; position: absolute; background-color: #c7c7c8;
7+
margin-left: 12px; margin-top: 5px; box-sizing: border-box; z-index: 0;
8+
}
9+
10+
.activity-list .circle {
11+
width: 8px; height: 8px; border: 2px solid #c5c5c5; position: absolute; pointer-events: none;
12+
margin-left: -28px; border-radius: 15px; background-color: #f6f7f8
13+
}
14+
15+
.activity { padding-left: 35px; padding-bottom: 19px; font-family: Roboto, Helvetica, Arial; font-size: 15px; line-height: 1.5em; color: #888 }
16+
.activity .body { top: -5px; position: relative; }
17+
.activity:last-child { background-color: #F6F7F8 }

css/Button.css

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.button {
2+
margin-top: 4px; border: 1px solid hsla(236,100%,79%,1); color: #5d68ff; border-radius: 33px; display: inline-block;
3+
font-size: 19px; font-weight: lighter; text-align: center; transition: all 0.3s; padding: 8px 30px; background-position: -200px center;
4+
}
5+
.button:hover { background-color: #5d68ff; color: #F6F7F8; text-decoration: none; border-color: #5d68ff; transition: none }
6+
.button:hover .icon { background-color: #FFF; transition: none }
7+
.button:focus { transition: all 0.3s }
8+
.button:active { transform: translateY(1px); transition: all 0.3s, transform none; box-shadow: inset 0px 5px 7px -3px rgba(212, 212, 212, 0.41); outline: none; transition: none }
9+
10+
.button.loading {
11+
color: rgba(0,0,0,0) !important; background: url(../img/loading.gif) no-repeat center center !important; border-color: rgba(0,0,0,0) !important;
12+
transition: all 0.5s ease-out; pointer-events: none; transition-delay: 0.5s
13+
}
14+
15+
/* Follow */
16+
.button-follow { width: 32px; line-height: 32px; padding: 0px; border: 1px solid #aaa; color: #999; padding-left: 1px; padding-bottom: 1px; }
17+
.button-follow:hover { background-color: rgba(255,255,255,0.3) !important; border-color: #2ecc71 !important; color: #2ecc71 }
18+
.button-follow-big { padding-left: 25px; float: none; border: 1px solid #2ecc71; color: #2ecc71; min-width: 100px; }
19+
.button-follow-big .icon-follow { margin-right: 10px; display: inline-block; transition: transform 0.3s ease-in-out }
20+
.button-follow-big:hover { border-color: #2ecc71 !important; color: #2ecc71; background-color: white; text-decoration: underline; }
21+
22+
/* Submit */
23+
.button-submit {
24+
padding: 12px 30px; border-radius: 3px; margin-top: 11px; background-color: #5d68ff; /*box-shadow: 0px 1px 4px rgba(93, 104, 255, 0.41);*/
25+
border: none; border-bottom: 2px solid #4952c7; font-weight: bold; color: #ffffff; font-size: 12px; text-transform: uppercase; margin-left: 10px;
26+
}
27+
.button-submit:hover { color: white; background-color: #6d78ff }
28+
29+
.button-small { padding: 7px 20px; margin-left: 10px }
30+
.button-outline { background-color: white; border: 1px solid #EEE; border-bottom: 2px solid #EEE; color: #AAA; }
31+
.button-outline:hover { background-color: white; border: 1px solid #CCC; border-bottom: 2px solid #CCC; color: #777 }

css/Comment.css

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.comment-list {
2+
background-color: #fafafa; padding-left: 80px; margin-left: -80px; padding-right: 20px; margin-right: -20px; margin-bottom: -17px; padding-bottom: 10px;
3+
border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding-top: 19px; margin-top: 10px; border-top: 1px solid #E3E3E3; font-size: 85%;
4+
}
5+
.comment-list .body p { padding: 0px }
6+
7+
.comment-create textarea { width: 100%; margin-bottom: 11px; box-sizing: border-box; }
8+
.comment { padding-top: 10px; padding-bottom: 10px }
9+
.comment-list .comment .user { padding-bottom: 0px }
10+
.comment .body { white-space: pre-wrap; padding-top: 4px }

css/Editable.css

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.editable .icon-edit { margin-left: -24px; padding: 7px; border-radius: 30px; margin-top: -5px; position: absolute; opacity: 0; transition: all 0.3s }
2+
.editable:hover .icon-edit { opacity: 0.7 }
3+
.editable .icon-edit:hover { opacity: 1; transition: none }
4+
.editable .editablebuttons { text-align: right }
5+
.editable .empty { opacity: 0.6; }
6+
.editable.editing.overlay {
7+
padding: 10px; margin-left: -10px; background-color: rgba(255,255,255,0.9);
8+
box-shadow: 0px 0px 20px #EEE; margin-bottom: -62px; z-index: 999; position: relative;
9+
}

css/Head.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.head-container { background-color: white; box-shadow: 0px -7px 32px rgba(0,0,0,0.15); }
2+
3+
.head .logo {
4+
height: 50px; padding: 4px 6px; box-sizing: border-box; display: inline-block;
5+
color: white; font-size: 30px; font-weight: lighter; text-decoration: none
6+
}
7+
8+
.head .right { float: right; }
9+
.head .user { display: inline-block; vertical-align: top; margin-right: 20px; text-align: right; padding-top: 7px; }
10+
.head .user .name { color: #5d68ff; font-weight: normal; }
11+
.head .user .address { display: block }
12+
.head .settings {
13+
display: inline-block; height: 50px; width: 50px; text-align: center; vertical-align: middle;
14+
border-left: 1px solid #EEE; line-height: 50px; font-size: 20px; color: #AAA; font-weight: normal; text-decoration: none;
15+
}

css/Hub.css

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.hub.card { padding: 21px; text-align: left; font-size: 18px; width: 80%; display: block; margin-left: auto; margin-right: auto; }
2+
.hub .intro { font-weight: lighter; font-size: 16px; margin-top: 7px; }
3+
.hub .avatars { float: right; }
4+
.hub .button-join { float: right; margin-left: 20px; }
5+
.hub .avatar { margin-left: 5px }
6+
.hubselect { padding-top: 30px }

css/Post.css

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.post {
2+
background-color: white; padding: 16px 20px; padding-left: 80px; border-radius: 4px;
3+
border: 1px solid #EEF0F1; border-bottom: 2px solid #ECEDEE; margin-bottom: 12px;
4+
}
5+
.post .user { padding-bottom: 15px; height: 21px; line-height: 19px; }
6+
.post .user .address, .post .added, .post .sep { font-size: 14px; color: #AAA;}
7+
.post .body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.5em; color: #333; }
8+
.post .actions { height: 30px; margin-left: -5px; }
9+
.post .actions .icon { margin-right: 1px }
10+
.post .actions .link { color: #AAA; font-size: 12px; height: 30px; vertical-align: middle; line-height: 30px; display: inline-block; padding-right: 10px }
11+
.post .actions .link.active { color: #5d68ff; }
12+
.post .actions .like { width: 35px; margin-right: 0px; transition: width 0.3s, margin-right 0.3s; white-space: nowrap; }
13+
.post .actions .like.like-zero { width: 20px; margin-right: 5px; }
14+
15+
.post-create { transition: all 0.6s }
16+
.post-create .postfield {
17+
font-family: Roboto; font-size: 16px; border: 1px solid white; padding: 15px 15px;
18+
font-size: 16px; width: 100%; height: 51px; box-sizing: border-box; background-color: white;
19+
}
20+
.post-create .user { margin-bottom: 0px; height: auto; padding-bottom: 0px; }
21+
.post-create .postbuttons { height: 55px; box-sizing: border-box; transform: scale(1); overflow: hidden; transition: all 0.3s; text-align: right }
22+
.post-create:not(.editing) .postbuttons { opacity: 0; height: 0px; height: 0px }
23+
.post-create.editing .postfield { border: 1px solid #c6caff }
24+
.post-create.editing { box-shadow: 0px 1px 13px 1px #eaeaea }
25+
.post-create .select-user-container { width: 100%; text-align: center; margin-bottom: -100px; height: 100px; z-index: 1; position: relative; margin-left: -35px; }
26+
27+
.post-list-empty { text-align: center; padding-top: 100px }

css/Uploadable.css

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.uploadable .icon-upload { opacity: 0; transition: all 0.3s }
2+
.uploadable .icon-upload:hover { opacity: 0.8; transition: all 0.1s }

css/User.css

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.users .user { padding-left: 70px; padding-bottom: 20px }
2+
.users .user .nameline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
3+
.users .user .name { line-height: 26px; }
4+
.users .user .intro { font-weight: 100; font-size: 13px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-height: 18px; }
5+
.users .user .added { font-size: 11px; color: #999; margin-left: 6px; }
6+
.users .user .intro-full { margin-left: -57px; padding-top: 18px; font-weight: 100; line-height: 1.5em; }
7+
.users .button-follow { float: right; margin-left: 5px; }
8+
.users .user.followed .button-follow, .users .user.followed .button-follow:hover {
9+
background-color: #2ecc71 !important; border-color: #2ecc71 !important; color: #FFF; transform: rotate(45deg)
10+
}
11+
.users .user.followed .button-follow-big {
12+
background-color: #2ecc71 !important; border-color: #2ecc71 !important; color: #FFF
13+
}
14+
.users .user.followed .button-follow-big .icon-follow { transform: rotate(45deg); }
15+
16+
.user .name { font-weight: bold; color: #5d68ff; }
17+
.user .address, .user .cert_user_id { font-size: 13px; color: #AAA; }
18+
.user .avatar { position: absolute; margin-left: -67px }
19+
20+
.user.card { padding: 15px; padding-left: 75px }
21+
.user.card.profile { margin-bottom: 30px; }
22+
.user.card .avatar { margin-top: -4px; position: absolute; margin-left: -60px; }
23+
.user.card .follow-container { margin-left: -57px; text-align: center; margin-top: 30px; margin-bottom: 20px; }
24+
25+
.users.gray .button-follow { border: 1px solid #aaa; color: #999; }
26+
.users.gray .button-follow:hover, .users.gray .button-follow:active { color: #2ecc71; }
27+
.users.gray .name { color: #333; }
28+
29+
.user .uploadable .icon-upload { position: absolute; margin-left: -48px; z-index: 999; margin-top: 7px }

css/ZeroMe.css

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
body {
2+
background-color: #F6F7F8; font-family: Roboto, Helvetica, Arial; margin: 0px; padding: 0px;
3+
backface-visibility: hidden; height: 100%; position: absolute; width: 100%; overflow-x: hidden; height: 15000px
4+
}
5+
body.loaded { height: 100%; overflow: auto }
6+
7+
p, h1, h2, h3, h4 { margin: 0px; padding-bottom: 0.6em; }
8+
9+
input.text, textarea { border: 1px solid #EEE; padding: 15px 15px; transition: all 0.3s; width: 100%; box-sizing: border-box; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
10+
input.text:disabled, textarea:disabled { background-color: #FAFAFA; color: #9A9A9A }
11+
input.big { font-size: 20px; font-weight: 100; font-family: Roboto, Helvetica, Arial }
12+
input.search { border-radius: 50px; padding-left: 30px; }
13+
input.text:focus, textarea:focus { outline: none; border: 1px solid #c6caff }
14+
textarea.autosize { overflow: hidden; transition: border 0.3s, background-color 0.3s, color 0.3s }
15+
16+
a { text-decoration: none; color: #5d68ff }
17+
a:hover { text-decoration: underline; }
18+
a:active { text-decoration: none }
19+
a.link:active { background-color: rgba(0,0,0,0.05); outline: 4px solid rgba(0,0,0,0.05); transition: none }
20+
21+
h1 { font-size: 34px; }
22+
h1, h2, h3 { font-weight: lighter }
23+
h2 a { font-size: 13px; margin-left: 10px; font-weight: normal; margin-top: 8px; }
24+
h2.sep { border-top: 1px solid #EEE; padding-top: 20px }
25+
26+
.center { width: 960px; margin-left: auto; margin-right: auto; }
27+
28+
/* Content */
29+
#Content { margin-top: 30px; margin-bottom: 50px }
30+
31+
.content-signup { text-align: center }
32+
.content-signup .button-certselect { margin: 20px; display: inline-block; }
33+
34+
/* Cols */
35+
.col-left, .col-center, .col-right { width: 66%; display: inline-block; vertical-align: top; box-sizing: border-box }
36+
.col-left, .col-right { width: 33%; padding-left: 20px; margin-top: 90px; }
37+
.col-left { padding-left: 0px; padding-right: 20px; margin-top: 0px }
38+
39+
/* Card */
40+
.cards { margin-right: -20px }
41+
.card {
42+
border-radius: 4px; box-shadow: 0px 1px 11px #EAEAEA; background-color: white; width: 33%; width: calc(33% - 10px);
43+
box-sizing: border-box; margin-right: 10px; margin-bottom: 10px; min-width: 300px; display: inline-block;
44+
}
45+
46+
/* Avatar */
47+
.avatar { width: 50px; height: 50px; background: #EEE; border-radius: 100px; display: inline-block; }
48+
.avatar.empty { vertical-align: top; font-size: 11px; line-height: 51px; text-align: center; text-decoration: none; color: #666; font-weight: bold; }
49+
50+
/* More */
51+
.more { width: 100%; display: block; clear: both; text-align: center; padding: 20px; box-sizing: border-box; box-shadow: inset 0px 9px 25px -20px #5d68ff; }
52+
.more.small { font-size: 14px; box-shadow: none; padding: 10px }
53+
54+
/* Animate */
55+
.animate { transition: all 0.3s ease-out !important; }
56+
.animate-back { transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }
57+
.animate-inout { transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) !important; }
58+
.animate-inback { transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) !important; }
59+
.animate-in { transition: all 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335) !important; }
60+
.animate-out { transition: all 0.6s ease-out !important; }
61+
62+
@keyframes flash-in {
63+
0% { transform: scale(1.5); opacity: 0 }
64+
80% { transform: scale(1); opacity: 1 }
65+
100% { transform: scale(1); opacity: 0 }
66+
}
67+
68+
@keyframes flash-in-big {
69+
0% { transform: scale(1.2); opacity: 0 }
70+
80% { transform: scale(1); opacity: 1 }
71+
100% { transform: scale(1); opacity: 0 }
72+
}
73+
74+
@keyframes flash-out {
75+
0% { transform: scale(1); opacity: 1 }
76+
100% { transform: scale(1.5); opacity: 0 }
77+
}
78+
@keyframes flash-out-big {
79+
0% { transform: scale(1); opacity: 1 }
80+
100% { transform: scale(1.2); opacity: 0 }
81+
}

0 commit comments

Comments
 (0)