Skip to content

Commit dae83a0

Browse files
committed
updt CSS, fully re-structure main page
1 parent f467c1a commit dae83a0

File tree

4 files changed

+171
-143
lines changed

4 files changed

+171
-143
lines changed

.gitmeta

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
chown -h 1000:1000 './.gitmeta'
22
chmod 0664 './.gitmeta'
3-
/usr/bin/touch -hcmd "2023-05-20 14:49:08.4959715000 -0300" './.gitmeta'
4-
/usr/bin/touch -hcad "2023-05-20 14:40:49.0874389000 -0300" './.gitmeta'
3+
/usr/bin/touch -hcmd "2023-05-20 23:01:55.6640840000 -0300" './.gitmeta'
4+
/usr/bin/touch -hcad "2023-05-20 14:49:08.5119713000 -0300" './.gitmeta'
55
chown -h 1000:1000 './css/page-common.css'
66
chmod 0755 './css/page-common.css'
77
/usr/bin/touch -hcmd "2020-01-24 10:22:20.0000000000 -0300" './css/page-common.css'
8-
/usr/bin/touch -hcad "2023-05-19 21:13:30.3972011000 -0300" './css/page-common.css'
8+
/usr/bin/touch -hcad "2023-05-20 21:13:50.9200002000 -0300" './css/page-common.css'
9+
chown -h 1000:1000 './css/page-custom.css'
10+
chmod 0755 './css/page-custom.css'
11+
/usr/bin/touch -hcmd "2023-05-20 21:35:34.1710426000 -0300" './css/page-custom.css'
12+
/usr/bin/touch -hcad "2023-05-20 21:35:38.0270625000 -0300" './css/page-custom.css'
913
chown -h 1000:1000 './index.html'
1014
chmod 0755 './index.html'
11-
/usr/bin/touch -hcmd "2023-05-20 14:21:56.2549521000 -0300" './index.html'
12-
/usr/bin/touch -hcad "2023-05-20 14:21:58.5189086000 -0300" './index.html'
13-
chown -h 1000:1000 './press/index.html'
14-
chmod 0755 './press/index.html'
15-
/usr/bin/touch -hcmd "2021-12-01 18:03:15.4196280000 -0300" './press/index.html'
16-
/usr/bin/touch -hcad "2023-05-19 19:16:49.0121739000 -0300" './press/index.html'
15+
/usr/bin/touch -hcmd "2023-05-20 22:53:56.7697326000 -0300" './index.html'
16+
/usr/bin/touch -hcad "2023-05-20 22:53:57.8137719000 -0300" './index.html'
1717
chown -h 1000:1000 './press/press-kit/index.html'
1818
chmod 0755 './press/press-kit/index.html'
19-
/usr/bin/touch -hcmd "2023-05-04 18:53:58.2697981000 -0300" './press/press-kit/index.html'
20-
/usr/bin/touch -hcad "2023-05-19 19:16:51.3321886000 -0300" './press/press-kit/index.html'
19+
/usr/bin/touch -hcmd "2023-05-20 22:39:27.9576841000 -0300" './press/press-kit/index.html'
20+
/usr/bin/touch -hcad "2023-05-20 22:39:29.5138960000 -0300" './press/press-kit/index.html'

css/page-common.css

+48-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/*
2-
Framework.js r1 | (c) 2014 - 2018 Plasmmer | https://plasnerd.github.io/Framework.js/LICENSE.md
2+
Framework.js r2 | (c) 2014 - 2019 Plasnerd | http://framework.js.org/LICENSE.md
33
*/
44

55
nopehtml{display:none}
66

77
body{background:rgb(239, 239, 239);font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-font-smoothing:antialiased;line-height:inherit!important;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}
88

