19
19
--inv : 0 ;
20
20
}
21
21
* {
22
- /* transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.05s; */
22
+ user-select : none;
23
+ transition : all cubic-bezier (0.075 , 0.82 , 0.165 , 1 ) 0.5s ;
23
24
}
24
25
# background {
25
26
position : fixed;
148
149
}
149
150
}
150
151
}
151
-
152
+ @media (max-width : 800px ){
153
+ # contcent {
154
+ position : absolute;
155
+ top : 48px ;
156
+ right : 5px !important ;
157
+ left : 5px !important ;
158
+ left : unset !important ;
159
+ width : calc (100vw - 30px );
160
+ height : calc (100vh - 122px );
161
+ max-height : unset !important ;
162
+ max-width : unset !important ;
163
+ }
164
+ # cccb {
165
+ left : 10px ;
166
+ width : calc (100% - 20px ) !important ;
167
+ position : fixed;
168
+ bottom : 10px !important ;
169
+ }
170
+ }
171
+ # contcent {
172
+ position : fixed;
173
+ border-radius : var (--rad1 );
174
+ border : 1px solid var (--ui2 );
175
+ background-color : var (--ui1 );
176
+ box-shadow : rgba (0 , 0 , 0 , 0.15 ) 0px 0px 75px 15px ;
177
+ backdrop-filter : blur (var (--bl2 ));
178
+ -webkit-backdrop-filter : blur (var (--bl2 ));
179
+ padding : 10px ;
180
+ max-width : 80% ;
181
+ max-width : 360px ;
182
+ max-height : 80% ;
183
+ z-index : 4 ;
184
+ right : 5px ;
185
+ bottom : 57px ;
186
+ z-index : 9002451 ;
187
+ animation : tb2 0.28s ;
188
+ }
152
189
.setupbox {
153
190
position : fixed;
154
191
transform : translate (-50% , -50% ) scale (1.0 );
@@ -643,11 +680,10 @@ p {
643
680
max-width : 80% ;
644
681
max-width : 360px ;
645
682
max-height : 80% ;
646
- left : 5px ;
647
683
z-index : 4 ;
648
684
animation : tb2 0.28s ;
685
+ left : 5px ;
649
686
}
650
-
651
687
@keyframes tb2 {
652
688
0% {bottom : 90px ; opacity : 0% ;}
653
689
100% {opacity : 100% ;}
@@ -707,4 +743,207 @@ p {
707
743
}
708
744
.tbmenu {
709
745
z-index : 9002451 ;
746
+ }
747
+ /* {
748
+ width: 20px;
749
+ height: 20px;
750
+ border-radius: 10px;
751
+ padding:5px;
752
+ border: 1px solid var(--ui3);
753
+ background-color: rgba(var(--acc), 0.3);
754
+ cursor: pointer;
755
+ transition: 0.05s;
756
+ } */
757
+ select {
758
+ background-color : rgba (var (--acc ), 0.3 );
759
+ border-radius : var (--rad2 );
760
+ font-size : var (--fz1 );
761
+ padding : 6px 8px ;
762
+ margin : 1px ;
763
+ transition : 0.08s ease-in-out;
764
+ cursor : pointer;
765
+ border : 1px solid transparent;
766
+ width : max-content;
767
+ min-width : fit-content;
768
+ display : inline-block;
769
+ }
770
+
771
+ select : hover {
772
+ background-color : rgba (var (--acc ), 0.4 );
773
+ border : 1px solid rgba (var (--acc ), 0.6 );
774
+ box-shadow : rgba (0 , 0 , 0 , 0.2 ) 0px 0px 20px 4px ;
775
+ }
776
+
777
+ select : active {
778
+ /* transform: scale(0.88); */
779
+ /* padding: 4px 6px; */
780
+ background-color : rgba (var (--acc ), 0.20 );
781
+ }
782
+
783
+
784
+
785
+ .ckbx {
786
+ background-color : rgba (var (--acc ), 0.3 );
787
+ border-radius : var (--rad2 );
788
+ font-size : var (--fz1 );
789
+ padding : 5px 8px ;
790
+ margin : 1px ;
791
+ transition : 0.08s ease-in-out;
792
+ cursor : pointer;
793
+ border : 1px solid transparent;
794
+ width : max-content;
795
+ min-width : fit-content;
796
+ display : inline-block;
797
+ }
798
+
799
+ .ckbx : hover {
800
+ background-color : rgba (var (--acc ), 0.4 );
801
+ border : 1px solid rgba (var (--acc ), 0.6 );
802
+ box-shadow : rgba (0 , 0 , 0 , 0.2 ) 0px 0px 20px 4px ;
803
+ }
804
+
805
+ .ckbx : active {
806
+ transform : scale (0.88 );
807
+ background-color : rgba (var (--acc ), 0.20 );
808
+ }
809
+
810
+ /* .ckbx input:after {
811
+ content:attr(name);
812
+ height: min-content;
813
+ padding-left: 15px;
814
+ margin-top: -2px;
815
+ display: block;
816
+ min-width: min-content;
817
+ width: max-content;
818
+ } */
819
+ .topbar {
820
+ position : absolute;
821
+ display : flex;
822
+ align-items : center;
823
+ justify-content : flex-start;
824
+ left : 0px ;
825
+ top : -100px ;
826
+ right : 0px ;
827
+ padding : 0px ;
828
+ border-bottom : 1px solid var (--ui2 );
829
+ background-color : var (--ui1 );
830
+ box-shadow : rgba (0 , 0 , 0 , 0.3 ) 0px 0px 75px 15px ;
831
+ animation : tb 1.0s cubic-bezier (0.25 , 1 , 0.5 , 1 ) forwards;
832
+ backdrop-filter : blur (var (--bl2 ));
833
+ -webkit-backdrop-filter : blur (var (--bl2 ));
834
+ z-index : 303369 ;
835
+ overflow-x : auto;
836
+ white-space : nowrap;
837
+ bottom : unset !important ;
838
+
839
+ }
840
+ .topbar * {
841
+ margin : 0px ;
842
+ padding : 4px ;
843
+ }
844
+ .topbar .b1 {
845
+ background-color : transparent;
846
+ }
847
+ @media (max-width : 800px ){
848
+ .topbar {
849
+ display : flex;
850
+ top : 0px ;
851
+ height : 4vh ;
852
+ }
853
+ .taskbar {
854
+ left : 0px ;
855
+ bottom : 0px !important ;
856
+ right : 0px ;
857
+ border : none;
858
+ border-top : 1px solid var (--ui2 );
859
+ border-radius : 0px ;
860
+ height : 6vh ;
861
+ }
862
+ .tbmenu {
863
+ width : 100vw !important ;
864
+ height : calc (76vh - 3px ) !important ;
865
+ max-height : calc (76vh - 3px ) !important ;
866
+ max-width : unset !important ;
867
+ position : absolute !important ;
868
+ left : 0px !important ;
869
+ top : 4vh !important ;
870
+ border-radius : 0px !important ;
871
+ overflow : visible !important ;
872
+ z-index : 303367 !important ;
873
+ }
874
+ .window {
875
+ width : 100vw !important ;
876
+ height : calc (76vh - 3px ) !important ;
877
+ max-height : calc (76vh - 3px ) !important ;
878
+ max-width : unset !important ;
879
+ position : absolute !important ;
880
+ left : 0px !important ;
881
+ top : 4vh !important ;
882
+ border-radius : 0px !important ;
883
+ overflow : visible !important ;
884
+ }
885
+ .window .content {
886
+ padding : 2px ;
887
+ }
888
+ .window .tnav {
889
+ /* display: none; */
890
+ }
891
+ .window .title {
892
+ /* position: absolute;
893
+ top:0;
894
+ left:0; */
895
+ }
896
+ .window .tb {
897
+ border-radius : 0px !important ;
898
+ }
899
+ .window : not (.winf ){
900
+ z-index : -100 !important ;
901
+ }
902
+ # contcent {
903
+ width : 100vw !important ;
904
+ height : calc (76vh - 3px ) !important ;
905
+ max-height : calc (76vh - 3px ) !important ;
906
+ max-width : 100vw !important ;
907
+ position : absolute !important ;
908
+ left : 0px !important ;
909
+ top : 4vh !important ;
910
+ border-radius : 0px !important ;
911
+ overflow : visible !important ;
912
+ z-index : 303367 !important ;
913
+ padding : 2px ;
914
+ }
915
+ # cccb {
916
+ margin : 0px !important ;
917
+ left : 2px ;
918
+ width : calc (100% - 10px ) !important ;
919
+ }
920
+ .taskbar .time {
921
+ display : none;
922
+ }
923
+ .smtxt {
924
+ display : none;
925
+ }
926
+ .smico {
927
+ display : block !important ;
928
+ }
929
+ .taskbar .tnav {
930
+ margin-left : 40px !important ;
931
+ overflow : scroll;
932
+ border-radius : var (--rad2 );
933
+ }
934
+ }
935
+ .winf {
936
+ z-index : 303365 !important ;
937
+ }
938
+ .start {
939
+ position : absolute;
940
+ left : 5px ;
941
+ }
942
+ .taskbar .tnav {
943
+ margin-left : 60px ;
944
+ overflow : scroll;
945
+ border-radius : var (--rad2 );
946
+ }
947
+ .smico {
948
+ display : none;
710
949
}
0 commit comments