@@ -1341,3 +1341,140 @@ html.m .mhide, html:not(.m) .mshow {
1341
1341
border : # 0008 dashed;
1342
1342
margin : 0.2em ;
1343
1343
}
1344
+
1345
+ /* cstimer plus */
1346
+ .cspt .mywindow , .cspt # leftbar > div , .cspt # avgstr {
1347
+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, "Helvetica Neue" , Arial, "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" !important ;
1348
+ }
1349
+
1350
+ .cspt # avgstr {
1351
+ font-size : 2rem ;
1352
+ line-height : 1.6 ;
1353
+ }
1354
+
1355
+ .cspt .mywindow {
1356
+ padding : 1rem ;
1357
+ border : 0 ;
1358
+ border-radius : 0 ;
1359
+ }
1360
+
1361
+ .cspt # scrambleTxt {
1362
+ cursor : default;
1363
+ letter-spacing : 0.375rem ;
1364
+ padding : 7px ;
1365
+ }
1366
+
1367
+ .cspt : not (.m ) # leftbar {
1368
+ width : 17.2rem ;
1369
+ }
1370
+
1371
+ .cspt : not (.m ) # scrambleDiv {
1372
+ left : 17.2rem ;
1373
+ }
1374
+
1375
+ .cspt # leftbar , .cspt # leftbar > div {
1376
+ border : 0 ;
1377
+ border-radius : 0 ;
1378
+ }
1379
+
1380
+ .cspt .mywindow : not (.fixed )::before , .cspt # leftbar ::before {
1381
+ margin : 0px !important ;
1382
+ }
1383
+
1384
+ .cspt # leftbar ::before , .cspt .mywindow ::before , .cspt .popup , .cspt .dialog {
1385
+ box-shadow : 0 1px 8px rgba (0 , 0 , 0 , 0.2 ) !important ;
1386
+ border-radius : 0 ;
1387
+ }
1388
+
1389
+ .cspt .mywindow > .chide {
1390
+ background-color : rgba (0 , 0 , 0 , .2 );
1391
+ }
1392
+
1393
+ .cspt select , .cspt input [type = 'button' ], .cspt input [type = 'text' ] {
1394
+ background-color : rgba (255 , 255 , 255 , 0.1 );
1395
+ border-radius : 0.375rem ;
1396
+ padding : 0.375rem 0.75rem ;
1397
+ border : 0 ;
1398
+ margin : 0 0.25rem ;
1399
+ }
1400
+
1401
+ .cspt select > option {
1402
+ color : # 000000 ;
1403
+ }
1404
+
1405
+ .cspt input [type = 'button' ] {
1406
+ padding : 0.375rem 0.75rem ;
1407
+ }
1408
+
1409
+ .cspt .table td , .cspt .table th , .cspt .table {
1410
+ padding : 0.5rem ;
1411
+ }
1412
+
1413
+ .cspt .statc {
1414
+ margin-top : 1rem ;
1415
+ }
1416
+
1417
+ .cspt .stattl {
1418
+ margin-top : 0.5rem ;
1419
+ }
1420
+
1421
+ .cspt # leftbar .mybutton .icon {
1422
+ height : 100% ;
1423
+ font-size : 2rem ;
1424
+
1425
+ display : flex;
1426
+ justify-content : center;
1427
+ align-items : center;
1428
+
1429
+ speak : none;
1430
+ font-style : normal;
1431
+ font-weight : normal;
1432
+ text-transform : none;
1433
+ line-height : 1 ;
1434
+ -webkit-font-smoothing : antialiased;
1435
+ font-variant : normal;
1436
+ }
1437
+
1438
+ .cspt # leftbar .mybutton .icon : before {
1439
+ font-size : 2rem ;
1440
+ }
1441
+
1442
+ .cspt # gray {
1443
+ background-color : # 000 ;
1444
+ }
1445
+
1446
+ .cspt .dialog , .cspt .popup {
1447
+ border-radius : 0 ;
1448
+ border : 0 ;
1449
+ }
1450
+
1451
+ .cspt .dialog .title {
1452
+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, "Helvetica Neue" , Arial, "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" !important ;
1453
+ }
1454
+
1455
+ .cspt .tab {
1456
+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, "Helvetica Neue" , Arial, "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" !important ;
1457
+ border : 0 ;
1458
+ padding : 0.375rem ;
1459
+ border-radius : 0 ;
1460
+ }
1461
+
1462
+ .cspt # inputTimer {
1463
+ width : 70% !important ;
1464
+ }
1465
+
1466
+ .cspt .tab .enable {
1467
+ background-color : rgba (255 , 255 , 255 , 0.2 )
1468
+ }
1469
+
1470
+ .cspt table .opttable td {
1471
+ padding : 0.75rem ;
1472
+ }
1473
+
1474
+ html .cspt : not (.m ) .mywindow , html .cspt : not (.m ) # leftbar {
1475
+ z-index : 1 !important ;
1476
+ }
1477
+
1478
+ html .cspt : not (.m ) .mywindow : hover , html .cspt : not (.m ) # leftbar : hover {
1479
+ z-index : 1 !important ;
1480
+ }
0 commit comments