1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-11-23 00:33:44 +00:00
kamokan/html/website/kamokan.css

89 lines
1.2 KiB
CSS
Raw Normal View History

2017-04-18 19:09:49 +00:00
2017-06-14 23:06:47 +00:00
html {
height: 100%;
2017-04-18 19:09:49 +00:00
}
/* 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;
2017-06-14 23:06:47 +00:00
height: 100%;
margin: 10px;
2017-04-18 19:09:49 +00:00
}
/*style della barra di navigazione*/
#topbar {
margin: 0;
padding: 0;
width: 100%;
border-bottom: 2px solid black;
}
2017-05-14 13:50:16 +00:00
#content {
margin: 0;
padding: 0;
width: 100%;
2017-06-14 23:06:47 +00:00
height: 70%;
}
form {
height: 100%;
2017-05-14 13:50:16 +00:00
}
2017-04-18 19:09:49 +00:00
#version{
margin: 0px;
2017-05-14 13:50:16 +00:00
padding: 0px 0px;
2017-04-18 19:09:49 +00:00
color: RGBA(0, 146, 0, 255);
font-weight: bold;
2017-06-14 23:06:47 +00:00
font-size: 17px;
}
.submit-mobile {
display: none;
2017-04-18 19:09:49 +00:00
}
.icon {
padding-right: 20px;
}
.icon-right {
float: right;
}
#PasteTextBox{
margin: 20px;
2017-05-14 13:50:16 +00:00
border: 0px;
2017-04-18 19:09:49 +00:00
background-color: #303030;
color: #EDEDED;
resize: none;
}
.title{
display: inline-block;
color: #EDEDED;
font-weight: bold;
}
.selectBox {
font-size: 15px;
background: #EDEDED;
color: black;
padding: 5px;
margin-right: 20px;
border: solid #9e9e9e 1px;
text-decoration: none;
2017-05-14 13:50:16 +00:00
display: inline-block;
2017-04-18 19:09:49 +00:00
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
2017-05-14 13:50:16 +00:00
.error {
font-size: 28px;
text-align: center;
}