* style.css: black them for input controls

* Profile.aspx: inline css
This commit is contained in:
Paul Schneider 2015-01-30 12:51:11 +01:00
commit e64d50e94a
2 changed files with 25 additions and 20 deletions

View file

@ -7,13 +7,15 @@ body {
font-family: 'Arial', cursive;
margin-bottom:3em;
}
textarea {
width:25em;
height:5em;
}
input {
width:25em;
}
input, textarea, checkbox {
color: #FFFFA0;
background: black;
}
main {
background-color: rgba(17,0,23,0.65);
float:left;
@ -128,10 +130,6 @@ padding-left: 20px;
white-space: pre-wrap;
}
.layout {
border-width: 0;
}
.avatar {
max-width: 64px;
max-height: 64px;