1
1
/*
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
3
3
*/
4
4
5
5
nopehtml {display : none}
6
6
7
7
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}
8
8
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
+
9
12
.elevation-0 {
10
13
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 ;
11
14
}
@@ -86,23 +89,41 @@ body{background:rgb(239, 239, 239);font-family: Roboto,-apple-system,BlinkMacSys
86
89
87
90
.round {border-radius : 50% }
88
91
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 }
93
96
a .badge {color : # fff!important ;text-decoration : none}
94
97
a button {text-decoration : none}
98
+ a .breaditem {text-decoration : none}
95
99
a > li : hover {font-weight : normal!important }
96
100
a > button : hover {font-weight : normal!important }
97
101
98
102
.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 }
99
103
.header , header : hover {box-shadow : 0px 0px 25px 5px # 000 }
100
104
.header , header : active {box-shadow : 0px 0px 25px 9px # 000 }
101
105
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 }
106
127
107
128
.content {width : 100% ;height : calc (100% - 53px );top : 53px ;position : fixed;overflow-x : hidden;overflow-y : scroll}
108
129
@@ -309,10 +330,10 @@ ul.tiled.longcard li div{width:100%;height:100%;opacity:0.5;position: relative;t
309
330
}
310
331
311
332
header nav {
312
- position : absolute ;
333
+ float : right ;
313
334
right : 0 ;
314
335
margin-right : 20px ;
315
- box-sizing : initial!important ;
336
+ box-sizing : initial!important ;
316
337
}
317
338
318
339
header nav zeronet {
@@ -527,6 +548,21 @@ footer:active .footer-shadow{box-shadow:0px 16px 26px -1px black}
527
548
528
549
.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 }
529
550
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
+
530
566
@media (max-width : 8in ){
531
567
.logo , logo {font-size : 19px ;line-height : 59px }
532
568
.textarea , textarea {width : calc (100% + -55px )}
@@ -551,4 +587,4 @@ button.color{padding:15px;font-size:19px}
551
587
.input , input {padding : 10px ;font-size : 16px }
552
588
ul .tiled .longcard li {width : 100% }
553
589
button .sticky .left {top : -55px !important }
554
- }
590
+ }
0 commit comments