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
2017-06-18 16:23:43 +01:00

134 lines
1.7 KiB
CSS

html {
height: 100%;
margin: 0px;
padding: 0px;
}
body {
font-family: Helvetica, Arial, sans-serif;
background: #303030;
margin: 0px;
padding-top: 0px;
}
/*style della barra di navigazione*/
#topbar {
margin: 0;
padding: 0;
width: 100%;
border-bottom: 2px solid black;
}
#content {
margin: 0;
padding: 0;
width: 100%;
}
#page {
margin: 10px;
}
#version{
margin: 0px;
padding: 0px 0px;
color: RGBA(0, 242, 0, 1);
font-weight: bold;
font-size: 17px;
}
.submit-mobile {
display: none;
}
.icon {
padding-right: 20px;
}
.icon-right {
float: right;
}
.wrap {
margin: 20px;
}
#PasteTextBox {
background-color: #303030;
color: #EDEDED;
resize: none;
height: calc(95vh - 200px);
width: 95%;
}
#button {
margin: 0px 20px 20px 20px;
}
.title{
display: inline-block;
color: #EDEDED;
font-weight: bold;
font-size: 17px;
}
#delete {
font-size: 17px;
color: #EDEDED;
display: inline;
}
.selectBox {
font-size: 15px;
background: #EDEDED;
color: black;
padding: 5px;
margin-right: 20px;
border: solid #9e9e9e 1px;
text-decoration: none;
display: inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.error {
font-size: 28px;
text-align: center;
}
footer {
margin-left: 30px;
bottom: 5px;
position: fixed;
font-size: 15px;
color: #EDEDED;
}
#numbers {
display: table-cell;
color: #EDEDED;
font-family: monospace;
width: 40px;
vertical-align: bottom;
border: solid red 1px;
}
#lines {
display: table-cell;
font-family: monospace;
border: solid green 1px;
}
#code {
list-style-type: none;
padding: 0px;
margin: 0px;
white-space: pre;
}
.mar-pad0 {
margin: 0px;
padding: 0px;
}