9+
/* Temp, while C2 is used for creating apps */
10+
#splash, #html{background:rgb(239, 239, 239);top: 0px!important;left: 0px!important;position: absolute!important;width: calc(100% + 0px) !important;height: calc(100% + 0px) !important;overflow: hidden!important;}
11+
912
.elevation-0 {
1013
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12) !important;
1114
}
@@ -86,23 +89,41 @@ body{background:rgb(239, 239, 239);font-family: Roboto,-apple-system,BlinkMacSys
8689

8790
.round{border-radius:50%}
8891

89-
a{color:#0074D9!important}
90-
a:visited{color:#5b6ed6!important}
91-
a:hover{font-weight:bold;text-decoration:none}
92-
a:active{opacity:0.5}
92+
a:not(.btn){color:#0074D9!important}
93+
a:visited:not(.btn){color:#5b6ed6!important}
94+
a:hover:not(.btn):not(.breaditem){font-weight:bold;text-decoration:none}
95+
a:active:not(.btn):not(.breaditem){opacity:0.5}
9396
a .badge{color:#fff!important;text-decoration:none}
9497
a button{text-decoration:none}
98+
a.breaditem{text-decoration:none}
9599
a > li:hover{font-weight:normal!important}
96100
a > button:hover{font-weight:normal!important}
97101

98102
.header,header{background:#00A185;position:fixed;top:0;left:0;width:100%;height:53px;border-bottom: 1px solid rgba(0, 0, 0, 0.5);box-shadow: 0 0 15px 1px black;color:#fff;padding-left:20px;z-index:5000}
99103
.header,header:hover{box-shadow:0px 0px 25px 5px #000}
100104
.header,header:active{box-shadow:0px 0px 25px 9px #000}
101105

102-
.logo, logo{position:absolute;min-width: 47px;height:52px;font-size: 38px;color:#fff;transition:0.3s cubic-bezier(0.25, 0.8, 0.5, 1);padding: 0 5px 1px 5px;}
103-
.logo,logo:hover{background-color: rgba(255, 255, 255, 0.12);}
104-
.logo,logo:active{opacity:0.2}
105-
.logo, logo .badge{top:-13px;margin-left:-5px;font-size:initial!important}
106+
logo, .logo{top:8px}
107+
logo, .logo, .breaditem {
108+
position: relative;
109+
min-width: 47px;
110+
font-size: 30px;
111+
color: #fff!important;
112+
border-radius: 10px;
113+
padding: 0px 0px 8px 3px;
114+
}
115+
a.breaditem logo{font-size:18px!important;color:rgba(255, 255, 255, 0.5)!important}
116+
.badge.note, logo .badge, .logo .badge{ top: -11px;
117+
margin-left: -5px;
118+
font-size: 12px!important;
119+
background: #ff9800;
120+
color: #000000de!important;
121+
border: 1px solid #000000de;}
122+
123+
a.breaditem{top:5px!important;transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);border-right:1px solid}
124+
a.breaditem:hover{background-color:rgba(255, 255, 255, 0.12)}
125+
a.breaditem:active{opacity:0.2}
126+
.breaditem.active{font-size:22px;color:rgba(255, 255, 255, 0.7)!important}
106127

107128
.content{width:100%;height:calc(100% - 53px);top:53px;position:fixed;overflow-x:hidden;overflow-y:scroll}
108129

@@ -309,10 +330,10 @@ ul.tiled.longcard li div{width:100%;height:100%;opacity:0.5;position: relative;t
309330
}
310331

311332
header nav {
312-
position: absolute;
333+
float: right;
313334
right: 0;
314335
margin-right: 20px;
315-
box-sizing: initial!important;
336+
box-sizing: initial!important;
316337
}
317338

318339
header nav zeronet {
@@ -527,6 +548,21 @@ footer:active .footer-shadow{box-shadow:0px 16px 26px -1px black}
527548

528549
.footer,footer{background:#00A185;width:100%;color:#efefef;padding:10px;box-sizing:border-box}.social-icons{float:right}.social-icons img{margin-left:10px}.social-buttons{margin-top:55px;float:right}footer a{color:#FFFFFF;opacity:0.5}footer a:hover{opacity:1}.copyright, copyright{width:100%;display:block;margin-top:218px}.copyright, copyright a{color:#fff!important}.copyright, copyright center a{color:#fff!important}
529550

551+
.navdrawer-nav .nav-link{color:rgba(0,0,0,.87)!important}
552+
.navdrawer-nav .nav-link.active, .navdrawer-nav .nav-link:active{color:#00A185!important;border-left:5px solid}
553+
554+
.list-group-item.nav-link{cursor:pointer}
555+
.list-group-item.nav-link:hover{background-color:rgba(0,0,0,.12)}
556+
557+
.linkish{cursor:pointer;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}
558+
.linkish:hover{box-shadow: 0 0 4px 0 rgba(0,0,0,.14), 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2)}
559+
.linkish:active{box-shadow: inset 0 0 4px 0 rgba(0,0,0,.14), inset 0 3px 4px 0 rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2)}
560+
561+
.navdrawer-nav .nav-link::before{background-color:rgba(255, 255, 255, 0)!important}
562+
563+
/* Fix .list-group-item background */
564+
.list-group-item{background-color:transparent!important}
565+
530566
@media(max-width:8in){
531567
.logo, logo{font-size:19px;line-height:59px}
532568
.textarea, textarea{width: calc(100% + -55px)}
@@ -551,4 +587,4 @@ button.color{padding:15px;font-size:19px}
551587
.input,input{padding:10px;font-size:16px}
552588
ul.tiled.longcard li{width:100%}
553589
button.sticky.left{top:-55px!important}
554-
}
590+
}

css/page-custom.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ background:#e3e2e2!important
1111
}
1212

1313
.logo,logo {
14-
background: url(../logotype.svg) no-repeat no-repeat 3px 5px;
14+
background: url(../logotype.svg) no-repeat no-repeat 3px 3px;
1515
background-size: 220px;
1616
text-indent: 49px;
1717
min-width: 225px;
18+
padding: 0 0px 11px 227px !important;
19+
line-height: 24px !important;
1820
}
1921
.logo, logo:hover{background-color:rgba(0, 0, 0, 0.12)}
2022

@@ -50,3 +52,12 @@ button.color:hover{background:#fff;color:#00964a}
5052
}
5153

5254
.footer,footer{background:#00E271;color:#FDFF38}
55+
56+
header nav ul li {
57+
color: #FDFF38 !important;
58+
}
59+
header nav ul li p {
60+
color: #FDFF38;
61+
font-weight: bold;
62+
font-size: 20px;
63+
}

0 commit comments

Comments
 (0)