iframes war
This commit is contained in:
parent
0965403ca4
commit
57d6cd5107
14
game.php
14
game.php
@ -19,30 +19,26 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
|
|||||||
<title>Окно игры</title>
|
<title>Окно игры</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<style>
|
<style>
|
||||||
/* form {
|
form {
|
||||||
padding: 3px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input {
|
form input {
|
||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
padding: 10px;
|
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-right: .5%;
|
margin-right: .5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form input[type="submit"] {
|
form input[type="submit"] {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
display:grid;
|
display:grid;
|
||||||
background:#d7d7d7;
|
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
grid-template-rows: 45px /* Шапка */
|
grid-template-rows: 45px /* Шапка */
|
||||||
2fr /* Окно игры */
|
2fr /* Окно игры */
|
||||||
@ -50,13 +46,9 @@ if (!isset($_SESSION['uid'])) header("Location: index.php");
|
|||||||
30px;/* Подвал */
|
30px;/* Подвал */
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
|
||||||
margin: 1px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
box-shadow: 0 3px 2px -2px slategray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#game, #chat {
|
#game, #chat {
|
||||||
|
Loading…
Reference in New Issue
Block a user