mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-06 15:09:59 +00:00
...rename duckbin to kamokan --> 鴨缶. yay!
This commit is contained in:
parent
ae283b6c96
commit
cb2d163981
16 changed files with 50 additions and 50 deletions
84
html/website/kamokan.css
Normal file
84
html/website/kamokan.css
Normal file
|
@ -0,0 +1,84 @@
|
|||
---
|
||||
---
|
||||
/*get rid of defaults*/
|
||||
|
||||
*{/*everything on the webpage*/
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
/*style della barra di navigazione*/
|
||||
#topbar {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#version{
|
||||
font-size: 17px;
|
||||
margin: 0px;
|
||||
padding: 0px 0px;
|
||||
color: RGBA(0, 146, 0, 255);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.icon {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.icon-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#PasteTextBox{
|
||||
height: 400px;
|
||||
width: 600px;
|
||||
margin: 20px;
|
||||
border: 0px;
|
||||
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;
|
||||
display: inline-block;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.error {
|
||||
font-size: 28px;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue