53 lines
1.3 KiB
CSS
53 lines
1.3 KiB
CSS
/* Go crazy with your own styles here */
|
|
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
|
|
|
|
h1 {
|
|
padding: 24px 0 0 0;
|
|
}
|
|
|
|
p {
|
|
padding: 12px 0;
|
|
}
|
|
|
|
.home .row:first-child .column:first-child h1 {
|
|
padding-top: 0px;
|
|
}
|
|
|
|
.home .row:first-child .column div {
|
|
padding: 10px;
|
|
background: #000000;
|
|
background: rgba(0, 0, 0, .5);
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px; /* standards-compliant: (IE) */
|
|
}
|
|
|
|
.btn-file {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.btn-file input[type=file] {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
font-size: 100px;
|
|
text-align: right;
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
outline: none;
|
|
background: white;
|
|
cursor: inherit;
|
|
display: block;
|
|
}
|
|
form .validation-summary-errors ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
|
|
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
|
|
.autocomplete-selected { background: #F0F0F0; }
|
|
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
|
|
.autocomplete-group { padding: 2px 5px; }
|
|
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
|