|
|
@@ -25,9 +25,7 @@ html, body {
|
|
|
body {
|
|
|
background: #efefef;
|
|
|
color: hsl(240,30,10);
|
|
|
- /* letter-spacing: 0.125em; */
|
|
|
text-align: center;
|
|
|
- /* text-transform: uppercase; */
|
|
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */
|
|
|
-webkit-user-select: none; /* Safari */
|
|
|
@@ -82,7 +80,6 @@ p:focus {
|
|
|
*/
|
|
|
|
|
|
.statuslogin {
|
|
|
- /* font-size:20px; */
|
|
|
resize:none;
|
|
|
background: #f7f7f7;
|
|
|
overflow:hidden;
|
|
|
@@ -99,14 +96,8 @@ p:focus {
|
|
|
}
|
|
|
|
|
|
.statusmain {
|
|
|
- /* font-size:20px; */
|
|
|
resize:none;
|
|
|
background: #f7f7f7;
|
|
|
- /*
|
|
|
- overflow:auto;
|
|
|
- overflow-x:hidden;
|
|
|
- overflow-y:hidden;
|
|
|
- */
|
|
|
word-wrap:off;
|
|
|
-webkit-user-select: none;
|
|
|
-webkit-touch-callout: none;
|
|
|
@@ -118,16 +109,9 @@ p:focus {
|
|
|
-moz-user-select: none;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 640px) {
|
|
|
- body {
|
|
|
- background: rgb(230,230,230);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-@media only screen and (min-width: 640px) {
|
|
|
- body {
|
|
|
- background: lightblue;
|
|
|
- }
|
|
|
+.bkeyFull {
|
|
|
+ width: 96vw;
|
|
|
+ height:96vh;
|
|
|
}
|
|
|
|
|
|
/* small size */
|
|
|
@@ -181,6 +165,11 @@ p:focus {
|
|
|
height:75px;
|
|
|
}
|
|
|
|
|
|
+ .bkeyNarrow {
|
|
|
+ width: 75px;
|
|
|
+ height:75px;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
.bkeyw {
|
|
|
width: 150px;
|
|
|
@@ -226,11 +215,6 @@ p:focus {
|
|
|
.col { width: 160px; }
|
|
|
|
|
|
.bdisp {
|
|
|
- /*
|
|
|
- font-size: 40px;
|
|
|
- margin-top: 30px;
|
|
|
- margin-right: 30px;
|
|
|
- */
|
|
|
font-size: 7vh;
|
|
|
margin-top: 5vh;
|
|
|
margin-right: 1vw;
|
|
|
@@ -249,14 +233,12 @@ p:focus {
|
|
|
}
|
|
|
|
|
|
.bdrop {
|
|
|
- /* font-size: 38px; */
|
|
|
font-size: 7vh;
|
|
|
border: solid 4px #888888;
|
|
|
box-shadow: 6px 6px 0px #aaaaaa;
|
|
|
}
|
|
|
|
|
|
.bdropinp {
|
|
|
- /* font-size: 44px; */
|
|
|
font-size: 7vh;
|
|
|
border: solid 4px #888888;
|
|
|
box-shadow: 6px 6px 0px #aaaaaa;
|
|
|
@@ -267,6 +249,16 @@ p:focus {
|
|
|
height:20vh;
|
|
|
}
|
|
|
|
|
|
+ .bkeyFull {
|
|
|
+ width: 96vw;
|
|
|
+ height:96vh;
|
|
|
+ }
|
|
|
+
|
|
|
+ .bkeyNarrow {
|
|
|
+ width: 10vw;
|
|
|
+ height:40vh;
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
.bkeyw {
|
|
|
width: 25vw;
|
|
|
@@ -295,16 +287,8 @@ p:focus {
|
|
|
}
|
|
|
|
|
|
.bdisp {
|
|
|
-
|
|
|
- /* font-size: 20px; */
|
|
|
font-weight: bold;
|
|
|
color: #444444;
|
|
|
-
|
|
|
- /*
|
|
|
- margin-top: 15px;
|
|
|
- margin-right: 15px;
|
|
|
- */
|
|
|
-
|
|
|
margin-left: auto;
|
|
|
|
|
|
background: none;
|
|
|
@@ -313,17 +297,9 @@ p:focus {
|
|
|
|
|
|
|
|
|
.bmsg {
|
|
|
-
|
|
|
- /* font-size: 20px; */
|
|
|
font-weight: bold;
|
|
|
color: #444444;
|
|
|
-
|
|
|
background: #ADD8E6;
|
|
|
- /*
|
|
|
- border: solid 2px #888888;
|
|
|
- box-shadow: 3px 3px 0px #aaaaaa;
|
|
|
- */
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.bmsg:focus {
|
|
|
@@ -331,16 +307,8 @@ p:focus {
|
|
|
}
|
|
|
|
|
|
.bstatus {
|
|
|
-
|
|
|
- /* font-size: 20px; */
|
|
|
font-weight: bold;
|
|
|
color: #444444;
|
|
|
-
|
|
|
- /*
|
|
|
- border: solid 2px #888888;
|
|
|
- box-shadow: 3px 3px 0px #aaaaaa;
|
|
|
- */
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.bstatus:focus {
|
|
|
@@ -349,19 +317,9 @@ p:focus {
|
|
|
|
|
|
|
|
|
.bdrop {
|
|
|
-
|
|
|
- /*
|
|
|
- font-size: 19px;
|
|
|
- */
|
|
|
font-weight: bold;
|
|
|
color: #444444;
|
|
|
-
|
|
|
background: none;
|
|
|
- /*
|
|
|
- border: solid 2px #888888;
|
|
|
- box-shadow: 3px 3px 0px #aaaaaa;
|
|
|
- */
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.bdrop:focus {
|
|
|
@@ -370,16 +328,9 @@ p:focus {
|
|
|
|
|
|
|
|
|
.bdropinp {
|
|
|
-
|
|
|
- /* font-size: 22px; */
|
|
|
font-weight: bold;
|
|
|
color: #444444;
|
|
|
-
|
|
|
background: none;
|
|
|
- /*
|
|
|
- border: solid 2px #888888;
|
|
|
- box-shadow: 3px 3px 0px #aaaaaa;
|
|
|
- */
|
|
|
|
|
|
-webkit-transition: margin-left 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
|
|
|
-moz-transition: margin-left 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
|
|
|
@@ -457,7 +408,7 @@ p:focus {
|
|
|
top: 5%;
|
|
|
*/
|
|
|
|
|
|
- left: 75vw;
|
|
|
+ left: 85vw;
|
|
|
top: 5vh;
|
|
|
}
|
|
|
|
|
|
@@ -469,7 +420,7 @@ p:focus {
|
|
|
top: 35%;
|
|
|
*/
|
|
|
|
|
|
- left: 75vw;
|
|
|
+ left: 85vw;
|
|
|
top: 30vh;
|
|
|
}
|
|
|
|