js-keygen/js-keygen.css

46 lines
710 B
CSS
Raw Normal View History

2015-09-04 00:48:05 +00:00
body {
background-color: #cccccc;
font: 16px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
}
button#generate {
background-color: rgb(60,200,30);
padding: 10px;
margin-top: 5px;
color: white;
font-weight: bold;
font-size: 1.1em;
border-radius: 8px;
border-width: 0px;
margin-right: 20px;
margin-left: 20px;
min-width: 120px;
}
div#content {
background-color: #f0f0f0;
border-radius: 8px;
width: 780px;
margin: auto;
padding: 20px;
}
2015-09-03 12:54:43 +00:00
label {
display: inline-block;
width: 80px;
}
select{
width: 200px;
}
input {
width: 180px;
}
textarea {
margin-top: 10px;
width: 650px;
height: 70px;
word-wrap: break-word;
font-family: monospace;
overflow: scroll;
}