Skip to content

Commit 7dc158c

Browse files
committed
Updates
1 parent a34706d commit 7dc158c

Some content is hidden

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

56 files changed

+14873
-14733
lines changed

Plasmmer logo 1.png

382 KB
Loading

Plasmmer logo 2.png

190 KB
Loading

Plasmmer logo plain.png

8.68 KB
Loading

Plasmmer logo.png

14.2 KB
Loading

Sites Insp.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://1password.com/sign-up/?utm_source=Brave, https://nexo.io/pt/?utm_source=brave&utm_medium=cpc&utm_campaign=brave_cpc, https://nexo.io/pt/nexo-card

Take on MS.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
GitCratic:
2-
A IPFS app for creating organizations (DAOs) with git repos (Pando).
3-
Can also store repos on own user.
4-
Open to fork Pando to support Pijul.
5-
1+
GitCratic:
2+
A IPFS app for creating organizations (DAOs) with git repos (Pando).
3+
Can also store repos on own user.
4+
Open to fork Pando to support Pijul.
5+
66
GitFood

css/app-common.css

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
/*
2-
Framework.js r1 | (c) 2014 - 2018 Plasmmer | https://plasnerd.github.io/Framework.js/LICENSE.md
3-
*/
4-
5-
.scroller {
6-
overflow: auto;
7-
}
8-
9-
/* #alphabeticalsele{
10-
position: fixed;
11-
top: 22px;
12-
width: 100%;
13-
height: calc(100% - 63px);
14-
overflow: auto;
15-
z-index: 1;
16-
background-color: rgba(0, 0, 0, 0.9);
17-
color: #fff;
18-
display: none;
19-
}
20-
#alphabeticalsele .alphabetic{clear: none; position: initial; display: inline-block; float: none}
21-
.alphabetic.inactive {
22-
border-color: rgba(255, 255, 255, 0.52);
23-
color: rgba(255, 255, 255, 0.52);
24-
border: none;
1+
/*
2+
Framework.js r1 | (c) 2014 - 2018 Plasmmer | https://plasnerd.github.io/Framework.js/LICENSE.md
3+
*/
4+
5+
.scroller {
6+
overflow: auto;
7+
}
8+
9+
/* #alphabeticalsele{
10+
position: fixed;
11+
top: 22px;
12+
width: 100%;
13+
height: calc(100% - 63px);
14+
overflow: auto;
15+
z-index: 1;
16+
background-color: rgba(0, 0, 0, 0.9);
17+
color: #fff;
18+
display: none;
19+
}
20+
#alphabeticalsele .alphabetic{clear: none; position: initial; display: inline-block; float: none}
21+
.alphabetic.inactive {
22+
border-color: rgba(255, 255, 255, 0.52);
23+
color: rgba(255, 255, 255, 0.52);
24+
border: none;
2525
} */

css/dark-common.css

+101-101
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,102 @@
1-
.color-bg {background:#00A18570!important}
2-
body {
3-
background: #232A31!important;
4-
color: #a7a7a7!important;
5-
}
6-
.h2, h2 {
7-
color: #8e9194!important;
8-
}
9-
.h3, h3 {
10-
color: #8e9194!important;
11-
}
12-
.h4, h4 {
13-
color: #8e9194!important;
14-
}
15-
.h5, h5 {
16-
color: #8e9194!important;
17-
}
18-
.h6, h6 {
19-
color: #8e9194!important;
20-
}
21-
h2.color{color:#00A18570!important}
22-
h3.color{color:#00A18570!important}
23-
h4.color{color:#00A18570!important}
24-
h5.color{color:#00A18570!important}
25-
h6.color{color:#00A18570!important}
26-
.p, p {
27-
color: #8e9194!important;
28-
}
29-
p.color{color:#00A18570!important}
30-
a{color:#58dbec!important}
31-
::selection {
32-
background: #00A18570!important;
33-
color: #a7a7a7!important;
34-
}
35-
code {
36-
background: #aa4eaf!important;
37-
color: #efcdf3!important;
38-
}
39-
.blockquote, blockquote {
40-
background: #1E2429!important;
41-
color: #8e9194!important;
42-
}
43-
.blockquote, blockquote:active{background:transparent!important}
44-
.textarea, textarea {
45-
background: #1E2429!important;
46-
color: #8e9194!important;
47-
}
48-
.textarea, textarea:focus{background: transparent!important}
49-
button:not(.md-button):not(.btn):not(.color) {
50-
background: #000!important;
51-
color: #a7a7a7!important;
52-
}
53-
button:not(.md-button):not(.btn):not(.color):hover {
54-
background: #a7a7a7!important;
55-
color: #000!important;
56-
}
57-
button.color{background:#00A185!important;color:#fffc!important;font-weight:bold!important;padding:10px!important;font-size:16px!important}
58-
button.color:hover{background:#ffffffb3!important;color:#00A185!important}
59-
.input, input{border:1px solid #8e9194!important;color:#8e9194!important}
60-
.input, input:hover{background:#8e9194!important}
61-
.input, input:focus{background:#d6d6d6!important;color:#000!important}
62-
ul.tiled li p {
63-
color: #fff!important;
64-
}
65-
.header, header {
66-
background: #00A18570!important;
67-
}
68-
.logo, logo {
69-
color: #8e9194!important;
70-
}
71-
header nav ul li {
72-
color: #a7a7a7!important;
73-
}
74-
header nav ul li p {
75-
color: #a7a7a7!important;
76-
}
77-
.nav-tabs .nav-link{color:#fff!important}
78-
.backgroundWrap {background-color:#232A31!important}
79-
.backgroundWrap .gradient{background-image:linear-gradient(to bottom, rgba(0,0,0,0.4) 30%, #2b3237)!important}
80-
.footer, footer {
81-
background: #00A18550!important;
82-
}
83-
.navmenu {
84-
background: rgba(0, 0, 0, 0.9)!important;
85-
border-color: #fff!important;
86-
}
87-
.navmenu ul > li {
88-
border-bottom: 1px solid rgba(255, 255, 255, 0.5)!important;
89-
}
90-
.glass {
91-
background: rgba(128, 128, 128, 0.5)!important;
92-
background-color: rgba(0, 0, 0, 0.5)!important;
93-
color: #fff!important;
94-
}
95-
.navmenu.glass ul > li:hover {
96-
background: rgba(255, 255, 255, 0.2)!important;
97-
color: #000!important;
98-
box-shadow: none!important;
99-
}
100-
.navmenu.glass hr{border-top:1px solid rgba(255, 255, 255, 0.2)!important}
101-
1+
.color-bg {background:#00A18570!important}
2+
body {
3+
background: #232A31!important;
4+
color: #a7a7a7!important;
5+
}
6+
.h2, h2 {
7+
color: #8e9194!important;
8+
}
9+
.h3, h3 {
10+
color: #8e9194!important;
11+
}
12+
.h4, h4 {
13+
color: #8e9194!important;
14+
}
15+
.h5, h5 {
16+
color: #8e9194!important;
17+
}
18+
.h6, h6 {
19+
color: #8e9194!important;
20+
}
21+
h2.color{color:#00A18570!important}
22+
h3.color{color:#00A18570!important}
23+
h4.color{color:#00A18570!important}
24+
h5.color{color:#00A18570!important}
25+
h6.color{color:#00A18570!important}
26+
.p, p {
27+
color: #8e9194!important;
28+
}
29+
p.color{color:#00A18570!important}
30+
a{color:#58dbec!important}
31+
::selection {
32+
background: #00A18570!important;
33+
color: #a7a7a7!important;
34+
}
35+
code {
36+
background: #aa4eaf!important;
37+
color: #efcdf3!important;
38+
}
39+
.blockquote, blockquote {
40+
background: #1E2429!important;
41+
color: #8e9194!important;
42+
}
43+
.blockquote, blockquote:active{background:transparent!important}
44+
.textarea, textarea {
45+
background: #1E2429!important;
46+
color: #8e9194!important;
47+
}
48+
.textarea, textarea:focus{background: transparent!important}
49+
button:not(.md-button):not(.btn):not(.color) {
50+
background: #000!important;
51+
color: #a7a7a7!important;
52+
}
53+
button:not(.md-button):not(.btn):not(.color):hover {
54+
background: #a7a7a7!important;
55+
color: #000!important;
56+
}
57+
button.color{background:#00A185!important;color:#fffc!important;font-weight:bold!important;padding:10px!important;font-size:16px!important}
58+
button.color:hover{background:#ffffffb3!important;color:#00A185!important}
59+
.input, input{border:1px solid #8e9194!important;color:#8e9194!important}
60+
.input, input:hover{background:#8e9194!important}
61+
.input, input:focus{background:#d6d6d6!important;color:#000!important}
62+
ul.tiled li p {
63+
color: #fff!important;
64+
}
65+
.header, header {
66+
background: #00A18570!important;
67+
}
68+
.logo, logo {
69+
color: #8e9194!important;
70+
}
71+
header nav ul li {
72+
color: #a7a7a7!important;
73+
}
74+
header nav ul li p {
75+
color: #a7a7a7!important;
76+
}
77+
.nav-tabs .nav-link{color:#fff!important}
78+
.backgroundWrap {background-color:#232A31!important}
79+
.backgroundWrap .gradient{background-image:linear-gradient(to bottom, rgba(0,0,0,0.4) 30%, #2b3237)!important}
80+
.footer, footer {
81+
background: #00A18550!important;
82+
}
83+
.navmenu {
84+
background: rgba(0, 0, 0, 0.9)!important;
85+
border-color: #fff!important;
86+
}
87+
.navmenu ul > li {
88+
border-bottom: 1px solid rgba(255, 255, 255, 0.5)!important;
89+
}
90+
.glass {
91+
background: rgba(128, 128, 128, 0.5)!important;
92+
background-color: rgba(0, 0, 0, 0.5)!important;
93+
color: #fff!important;
94+
}
95+
.navmenu.glass ul > li:hover {
96+
background: rgba(255, 255, 255, 0.2)!important;
97+
color: #000!important;
98+
box-shadow: none!important;
99+
}
100+
.navmenu.glass hr{border-top:1px solid rgba(255, 255, 255, 0.2)!important}
101+
102102
.card{background-color:#1E2429!important}

0 commit comments

Comments
 (0)