diff --git a/web/calendar/filter-panel.css b/web/calendar/filter-panel.css index 5916157d5..567675798 100644 --- a/web/calendar/filter-panel.css +++ b/web/calendar/filter-panel.css @@ -1,169 +1,167 @@ div.container { position: fixed; width: 300px; top: 62px; bottom: 0; background-attachment: fixed; display: flex; flex-direction: column; } div.filters { color: #dddddd; overflow-y: auto; height: 100%; } div.option { margin: 5px 18px 5px 32px; } div.optionThread { min-height: 20px; position: relative; display: flex; align-items: center; justify-content: flex-start; } div.optionThread input { position: absolute; left: 0; top: 0; - width: 100%; - height: 100%; width: calc(1em + 8px); height: calc(1em + 8px); z-index: 2; opacity: 0; cursor: pointer; } div.optionThread label { font-weight: 600 !important; font-size: 15px; padding-left: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; text-indent: 24px; } div.optionCheckbox { display: block; content: ''; width: calc(1em + 2px); height: calc(1em + 2px); border: 1px solid transparent; z-index: 0; position: absolute; left: 0; top: 0; } div.checkboxAfterOption { -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); } a.only { color: #888888; padding-left: 5px; font-size: 13px; cursor: pointer; display: none; } div.option:hover a.only { display: inline; } a.only:hover { text-decoration: underline; color: #eeeeee; } a.settingsCog { display: none; margin-left: auto; padding-left: 5px; cursor: pointer; color: #aaaaaa; } div.option:hover a.settingsCog { display: inline; } a.settingsCog:hover { color: #eeeeee; } div.optionDetails { font-style: italic; color: #888888; font-size: 13px; display: inline-block; text-indent: 24px; padding-left: 10px; padding-top: 1px; } div.searchContainer { padding: 8px 10px; background-color: rgba(0, 0, 0, 0.89); } div.search { display: flex; border-radius: 5px; padding: 5px; background-color: rgba(255, 255, 255, 0.27); align-items: center; } svg.searchVector { fill: white; height: 22px; width: 22px; padding: 0 3px; } div.search > input { color: white; padding: 0; border: none; background-color: transparent; font-weight: 600; font-size: 15px; flex-grow: 1; margin-left: 3px; } div.search > input:focus { outline: none; } svg.clearQuery { font-size: 15px; padding-bottom: 1px; padding-right: 2px; color: #cccccc; } svg.clearQuery:hover { font-size: 15px; padding-bottom: 1px; padding-right: 2px; color: white; } div.noResults { font-style: italic; text-align: center; font-size: 15px; color: #888888; } a.collapse { margin-left: auto; padding-left: 5px; cursor: pointer; color: #aaaaaa; } div.category { margin: 5px 18px 8px 18px; } div.extras { background-color: rgba(0, 0, 0, 0.89); color: #dddddd; padding: 8px 20px; font-size: 14px; display: flex; } div.extras > label { display: flex; align-items: center; } div.extras > label > span { margin-left: 8px; } diff --git a/web/chat/chat-input-bar.css b/web/chat/chat-input-bar.css index b280bd263..4454e729c 100644 --- a/web/chat/chat-input-bar.css +++ b/web/chat/chat-input-bar.css @@ -1,114 +1,113 @@ div.inputBar { display: flex; flex-direction: column; border-top: 1px solid var(--border-color); } div.inputBarWrapper { padding: 16px; display: flex; flex-direction: row; align-items: center; } div.inputBarTextInput { display: flex; background: var(--text-input-bg); border-radius: 4px; padding: 8px; align-items: center; flex-grow: 1; } div.inputBarTextInput > textarea { flex: 1; display: flex; border: none; resize: none; background: var(--text-input-bg); color: var(--fg); } div.inputBarTextInput > textarea:focus { outline: none; } div.joinButtonContainer { background: var(--join-bg); padding-top: 8px; padding-bottom: 8px; display: flex; flex-direction: row; width: 100%; justify-content: center; } button.joinButton { display: flex; align-items: center; - background: var(--button-bg); border: none; padding: 12px 24px; border-radius: 4px; color: var(--fg); font-size: var(--m-font-16); font-weight: var(--semi-bold); cursor: pointer; } button.joinButton { display: flex; border-radius: 4px; justify-content: center; cursor: pointer; } p.joinButtonText { font-size: var(--m-font-16); font-weight: var(--semi-bold); color: var(--fg); padding-left: 8px; } span.explanation { color: var(--permission-color); text-align: center; padding-top: 20px; padding-bottom: 8px; } a.multimediaUpload { cursor: pointer; position: relative; padding-right: 12px; } a.multimediaUpload > input[type='file'] { visibility: hidden; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0; padding: 0; } a.multimediaUpload > svg { color: var(--color-disabled); } a.multimediaUpload:hover > svg { color: var(--fg); } div.previews { display: flex; overflow-x: auto; white-space: nowrap; } div.previews > span.multimedia { margin: 10px; } div.previews > span.multimedia > span.multimediaImage > img { max-height: 200px; max-width: 200px; } a.sendButton { padding: 8px 0 0 10px; cursor: pointer; } a.sendButton svg { color: var(--fg); } diff --git a/web/markdown/markdown.css b/web/markdown/markdown.css index e51807fcf..f4d881e0b 100644 --- a/web/markdown/markdown.css +++ b/web/markdown/markdown.css @@ -1,80 +1,79 @@ div.markdown { display: inline; } div.markdown h1, div.markdown h2, div.markdown h3, div.markdown h4, div.markdown h5, div.markdown h6 { display: inline; } div.markdown blockquote { display: inline-block; padding: 0.5em 10px; - margin: 0 0 6px 0; box-sizing: border-box; width: 100%; margin: 6px 0; } div.darkBackground blockquote { background: #a9a9a9; border-left: 5px solid #808080; } div.lightBackground blockquote { background: #d3d3d3; border-left: 5px solid #c0c0c0; } div.markdown code { padding: 0 4px; margin: 0 2px; border-radius: 3px; } div.lightBackground code { background: #dcdcdc; color: #222222; } div.darkBackground code { background: #222222; color: #f3f3f3; } div.markdown pre { padding: 0.5em 10px; border-radius: 5px; margin: 6px 0; } div.lightBackground pre { background: #dcdcdc; color: #222222; } div.darkBackground pre { background: #222222; color: #f3f3f3; } div.markdown pre > code { width: 100%; display: inline-block; box-sizing: border-box; tab-size: 2; overflow-x: auto; } div.markdown ol, div.markdown ul { padding-left: 1em; margin-left: 0.5em; } div.markdown a { text-decoration: underline; } div.lightBackground a { color: #2a5db0; } div.darkBackground a { color: white; } diff --git a/web/modals/account/user-settings-modal.css b/web/modals/account/user-settings-modal.css index 9b0230e25..eae24cd1e 100644 --- a/web/modals/account/user-settings-modal.css +++ b/web/modals/account/user-settings-modal.css @@ -1,144 +1,143 @@ div.modal-body { padding: 6px 6px; width: 100%; box-sizing: border-box; background-color: var(--modal-bg); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; flex: 1; display: flex; flex-direction: column; } div.resized-modal-body { min-height: 250px; } div.modal-body p { padding: 1px 3px 4px 3px; font-size: 14px; text-align: center; } div.modal-body p.form-pre-footer { padding-top: 5px; font-size: 12px; font-style: italic; } div.modal-body textarea { margin: 3px; } div.modal-body textarea { font-size: 14px; padding: 1px; width: 175px; } div.large-modal-container div.modal-body textarea { width: 275px; } div.modal-body p.confirm-account-password { - color: #777777; margin-bottom: 4px; color: var(--fg); } div.modal-body div.form-footer { display: flex; flex-direction: row-reverse; justify-content: space-between; padding-top: 8px; } div.modal-body div.form-footer div.modal-form-error { font-size: 12px; color: red; font-style: italic; padding-left: 6px; align-self: center; } div.modal-body div.form-footer div.modal-form-error ol { padding-left: 20px; } div.modal-body div.form-title { display: inline-block; text-align: right; padding-right: 5px; padding-top: 5px; font-size: 14px; font-weight: 600; vertical-align: top; width: 110px; color: var(--fg); } div.large-modal-container div.modal-body div.form-title { width: 140px; } div.modal-body div.form-content { display: inline-block; font-family: var(--font-stack); color: var(--fg); } div.modal-body div.form-content input { margin-bottom: 4px; } div.modal-body div.form-subtitle { font-size: 12px; padding-left: 4px; font-style: italic; } div.form-text { display: flex; align-items: baseline; } div.form-text > div.form-title { vertical-align: initial; flex-shrink: 0; } div.form-text > div.form-content { margin-left: 3px; margin-bottom: 3px; word-break: break-word; } div.form-text > div.form-float-title { float: left; text-align: right; padding-right: 5px; font-size: 14px; font-weight: 600; width: 110px; } div.form-text > div.form-float-content { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; padding: 1px 20px 3px 4px; margin-top: 5px; } .italic { font-style: italic; color: var(--fg); } ul.tab-panel { background-color: var(--modal-bg); padding-left: 10px; padding-top: 5px; } ul.tab-panel > li { display: inline-block; list-style-type: none; font-size: 13px; font-weight: 600; cursor: pointer; padding: 3px 10px 3px 10px; } ul.tab-panel > li > a { color: #555555; } ul.tab-panel > li.delete-tab > a { color: #ff0000 !important; } div.user-settings-current-password { padding-top: 4px; margin-top: 5px; } diff --git a/web/style.css b/web/style.css index b3d475ad1..6be1082e6 100644 --- a/web/style.css +++ b/web/style.css @@ -1,283 +1,282 @@ *, *:before, *:after { padding: 0; margin: 0; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } html { height: 100%; font-size: 62.5%; } body { font-family: var(--font-stack); background: var(--bg); height: 100%; overflow: hidden; font-size: 1.6rem; } a { text-decoration: none; color: #2a5db0; cursor: pointer; } button { cursor: pointer; } img, iframe { display: block; } input[type='text'], input[type='password'], textarea { -webkit-appearance: none; -moz-appearance: none; -webkit-border-radius: 0; border: 1px solid #dddddd; border-radius: 1px; font-family: var(--font-stack); } button svg { vertical-align: top; } :global(#react-root) { display: flex; flex-direction: column; height: 100%; } div.layout { height: 100vh; display: grid; grid-template-columns: 244px repeat(12, 1fr); grid-template-rows: 65px calc(100vh - 65px); grid-template-areas: 'nav nav nav nav nav nav nav nav nav nav nav nav nav' 'sBar app app app app app app app app app app app app'; } header.header { background: var(--bg); z-index: 1; grid-area: nav; } div.main-header { height: 64px; background: var(--bg); display: flex; align-items: center; border-bottom: 1px solid var(--border-color); } div.main-header > h1 { color: var(--fg); padding-left: 92px; font-family: var(--font-logo); line-height: var(--line-height-text); font-weight: var(--semi-bold); font-size: var(--logo-font-22); } div.main-content-container { position: relative; grid-area: app; } div.main-content { height: 100%; } div.upper-right { position: absolute; top: 0; right: 0; padding: 15px 16px; } span.loading-indicator-loading { display: inline-block; } @keyframes loading-indicator-loading { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } span.loading-indicator-loading { display: inline-block; } span.loading-indicator-loading-medium:after { content: ' '; display: block; width: 15px; height: 15px; border-radius: 50%; border: 3px solid #fff; border-color: #fff transparent #fff transparent; animation-name: loading-indicator-loading; animation-duration: 1.2s; animation-iteration-count: infinite; animation-timing-function: linear; } span.loading-indicator-loading-large:after { content: ' '; display: block; width: 25px; height: 25px; border-radius: 50%; border: 3px solid #fff; border-color: #fff transparent #fff transparent; animation-name: loading-indicator-loading; animation-duration: 1.2s; animation-iteration-count: infinite; animation-timing-function: linear; } span.loading-indicator-loading-small:after { content: ' '; display: block; width: 9px; height: 9px; border-radius: 50%; border: 2px solid #fff; border-color: #fff transparent #fff transparent; animation-name: loading-indicator-loading; animation-duration: 1.2s; animation-iteration-count: infinite; animation-timing-function: linear; } span.loading-indicator-black:after { border-color: #000 transparent #000 transparent; } span.loading-indicator-error { font-weight: bold; color: white; line-height: 0; } span.loading-indicator-error-black { font-weight: bold; color: red; line-height: 0; } div.form-enum-selector { display: inline-block; padding-bottom: 4px; } div.form-enum-selector > div.form-enum-container { padding-top: 5px; } div.form-enum-selector > div.form-enum-container > input { vertical-align: top; margin-top: 4px; } div.form-enum-selector div.form-enum-option { - font-weight: bold; display: inline-block; font-size: 15px; font-weight: 600; padding-left: 3px; } div.form-enum-selector span.form-enum-description { display: block; font-family: var(--font-stack); font-weight: normal; font-size: 13px; max-width: 260px; color: gray; } div.color-title { margin-top: 4px; } .hidden { display: none; } .italic { font-style: italic; } div.form-textarea-container { margin-top: 1px; } div.new-thread-privacy-container { margin-bottom: 3px; margin-top: -6px; } span.page-loading { margin-top: 5px; margin-right: 12px; float: left; } span.page-error { margin: 15px; font-size: 42px; float: left; color: red; } div.color-picker-container { outline: none; position: relative; } div.color-picker-button { margin: 6px 3px; overflow: hidden; cursor: pointer; padding: 4px; display: inline-block; border: solid 1px darkgray; background: #eee; color: #333; vertical-align: middle; border-radius: 3px; } div.color-picker-preview { width: 25px; height: 16px; border: solid 1px #222; margin-right: 5px; float: left; z-index: 0; } div.color-picker-down-symbol { padding: 1px 0; height: 16px; line-height: 16px; float: left; font-size: 10px; } div.color-picker-selector { position: absolute; left: 4px; top: 34px; } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 320dpi), only screen and (min-resolution: 2dppx) { header.header, header.main-header, div.splash-header-container, div.splash-top-container, div.splash-bottom, div.calendar-filters-container { background: var(--bg); } } @media (hover: none) { div.splash-header-container, div.splash-top-container, div.splash-bottom { background-attachment: initial; } }