converter/dencoder.css

39 lines
642 B
CSS
Raw Normal View History

2015-03-25 20:01:38 +01:00
body {
}
2015-03-25 20:01:38 +01:00
div.wrapper {
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
width: 50%;
}
2015-03-25 20:01:38 +01:00
textarea.input {
background-color: #f8f8f8;
border-color: #f0f0f0;
border-radius: 0.5em;
border-width: 1px;
2015-03-25 20:01:38 +01:00
display: block;
font-family: sans-serif;
font-size: 80%;
2015-03-25 20:01:38 +01:00
height: 150px;
padding: 0.1em 0.3em;
2015-03-25 20:01:38 +01:00
width: 100%;
}
textarea.input:focus, textarea.input:hover { background-color: #fff;
border-color: #000;
}
select.conversion {
background-color: #f8f8f8;
border-color: #f0f0f0;
border-radius: 0.2em;
border-width: 1px;
}
select.conversion:focus, select.conversion:hover {
background-color: #fff;
border-color: #000;
2015-03-25 20:01:38 +01:00
}