(2013-12-01)
This commit is contained in:
68
style.css
Normal file
68
style.css
Normal file
@@ -0,0 +1,68 @@
|
||||
* {margin:0;padding:0;border:none;font-family:Arial,sans-serif; color:rgb(32,32,32);background-color:white; box-sizing:border-box; -moz-box-sizing:border-box;}
|
||||
h1{
|
||||
font-size: 30px;
|
||||
color: rgb(128,128,128);
|
||||
margin:5px;
|
||||
margin-top:10px;
|
||||
}
|
||||
h1:first-child{
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
.field{
|
||||
display:block;
|
||||
white-space:nowrap;
|
||||
vertical-align:top;
|
||||
font-size:0;
|
||||
margin:5px;
|
||||
margin-top:10px;
|
||||
}
|
||||
.field:first-child{
|
||||
margin-top:5px;
|
||||
}
|
||||
.fieldLabel{
|
||||
display:inline-block;
|
||||
width:20%;
|
||||
font-weight: bold;
|
||||
vertical-align:top;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
font-size:14px;
|
||||
}
|
||||
.fieldText,
|
||||
.fieldCombo{
|
||||
display:inline-block;
|
||||
width:80%;
|
||||
white-space: normal;
|
||||
vertical-align:top;
|
||||
word-break: break-word;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
.combo{
|
||||
min-width:100px;
|
||||
border: solid 1px rgb(32,32,32);
|
||||
}
|
||||
|
||||
.button{
|
||||
display:inline-block;
|
||||
padding:5px;
|
||||
margin:5px;
|
||||
background-color: rgb(192,192,192);
|
||||
border: solid 1px rgb(32,32,32);
|
||||
cursor:pointer;
|
||||
}
|
||||
.button:hover{
|
||||
background-color: rgb(240,240,240);
|
||||
}
|
||||
|
||||
.textBox{
|
||||
border: solid 1px rgb(32,32,32);
|
||||
}
|
||||
|
||||
.previewImage{
|
||||
margin:5px;
|
||||
border: solid 1px rgb(32,32,32);
|
||||
max-width:200px;
|
||||
max-height:200px;
|
||||
}
|
||||
Reference in New Issue
Block a user