pictonode/css/layout.css

51 lines
No EOL
745 B
CSS

* {
font-family: tahoma, sans-serif;
font-size:12px;
padding:0;
margin:0;
}
p { line-height:18px; }
div {
width:500px;
margin-left:auto;
margin-right:auto;
}
#content {
padding:5px;
background:#ddd;
border-radius:5px;
overflow-y: scroll;
border:1px solid #CCC;
margin-top:10px;
height: 160px;
}
#input {
border-radius:2px;
border:1px solid #ccc;
margin-top:10px;
padding:5px;
width:400px;
}
#status {
width:88px;
display:block;
float:left;
margin-top:15px;
}
#settings {
display: block;
text-align:center
}
#paint {
border: 1px solid black;
background : #333333;
margin-left: auto;
margin-right: auto;
display: block;
}