docspell/modules/webapp/src/main/webjar/docspell.css

406 lines
8.0 KiB
CSS
Raw Normal View History

2019-07-17 20:03:10 +00:00
/* Docspell CSS */
/* https://www.color-hex.com/color/f0f8ff
* https://www.color-hex.com/color-palette/1637
*/
2019-07-17 20:03:10 +00:00
2020-04-20 15:52:49 +00:00
.calevent-input {
border: 1px solid rgba(34,36,38,.15);
display: flex;
flex-direction: row;
margin: 0 0 1em;
}
.calevent-input input.time-input {
border: 0 !important;
2020-04-20 20:53:08 +00:00
font-family: monospace !important;
2020-04-20 15:52:49 +00:00
text-align: center;
}
.calevent-input .separator {
margin-top: auto;
margin-bottom: auto;
padding-top: 2%;
}
.calevent-input label {
display: block;
margin: 0;
padding: 0;
font-size: small;
font-weight: 600;
text-align: center;
}
2020-04-21 06:12:41 +00:00
.calevent-input .datetime.separator {
margin: 0 1em;
}
2020-04-20 15:52:49 +00:00
2020-04-20 20:53:08 +00:00
2020-04-20 15:52:49 +00:00
.default-layout .right-float {
float: right;
}
2019-07-17 20:03:10 +00:00
.default-layout {
background: #fff;
/* height: 100vh; */
2019-07-17 20:03:10 +00:00
}
.default-layout .main-content {
padding-top: 44px;
padding-bottom: 2em;
2019-07-17 20:03:10 +00:00
}
.default-layout .top-menu {
2020-08-08 14:38:52 +00:00
background: aliceblue;
box-shadow: 1px 1px 0px 0px black;
}
2019-09-16 21:35:28 +00:00
.default-layout .top-menu a.header.item img {
width: 24px;
height: 24px;
}
.default-layout .top-menu a.header.item .content {
margin-left: 0.5em;
}
.default-layout a.icon.item img.image.icon {
width: 18.75px;
}
.default-layout .ui.multiple.search.dropdown>input.search {
width: 3.5em;
}
.default-layout .ui.multiple.search.dropdown>input.search.long-search {
width: auto;
}
.default-layout .extracted-text {
font-family: monospace;
white-space: pre-wrap;
max-height: 20rem;
overflow: scroll;
background: floralwhite;
padding: 0.8em;
}
.default-layout .menu .item.active a.right-tab-icon-link {
position: relative;
right: -8px;
}
2020-06-22 21:44:51 +00:00
.default-layout .ui.cards .ui.card .content.search-highlight {
background: rgba(246, 255, 158, 0.1);
2020-06-22 21:44:51 +00:00
font-size: smaller;
max-height: 25em;
overflow: auto;
}
.default-layout .ui.cards .ui.card .content.search-highlight .ui.list .item .content .header {
}
.default-layout .ui.cards .ui.card .content.search-highlight .ui.list .item .content .description {
color: rgba(0,0,0,.6);
2020-06-22 21:44:51 +00:00
margin-left: 0.75em;
}
.default-layout .ui.cards .ui.card .content.search-highlight .ui.list .item .content .description strong > em {
background: rgba(220, 255, 71, 0.6);
2020-06-22 21:44:51 +00:00
}
.default-layout .ui.cards .ui.card.current {
/* semantic-ui purple */
box-shadow: 0 0 6px rgba(0,0,0,0.55);
}
2020-06-22 21:44:51 +00:00
2020-08-03 16:27:13 +00:00
.default-layout .qr-code svg {
width: 200px;
height: 200px;
}
.default-layout .qr-code.bordered svg {
border: 1px solid #ccc;
}
2020-08-03 16:27:13 +00:00
2020-01-29 20:57:02 +00:00
.markdown-preview {
overflow: auto;
max-height: 300px;
}
.markdown-split > textarea.markdown-editor {
height: 100%;
max-height: 300px;
width: 100%;
border: 0;
border-right: 1px solid #00000060
}
textarea.markdown-editor {
height: 100%;
max-height: 300px;
width: 100%;
border: 0;
min-height: 5em;
2020-01-29 20:57:02 +00:00
}
.default-layout .job-log {
background: #181819;
color: white;
font-size: smaller;
overflow: auto;
padding: 0.5em;
font-family: monospace,monospace;
}
.default-layout .job-log>.debug {
color: rgba(255,255,255,0.5);
}
.default-layout .job-log>.error {
color: rgba(255,0,0,0.9);
}
.default-layout .job-log>.warn {
color: rgba(255,255,0,0.9);
}
.default-layout .main-content>.grid {
margin-top: 0;
}
.default-layout .dropzone.dragging {
background: aliceblue;
}
.default-layout .ui.fluid.container.item-detail-page {
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}
2020-05-17 19:42:16 +00:00
.default-layout .item-group:not(:first-child) > .ui.horizontal.divider.header.item-list {
margin-top: 1.5em;
}
2020-05-17 19:42:16 +00:00
.default-layout .ui.horizontal.divider.header.item-list {
margin-bottom: 1em;
background: rgba(240,248,255,0.4);
}
.default-layout .ui.menu .item.current-drop-target, .header.current-drop-target, .item.current-drop-target {
2020-05-24 15:48:02 +00:00
background: rgba(0,0,0,0.2);
}
2020-08-08 14:38:52 +00:00
.default-layout .search-menu {
2020-08-08 21:20:00 +00:00
box-shadow: 2px 1px 3px rgba(216, 223, 229, 1);
2020-08-08 14:38:52 +00:00
background-color: aliceblue;
}
2020-08-07 14:56:15 +00:00
.ui.dimmer.keep-small {
justify-content: start;
}
.ui.modal.keep-small {
width: 95%;
}
2020-01-08 00:26:39 +00:00
label span.muted {
font-size: smaller;
color: rgba(0,0,0,0.6);
margin-left: 0.5em;
}
.width-70 {
width: 70%;
}
.ui.search.dropdown.open, .ui.selection.dropdown.open {
z-index: 20;
}
.ui.grid>.ablue.column, .ui.grid>.ablue.row, .ui.grid>.row>.ablue.column {
background: aliceblue;
}
.ui.ablue.menu, .ui.menu .ablue.item {
background-color: aliceblue;
}
.ui.ablue-comp.menu, .ui.menu .ablue-comp.item {
2020-08-08 14:38:52 +00:00
background-color: rgba(255, 247, 240, 1);
}
.ui.ablue-comp.header {
2020-08-08 14:38:52 +00:00
background-color: rgba(255, 247, 240, 1);
}
.ui.ablue-shade.menu, .ui.menu .ablue-shade.item {
2020-08-08 14:38:52 +00:00
background-color: rgba(216, 223, 229, 1);
}
.ablue-bg {
background-color: aliceblue;
}
.ablue-shade-bg {
background-color: rgba(216, 223, 229, 1);
}
2020-01-06 23:20:28 +00:00
.ui.selectable.pointer.table tr {
cursor: pointer;
}
.small-info {
font-size: smaller;
color: rgba(0,0,0,0.6);
}
.small-info code {
font-size: smaller;
}
.placeholder-message {
color: rgba(0,0,0,0.4);
}
2020-01-11 00:51:38 +00:00
.mail-body {
2020-02-02 11:24:59 +00:00
white-space: pre-wrap;
2020-01-11 00:51:38 +00:00
}
.ui.form textarea.search {
border: 0;
}
.login-layout, .register-layout, .newinvite-layout {
background: #708090;
2019-07-17 20:03:10 +00:00
height: 101vh;
}
2020-09-19 07:10:30 +00:00
.login-layout > .ui.footer, .register-layout > .ui.footer, .newinvite-layout > .ui.footer {
background: #708090;
}
2019-07-17 20:03:10 +00:00
.login-layout .login-view, .register-layout .register-view, .newinvite-view {
2019-07-17 20:03:10 +00:00
background: #fff;
position: relative;
2019-12-29 22:37:32 +00:00
top: 2vh;
2019-07-17 20:03:10 +00:00
}
.invisible {
display: none !important;
}
.no-margin {
margin: 0 !important;
}
.no-border {
border: 0 !important;
}
2019-07-17 20:03:10 +00:00
@media (min-height: 320px) {
.ui.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
font-size: smaller;
font-family: monospace;
height: 20px;
2019-07-17 20:03:10 +00:00
}
}
/* Datepicker
From: https://github.com/CurrySoftware/elm-datepicker/blob/3.1.0/css/elm-datepicker.css
License: BSD-3-Clause
*/
.elm-datepicker--container.ui.input .elm-datepicker--picker {
top: 2.7em;
}
.elm-datepicker--container {
position: relative; }
.elm-datepicker--input:focus {
outline: 0; }
.elm-datepicker--picker {
position: absolute;
border: 1px solid #CCC;
z-index: 10;
background-color: white; }
.elm-datepicker--picker-header,
.elm-datepicker--weekdays {
background: #F2F2F2; }
.elm-datepicker--picker-header {
display: flex;
align-items: center;
background: aliceblue; }
.elm-datepicker--prev-container,
.elm-datepicker--next-container {
flex: 0 1 auto;
cursor: pointer; }
.elm-datepicker--month-container {
flex: 1 1 auto;
padding: 0.5em;
display: flex;
flex-direction: column; }
.elm-datepicker--month,
.elm-datepicker--year {
flex: 1 1 auto;
cursor: default;
text-align: center; }
.elm-datepicker--year {
font-size: 0.6em;
font-weight: 700; }
.elm-datepicker--prev,
.elm-datepicker--next {
border: 6px solid transparent;
background-color: inherit;
display: block;
width: 0;
height: 0;
padding: 0 0.2em; }
.elm-datepicker--prev {
border-right-color: #AAA; }
.elm-datepicker--prev:hover {
border-right-color: #BBB; }
.elm-datepicker--next {
border-left-color: #AAA; }
.elm-datepicker--next:hover {
border-left-color: #BBB; }
.elm-datepicker--table {
border-spacing: 0;
border-collapse: collapse;
font-size: 0.8em; }
.elm-datepicker--table td {
width: 2em;
height: 2em;
text-align: center; }
.elm-datepicker--row {
border-top: 1px solid #F2F2F2; }
.elm-datepicker--dow {
border-bottom: 1px solid #CCC;
cursor: default; }
.elm-datepicker--day {
cursor: pointer; }
.elm-datepicker--day:hover {
background: #F2F2F2; }
.elm-datepicker--disabled {
cursor: default;
color: #DDD; }
.elm-datepicker--disabled:hover {
background: inherit; }
.elm-datepicker--picked {
color: white;
background: darkblue; }
.elm-datepicker--picked:hover {
background: darkblue; }
.elm-datepicker--today {
font-weight: bold; }
.elm-datepicker--other-month {
color: #AAA; }
.elm-datepicker--other-month.elm-datepicker--disabled {
color: #EEE; }
.elm-datepicker--other-month.elm-datepicker--picked {
color: white; }