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
87
html/website/kamokan-mobile.css
Normal file
87
html/website/kamokan-mobile.css
Normal file
|
@ -0,0 +1,87 @@
|
|||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Tell the browser to render HTML5 elements as block */
|
||||
header, footer, aside, nav, article {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*caratteristiche generali di tutto il body*/
|
||||
body {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
background: #303030;
|
||||
height: 100%;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
/*style della barra di navigazione*/
|
||||
#topbar {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
#version{
|
||||
margin: 0px;
|
||||
padding: 0px 0px;
|
||||
color: RGBA(0, 146, 0, 255);
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.icon-green {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.submit-mobile {
|
||||
font-size: 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#PasteTextBox{
|
||||
margin: 20px;
|
||||
border: 0px;
|
||||
background-color: #303030;
|
||||
color: #EDEDED;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.title{
|
||||
color: #EDEDED;
|
||||
font-weight: bold;
|
||||
margin: 5px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.selectBox {
|
||||
font-size: 10px;
|
||||
background: #EDEDED;
|
||||
color: black;
|
||||
padding: 2px;
|
||||
margin-right: 20px;
|
||||
border: solid #9e9e9e 1px;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-size: 28px;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue