52 lines
649 B
CSS
52 lines
649 B
CSS
body {
|
|
font-family: "Open Sans Light",sans-serif;
|
|
font-size: 0.9em;
|
|
font-weight: 300
|
|
}
|
|
section.scheme-options {
|
|
padding: 0.5em 0;
|
|
margin: 1em 0
|
|
}
|
|
#clear-button {
|
|
margin: 0 1.3em 1em 0
|
|
}
|
|
#clear-button,
|
|
section.scheme-options input,
|
|
section.scheme-options>select {
|
|
|
|
}
|
|
label {
|
|
display: block;
|
|
margin-top: 1em
|
|
}
|
|
label:hover {
|
|
background-color: #eaeff2
|
|
}
|
|
.title {
|
|
font-size: 1.2em;
|
|
margin-bottom: 0.5em;
|
|
width: 100%
|
|
}
|
|
body,
|
|
html {
|
|
width: 100%
|
|
}
|
|
a {
|
|
margin: 10px
|
|
}
|
|
.panel {
|
|
margin: 5px
|
|
}
|
|
span.identity {
|
|
width: 100px;
|
|
margin-left: 1em
|
|
}
|
|
.identity-options {
|
|
display: none
|
|
}
|
|
input {
|
|
|
|
}
|
|
div {
|
|
width: 100%!important
|
|
} |