* style.css: black them for input controls
* Profile.aspx: inline css
This commit is contained in:
parent
206e16686b
commit
e64d50e94a
2 changed files with 25 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue