fpaste/public/css/index.css
2018-02-16 14:25:46 +01:00

59 lines
892 B
CSS

section#main .settings {
background-color: #999;
border: 1px solid #666;
width: 650px;
margin: 0;
padding: 5px 1px 5px;
border-radius: 3px;
box-shadow: 3px 3px 10px #666;
}
section#main ul.settings {
list-style: none;
}
section#main ul.settings li {
display: inline;
margin-right: 15px;
}
section#main .settings p {
font-size: 11px;
color: white;
display: inline-block;
margin: 5px;
}
section#main input#desc,
section#main select#lang {
margin: 1px 0 1px;
font-size: 11px;
}
section#main input#desc {
min-width: 400px;
margin: 1px 0 1px;
}
section#main select#lang {
width: 100px;
text-align: left;
}
section#main input[type=checkbox] {
margin: 0;
position: relative;
top: 2px;
}
section#main textarea {
display: block;
margin: 5px 0 5px;
padding: 0;
width: 652px;
height: 400px;
}
section#main input#email {
display: none;
}