goog
This commit is contained in:
parent
14e279a26b
commit
56a84f9574
|
|
@ -10503,7 +10503,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css?nocache=2">
|
<link rel="stylesheet" type="text/css" href="style.css?nocache=3">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
13
style.css
13
style.css
|
|
@ -36,15 +36,6 @@ a:active, a:hover:active {color: rgb(255, 179, 255);}
|
||||||
-ms-user-select: none; /* Internet Explorer/Edge */
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||||
user-select: none;
|
user-select: none;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
|
||||||
#gameWrapper { /* make this normally positioned on the page so other elements can be under it */
|
|
||||||
|
|
||||||
}
|
|
||||||
#underDiv { /* make this fit inside the div */
|
|
||||||
|
|
||||||
}
|
|
||||||
#totalWrapper {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
#bottomInfoBox { /* place under the game canvas */
|
#bottomInfoBox { /* place under the game canvas */
|
||||||
margin: 1.5em 50px 0px 50px;
|
margin: 1.5em 50px 0px 50px;
|
||||||
|
|
@ -255,8 +246,8 @@ button, input[type="submit"], input[type="reset"] {
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
/* screen size < 700px */
|
/* screen size < 800px */
|
||||||
@media screen and (max-width: 700px) { /* Mobile Styles */
|
@media screen and (max-width: 800px) { /* Mobile Styles */
|
||||||
.pagetitle {
|
.pagetitle {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding-left: 0.25em;
|
padding-left: 0.25em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue