90 lines
1.2 KiB
CSS
90 lines
1.2 KiB
CSS
body {
|
|
padding: 50px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
padding: 1em;
|
|
margin-right:1ch;
|
|
}
|
|
.post-message{
|
|
margin: 1em;
|
|
border-left: 3px solid #ccc;
|
|
padding-left: 1em;
|
|
|
|
}
|
|
select{
|
|
padding:1rem;
|
|
margin: 1em 0;
|
|
border: solid 3px transparent;
|
|
}
|
|
label {
|
|
float:left;
|
|
display: block;
|
|
width: 100%;
|
|
margin-top: 0.5rem;
|
|
}
|
|
/**
|
|
inputs
|
|
*/
|
|
input{
|
|
margin-bottom: 0.5rem !important;
|
|
min-height: auto !important;
|
|
}
|
|
.cw-input, .file-input{
|
|
min-height: 2em !important;
|
|
}
|
|
.wip{
|
|
color: grey;
|
|
padding: 1rem;
|
|
margin-top:1em;
|
|
}
|
|
.wip input{
|
|
background: grey;
|
|
}
|
|
|
|
.account__avatar-overlay{
|
|
border: solid 3px transparent;
|
|
}
|
|
.account__avatar-overlay:hover{
|
|
cursor:pointer;
|
|
border: solid 3px grey;
|
|
}
|
|
.images{
|
|
clear:both;
|
|
display: flex;
|
|
}
|
|
.images .clickable{
|
|
width: 20%;
|
|
margin-right: 1em;
|
|
cursor:pointer;
|
|
text-align: center;
|
|
}
|
|
.images .clickable:hover{
|
|
background: #2F6FAB;
|
|
}
|
|
|
|
.changed{
|
|
box-shadow: 0 0 1em #2F6FAB;
|
|
border: solid 3px #2F6FAB;
|
|
}
|
|
|
|
.wip{
|
|
margin: 2em;
|
|
border: solid 2px #2F6FAB;
|
|
}
|
|
fieldset.wip{
|
|
margin-top: 12em;
|
|
}
|
|
.time_spans_choice{
|
|
padding: 0.5rem;
|
|
display: block;
|
|
width: 10rem;
|
|
float:left;
|
|
}
|
|
.time_spans_choice:hover{
|
|
cursor: pointer;
|
|
color: dodgerblue;
|
|
|
|
} |