mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-06 15:09:59 +00:00
Update html.
This commit is contained in:
parent
aeafd6daab
commit
459f9682e0
6 changed files with 112 additions and 12 deletions
|
@ -1,10 +1,6 @@
|
|||
---
|
||||
---
|
||||
/*get rid of defaults*/
|
||||
|
||||
*{/*everything on the webpage*/
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Tell the browser to render HTML5 elements as block */
|
||||
|
@ -16,6 +12,8 @@ header, footer, aside, nav, article {
|
|||
body {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
background: #303030;
|
||||
height: 100%;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/*style della barra di navigazione*/
|
||||
|
@ -30,14 +28,23 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
form {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#version{
|
||||
font-size: 17px;
|
||||
margin: 0px;
|
||||
padding: 0px 0px;
|
||||
color: RGBA(0, 146, 0, 255);
|
||||
font-weight: bold;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.submit-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
@ -49,8 +56,6 @@ body {
|
|||
}
|
||||
|
||||
#PasteTextBox{
|
||||
height: 400px;
|
||||
width: 600px;
|
||||
margin: 20px;
|
||||
border: 0px;
|
||||
background-color: #303030;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue