mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
87 lines
No EOL
1.2 KiB
CSS
87 lines
No EOL
1.2 KiB
CSS
|
|
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;
|
|
} |