2013-08-23 07:31:38 +02:00
|
|
|
body,
|
|
|
|
html {
|
2013-08-13 12:52:26 +02:00
|
|
|
width: 100%;
|
2014-01-15 20:13:41 +01:00
|
|
|
height: 100%;
|
2013-08-16 17:29:37 +02:00
|
|
|
overflow-x: hidden;
|
2014-01-15 20:13:41 +01:00
|
|
|
overflow-y: hidden;
|
2017-07-31 20:03:54 +02:00
|
|
|
|
|
|
|
touch-action: manipulation;
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
2019-09-20 06:43:04 +02:00
|
|
|
#app-loading.loaded {
|
2013-11-25 23:05:08 +01:00
|
|
|
display: none !important; /* We are now loaded, by definition. */
|
|
|
|
}
|
|
|
|
|
2012-09-10 20:31:53 +02:00
|
|
|
body {
|
2017-08-29 01:12:55 +02:00
|
|
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2012-09-11 20:25:29 +02:00
|
|
|
}
|
|
|
|
|
2013-07-04 23:01:38 +02:00
|
|
|
/* Common background color */
|
2013-08-23 07:31:38 +02:00
|
|
|
body,
|
2016-10-27 07:40:53 +02:00
|
|
|
#tab_bar_underpadding {
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: background-color 200ms linear;
|
2013-07-17 00:52:18 +02:00
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
input,
|
|
|
|
button,
|
|
|
|
select,
|
|
|
|
textarea {
|
2017-08-29 01:12:55 +02:00
|
|
|
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
2013-05-07 19:32:12 +02:00
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
2013-05-14 21:11:22 +02:00
|
|
|
blockquote p {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2013-06-05 22:43:07 +02:00
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-03-19 01:51:20 +01:00
|
|
|
.no-select {
|
2019-08-27 01:23:48 +02:00
|
|
|
user-select: none;
|
2017-03-19 01:51:20 +01:00
|
|
|
}
|
|
|
|
|
2017-08-23 19:39:48 +02:00
|
|
|
.auto-select {
|
2019-08-27 01:23:48 +02:00
|
|
|
user-select: auto;
|
2017-08-23 19:39:48 +02:00
|
|
|
}
|
|
|
|
|
2018-01-11 11:19:32 +01:00
|
|
|
.text-select {
|
2019-08-27 01:23:48 +02:00
|
|
|
user-select: text;
|
2018-01-11 11:19:32 +01:00
|
|
|
}
|
|
|
|
|
2016-08-27 01:47:30 +02:00
|
|
|
p.n-margin {
|
|
|
|
margin: 10px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-line-height {
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-margin {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border-radius {
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2017-01-03 20:59:53 +01:00
|
|
|
.modal-backdrop {
|
|
|
|
z-index: 102;
|
|
|
|
}
|
|
|
|
|
2018-10-01 20:27:22 +02:00
|
|
|
.history-limited-box {
|
|
|
|
color: hsl(16, 60%, 45%);
|
|
|
|
border: 1px solid hsl(16, 60%, 45%);
|
|
|
|
box-shadow: 0 0 2px hsl(16, 60%, 45%);
|
2019-08-13 21:03:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.all-messages-search-caution {
|
|
|
|
border: 1px solid hsla(192, 19%, 75%, 0.2);
|
|
|
|
box-shadow: 0 0 2px hsla(192, 19%, 75%, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.history-limited-box,
|
|
|
|
.all-messages-search-caution {
|
|
|
|
border-radius: 4px;
|
2018-10-01 20:27:22 +02:00
|
|
|
display: none;
|
|
|
|
height: 28x;
|
|
|
|
font-size: 16px;
|
|
|
|
margin: 0 auto 12px;
|
|
|
|
padding: 5px;
|
2018-12-14 01:45:32 +01:00
|
|
|
i {
|
|
|
|
margin: 0 3px 0 1px;
|
|
|
|
}
|
2018-10-01 20:27:22 +02:00
|
|
|
p {
|
|
|
|
margin: 0;
|
2018-12-14 01:45:32 +01:00
|
|
|
padding: 4px;
|
2018-10-01 20:27:22 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-05 22:22:21 +01:00
|
|
|
.top-messages-logo {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2018-07-08 09:13:47 +02:00
|
|
|
margin: 0 auto 12px;
|
2017-01-05 22:22:21 +01:00
|
|
|
|
2020-05-16 12:25:29 +02:00
|
|
|
svg {
|
|
|
|
circle {
|
|
|
|
fill: hsl(0, 0%, 27%);
|
|
|
|
stroke: hsl(0, 0%, 27%);
|
|
|
|
}
|
2017-11-30 01:01:51 +01:00
|
|
|
|
2020-05-16 12:25:29 +02:00
|
|
|
path {
|
|
|
|
fill: hsl(0, 0%, 100%);
|
|
|
|
stroke: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
}
|
2017-11-30 01:01:51 +01:00
|
|
|
}
|
|
|
|
|
2018-12-20 19:48:37 +01:00
|
|
|
#feedback_container {
|
2016-08-27 01:47:30 +02:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
width: 400px;
|
|
|
|
top: 0px;
|
|
|
|
left: calc(50vw - 220px);
|
|
|
|
padding: 15px;
|
|
|
|
|
2017-06-21 09:15:29 +02:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
2016-08-27 01:47:30 +02:00
|
|
|
border-radius: 5px;
|
2017-06-21 09:15:29 +02:00
|
|
|
box-shadow: 0px 0px 30px hsla(0, 0%, 0%, 0.25);
|
2016-10-28 22:50:56 +02:00
|
|
|
z-index: 110;
|
2016-08-27 01:47:30 +02:00
|
|
|
|
|
|
|
animation-name: pulse;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-duration: 2s;
|
|
|
|
|
|
|
|
transition-property: top, bottom;
|
|
|
|
transition-duration: 0.5s;
|
|
|
|
|
2020-05-16 12:28:05 +02:00
|
|
|
&.show {
|
|
|
|
top: 50px;
|
|
|
|
}
|
2016-08-27 01:47:30 +02:00
|
|
|
|
2020-05-16 12:28:05 +02:00
|
|
|
h3 {
|
|
|
|
font-size: 16pt;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2016-08-27 01:47:30 +02:00
|
|
|
|
2020-05-16 12:28:05 +02:00
|
|
|
.exit-me {
|
|
|
|
font-size: 30pt;
|
|
|
|
font-weight: 200;
|
|
|
|
margin: 5px 0px 0px 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-05-16 12:31:55 +02:00
|
|
|
}
|
|
|
|
|
2016-08-27 01:47:30 +02:00
|
|
|
@keyframes pulse {
|
|
|
|
0% {
|
2017-06-21 09:15:29 +02:00
|
|
|
box-shadow: 0px 0px 30px hsla(0, 0%, 0%, 0.35);
|
2016-08-27 01:47:30 +02:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2016-08-27 01:47:30 +02:00
|
|
|
50% {
|
2017-06-21 09:15:29 +02:00
|
|
|
box-shadow: 0px 0px 30px hsla(0, 0%, 0%, 0.15);
|
2016-08-27 01:47:30 +02:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2016-08-27 01:47:30 +02:00
|
|
|
100% {
|
2017-06-21 09:15:29 +02:00
|
|
|
box-shadow: 0px 0px 30px hsla(0, 0%, 0%, 0.35);
|
2016-08-27 01:47:30 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-13 22:33:26 +02:00
|
|
|
.fade-in-message {
|
|
|
|
animation-name: fadeInMessage;
|
|
|
|
animation-duration: 1s;
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
|
2020-05-16 12:43:31 +02:00
|
|
|
.message_edit_notice {
|
|
|
|
animation-name: fadeInEditNotice;
|
|
|
|
animation-duration: 1s;
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
}
|
2017-04-13 22:33:26 +02:00
|
|
|
}
|
|
|
|
|
2019-08-04 19:38:28 +02:00
|
|
|
.message_edit_notice_hover:hover {
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
.header {
|
|
|
|
position: fixed;
|
2016-10-28 08:09:04 +02:00
|
|
|
z-index: 102; /* Needs to be higher than .alert-bar-container */
|
2013-08-13 12:52:26 +02:00
|
|
|
width: 100%;
|
2014-01-08 16:12:22 +01:00
|
|
|
height: 40px;
|
2019-02-07 23:36:08 +01:00
|
|
|
padding-bottom: 10px;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top_navbar {
|
|
|
|
border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
2017-09-23 11:27:18 +02:00
|
|
|
#panels {
|
|
|
|
font-size: 1rem;
|
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
.alert {
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
2017-09-23 11:27:18 +02:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2017-09-23 11:27:18 +02:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
text-align: center;
|
|
|
|
text-shadow: none;
|
|
|
|
color: hsl(0, 0%, 100%);
|
2017-09-23 11:27:18 +02:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
&.alert-info {
|
|
|
|
background-color: hsl(170, 46%, 54%);
|
2017-09-23 11:27:18 +02:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
&.red {
|
|
|
|
background-color: hsl(0, 46%, 54%);
|
|
|
|
}
|
|
|
|
}
|
2018-01-26 22:10:30 +01:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
.close {
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2017-09-23 11:27:18 +02:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
.alert-link {
|
|
|
|
color: hsl(169, 100%, 88%);
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2017-09-23 11:27:18 +02:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
&.red .alert-link {
|
|
|
|
color: hsl(0, 100%, 88%);
|
|
|
|
}
|
2018-01-26 22:10:30 +01:00
|
|
|
|
2020-05-16 12:46:32 +02:00
|
|
|
.buttons .alert-link {
|
|
|
|
margin: 0px 5px;
|
|
|
|
}
|
|
|
|
}
|
2017-09-23 11:27:18 +02:00
|
|
|
}
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
.app {
|
|
|
|
width: 100%;
|
2014-01-15 20:13:41 +01:00
|
|
|
height: 100%;
|
2014-02-13 21:04:26 +01:00
|
|
|
overflow-y: scroll;
|
2013-08-13 12:52:26 +02:00
|
|
|
z-index: 99;
|
2017-03-08 23:49:37 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
.app-main,
|
|
|
|
.header-main {
|
2014-01-08 16:12:22 +01:00
|
|
|
width: 100%;
|
2019-05-09 23:04:50 +02:00
|
|
|
// TODO: This 1400px is wrong, but it's hard to do better. On
|
|
|
|
// browsers with a nonzero default scrollbar width (i.e. not
|
|
|
|
// macOS), we actually want a max-width of 1400px+the width of the
|
|
|
|
// scrollbar, which is done as an override in
|
|
|
|
// static/js/scroll_bar.js.
|
|
|
|
//
|
|
|
|
// And with the fluid_layout_width setting, we don't want a
|
|
|
|
// max-width at all. The consequence is that if you reload a
|
|
|
|
// Zulip window, there's a brief flash where the content is
|
|
|
|
// misplaced before the JS code can fix it.
|
2014-01-31 21:36:31 +01:00
|
|
|
max-width: 1400px;
|
2013-08-13 12:52:26 +02:00
|
|
|
min-width: 950px;
|
|
|
|
margin: 0px auto;
|
2014-01-09 16:58:51 +01:00
|
|
|
padding: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
position: relative;
|
2018-09-27 21:57:07 +02:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
2014-01-09 16:58:51 +01:00
|
|
|
.fixed-app {
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 98;
|
2014-02-06 23:36:45 +01:00
|
|
|
left: 0px;
|
2014-01-09 16:58:51 +01:00
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
.column-left,
|
|
|
|
.column-right {
|
2014-01-31 21:36:31 +01:00
|
|
|
width: 250px;
|
|
|
|
max-width: 250px;
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.column-left {
|
2014-01-08 16:12:22 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.column-right {
|
2014-01-08 16:12:22 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
2020-05-16 12:54:44 +02:00
|
|
|
.app-main {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
|
2020-05-16 12:56:11 +02:00
|
|
|
.column-left .left-sidebar,
|
|
|
|
.column-right .right-sidebar {
|
|
|
|
position: fixed;
|
|
|
|
margin-top: 50px;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
2014-01-09 16:58:51 +01:00
|
|
|
|
2020-05-16 12:56:11 +02:00
|
|
|
.column-left .left-sidebar {
|
|
|
|
width: 242px;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
2013-08-13 12:52:26 +02:00
|
|
|
|
2020-05-16 12:56:11 +02:00
|
|
|
.column-right .right-sidebar {
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 240px;
|
|
|
|
}
|
2013-08-13 12:52:26 +02:00
|
|
|
|
2020-05-16 12:56:11 +02:00
|
|
|
.column-middle {
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
2014-01-31 21:36:31 +01:00
|
|
|
}
|
|
|
|
|
2013-08-13 12:52:26 +02:00
|
|
|
.column-middle {
|
2014-01-31 21:36:31 +01:00
|
|
|
margin-right: 250px;
|
|
|
|
margin-left: 250px;
|
2014-01-09 16:58:51 +01:00
|
|
|
position: relative;
|
2013-08-13 12:52:26 +02:00
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
textarea,
|
|
|
|
input {
|
2017-08-29 01:12:55 +02:00
|
|
|
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
|
2012-10-24 23:16:43 +02:00
|
|
|
}
|
|
|
|
|
2013-02-13 23:23:26 +01:00
|
|
|
/* Override Bootstrap's fixed sizes for various elements */
|
2013-08-23 07:31:38 +02:00
|
|
|
textarea,
|
|
|
|
label {
|
2017-03-14 16:36:22 +01:00
|
|
|
font-size: inherit;
|
2013-02-13 23:23:26 +01:00
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* List of text-like input types taken from Bootstrap */
|
2020-05-16 12:58:43 +02:00
|
|
|
input {
|
|
|
|
&[type="text"],
|
|
|
|
&[type="password"],
|
|
|
|
&[type="datetime"],
|
|
|
|
&[type="datetime-local"],
|
|
|
|
&[type="date"],
|
|
|
|
&[type="month"],
|
|
|
|
&[type="time"],
|
|
|
|
&[type="week"],
|
|
|
|
&[type="number"],
|
|
|
|
&[type="email"],
|
|
|
|
&[type="url"],
|
|
|
|
&[type="search"],
|
|
|
|
&[type="tel"],
|
|
|
|
&[type="color"] {
|
|
|
|
font-size: inherit;
|
|
|
|
height: 1.4em;
|
|
|
|
}
|
2013-02-13 23:23:26 +01:00
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
li,
|
|
|
|
.table th,
|
|
|
|
.table td {
|
2013-02-13 23:23:26 +01:00
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
2017-03-14 16:36:22 +01:00
|
|
|
font-size: inherit;
|
|
|
|
height: auto;
|
2013-05-07 19:32:12 +02:00
|
|
|
line-height: 100%;
|
2013-02-13 23:23:26 +01:00
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.copy_message,
|
|
|
|
.copy_message:focus {
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-01-17 20:51:30 +01:00
|
|
|
height: 20px;
|
|
|
|
width: 15px;
|
|
|
|
padding: 5px 10px;
|
2017-03-26 12:15:50 +02:00
|
|
|
border: none;
|
2017-01-17 20:51:30 +01:00
|
|
|
position: relative;
|
2017-04-21 08:48:27 +02:00
|
|
|
top: 28px;
|
2017-01-17 20:51:30 +01:00
|
|
|
left: -5px;
|
2017-04-21 08:48:27 +02:00
|
|
|
margin-top: -24px;
|
2017-01-17 20:51:30 +01:00
|
|
|
display: block;
|
2020-04-19 20:39:48 +02:00
|
|
|
/* The z-index here ensures that the copy-message
|
|
|
|
icon is clickable and is needed because of reduced
|
|
|
|
opacity of readonly textarea */
|
|
|
|
z-index: 2;
|
2017-01-17 20:51:30 +01:00
|
|
|
}
|
|
|
|
|
2017-03-26 12:15:50 +02:00
|
|
|
#clipboard_image {
|
2017-04-06 15:57:50 +02:00
|
|
|
margin-top: -5px;
|
|
|
|
margin-left: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy_message:hover svg path {
|
2017-11-13 16:34:06 +01:00
|
|
|
fill: hsl(0, 0%, 0%);
|
2017-01-17 20:51:30 +01:00
|
|
|
}
|
|
|
|
|
2013-02-13 23:23:26 +01:00
|
|
|
.btn-large {
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
|
2020-05-16 13:06:55 +02:00
|
|
|
.header-main {
|
|
|
|
.logo {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 120%;
|
|
|
|
font-weight: 900;
|
|
|
|
text-shadow: none;
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
font-variant: small-caps;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
|
|
|
}
|
2013-06-19 23:40:31 +02:00
|
|
|
|
2020-05-16 13:06:55 +02:00
|
|
|
.logoimage {
|
|
|
|
height: 40px;
|
|
|
|
width: auto;
|
|
|
|
}
|
2014-01-08 16:12:22 +01:00
|
|
|
}
|
2013-07-16 01:15:09 +02:00
|
|
|
|
2016-07-18 03:10:51 +02:00
|
|
|
#user-settings-avatar {
|
2013-10-28 15:49:38 +01:00
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
2016-07-18 03:10:51 +02:00
|
|
|
}
|
2013-10-28 15:49:38 +01:00
|
|
|
|
2013-04-24 00:40:47 +02:00
|
|
|
/* Classes for hiding and showing controls */
|
|
|
|
|
|
|
|
.notdisplayed {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notvisible {
|
|
|
|
visibility: hidden !important;
|
|
|
|
width: 0px !important;
|
2013-04-25 23:08:05 +02:00
|
|
|
min-width: 0px !important;
|
|
|
|
min-height: 0px !important;
|
2013-04-24 00:40:47 +02:00
|
|
|
height: 0px !important;
|
2013-04-25 23:08:05 +02:00
|
|
|
overflow: hidden !important;
|
|
|
|
position: absolute !important;
|
2013-04-24 00:40:47 +02:00
|
|
|
}
|
2013-02-13 23:23:26 +01:00
|
|
|
|
2013-05-21 17:47:44 +02:00
|
|
|
/* Lighter strong */
|
|
|
|
|
|
|
|
strong {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2012-11-29 18:38:18 +01:00
|
|
|
.preserve_spaces {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
2017-09-26 19:52:18 +02:00
|
|
|
.sp-input {
|
|
|
|
width: calc(100% - 14px);
|
|
|
|
box-sizing: initial !important;
|
|
|
|
}
|
|
|
|
|
2012-11-02 22:19:12 +01:00
|
|
|
.logout {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-10-12 05:10:48 +02:00
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.sidebar-title {
|
2019-03-03 16:19:22 +01:00
|
|
|
font-size: 14px;
|
2017-06-09 16:52:05 +02:00
|
|
|
color: hsl(0, 0%, 43%);
|
2013-07-12 17:00:32 +02:00
|
|
|
font-weight: normal;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2020-05-16 13:09:26 +02:00
|
|
|
.tooltip {
|
|
|
|
&.in {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.3;
|
2017-09-16 01:51:59 +02:00
|
|
|
|
2020-05-16 13:09:26 +02:00
|
|
|
opacity: 1;
|
2017-09-16 01:51:59 +02:00
|
|
|
|
2020-05-16 13:09:26 +02:00
|
|
|
&.left {
|
|
|
|
margin-left: -12px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
}
|
2017-09-16 01:51:59 +02:00
|
|
|
|
2020-05-16 13:09:26 +02:00
|
|
|
.tooltip-inner {
|
|
|
|
background-color: hsla(0, 0%, 7%, 0.8);
|
|
|
|
padding: 3px 5px;
|
|
|
|
}
|
2017-09-16 01:51:59 +02:00
|
|
|
}
|
|
|
|
|
2019-08-04 14:57:32 +02:00
|
|
|
.buddy_list_tooltip_content {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
#message_edit_tooltip {
|
2013-07-12 17:00:32 +02:00
|
|
|
float: right;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
2014-02-14 21:31:45 +01:00
|
|
|
font-size: 13px;
|
2013-07-12 17:00:32 +02:00
|
|
|
margin-top: 3px;
|
2016-06-13 22:06:12 +02:00
|
|
|
margin-left: 6px;
|
2016-02-25 22:44:20 +01:00
|
|
|
opacity: 0.5;
|
2018-04-08 15:51:01 +02:00
|
|
|
cursor: pointer;
|
2013-07-12 17:00:32 +02:00
|
|
|
|
2020-05-16 13:13:51 +02:00
|
|
|
&:hover {
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
2016-06-13 22:06:12 +02:00
|
|
|
}
|
|
|
|
|
2016-07-08 02:25:55 +02:00
|
|
|
.message-edit-tooltip-inner {
|
|
|
|
width: 200px;
|
|
|
|
position: absolute;
|
|
|
|
right: 7px;
|
|
|
|
top: -18px;
|
|
|
|
}
|
|
|
|
|
2013-08-12 23:05:20 +02:00
|
|
|
.narrow-filter {
|
|
|
|
display: block;
|
2013-06-12 21:25:49 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-10-28 07:12:32 +02:00
|
|
|
.message_header_stream a.message_label_clickable {
|
2017-11-16 01:36:24 +01:00
|
|
|
color: inherit;
|
2013-02-06 19:48:26 +01:00
|
|
|
}
|
|
|
|
|
2013-08-16 21:08:43 +02:00
|
|
|
li.actual-dropdown-menu i {
|
|
|
|
/* In gear menu, make icons the same width so labels line up. */
|
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
2017-02-01 03:04:10 +01:00
|
|
|
text-align: center;
|
2017-02-01 03:09:43 +01:00
|
|
|
margin-right: 3px;
|
2013-02-12 20:41:01 +01:00
|
|
|
}
|
|
|
|
|
2013-02-28 19:04:58 +01:00
|
|
|
.message_area_padder {
|
2013-08-22 23:29:54 +02:00
|
|
|
/* The height of the header and the tabbar plus a small gap */
|
2018-07-08 09:13:47 +02:00
|
|
|
margin-top: 57px;
|
2013-02-28 19:04:58 +01:00
|
|
|
/* This is needed for the floating recipient bar
|
2017-03-23 20:37:08 +01:00
|
|
|
in Firefox only, for some reason;
|
|
|
|
otherwise it gets a scrollbar */
|
2013-02-28 19:04:58 +01:00
|
|
|
overflow: visible;
|
2012-09-25 22:18:25 +02:00
|
|
|
}
|
2013-06-22 00:21:55 +02:00
|
|
|
|
2012-09-10 21:14:01 +02:00
|
|
|
td.pointer {
|
|
|
|
vertical-align: top;
|
2012-09-10 21:16:17 +02:00
|
|
|
padding-top: 10px;
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2012-10-02 20:47:01 +02:00
|
|
|
}
|
|
|
|
|
2013-05-31 19:07:59 +02:00
|
|
|
.new_messages {
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(194, 53%, 79%);
|
2013-05-31 19:07:59 +02:00
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
.new_messages,
|
|
|
|
.new_messages_fadeout {
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: all 3s ease-in-out;
|
2013-05-16 23:40:07 +02:00
|
|
|
}
|
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.include-sender {
|
|
|
|
.message_edit_notice {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
line-height: 14px;
|
|
|
|
margin-left: 0px;
|
|
|
|
position: static;
|
|
|
|
padding: 0px;
|
|
|
|
width: auto;
|
|
|
|
}
|
2014-01-31 21:36:31 +01:00
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.message_time {
|
|
|
|
top: -4px;
|
|
|
|
}
|
2020-05-16 13:52:27 +02:00
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.alert-msg {
|
|
|
|
top: -3px;
|
|
|
|
}
|
2020-05-16 13:52:27 +02:00
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.message_controls {
|
|
|
|
top: -3px;
|
|
|
|
}
|
2020-05-16 13:52:27 +02:00
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.message_top_line {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
2020-05-16 13:52:27 +02:00
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.message_content:not(:empty) {
|
|
|
|
margin-top: -18px;
|
|
|
|
}
|
2020-05-16 13:52:27 +02:00
|
|
|
|
2020-05-16 13:54:11 +02:00
|
|
|
.message_edit {
|
|
|
|
margin-top: -14px;
|
|
|
|
}
|
2020-05-16 13:52:27 +02:00
|
|
|
}
|
|
|
|
|
2020-05-16 13:55:40 +02:00
|
|
|
.sender-status {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 8px 0px 8px -3px;
|
|
|
|
/* this normalizes the margin of the emoji reactions with normal messages. */
|
|
|
|
padding-bottom: 5px;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 14px;
|
|
|
|
position: relative;
|
|
|
|
max-width: calc(100% - 50px);
|
|
|
|
|
2020-05-16 13:56:31 +02:00
|
|
|
.message_edit_notice {
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2016-06-01 19:57:04 +02:00
|
|
|
}
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
.message_edit_notice {
|
|
|
|
font-size: 10px;
|
2017-11-30 22:35:07 +01:00
|
|
|
opacity: 0.5;
|
2014-01-31 21:36:31 +01:00
|
|
|
line-height: 0px;
|
|
|
|
text-align: right;
|
|
|
|
width: 45px;
|
2014-03-12 19:08:03 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
top: 16px;
|
2019-08-27 01:23:48 +02:00
|
|
|
user-select: none;
|
2014-01-31 21:36:31 +01:00
|
|
|
}
|
|
|
|
|
2013-05-24 00:03:39 +02:00
|
|
|
.message_time {
|
2014-03-10 16:11:34 +01:00
|
|
|
display: block;
|
2017-03-08 03:55:47 +01:00
|
|
|
font-size: 12px;
|
2017-11-30 21:48:10 +01:00
|
|
|
opacity: 0.4;
|
2014-02-07 00:50:23 +01:00
|
|
|
padding: 1px;
|
2017-03-07 19:17:32 +01:00
|
|
|
font-weight: 400;
|
2014-01-31 21:36:31 +01:00
|
|
|
position: absolute;
|
2017-02-23 23:33:57 +01:00
|
|
|
right: -105px;
|
2014-03-10 16:11:34 +01:00
|
|
|
line-height: 20px;
|
2014-01-31 21:36:31 +01:00
|
|
|
text-align: right;
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: background-color 1.5s ease-in, color 1.5s ease-in;
|
2014-02-07 00:50:23 +01:00
|
|
|
}
|
|
|
|
|
2018-06-08 00:28:10 +02:00
|
|
|
#message-edit-history .message_time {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
2020-05-16 14:00:26 +02:00
|
|
|
#message-edit-history .message_author {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#message-edit-history .author_details {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 1px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#message-edit-history .messagebox-content {
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
2017-03-27 11:07:04 +02:00
|
|
|
/* The way this overrides the menus with a background-color and a high
|
|
|
|
z-index is kinda hacky, and requires some annoying color-matching,
|
|
|
|
but it works. */
|
2018-01-16 01:12:12 +01:00
|
|
|
.alert-msg {
|
2017-03-27 11:07:04 +02:00
|
|
|
position: absolute;
|
|
|
|
right: -110px;
|
|
|
|
font-size: 14px;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(170, 48%, 54%);
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(0, 0%, 100%);
|
2017-03-27 11:07:04 +02:00
|
|
|
z-index: 999;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 40px;
|
|
|
|
font-weight: 400;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-01-16 01:12:12 +01:00
|
|
|
.private-message .alert-msg {
|
2018-10-12 07:22:46 +02:00
|
|
|
background-color: hsl(192, 20%, 95%);
|
2017-03-27 11:07:04 +02:00
|
|
|
}
|
|
|
|
|
2014-03-10 16:11:34 +01:00
|
|
|
.status-time {
|
|
|
|
top: 8px !important;
|
2014-01-31 23:52:18 +01:00
|
|
|
}
|
|
|
|
|
2013-05-21 17:47:44 +02:00
|
|
|
.message_controls {
|
2013-05-24 00:03:39 +02:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
2019-03-19 21:25:24 +01:00
|
|
|
top: 1px;
|
2017-03-08 03:55:47 +01:00
|
|
|
right: -56px;
|
2017-02-23 23:33:57 +01:00
|
|
|
z-index: 1;
|
|
|
|
|
2019-03-19 21:17:48 +01:00
|
|
|
> div {
|
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
transition: all 0.2s ease;
|
|
|
|
padding: 0px 1px;
|
|
|
|
}
|
2017-02-23 23:33:57 +01:00
|
|
|
|
2019-03-19 21:17:48 +01:00
|
|
|
> .reaction_button {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
color: hsl(0, 0%, 73%);
|
|
|
|
&:hover {
|
|
|
|
color: hsl(200, 100%, 40%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.sender-status-controls {
|
|
|
|
top: 10px;
|
|
|
|
}
|
2019-03-19 21:19:47 +01:00
|
|
|
|
|
|
|
.message_failed {
|
2019-03-19 21:26:42 +01:00
|
|
|
opacity: 1 !important;
|
2019-03-19 21:25:44 +01:00
|
|
|
display: inline-flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
/* error icon width is 11px, gap between icons equals 28px - 2*11px = 6px */
|
|
|
|
width: 30px;
|
2019-03-19 21:19:47 +01:00
|
|
|
cursor: pointer;
|
|
|
|
font-weight: bold;
|
|
|
|
color: hsl(0, 100%, 50%);
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.rotating {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
animation: rotate 1s infinite linear;
|
|
|
|
}
|
|
|
|
}
|
2017-02-23 23:33:57 +01:00
|
|
|
}
|
|
|
|
|
2019-03-19 21:17:48 +01:00
|
|
|
.star {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
color: hsl(153, 80%, 25%);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.empty-star) {
|
|
|
|
opacity: 1 !important;
|
|
|
|
pointer-events: all !important;
|
|
|
|
color: hsl(106, 77%, 29%);
|
|
|
|
}
|
2017-02-23 23:33:57 +01:00
|
|
|
}
|
|
|
|
|
2019-03-19 21:17:48 +01:00
|
|
|
.messagebox:hover .message_controls {
|
|
|
|
.empty-star {
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.empty-star:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div {
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
2013-11-21 12:11:50 +01:00
|
|
|
}
|
|
|
|
|
2012-10-17 22:03:00 +02:00
|
|
|
.message_header {
|
2012-09-27 21:34:15 +02:00
|
|
|
vertical-align: middle;
|
2017-03-14 16:36:22 +01:00
|
|
|
text-align: left;
|
2013-02-13 23:23:26 +01:00
|
|
|
/* We can overflow-y if the font size gets big */
|
2017-03-14 16:36:22 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 14px;
|
2014-02-21 19:40:13 +01:00
|
|
|
position: relative;
|
|
|
|
z-index: 0;
|
2013-12-09 20:15:33 +01:00
|
|
|
}
|
|
|
|
|
2016-07-18 03:10:51 +02:00
|
|
|
.message_list .recipient_row {
|
2017-06-21 09:15:29 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 88%);
|
2014-02-20 20:22:29 +01:00
|
|
|
margin-bottom: 10px;
|
2014-02-13 21:04:26 +01:00
|
|
|
}
|
|
|
|
|
2017-05-17 08:50:38 +02:00
|
|
|
.floating_recipient .recipient_row {
|
2017-06-21 09:15:29 +02:00
|
|
|
border-top: 1px solid hsl(0, 0%, 88%);
|
2017-05-16 23:46:11 +02:00
|
|
|
}
|
|
|
|
|
2014-01-15 17:11:37 +01:00
|
|
|
.stream_label {
|
|
|
|
display: inline-block;
|
2017-09-27 19:48:42 +02:00
|
|
|
padding: 4px 6px 3px 6px;
|
2014-01-15 17:11:37 +01:00
|
|
|
font-weight: normal;
|
2014-01-17 16:11:18 +01:00
|
|
|
height: 17px;
|
|
|
|
line-height: 17px;
|
2018-02-16 01:47:38 +01:00
|
|
|
border-top-color: hsla(0, 0%, 0%, 0.0);
|
|
|
|
border-right-color: hsla(0, 0%, 0%, 0.0);
|
|
|
|
border-bottom-color: hsla(0, 0%, 0%, 0.0);
|
2017-06-21 09:15:29 +02:00
|
|
|
background-color: hsl(0, 0%, 88%);
|
2018-02-16 01:47:38 +01:00
|
|
|
border-left-color: hsl(0, 0%, 88%);
|
2014-01-15 17:11:37 +01:00
|
|
|
border-width: 0px;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
.stream_label .invite-stream-icon {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_list .stream_label {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2014-01-15 17:11:37 +01:00
|
|
|
.stream_label:hover {
|
|
|
|
color: inherit !important;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.stream_label::after {
|
2018-02-16 01:47:38 +01:00
|
|
|
left: 100%;
|
|
|
|
top: 50%;
|
|
|
|
content: " ";
|
|
|
|
height: 0px;
|
|
|
|
width: 0px;
|
|
|
|
position: absolute;
|
|
|
|
pointer-events: none;
|
|
|
|
margin-top: -11px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 11px 0 11px 5px;
|
|
|
|
border-color: inherit;
|
|
|
|
z-index: 2;
|
2019-08-30 03:49:42 +02:00
|
|
|
transform: scale(.9999);
|
2018-02-16 01:47:38 +01:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.stream_label::before {
|
2018-02-16 01:47:38 +01:00
|
|
|
left: 100%;
|
|
|
|
top: 50%;
|
|
|
|
content: " ";
|
|
|
|
height: 0px;
|
|
|
|
width: 0px;
|
|
|
|
position: absolute;
|
|
|
|
pointer-events: none;
|
|
|
|
margin-top: -14px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 14px 0 14px 6px;
|
2018-04-16 22:37:21 +02:00
|
|
|
border-color: hsla(0, 0%, 0%, 0.0) hsla(0, 0%, 0%, 0.0) hsla(0, 0%, 0%, 0.0) transparent;
|
2018-02-16 01:47:38 +01:00
|
|
|
z-index: 1;
|
2019-08-30 03:49:42 +02:00
|
|
|
transform: scale(.9999);
|
2018-02-16 01:47:38 +01:00
|
|
|
}
|
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
.stream_topic {
|
|
|
|
display: inline-block;
|
2018-02-16 01:47:38 +01:00
|
|
|
padding: 3px 3px 2px 12px;
|
2014-01-17 16:11:18 +01:00
|
|
|
margin-left: -5px;
|
|
|
|
height: 17px;
|
|
|
|
line-height: 17px;
|
|
|
|
}
|
|
|
|
|
2016-08-18 22:18:33 +02:00
|
|
|
.recipient_row_date {
|
2016-12-14 23:13:55 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2016-08-18 22:18:33 +02:00
|
|
|
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(0, 0%, 53%);
|
2017-03-08 03:55:47 +01:00
|
|
|
font-size: 12px;
|
2016-08-18 22:18:33 +02:00
|
|
|
font-weight: 600;
|
2017-03-08 03:55:47 +01:00
|
|
|
padding: 3px 11px 2px 10px;
|
2016-08-18 22:18:33 +02:00
|
|
|
height: 17px;
|
|
|
|
line-height: 17px;
|
|
|
|
}
|
|
|
|
|
2017-01-06 01:44:34 +01:00
|
|
|
.recipient_row_date.hide-date {
|
2016-08-18 22:18:33 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-01-06 01:44:34 +01:00
|
|
|
.floating_recipient .recipient_row_date.hide-date {
|
2016-08-18 22:18:33 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2020-04-01 20:00:43 +02:00
|
|
|
.recipient_bar_icon {
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
|
2016-07-11 02:29:36 +02:00
|
|
|
.summary_row .message_header {
|
2014-01-15 17:11:37 +01:00
|
|
|
padding: 5px 0px 4px 5px;
|
2013-08-07 23:50:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.summary_row .message_header {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookend_tr + .summary_row .message_header {
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bookend_tr + .summary_row .summary_colorblock {
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary_row.last_message .message_header {
|
|
|
|
border-bottom-right-radius: 3px;
|
2018-07-27 00:58:50 +02:00
|
|
|
box-shadow:
|
|
|
|
inset 0px 2px 1px -2px hsl(0, 0%, 20%),
|
2017-06-21 09:15:29 +02:00
|
|
|
inset -2px 0px 1px -2px hsl(0, 0%, 20%),
|
|
|
|
inset 0px -2px 1px -2px hsl(0, 0%, 20%);
|
2013-08-07 23:50:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.summary_row.last_message .summary_colorblock {
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2013-07-17 22:53:07 +02:00
|
|
|
.copy-paste-text {
|
|
|
|
/* Hide the text that we want copy paste to capture */
|
|
|
|
position: absolute;
|
|
|
|
text-indent: -99999px;
|
|
|
|
float: left;
|
|
|
|
width: 0px;
|
|
|
|
}
|
|
|
|
|
2013-08-07 23:50:49 +02:00
|
|
|
.summary_row_private_message .summary_colorblock {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 0%, 0%);
|
2013-08-07 23:50:49 +02:00
|
|
|
}
|
|
|
|
|
2013-09-11 20:42:25 +02:00
|
|
|
.messages-expand,
|
|
|
|
.messages-collapse {
|
2016-09-28 02:42:55 +02:00
|
|
|
cursor: pointer;
|
2013-09-11 18:47:45 +02:00
|
|
|
}
|
|
|
|
|
2013-08-23 21:43:40 +02:00
|
|
|
/*
|
2017-03-18 23:49:11 +01:00
|
|
|
We can't collapse the floating recipient bar yet, so this is
|
|
|
|
just a temporary hack.
|
2013-08-23 21:43:40 +02:00
|
|
|
*/
|
2013-09-11 20:42:25 +02:00
|
|
|
.floating_recipient .messages-collapse {
|
2013-08-23 21:43:40 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-01-03 20:39:12 +01:00
|
|
|
@keyframes rotate {
|
2017-03-18 23:49:11 +01:00
|
|
|
from {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2017-03-18 23:49:11 +01:00
|
|
|
to {
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2014-01-03 20:39:12 +01:00
|
|
|
}
|
|
|
|
|
2017-04-13 22:33:26 +02:00
|
|
|
@keyframes fadeInMessage {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2017-04-13 22:33:26 +02:00
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeInEditNotice {
|
|
|
|
0% {
|
|
|
|
transform: translateX(-10px);
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2017-04-13 22:33:26 +02:00
|
|
|
100% {
|
|
|
|
transform: translateX(0px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-02-20 20:22:29 +01:00
|
|
|
.floating_recipient .message_header_private_message {
|
|
|
|
border-bottom: 0px;
|
2014-02-24 19:30:22 +01:00
|
|
|
border-left: 0px;
|
2014-02-20 20:22:29 +01:00
|
|
|
}
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
.message_header_private_message .message_label_clickable {
|
2017-06-21 09:15:29 +02:00
|
|
|
background-color: hsl(0, 0%, 27%);
|
2014-01-31 21:36:31 +01:00
|
|
|
display: inline-block;
|
2017-09-27 19:48:42 +02:00
|
|
|
padding: 3px 6px 2px 6px;
|
2014-01-31 21:36:31 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 17px;
|
|
|
|
line-height: 17px;
|
2018-02-16 01:47:38 +01:00
|
|
|
border-left-color: hsl(0, 0%, 27%);
|
2013-06-27 08:49:38 +02:00
|
|
|
}
|
|
|
|
|
2013-07-17 20:52:19 +02:00
|
|
|
/* Base color backgrounds for messageboxes,
|
|
|
|
private messages, mentions, and unread messages */
|
2013-07-18 21:30:37 +02:00
|
|
|
|
2013-07-17 20:52:19 +02:00
|
|
|
.messagebox {
|
2013-12-09 20:15:33 +01:00
|
|
|
position: relative;
|
2013-07-17 20:52:19 +02:00
|
|
|
}
|
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
.message_header_private_message .message-header-contents {
|
2017-11-16 01:42:00 +01:00
|
|
|
background-color: hsla(192, 19%, 75%, 0.2);
|
2017-09-27 19:41:22 +02:00
|
|
|
box-shadow: inset 1px 1px 0px hsl(0, 0%, 88%);
|
2013-07-17 20:52:19 +02:00
|
|
|
}
|
|
|
|
|
2019-05-02 08:45:40 +02:00
|
|
|
.private-message .messagebox,
|
|
|
|
.private-message .date_row {
|
|
|
|
background-color: hsla(192, 19%, 75%, 0.2);
|
|
|
|
box-shadow:
|
2019-06-18 20:58:40 +02:00
|
|
|
inset 2px 0px 0px 0px hsl(0, 0%, 27%),
|
|
|
|
-1px 0px 0px 0px hsl(0, 0%, 27%);
|
2019-05-02 08:45:40 +02:00
|
|
|
}
|
|
|
|
|
2017-05-16 23:42:04 +02:00
|
|
|
.message-header-contents {
|
2017-06-21 09:15:29 +02:00
|
|
|
border-right: 1px solid hsl(0, 0%, 88%);
|
2014-02-24 19:30:22 +01:00
|
|
|
}
|
|
|
|
|
2019-02-14 00:30:19 +01:00
|
|
|
.mention .messagebox {
|
2017-06-21 09:15:29 +02:00
|
|
|
background-color: hsl(8, 94%, 94%);
|
2013-06-27 08:49:38 +02:00
|
|
|
}
|
|
|
|
|
2013-07-18 22:16:01 +02:00
|
|
|
.messagebox .message_top_line {
|
2013-07-08 23:25:07 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-02-21 19:40:13 +01:00
|
|
|
.recipient_row .message_row:first-child .unread_marker {
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
2014-01-06 18:01:21 +01:00
|
|
|
.unread_marker {
|
2013-07-18 22:16:01 +02:00
|
|
|
display: block;
|
2013-07-08 23:25:07 +02:00
|
|
|
position: absolute;
|
2014-02-24 19:30:22 +01:00
|
|
|
left: 2px;
|
|
|
|
top: 0px;
|
|
|
|
opacity: 0;
|
2014-02-18 17:05:27 +01:00
|
|
|
z-index: 1;
|
2019-02-22 22:01:03 +01:00
|
|
|
bottom: 1px;
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: all 0.3s ease-out;
|
2014-02-18 17:05:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.unread-marker-fill {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(107, 74%, 29%);
|
2014-02-24 19:30:22 +01:00
|
|
|
width: 3px;
|
2014-02-18 17:05:27 +01:00
|
|
|
height: 100%;
|
2014-02-21 19:40:13 +01:00
|
|
|
}
|
|
|
|
|
2019-02-22 22:01:03 +01:00
|
|
|
.last_message .unread_marker {
|
|
|
|
bottom: 0;
|
2014-02-18 17:05:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.unread .unread_marker {
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: all 0.3s ease-out;
|
2014-02-18 17:05:27 +01:00
|
|
|
opacity: 1;
|
2013-07-26 17:19:13 +02:00
|
|
|
}
|
|
|
|
|
2014-01-10 17:21:00 +01:00
|
|
|
.unread_marker.slow_fade {
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: all 2s ease-out;
|
2013-07-26 17:19:13 +02:00
|
|
|
}
|
|
|
|
|
2014-01-10 17:21:00 +01:00
|
|
|
.unread_marker.fast_fade {
|
2019-04-14 15:21:40 +02:00
|
|
|
transition: all 0.3s ease-out;
|
2013-07-01 23:28:27 +02:00
|
|
|
}
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
.selected_message .messagebox {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2013-07-22 20:08:53 +02:00
|
|
|
|
2014-01-31 21:36:31 +01:00
|
|
|
.selected_message .messagebox-content {
|
2018-07-27 00:58:50 +02:00
|
|
|
box-shadow:
|
|
|
|
inset 0px 0px 0px 2px hsl(215, 47%, 50%),
|
2018-07-25 21:38:45 +02:00
|
|
|
-1px -1px 0px 0px hsl(215, 47%, 50%),
|
|
|
|
1px 1px 0px 0px hsl(215, 47%, 50%),
|
|
|
|
-1px 1px 0px 0px hsl(215, 47%, 50%),
|
|
|
|
1px -1px 0px 0px hsl(215, 47%, 50%);
|
2014-02-24 19:30:22 +01:00
|
|
|
}
|
2013-07-22 20:08:53 +02:00
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
.message_sender {
|
2013-05-21 17:47:44 +02:00
|
|
|
height: 0px;
|
2013-05-10 22:48:02 +02:00
|
|
|
vertical-align: top;
|
2013-05-21 17:47:44 +02:00
|
|
|
position: relative;
|
2013-05-10 22:48:02 +02:00
|
|
|
}
|
|
|
|
|
2012-10-09 23:58:24 +02:00
|
|
|
.sender_name {
|
2013-05-10 22:48:02 +02:00
|
|
|
display: inline-block;
|
2014-03-01 05:01:24 +01:00
|
|
|
font-weight: 700;
|
2013-06-28 01:35:19 +02:00
|
|
|
vertical-align: top;
|
2014-01-31 21:36:31 +01:00
|
|
|
line-height: 12px;
|
2014-02-13 21:04:26 +01:00
|
|
|
font-size: 14px;
|
2017-02-12 06:46:54 +01:00
|
|
|
margin-left: -3px;
|
2013-05-10 22:48:02 +02:00
|
|
|
}
|
|
|
|
|
2014-06-10 22:34:36 +02:00
|
|
|
.sender_name-in-status {
|
2014-01-31 23:52:18 +01:00
|
|
|
margin-right: 3px;
|
2014-06-10 22:34:36 +02:00
|
|
|
font-weight: 700;
|
2013-11-12 17:21:58 +01:00
|
|
|
}
|
|
|
|
|
2014-06-10 22:34:36 +02:00
|
|
|
.sender_name_hovered .sender_name,
|
|
|
|
.sender_name_hovered .sender_name-in-status {
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2013-05-21 17:47:44 +02:00
|
|
|
}
|
|
|
|
|
2017-10-16 05:40:09 +02:00
|
|
|
.message_sender i.zulip-icon.bot,
|
|
|
|
.popover_info i.zulip-icon.bot {
|
2017-10-15 05:39:58 +02:00
|
|
|
color: hsl(180, 5%, 74%);
|
2017-01-11 16:45:06 +01:00
|
|
|
vertical-align: top;
|
2017-10-15 05:39:58 +02:00
|
|
|
padding: 0 2px;
|
2017-01-11 16:45:06 +01:00
|
|
|
}
|
|
|
|
|
2017-10-16 05:40:09 +02:00
|
|
|
.message_sender i.zulip-icon.bot {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover_info i.zulip-icon.bot {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
2013-07-11 23:06:58 +02:00
|
|
|
.actions_hover:hover {
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2013-07-11 23:06:58 +02:00
|
|
|
}
|
|
|
|
|
2013-10-03 23:05:46 +02:00
|
|
|
a.message_label_clickable:hover {
|
2012-09-11 17:32:04 +02:00
|
|
|
cursor: pointer;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2012-09-11 17:32:04 +02:00
|
|
|
}
|
|
|
|
|
2013-11-07 00:20:14 +01:00
|
|
|
.on_hover_topic_edit {
|
2020-04-09 16:43:33 +02:00
|
|
|
opacity: 0.2;
|
2013-11-07 00:20:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.always_visible_topic_edit {
|
2013-05-21 00:00:28 +02:00
|
|
|
opacity: .7;
|
|
|
|
}
|
|
|
|
|
2016-07-31 21:44:27 +02:00
|
|
|
.on_hover_topic_edit:hover,
|
|
|
|
.always_visible_topic_edit:hover {
|
2013-05-21 00:00:28 +02:00
|
|
|
cursor: pointer;
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
2016-11-22 09:20:20 +01:00
|
|
|
.on_hover_topic_mute {
|
2020-04-09 16:43:33 +02:00
|
|
|
opacity: 0.2;
|
2016-11-22 09:20:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.on_hover_topic_mute:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: 1.0;
|
|
|
|
}
|
|
|
|
|
2013-08-15 23:43:16 +02:00
|
|
|
.edit_content {
|
2017-02-23 23:33:57 +01:00
|
|
|
width: 12px;
|
2013-08-27 23:54:13 +02:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(0, 0%, 73%);
|
2013-08-27 23:54:13 +02:00
|
|
|
}
|
|
|
|
|
2013-08-15 23:43:16 +02:00
|
|
|
.edit_content:hover {
|
|
|
|
cursor: pointer;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2016-12-31 06:38:23 +01:00
|
|
|
}
|
|
|
|
|
2019-02-17 15:51:49 +01:00
|
|
|
.has_actions_popover .info {
|
2017-02-23 23:33:57 +01:00
|
|
|
opacity: 1;
|
2013-08-15 23:43:16 +02:00
|
|
|
}
|
|
|
|
|
2013-02-16 09:43:27 +01:00
|
|
|
/* Brighten text because of the dark background */
|
2013-10-03 23:05:46 +02:00
|
|
|
.dark_background a,
|
2014-02-21 19:40:13 +01:00
|
|
|
.dark_background a:hover,
|
|
|
|
a.dark_background:hover,
|
2013-02-16 09:43:27 +01:00
|
|
|
.dark_background {
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%) !important;
|
2013-02-16 09:43:27 +01:00
|
|
|
}
|
|
|
|
|
2013-10-03 23:05:46 +02:00
|
|
|
.dark_background a.message_label_clickable:hover {
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 99%, 60%);
|
2012-10-23 00:29:40 +02:00
|
|
|
}
|
|
|
|
|
2013-02-09 08:11:08 +01:00
|
|
|
.message_top_line {
|
2013-05-24 00:03:39 +02:00
|
|
|
position: relative;
|
2013-02-09 08:11:08 +01:00
|
|
|
}
|
|
|
|
|
2013-04-04 17:25:05 +02:00
|
|
|
.small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2013-07-15 23:50:53 +02:00
|
|
|
.tiny {
|
|
|
|
font-size: 60%;
|
|
|
|
}
|
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
.actions_hovered .message_time,
|
|
|
|
.actions_hovered .info {
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2013-05-21 17:47:44 +02:00
|
|
|
cursor: pointer;
|
2013-02-11 19:21:58 +01:00
|
|
|
}
|
|
|
|
|
2016-11-09 01:26:15 +01:00
|
|
|
.info {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
font-size: 15px;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(0, 0%, 73%);
|
2016-11-09 01:26:15 +01:00
|
|
|
}
|
|
|
|
|
2013-02-09 08:11:08 +01:00
|
|
|
.actions_hovered .actions_link {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
div.message_table {
|
2013-06-22 00:21:55 +02:00
|
|
|
border-collapse: separate;
|
2012-09-11 19:42:06 +02:00
|
|
|
margin-left: auto;
|
2012-09-13 22:00:11 +02:00
|
|
|
display: none;
|
2012-10-02 20:47:01 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-01-06 18:01:21 +01:00
|
|
|
.message_row {
|
|
|
|
position: relative;
|
2017-11-16 00:56:22 +01:00
|
|
|
border-left: 1px solid hsla(0, 0%, 0%, 0.10);
|
|
|
|
border-right: 1px solid hsla(0, 0%, 0%, 0.10);
|
2014-02-21 19:40:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.message_row.selected_message {
|
|
|
|
z-index: 2;
|
2014-01-06 18:01:21 +01:00
|
|
|
}
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
div.focused_table {
|
2014-01-06 16:24:26 +01:00
|
|
|
display: block;
|
2012-09-11 17:56:34 +02:00
|
|
|
}
|
|
|
|
|
2012-10-10 00:02:28 +02:00
|
|
|
.message_content {
|
2019-07-09 01:12:33 +02:00
|
|
|
line-height: 1.214;
|
2017-11-17 11:01:17 +01:00
|
|
|
min-height: 17px;
|
2014-02-13 21:04:26 +01:00
|
|
|
font-size: 14px;
|
2017-03-23 23:22:06 +01:00
|
|
|
margin-left: 46px;
|
2013-12-09 20:15:33 +01:00
|
|
|
display: block;
|
2014-01-31 21:36:31 +01:00
|
|
|
position: relative;
|
2019-09-19 22:31:00 +02:00
|
|
|
overflow: hidden;
|
2012-09-10 20:31:53 +02:00
|
|
|
}
|
2014-03-12 19:08:03 +01:00
|
|
|
|
2018-07-05 12:17:20 +02:00
|
|
|
.rtl {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
2017-04-20 23:17:42 +02:00
|
|
|
.message_content:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-07-16 23:40:01 +02:00
|
|
|
.message_edit_content {
|
|
|
|
line-height: 18px;
|
2018-07-27 00:58:50 +02:00
|
|
|
resize: vertical !important;
|
2017-04-26 04:30:35 +02:00
|
|
|
max-height: 24em;
|
2013-07-16 23:40:01 +02:00
|
|
|
}
|
2014-01-17 16:11:18 +01:00
|
|
|
|
2016-07-08 02:25:55 +02:00
|
|
|
.message_edit_countdown_timer {
|
|
|
|
text-align: right;
|
|
|
|
display: inline;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(0, 0%, 63%);
|
2016-07-08 02:25:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.message_edit_tooltip {
|
|
|
|
display: inline;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(0, 0%, 63%);
|
2016-07-08 02:25:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.message-edit-timer-control-group {
|
|
|
|
float: right;
|
|
|
|
display: none;
|
2018-12-16 21:53:15 +01:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message-edit-feature-group {
|
|
|
|
display: inline-block;
|
2019-01-15 21:03:58 +01:00
|
|
|
margin-left: 10px;
|
2018-12-16 21:53:15 +01:00
|
|
|
margin-bottom: -5px;
|
2016-07-08 02:25:55 +02:00
|
|
|
}
|
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
.topic_edit {
|
|
|
|
display: none;
|
|
|
|
line-height: 22px;
|
2020-04-13 12:39:50 +02:00
|
|
|
.alert {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 10px;
|
|
|
|
line-height: 17px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2014-01-17 16:11:18 +01:00
|
|
|
}
|
|
|
|
|
2020-05-12 11:02:13 +02:00
|
|
|
#inline_topic_edit {
|
2016-08-26 21:36:10 +02:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2020-05-12 11:02:13 +02:00
|
|
|
#message_edit_topic {
|
|
|
|
margin: 0 5px 5px 0;
|
2020-05-06 12:07:34 +02:00
|
|
|
}
|
|
|
|
|
2020-05-12 11:02:13 +02:00
|
|
|
.message_edit_header {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select_edit_stream {
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
border-left: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
border-radius: 0px 3px 3px 0px;
|
|
|
|
margin-left: -11px;
|
|
|
|
text-indent: 10px;
|
2020-05-06 12:07:34 +02:00
|
|
|
}
|
|
|
|
|
2016-10-25 23:19:43 +02:00
|
|
|
#inline_topic_edit.header-v {
|
2016-08-26 21:36:10 +02:00
|
|
|
height: 18px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0px 3px;
|
2018-08-23 17:29:30 +02:00
|
|
|
vertical-align: baseline;
|
2016-08-26 21:36:10 +02:00
|
|
|
|
2014-01-17 16:11:18 +01:00
|
|
|
line-height: 0px;
|
|
|
|
font-size: 14px;
|
2016-08-26 21:36:10 +02:00
|
|
|
|
|
|
|
box-shadow: none;
|
2014-01-17 16:11:18 +01:00
|
|
|
}
|
|
|
|
|
2016-10-25 23:19:43 +02:00
|
|
|
#inline_topic_edit:focus,
|
2014-01-17 16:11:18 +01:00
|
|
|
#message_edit_topic:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2020-05-06 12:07:34 +02:00
|
|
|
|
2016-07-11 02:29:36 +02:00
|
|
|
.message_edit_topic_propagate {
|
2013-09-03 22:07:59 +02:00
|
|
|
display: inline-block;
|
2016-08-26 21:36:10 +02:00
|
|
|
width: 300px;
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
max-width: 100%;
|
2013-09-03 22:07:59 +02:00
|
|
|
}
|
2012-09-11 19:06:07 +02:00
|
|
|
|
2013-05-01 23:21:45 +02:00
|
|
|
.message_content.condensed {
|
|
|
|
max-height: 8.5em;
|
2017-11-17 11:01:17 +01:00
|
|
|
min-height: 0em;
|
2013-05-01 23:21:45 +02:00
|
|
|
overflow: hidden;
|
2013-03-13 22:47:38 +01:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2013-05-08 23:17:49 +02:00
|
|
|
.message_content.collapsed {
|
|
|
|
max-height: 0em;
|
2017-11-17 11:01:17 +01:00
|
|
|
min-height: 0em;
|
2013-05-08 23:17:49 +02:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2013-03-13 22:47:38 +01:00
|
|
|
|
|
|
|
.message_length_controller {
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
2017-06-21 09:15:29 +02:00
|
|
|
color: hsl(200, 100%, 40%);
|
2013-03-20 23:08:39 +01:00
|
|
|
|
|
|
|
/* to match .message_content */
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 35px;
|
2017-02-05 12:14:43 +01:00
|
|
|
/* to make message-uncollapse easier */
|
|
|
|
margin-top: 10px;
|
2013-03-13 22:47:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.message_length_controller:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2019-04-12 21:19:11 +02:00
|
|
|
/* CSS for the message box */
|
|
|
|
.messagebox {
|
|
|
|
word-wrap: break-word;
|
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: top;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messagebox-content {
|
|
|
|
padding: 4px 115px 1px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.last_message .messagebox-content {
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.bookend {
|
2017-06-06 01:27:32 +02:00
|
|
|
margin-top: 10px;
|
2013-06-22 00:21:55 +02:00
|
|
|
background-color: transparent;
|
2012-08-29 18:29:01 +02:00
|
|
|
}
|
|
|
|
|
2012-09-24 22:28:02 +02:00
|
|
|
.next_is_same_sender {
|
2012-09-19 19:15:12 +02:00
|
|
|
border-bottom: 0px;
|
|
|
|
padding-bottom: 0px;
|
2012-09-13 22:00:11 +02:00
|
|
|
}
|
|
|
|
|
2013-05-10 22:48:02 +02:00
|
|
|
.inline_profile_picture {
|
|
|
|
display: inline-block;
|
2014-01-31 21:36:31 +01:00
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
margin-right: 11px;
|
2013-06-28 01:35:19 +02:00
|
|
|
vertical-align: top;
|
2017-06-15 21:13:47 +02:00
|
|
|
border-radius: 4px;
|
2017-06-26 16:12:49 +02:00
|
|
|
overflow: hidden;
|
2018-12-16 02:24:52 +01:00
|
|
|
|
|
|
|
&.guest-avatar::after {
|
|
|
|
outline: 2px solid hsl(0, 0%, 100%);
|
|
|
|
}
|
2013-01-07 23:41:36 +01:00
|
|
|
}
|
2012-08-29 18:29:01 +02:00
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-top: 5px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-10-10 23:34:52 +02:00
|
|
|
.streamname {
|
2012-09-05 23:38:20 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-10-17 20:43:20 +02:00
|
|
|
.home-error-bar .alert {
|
2012-08-31 21:33:04 +02:00
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
2012-09-10 20:31:53 +02:00
|
|
|
|
2013-01-16 21:42:35 +01:00
|
|
|
.brand.skinny-user-gravatar {
|
2013-03-06 20:46:33 +01:00
|
|
|
display: table-cell;
|
2013-06-19 23:40:31 +02:00
|
|
|
padding-top: 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
padding-bottom: 0px;
|
2013-06-19 23:40:31 +02:00
|
|
|
margin-bottom: 0px;
|
2013-01-16 21:42:35 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2020-02-21 20:02:49 +01:00
|
|
|
.top-navbar-border {
|
|
|
|
border-right: 1px solid hsl(0, 0%, 88%);
|
|
|
|
border-left: 1px solid hsl(0, 0%, 88%);
|
|
|
|
}
|
|
|
|
|
2020-04-18 12:09:26 +02:00
|
|
|
.search_icon {
|
|
|
|
color: hsl(0, 0%, 80%);
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
color: hsl(0, 0%, 0%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-05-09 21:12:53 +02:00
|
|
|
#tab_bar {
|
2020-02-03 17:01:11 +01:00
|
|
|
width: 100%;
|
2013-05-09 21:12:53 +02:00
|
|
|
z-index: 2;
|
2013-07-04 23:01:38 +02:00
|
|
|
padding-top: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-04-09 05:50:24 +02:00
|
|
|
float: left;
|
2014-01-08 16:12:22 +01:00
|
|
|
letter-spacing: normal;
|
|
|
|
height: 40px;
|
2019-03-10 19:08:36 +01:00
|
|
|
#tab_list {
|
2020-02-03 17:01:11 +01:00
|
|
|
display: flex;
|
|
|
|
align-content: flex-start;
|
|
|
|
flex-wrap: nowrap;
|
2019-03-10 19:08:36 +01:00
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
font-size: 16px;
|
|
|
|
border: none;
|
|
|
|
white-space: nowrap;
|
2020-02-03 17:01:11 +01:00
|
|
|
width: calc(100% - 1px);
|
|
|
|
cursor: default;
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-05-18 05:40:14 +02:00
|
|
|
& > span {
|
2019-03-10 19:08:36 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
list-style-type: none;
|
|
|
|
display: inline-block;
|
2020-02-03 17:01:11 +01:00
|
|
|
vertical-align: top;
|
2019-03-10 19:08:36 +01:00
|
|
|
position: relative;
|
2020-02-03 17:01:11 +01:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
margin: 0 -4px 0 0;
|
|
|
|
padding: 12px 6px;
|
|
|
|
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
padding: 7px 3.5px; // based on having ~41.66% decrease
|
|
|
|
}
|
|
|
|
&:not(.search_closed):not(.sub_count):not(.narrow_description) {
|
|
|
|
flex-shrink: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
&:not(.stream) {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2020-04-18 12:41:08 +02:00
|
|
|
&:nth-last-child(2) {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2020-04-22 19:24:52 +02:00
|
|
|
|
|
|
|
// We extend the clickable area for the search_closed icon over the
|
|
|
|
// 2nd last navbar element for better design (user convenience) this
|
|
|
|
// selector makes it so mousing over that element also gives the user
|
|
|
|
// a visual cue about the results of clicking the element
|
|
|
|
&:nth-last-child(2) {
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover + .search_closed {
|
|
|
|
color: hsl(0, 0%, 0%);
|
|
|
|
}
|
|
|
|
}
|
2020-02-03 17:01:11 +01:00
|
|
|
i {
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
|
|
|
.fa {
|
|
|
|
margin: 0px 3px 0px 5px;
|
|
|
|
.fa-envelope {
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 0px 5px 0px 5px;
|
|
|
|
}
|
|
|
|
.fa-hashtag {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
// font-weight: 800;
|
|
|
|
margin: 0px 2px 0px 5px;
|
|
|
|
}
|
|
|
|
}
|
2019-03-10 19:08:36 +01:00
|
|
|
}
|
2014-01-08 16:12:22 +01:00
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.stream {
|
|
|
|
text-overflow: clip;
|
2019-03-10 19:08:36 +01:00
|
|
|
overflow: hidden;
|
|
|
|
a {
|
2020-02-03 17:01:11 +01:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
2019-03-10 19:08:36 +01:00
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
}
|
2013-05-09 21:12:53 +02:00
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.sub_count,
|
|
|
|
.narrow_description {
|
|
|
|
background: none;
|
2019-03-10 19:08:36 +01:00
|
|
|
font-size: 14px;
|
2020-02-03 17:01:11 +01:00
|
|
|
color: hsl(0, 0%, 40%);
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sub_count {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
.fa.fa-user-o {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2020-05-11 09:37:40 +02:00
|
|
|
|
|
|
|
&::before,
|
|
|
|
&::after {
|
2020-05-11 09:49:42 +02:00
|
|
|
content: "|";
|
2019-03-10 19:08:36 +01:00
|
|
|
position: absolute;
|
2020-02-03 17:01:11 +01:00
|
|
|
top: 25%;
|
|
|
|
height: 50%;
|
2020-05-11 09:49:42 +02:00
|
|
|
color: hsl(0, 0%, 88%);
|
|
|
|
font-size: 20px;
|
2020-02-03 17:01:11 +01:00
|
|
|
@media (max-width: 500px) {
|
|
|
|
top: 10%;
|
|
|
|
}
|
|
|
|
}
|
2020-05-11 09:37:40 +02:00
|
|
|
|
|
|
|
&::before {
|
|
|
|
left: -5px;
|
|
|
|
}
|
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
&::after {
|
|
|
|
right: -5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrow_description {
|
|
|
|
// the actual value of flex shrink does not matter, it is the
|
|
|
|
// ratio of this value to other flex items that determines the
|
|
|
|
// behavior while shrinking, here the other item has the .stream
|
|
|
|
// class and a flex of 1, so the value here *is* the ratio, and
|
|
|
|
// is chosen such that the narrow description shrinks to close
|
|
|
|
// before the stream name must begin to shrink
|
|
|
|
flex-shrink: 100;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin: 0;
|
|
|
|
.emoji {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
padding: 12px 0px;
|
|
|
|
padding-left: 2px;
|
|
|
|
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
padding: 7px 0;
|
|
|
|
padding-left: 2px;
|
2019-03-10 19:08:36 +01:00
|
|
|
}
|
2020-04-22 19:24:52 +02:00
|
|
|
|
|
|
|
& > a {
|
|
|
|
padding: 12px 0px;
|
|
|
|
}
|
2019-03-10 19:08:36 +01:00
|
|
|
}
|
2014-01-08 16:12:22 +01:00
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.search_closed {
|
|
|
|
flex: 0; // makes sure search icon is always visible
|
2020-04-18 12:41:08 +02:00
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: 20px;
|
|
|
|
|
2020-04-22 19:24:52 +02:00
|
|
|
padding: 10px 15px 0px 0px;
|
2020-02-03 17:01:11 +01:00
|
|
|
@media (max-width: 500px) {
|
2020-04-22 19:24:52 +02:00
|
|
|
padding: 5px 15px 0px 0px;
|
2020-02-03 17:01:11 +01:00
|
|
|
}
|
2019-03-10 19:08:36 +01:00
|
|
|
}
|
|
|
|
}
|
2014-01-08 16:12:22 +01:00
|
|
|
}
|
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
#searchbox {
|
2018-07-14 16:10:00 +02:00
|
|
|
display: flex;
|
2014-01-08 16:12:22 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
2013-06-19 23:40:31 +02:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
.navbar-search {
|
|
|
|
margin-top: 0px;
|
2018-07-14 16:10:00 +02:00
|
|
|
width: calc(100% - 66px);
|
2018-07-14 11:59:32 +02:00
|
|
|
float: none;
|
|
|
|
overflow: hidden;
|
2018-07-27 02:23:47 +02:00
|
|
|
height: 100%;
|
2018-07-14 11:59:32 +02:00
|
|
|
}
|
2013-06-19 23:40:31 +02:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
.input-append {
|
2018-07-27 02:23:47 +02:00
|
|
|
height: 100%;
|
2018-07-14 16:10:00 +02:00
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
2018-07-27 02:23:47 +02:00
|
|
|
flex-wrap: nowrap;
|
2018-07-14 11:59:32 +02:00
|
|
|
position: relative;
|
2018-07-14 16:10:00 +02:00
|
|
|
width: calc(100% - 28px);
|
2018-07-14 11:59:32 +02:00
|
|
|
}
|
2013-06-19 23:40:31 +02:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
#search_query {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 16px;
|
|
|
|
height: 40px;
|
|
|
|
padding: 0px;
|
2018-07-14 16:10:00 +02:00
|
|
|
padding-left: 5px;
|
2018-07-14 11:59:32 +02:00
|
|
|
padding-right: 20px;
|
2018-07-14 12:26:31 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-weight: 300;
|
2018-06-08 09:45:13 +02:00
|
|
|
line-height: 40px;
|
2018-07-14 12:26:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.search_button,
|
|
|
|
.search_button[disabled]:hover {
|
2018-07-14 16:10:00 +02:00
|
|
|
position: relative;
|
2018-07-14 12:26:31 +02:00
|
|
|
background: none;
|
2018-07-14 16:10:00 +02:00
|
|
|
height: 40px;
|
2018-07-14 12:26:31 +02:00
|
|
|
padding: 4px;
|
|
|
|
color: hsl(0, 0%, 80%);
|
|
|
|
font-size: 18px;
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
z-index: 5;
|
2018-07-14 16:10:00 +02:00
|
|
|
float: right;
|
2018-07-14 12:26:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.search_button:hover {
|
|
|
|
color: hsl(0, 0%, 0%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.search_button[disabled] {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2020-01-23 02:41:38 +01:00
|
|
|
.search_icon {
|
2018-07-14 16:10:00 +02:00
|
|
|
display: table;
|
|
|
|
height: 100%;
|
2018-07-14 12:26:31 +02:00
|
|
|
color: hsl(0, 0%, 80%);
|
|
|
|
text-decoration: none;
|
2018-07-14 16:10:00 +02:00
|
|
|
padding: 0 10px;
|
|
|
|
font-size: 20px;
|
|
|
|
z-index: 5;
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
i {
|
|
|
|
display: table-cell;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2018-07-14 12:26:31 +02:00
|
|
|
}
|
|
|
|
|
2020-01-23 02:41:38 +01:00
|
|
|
.search_icon:hover {
|
2018-07-14 12:26:31 +02:00
|
|
|
color: hsl(0, 0%, 0%);
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search_arrows {
|
|
|
|
font-size: 90%;
|
2018-07-14 16:10:00 +02:00
|
|
|
letter-spacing: normal;
|
|
|
|
border: none;
|
2017-08-07 00:00:59 +02:00
|
|
|
background-color: inherit;
|
2018-07-14 16:10:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 500px) {
|
|
|
|
.pill {
|
2018-07-27 02:23:47 +02:00
|
|
|
padding: 2px 0px 2px 0px !important;
|
2018-07-14 16:10:00 +02:00
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
#search_arrows .pill {
|
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
.exit {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
2018-07-14 12:26:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchbox_legacy {
|
|
|
|
width: 100%;
|
|
|
|
height: 40px;
|
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.navbar-search:not(.expanded) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-search.expanded {
|
2018-07-14 12:26:31 +02:00
|
|
|
overflow: hidden;
|
2020-02-03 17:01:11 +01:00
|
|
|
margin-top: 0px;
|
|
|
|
right: 2;
|
|
|
|
width: calc(100% - 2px);
|
|
|
|
position: absolute;
|
|
|
|
.search_button {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
2018-07-14 12:26:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.input-append {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.fa-search {
|
|
|
|
padding: 0px;
|
|
|
|
font-size: 20px;
|
|
|
|
position: absolute;
|
|
|
|
left: 10px;
|
|
|
|
top: 10px;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
2020-02-03 17:01:11 +01:00
|
|
|
|
|
|
|
.fa-search:not(.deactivated) {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-07-14 12:26:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#search_query {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 16px;
|
|
|
|
height: 40px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-left: 35px;
|
2020-02-03 17:01:11 +01:00
|
|
|
padding-right: 40px;
|
2018-07-14 11:59:32 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
font-family: 'Source Sans Pro';
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 27px;
|
|
|
|
}
|
2013-06-19 23:40:31 +02:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
#search_query:focus {
|
|
|
|
box-shadow: inset 0px 0px 0px 2px hsl(204, 20%, 74%);
|
2018-07-25 21:38:45 +02:00
|
|
|
}
|
2013-06-19 23:40:31 +02:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
.search_button,
|
|
|
|
.search_button[disabled]:hover {
|
|
|
|
position: absolute;
|
|
|
|
right: 2px;
|
|
|
|
top: 6px;
|
|
|
|
background: none;
|
|
|
|
border-radius: 0px;
|
|
|
|
border: none;
|
|
|
|
height: 30px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 4px;
|
|
|
|
color: hsl(0, 0%, 80%);
|
|
|
|
font-size: 18px;
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
2017-01-29 03:00:38 +01:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
.search_button:hover {
|
|
|
|
color: hsl(0, 0%, 0%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.search_button[disabled] {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search_arrows {
|
|
|
|
/* Bootstrap wants font-size: 0 to eliminate space between
|
2013-02-13 23:23:26 +01:00
|
|
|
the buttons. We need to inherit the font size, so we
|
|
|
|
remove the button gap by adjusting "letter" spacing. */
|
2018-07-14 11:59:32 +02:00
|
|
|
font-size: 90%;
|
|
|
|
letter-spacing: -.3em;
|
|
|
|
}
|
2013-01-16 21:42:35 +01:00
|
|
|
|
2018-07-14 11:59:32 +02:00
|
|
|
#search_arrows input {
|
|
|
|
/* Chrome and Firefox do this already via default browser stylesheet;
|
2013-06-28 19:20:36 +02:00
|
|
|
but Opera needs this to avoid smushed letters in the search box. */
|
2018-07-14 11:59:32 +02:00
|
|
|
letter-spacing: normal;
|
|
|
|
}
|
2013-06-28 19:20:36 +02:00
|
|
|
}
|
|
|
|
|
2020-03-27 20:48:20 +01:00
|
|
|
#tab_bar_underpadding {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
top: 40px;
|
|
|
|
height: 10px;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navbar-buttons {
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-top: 7px;
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streamlist-toggle {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
2020-02-03 17:01:11 +01:00
|
|
|
// border-right: 2px solid hsl(204, 20%, 74%);
|
2020-03-27 20:48:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#streamlist-toggle-button {
|
|
|
|
text-decoration: none;
|
|
|
|
color: hsl(0, 0%, 52%);
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
background-color: hsl(0, 0%, 89%);
|
|
|
|
width: 40px;
|
|
|
|
height: 19px;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streamlist-toggle-unreadcount,
|
|
|
|
#userlist-toggle-unreadcount {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
height: 12px;
|
|
|
|
min-width: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
background-color: hsl(0, 100%, 20%);
|
|
|
|
top: 4px;
|
|
|
|
right: 4px;
|
|
|
|
border: 1px solid hsl(0, 0%, 93%);
|
|
|
|
box-shadow: 0px 0px 1px hsla(0, 0%, 0%, 0.2);
|
|
|
|
border-radius: 12px;
|
|
|
|
padding: 1px 1px 1px 1px;
|
|
|
|
font-size: 9px;
|
|
|
|
z-index: 15;
|
|
|
|
font-weight: normal;
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu {
|
|
|
|
left: auto;
|
|
|
|
right: 0px;
|
|
|
|
top: 30px;
|
|
|
|
min-width: 180px;
|
|
|
|
box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu a,
|
|
|
|
.typeahead.dropdown-menu a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typeahead.dropdown-menu .active {
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.typeahead.dropdown-menu .unsubscribed_icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typeahead.dropdown-menu .active .unsubscribed_icon {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: -12px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: hsl(96, 7%, 73%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.typeahead-image {
|
|
|
|
display: inline-block;
|
|
|
|
height: 21px;
|
|
|
|
width: 21px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: -7px;
|
|
|
|
vertical-align: middle;
|
|
|
|
top: 2px;
|
|
|
|
right: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
/* For FontAwesome icons used in place of images for some users. */
|
|
|
|
font-size: 19px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu::after {
|
|
|
|
position: absolute;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
top: -7px;
|
|
|
|
right: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
border-right: 7px solid transparent;
|
|
|
|
border-bottom: 7px solid hsl(0, 0%, 67%);
|
|
|
|
border-left: 7px solid transparent;
|
|
|
|
content: '';
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav {
|
|
|
|
.dropdown-toggle,
|
|
|
|
li.active .dropdown-toggle {
|
|
|
|
font-size: 20px;
|
|
|
|
color: inherit;
|
|
|
|
opacity: 0.5;
|
|
|
|
text-shadow: none;
|
|
|
|
padding-left: 0px !important;
|
|
|
|
background-color: inherit;
|
|
|
|
box-shadow: inherit;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle,
|
|
|
|
li.active .dropdown-toggle:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.dropdown.open .dropdown-toggle {
|
|
|
|
background: none;
|
|
|
|
opacity: 1;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2020-05-16 17:00:34 +02:00
|
|
|
|
|
|
|
li.dropdown li.divider {
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
2020-03-27 20:48:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
nav .column-left {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav a.no-style:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .column-left .nav-logo {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 8px;
|
|
|
|
height: 25px;
|
|
|
|
max-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .column-left .company-name {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
text-transform: uppercase;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 8px;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 600;
|
|
|
|
color: hsl(170, 48%, 54%);
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav a .no-style {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-bg {
|
|
|
|
background-color: hsl(0, 0%, 98%);
|
|
|
|
}
|
|
|
|
|
2013-12-09 20:15:33 +01:00
|
|
|
div.floating_recipient {
|
2013-06-22 00:21:55 +02:00
|
|
|
border-collapse: separate;
|
2012-10-15 16:53:48 +02:00
|
|
|
width: 100%;
|
2014-01-15 17:11:37 +01:00
|
|
|
position: relative;
|
2012-10-14 04:13:27 +02:00
|
|
|
}
|
|
|
|
|
2014-02-06 23:36:45 +01:00
|
|
|
#floating_recipient_bar {
|
|
|
|
top: 50px;
|
|
|
|
}
|
|
|
|
|
2014-02-14 19:56:46 +01:00
|
|
|
.message-header-contents {
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 0%, 88%);
|
2014-02-14 19:56:46 +01:00
|
|
|
}
|
|
|
|
|
2012-09-13 22:20:07 +02:00
|
|
|
#bottom_whitespace {
|
2016-07-18 03:10:51 +02:00
|
|
|
display: block;
|
|
|
|
height: 300px;
|
2012-09-11 20:12:39 +02:00
|
|
|
}
|
2012-09-11 23:37:46 +02:00
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
.loading_indicator_spinner {
|
2013-01-24 21:34:11 +01:00
|
|
|
/* If you change these, make sure to adjust the constants in
|
2017-03-18 23:49:11 +01:00
|
|
|
loading.make_indicator as well */
|
2013-01-15 21:41:16 +01:00
|
|
|
height: 38px;
|
|
|
|
width: 38px;
|
|
|
|
float: left;
|
2012-09-26 22:44:38 +02:00
|
|
|
}
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
.loading_indicator_text {
|
2013-01-24 21:34:11 +01:00
|
|
|
/* If you change these, make sure to adjust the constants in
|
2017-03-18 23:49:11 +01:00
|
|
|
loading.make_indicator as well */
|
2017-04-01 17:38:10 +02:00
|
|
|
margin-left: 5px;
|
2017-03-14 16:36:22 +01:00
|
|
|
font-size: 1.2em;
|
2017-01-05 01:03:14 +01:00
|
|
|
font-weight: 300;
|
2013-01-15 21:41:16 +01:00
|
|
|
line-height: 38px;
|
2012-09-26 22:44:38 +02:00
|
|
|
}
|
2012-09-27 22:54:27 +02:00
|
|
|
|
2017-01-31 02:40:35 +01:00
|
|
|
.settings-section #admin_page_users_loading_indicator,
|
2018-05-05 00:27:25 +02:00
|
|
|
.settings-section #attachments_loading_indicator,
|
2017-01-31 02:40:35 +01:00
|
|
|
.settings-section #admin_page_deactivated_users_loading_indicator,
|
2018-04-30 13:22:38 +02:00
|
|
|
.settings-section #admin_page_bots_loading_indicator {
|
2017-01-31 02:40:35 +01:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2013-11-22 20:50:39 +01:00
|
|
|
.settings-section .loading_indicator_text {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
float: none;
|
2017-04-01 17:38:10 +02:00
|
|
|
margin-top: 9px;
|
2013-11-22 20:50:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .loading_indicator_spinner {
|
2018-02-28 19:29:34 +01:00
|
|
|
width: 30%;
|
|
|
|
height: 30px;
|
2017-04-01 17:38:10 +02:00
|
|
|
margin-top: 7px;
|
2013-11-22 20:50:39 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-08-16 01:26:55 +02:00
|
|
|
.settings-section .realm-icon-section .loading_indicator_text,
|
|
|
|
.settings-section .realm-logo-section .loading_indicator_text {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 400;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
float: none;
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-left: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .realm-logo-section .loading_indicator_spinner,
|
|
|
|
.settings-section .realm-icon-section .loading_indicator_spinner {
|
|
|
|
width: 10%;
|
|
|
|
height: 16px;
|
|
|
|
margin-top: 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-06-23 11:32:45 +02:00
|
|
|
.settings-section #default_language {
|
2016-08-02 15:03:42 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section #default_language_modal table {
|
|
|
|
width: 90%;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section #default_language_modal td {
|
|
|
|
padding-left: 80px;
|
2016-06-23 11:32:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-section .inline {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
|
2013-12-02 22:51:03 +01:00
|
|
|
.operator_value {
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
2017-11-30 22:43:27 +01:00
|
|
|
color: hsl(353, 70%, 65%);
|
2013-12-02 22:51:03 +01:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2013-12-02 22:51:03 +01:00
|
|
|
.operator {
|
|
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
|
}
|
|
|
|
|
2013-01-16 19:50:18 +01:00
|
|
|
#loading_more_messages_indicator {
|
2013-07-12 18:31:26 +02:00
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading_more_messages_indicator_box_container {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading_more_messages_indicator_box {
|
|
|
|
position: relative;
|
|
|
|
left: -50%;
|
2017-05-16 23:29:26 +02:00
|
|
|
top: -43px;
|
2013-07-12 18:31:26 +02:00
|
|
|
z-index: 1;
|
2017-03-18 23:49:11 +01:00
|
|
|
border-radius: 6px;
|
2013-01-15 21:41:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#page_loading_indicator {
|
|
|
|
margin: 10px auto;
|
2012-11-28 22:17:57 +01:00
|
|
|
}
|
2012-11-29 17:22:00 +01:00
|
|
|
|
2017-04-05 03:55:28 +02:00
|
|
|
#page_loading_indicator_box_container {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page_loading_indicator_box {
|
|
|
|
position: relative;
|
|
|
|
left: -50%;
|
2017-05-16 23:29:26 +02:00
|
|
|
top: -43px;
|
2017-04-05 03:55:28 +02:00
|
|
|
z-index: 1;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
2012-11-29 17:22:00 +01:00
|
|
|
.table-striped thead th {
|
2017-06-21 09:15:29 +02:00
|
|
|
background-color: hsl(0, 0%, 27%);
|
2017-11-13 16:34:06 +01:00
|
|
|
color: hsl(0, 0%, 100%);
|
2012-11-29 17:22:00 +01:00
|
|
|
}
|
2012-11-29 18:44:43 +01:00
|
|
|
|
2016-08-23 22:23:56 +02:00
|
|
|
#user-checkboxes {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2016-07-07 00:58:11 +02:00
|
|
|
#user-checkboxes .checkbox {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2016-08-23 22:23:56 +02:00
|
|
|
#user-checkboxes .checkbox input[type=checkbox] {
|
|
|
|
margin: 5px 0px;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2016-12-17 19:28:51 +01:00
|
|
|
#stream-checkboxes {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream-checkboxes .checkbox {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#stream-checkboxes .checkbox input[type=checkbox] {
|
|
|
|
margin: 5px 0px;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#copy-from-stream-expand-collapse {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-03-22 16:50:09 +01:00
|
|
|
.sub_button_row {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2019-01-14 07:10:55 +01:00
|
|
|
.small_square_button {
|
|
|
|
padding: 0;
|
2014-01-17 16:11:18 +01:00
|
|
|
border: none;
|
2019-01-14 07:10:55 +01:00
|
|
|
font-size: 12px;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
border-radius: 4px;
|
|
|
|
margin-bottom: 3px;
|
2014-01-17 16:11:18 +01:00
|
|
|
|
2019-07-17 21:30:39 +02:00
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
2014-01-17 16:11:18 +01:00
|
|
|
|
2019-07-17 21:30:39 +02:00
|
|
|
&.small_square_check {
|
|
|
|
background-color: hsl(166, 35%, 57%);
|
|
|
|
color: hsl(0, 0%, 95%);
|
2019-01-14 07:10:55 +01:00
|
|
|
|
2019-07-17 21:30:39 +02:00
|
|
|
&:hover {
|
|
|
|
background-color: hsl(156, 30%, 50%);
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
}
|
2019-07-16 12:48:45 +02:00
|
|
|
|
2019-07-17 21:30:39 +02:00
|
|
|
&.small_square_x {
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
color: hsl(0, 0%, 47%);
|
2019-07-16 12:48:45 +02:00
|
|
|
|
2019-07-17 21:30:39 +02:00
|
|
|
&:hover {
|
|
|
|
color: hsl(0, 0%, 18%);
|
|
|
|
}
|
|
|
|
}
|
2014-01-17 16:11:18 +01:00
|
|
|
}
|
|
|
|
|
2018-03-23 08:44:55 +01:00
|
|
|
div.topic_edit_spinner {
|
|
|
|
display: inline-block;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
margin-top: -1px;
|
|
|
|
padding: 2px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.topic_edit_spinner .loading_indicator_spinner {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
}
|
|
|
|
|
2019-01-24 20:51:10 +01:00
|
|
|
#do_delete_message_spinner {
|
|
|
|
display: none;
|
|
|
|
width: 0;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2013-07-10 17:23:48 +02:00
|
|
|
.modal {
|
|
|
|
overflow: hidden;
|
|
|
|
margin-top: 0;
|
|
|
|
top: 5%;
|
2017-03-18 23:49:11 +01:00
|
|
|
/* Bootstrap uses tabindex=-1 on modals for focus and ESC handling,
|
|
|
|
so avoid the outline it causes */
|
|
|
|
outline: 0;
|
2013-07-10 17:23:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body {
|
|
|
|
max-height: 60vh;
|
|
|
|
}
|
|
|
|
|
2013-06-25 22:20:52 +02:00
|
|
|
.modal form {
|
2012-12-05 22:48:15 +01:00
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2017-03-14 22:06:56 +01:00
|
|
|
#invite-user .modal-header {
|
|
|
|
padding: 7px 15px;
|
2018-10-12 07:22:46 +02:00
|
|
|
border-color: hsl(0, 0%, 87%);
|
2017-03-14 22:06:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#invite-user .modal-header .exit {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: 600;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 6px;
|
|
|
|
right: 5px;
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-03-14 22:06:56 +01:00
|
|
|
}
|
|
|
|
|
2012-12-05 22:48:15 +01:00
|
|
|
#invitee_emails {
|
|
|
|
min-height: 40px;
|
|
|
|
max-height: 300px;
|
2020-01-28 00:34:46 +01:00
|
|
|
width: 96%;
|
|
|
|
max-width: 96%;
|
2012-12-05 22:48:15 +01:00
|
|
|
}
|
|
|
|
|
2017-03-14 23:22:46 +01:00
|
|
|
#invite-user .overlay-content {
|
|
|
|
position: relative;
|
|
|
|
width: 500px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#invite-user .modal-body {
|
|
|
|
margin-bottom: 58px;
|
2017-08-10 15:52:21 +02:00
|
|
|
position: relative;
|
2017-03-14 23:22:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#invite-user .modal-footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
}
|
|
|
|
|
2012-12-05 22:48:15 +01:00
|
|
|
#invite_status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-02-06 20:31:45 +01:00
|
|
|
#invite-user-label {
|
2017-03-14 22:06:56 +01:00
|
|
|
font-size: 1em;
|
|
|
|
font-weight: 700;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
2019-02-06 20:32:06 +01:00
|
|
|
#multiuse_invite_status {
|
|
|
|
display: none;
|
|
|
|
margin-top: 7px;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#invite-stream-checkboxes {
|
|
|
|
padding-bottom: 26px;
|
|
|
|
}
|
|
|
|
|
2019-02-06 20:31:45 +01:00
|
|
|
#invite-method-choice {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#multiuse_radio_section {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#generate_multiuse_invite_button {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
|
2017-11-25 16:29:09 +01:00
|
|
|
#invite-user .invite-stream-controls {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2013-10-09 00:37:07 +02:00
|
|
|
.settings-dropdown-caret {
|
|
|
|
margin-left: 8px;
|
2014-01-03 15:41:57 +01:00
|
|
|
margin-right: 8px;
|
2013-10-09 00:37:07 +02:00
|
|
|
font-size: 14px;
|
2013-01-22 21:03:29 +01:00
|
|
|
}
|
2013-01-30 21:49:56 +01:00
|
|
|
|
2013-01-31 21:09:23 +01:00
|
|
|
#notifications-area {
|
2013-01-30 21:49:56 +01:00
|
|
|
position: fixed;
|
2013-08-22 20:19:12 +02:00
|
|
|
z-index: 10;
|
2013-01-30 21:49:56 +01:00
|
|
|
bottom: 0px;
|
|
|
|
right: 20px;
|
|
|
|
width: 200px;
|
2013-09-05 17:51:01 +02:00
|
|
|
height: auto;
|
2013-01-31 21:09:23 +01:00
|
|
|
}
|
|
|
|
|
2013-08-05 20:43:57 +02:00
|
|
|
.notifications-gravatar img {
|
|
|
|
max-width: 25px;
|
|
|
|
max-height: 25px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
2013-02-23 19:38:25 +01:00
|
|
|
.empty_feed_notice {
|
2017-08-24 22:40:27 +02:00
|
|
|
padding: 3em 1em;
|
2013-02-12 19:28:21 +01:00
|
|
|
display: none;
|
2013-02-23 19:38:25 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-01-03 01:42:04 +01:00
|
|
|
.notification {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-03-16 19:26:26 +01:00
|
|
|
.message-fade,
|
2017-03-16 20:33:02 +01:00
|
|
|
.user_sidebar_entry.user-fade {
|
2013-07-24 22:32:20 +02:00
|
|
|
opacity: 0.4;
|
2013-02-13 21:30:17 +01:00
|
|
|
}
|
|
|
|
|
2013-03-01 22:07:27 +01:00
|
|
|
.emoji {
|
2014-03-06 22:10:45 +01:00
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: -7px;
|
2017-08-28 21:56:19 +02:00
|
|
|
vertical-align: middle;
|
2017-05-03 22:11:35 +02:00
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
|
2013-04-04 00:55:36 +02:00
|
|
|
/* FIXME: Combine this rule with the one in portico.css somehow? */
|
2013-04-08 20:21:20 +02:00
|
|
|
#pw_strength {
|
2017-12-24 19:00:29 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 10px;
|
2013-10-21 01:04:25 +02:00
|
|
|
margin-bottom: 0px;
|
2013-04-04 00:55:36 +02:00
|
|
|
}
|
2013-04-08 19:15:20 +02:00
|
|
|
|
|
|
|
/* Override padding-top on form labels when they label only text */
|
|
|
|
.form-horizontal .label_for_text {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2013-04-08 20:03:21 +02:00
|
|
|
|
|
|
|
#pw_change_controls {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-04-12 22:08:49 +02:00
|
|
|
|
2013-08-23 07:31:38 +02:00
|
|
|
.sub-unsub-message,
|
|
|
|
.date_row {
|
2013-04-17 05:52:20 +02:00
|
|
|
text-align: center;
|
2019-02-14 00:30:19 +01:00
|
|
|
padding-bottom: 10px;
|
2013-04-05 16:44:29 +02:00
|
|
|
}
|
|
|
|
|
2019-02-14 01:02:55 +01:00
|
|
|
.message_row .date_row {
|
|
|
|
/* We only want padding for the date rows between recipient blocks */
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2019-02-15 16:00:24 +01:00
|
|
|
.date_row {
|
2019-02-15 20:12:59 +01:00
|
|
|
padding-left: 2px;
|
2019-02-15 16:00:24 +01:00
|
|
|
}
|
|
|
|
|
2013-09-10 18:40:31 +02:00
|
|
|
.date_row .date-direction {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.date_row .date-line {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 33%;
|
2017-06-21 09:15:29 +02:00
|
|
|
border-top: 1px solid hsl(0, 0%, 88%);
|
2018-09-27 21:57:07 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 100%);
|
2013-09-10 18:40:31 +02:00
|
|
|
margin: 0px 5px 0px 5px;
|
|
|
|
}
|
|
|
|
|
2017-06-04 23:19:07 +02:00
|
|
|
.sub-unsub-message span,
|
2013-08-29 01:34:10 +02:00
|
|
|
.date_row span {
|
2013-06-24 23:16:50 +02:00
|
|
|
display: block;
|
|
|
|
padding: 4px;
|
|
|
|
overflow: hidden;
|
2013-07-02 20:41:10 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 0.8em;
|
2017-11-30 22:21:17 +01:00
|
|
|
opacity: 0.5;
|
2013-06-24 23:16:50 +02:00
|
|
|
}
|
|
|
|
|
2017-06-04 23:19:07 +02:00
|
|
|
.sub-unsub-message span {
|
|
|
|
font-size: 1em;
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.sub-unsub-message span::before,
|
|
|
|
.sub-unsub-message span::after,
|
|
|
|
.date_row span::before,
|
|
|
|
.date_row span::after {
|
2013-06-24 23:16:50 +02:00
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
content: " ";
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 50%;
|
|
|
|
height: 0px;
|
2017-06-21 09:15:29 +02:00
|
|
|
border-top: 1px solid hsl(0, 0%, 88%);
|
2018-09-27 21:57:07 +02:00
|
|
|
border-bottom: 1px solid hsl(0, 0%, 100%);
|
2013-06-24 23:16:50 +02:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.sub-unsub-message span::before,
|
|
|
|
.date_row span::before {
|
2013-06-24 23:16:50 +02:00
|
|
|
right: 0.5em;
|
|
|
|
margin-left: -50%;
|
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.sub-unsub-message span::after,
|
|
|
|
.date_row span::after {
|
2013-06-24 23:16:50 +02:00
|
|
|
left: 0.5em;
|
|
|
|
margin-right: -50%;
|
|
|
|
}
|
|
|
|
|
2013-05-15 00:22:16 +02:00
|
|
|
.message_edit {
|
|
|
|
display: none;
|
2013-07-22 20:19:35 +02:00
|
|
|
margin-top: 5px;
|
2014-01-31 23:52:18 +01:00
|
|
|
margin-left: 47px;
|
2019-07-26 02:32:30 +02:00
|
|
|
position: relative;
|
2013-05-15 00:22:16 +02:00
|
|
|
}
|
2013-05-21 19:12:27 +02:00
|
|
|
|
|
|
|
/* Reduce some of the heavy padding from Bootstrap. */
|
2017-01-31 22:01:49 +01:00
|
|
|
#message_edit_form {
|
|
|
|
margin-bottom: 10px;
|
2018-04-08 15:51:01 +02:00
|
|
|
cursor: default;
|
2017-01-31 22:01:49 +01:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2013-05-21 19:12:27 +02:00
|
|
|
#message_edit_form .edit-controls {
|
2017-01-31 22:01:49 +01:00
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 0px;
|
2013-05-21 19:12:27 +02:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2013-05-21 19:12:27 +02:00
|
|
|
#message_edit_form textarea {
|
2013-07-16 23:40:01 +02:00
|
|
|
width: 100%;
|
2013-05-21 19:12:27 +02:00
|
|
|
min-width: 206px;
|
2013-07-22 20:19:35 +02:00
|
|
|
box-sizing: border-box;
|
2013-05-21 19:12:27 +02:00
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2016-08-26 21:36:10 +02:00
|
|
|
#message_edit_form .control-group.no-margin {
|
|
|
|
margin-bottom: 0px;
|
2013-07-16 23:40:01 +02:00
|
|
|
}
|
2013-05-21 17:48:46 +02:00
|
|
|
|
2017-01-31 22:01:49 +01:00
|
|
|
#message_edit_form .action-buttons {
|
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
2013-08-16 23:45:13 +02:00
|
|
|
#topic_edit_form {
|
2014-01-17 16:11:18 +01:00
|
|
|
display: inline-block;
|
2016-08-26 21:36:10 +02:00
|
|
|
margin: 0 0 0 0;
|
2014-01-17 16:11:18 +01:00
|
|
|
height: 22px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 3px;
|
|
|
|
line-height: 22px;
|
|
|
|
margin-left: -15px;
|
2013-08-16 23:45:13 +02:00
|
|
|
}
|
|
|
|
|
2013-08-15 21:38:37 +02:00
|
|
|
#home {
|
2013-08-16 17:29:37 +02:00
|
|
|
margin-top: 41px;
|
2013-08-15 21:38:37 +02:00
|
|
|
}
|
|
|
|
|
2013-06-27 20:32:08 +02:00
|
|
|
.screen {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2018-10-08 22:31:26 +02:00
|
|
|
background-color: hsl(0, 0%, 0%);
|
2013-06-27 20:32:08 +02:00
|
|
|
z-index: 20000;
|
|
|
|
}
|
2013-06-27 22:18:28 +02:00
|
|
|
|
|
|
|
.tutorial-done-button {
|
|
|
|
text-align: right;
|
2016-06-21 20:30:34 +02:00
|
|
|
margin-top: 9px;
|
|
|
|
margin-bottom: 8px;
|
2013-06-27 22:18:28 +02:00
|
|
|
}
|
2013-07-05 22:51:41 +02:00
|
|
|
|
2016-06-04 01:12:24 +02:00
|
|
|
.btn-skip {
|
2016-06-21 20:30:34 +02:00
|
|
|
position: relative;
|
|
|
|
left: -10px;
|
|
|
|
margin-right: 25px;
|
2016-06-04 01:12:24 +02:00
|
|
|
}
|
|
|
|
|
2019-05-16 10:36:20 +02:00
|
|
|
.deactivated_user .deactivated-user-icon {
|
|
|
|
color: inherit;
|
|
|
|
margin-left: 2px;
|
|
|
|
font-size: .9em;
|
2013-11-16 16:26:40 +01:00
|
|
|
}
|
2013-11-13 19:40:02 +01:00
|
|
|
|
2017-06-26 16:12:49 +02:00
|
|
|
.no-drag {
|
|
|
|
user-drag: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2017-12-07 15:47:23 +01:00
|
|
|
|
2018-03-12 20:23:49 +01:00
|
|
|
.user_popover_email {
|
2017-12-07 15:47:23 +01:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2018-02-03 17:38:35 +01:00
|
|
|
transition: all 0.4s ease;
|
2017-12-07 15:47:23 +01:00
|
|
|
|
2018-05-08 01:06:48 +02:00
|
|
|
.tooltip_holder {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
}
|
2017-12-07 15:47:23 +01:00
|
|
|
|
2018-05-08 01:06:48 +02:00
|
|
|
i {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-02-03 17:38:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.email_copied,
|
2018-03-12 20:23:49 +01:00
|
|
|
.user_popover_email i:hover {
|
2018-10-12 07:22:46 +02:00
|
|
|
color: hsl(170, 48%, 54%);
|
2018-02-03 17:38:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.email_copied i {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2017-12-07 15:47:23 +01:00
|
|
|
.display-tooltip {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.email_tooltip {
|
|
|
|
visibility: hidden;
|
|
|
|
opacity: 0;
|
|
|
|
position: relative;
|
|
|
|
padding: 5px 8px;
|
|
|
|
left: -50%;
|
|
|
|
top: 10px;
|
|
|
|
border-radius: 6px;
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(0, 0%, 30%);
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 100%);
|
2017-12-07 15:47:23 +01:00
|
|
|
transition: visibility 0.2s ease-out, opacity 0.2s linear;
|
|
|
|
|
2018-05-08 01:10:33 +02:00
|
|
|
::after {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: -47%;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -5px;
|
|
|
|
border-width: 7px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
2018-10-06 18:49:20 +02:00
|
|
|
border-bottom: hsl(0, 0%, 30%) solid 7px;
|
2018-05-08 01:10:33 +02:00
|
|
|
}
|
2017-12-07 15:47:23 +01:00
|
|
|
}
|
|
|
|
|
2018-03-12 20:23:49 +01:00
|
|
|
.user_popover_email:hover .email_tooltip {
|
2017-12-07 15:47:23 +01:00
|
|
|
visibility: visible;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2017-08-25 11:09:51 +02:00
|
|
|
|
2018-03-12 20:23:49 +01:00
|
|
|
.user_popover_email i.hide_copy_icon {
|
2018-02-03 17:38:35 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-08-25 11:09:51 +02:00
|
|
|
.hotkey-hint {
|
|
|
|
opacity: 0.75;
|
|
|
|
}
|
2018-02-23 15:45:25 +01:00
|
|
|
|
2020-02-19 01:38:34 +01:00
|
|
|
select.inline_select_topic_edit {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-07-06 19:00:15 +02:00
|
|
|
// Hide the up and down arrows in the Flatpickr datepicker year
|
|
|
|
.flatpickr-months .numInputWrapper span {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-10-24 05:38:18 +02:00
|
|
|
|
|
|
|
/* This max-width must be synced with message_viewport.is_narrow */
|
|
|
|
@media (max-width: 1165px) {
|
|
|
|
.app-main,
|
|
|
|
.header-main {
|
|
|
|
min-width: 750px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-right {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-right.expanded {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
float: none;
|
|
|
|
right: 15px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-right.expanded .right-sidebar {
|
|
|
|
background-color: hsla(0, 0%, 100%, 1.0);
|
|
|
|
box-shadow: 0px -2px 3px 0px hsla(0, 0%, 0%, 0.1);
|
|
|
|
border-left: 1px solid hsl(0, 0%, 87%);
|
|
|
|
margin-top: 40px;
|
|
|
|
padding: 10px 15px 0px 15px;
|
|
|
|
height: 100%;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .column-right {
|
|
|
|
display: inline-block;
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top_navbar.rightside-userlist #navbar-buttons {
|
|
|
|
margin-right: 41px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.nav .dropdown-menu {
|
|
|
|
min-width: 180px;
|
|
|
|
box-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav .dropdown-menu::after {
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-middle {
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2020-02-03 17:01:11 +01:00
|
|
|
|
|
|
|
.top-navbar-container,
|
|
|
|
#searchbox_legacy .navbar-search.expanded {
|
|
|
|
width: calc(100% - 91px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.search_closed .fa-search {
|
|
|
|
right: 115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top_navbar:not(.rightside-userlist) {
|
|
|
|
.search_closed .fa-search {
|
|
|
|
right: 72px;
|
|
|
|
}
|
|
|
|
.top-navbar-border,
|
|
|
|
#searchbox_legacy .navbar-search.expanded {
|
|
|
|
width: calc(100% - 50px);
|
|
|
|
}
|
|
|
|
}
|
2019-10-24 05:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 775px) {
|
|
|
|
body {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left.expanded {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
float: none;
|
|
|
|
left: 0px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left.expanded .left-sidebar {
|
|
|
|
background-color: hsla(0, 0%, 100%, 1.0);
|
|
|
|
box-shadow: 0px 2px 3px 0px hsla(0, 0%, 0%, 0.1);
|
|
|
|
border-right: 1px solid hsl(0, 0%, 87%);
|
|
|
|
margin-top: 40px;
|
|
|
|
padding-top: 10px;
|
|
|
|
height: 100%;
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
html,
|
|
|
|
.app-main,
|
|
|
|
.header-main {
|
|
|
|
min-width: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-middle,
|
|
|
|
.app-main .column-middle {
|
|
|
|
margin-left: 7px;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .column-middle {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-middle-inner {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-main .column-middle .column-middle-inner {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skinny-user-gravatar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streamlist-toggle {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.top-navbar-border {
|
|
|
|
margin-left: 40px;
|
2019-10-24 05:38:18 +02:00
|
|
|
}
|
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.top-navbar-border {
|
|
|
|
width: calc(100% - 116px);
|
|
|
|
}
|
|
|
|
// todo: Figure out why this has to be different
|
|
|
|
// from above at this width and resolve it
|
|
|
|
// #searchbox_legacy .navbar-search.expanded,
|
|
|
|
#searchbox_legacy .navbar-search.expanded {
|
|
|
|
width: calc(100% - 131px);
|
2019-10-24 05:38:18 +02:00
|
|
|
}
|
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.search_closed .fa-search {
|
|
|
|
right: 115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top_navbar:not(.rightside-userlist) {
|
|
|
|
// .search_closed .fa-search {
|
|
|
|
// right: 115px;
|
|
|
|
// }
|
|
|
|
.top-navbar-border {
|
|
|
|
width: calc(100% - 75px);
|
|
|
|
}
|
|
|
|
#searchbox_legacy .navbar-search.expanded {
|
|
|
|
width: calc(100% - 90px);
|
|
|
|
}
|
2019-10-24 05:38:18 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
.column-right.expanded .right-sidebar,
|
|
|
|
.column-left.expanded .left-sidebar {
|
|
|
|
margin-top: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left.expanded .left-sidebar {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left.expanded .left-sidebar #streams_header {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left.expanded .narrows_panel {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2020-02-03 17:01:11 +01:00
|
|
|
.search_closed .fa-search {
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2019-10-24 05:38:18 +02:00
|
|
|
#streamlist-toggle,
|
|
|
|
#navbar-buttons,
|
|
|
|
.navbar-search,
|
|
|
|
#tab_bar,
|
|
|
|
#searchbox,
|
|
|
|
#searchbox_legacy,
|
|
|
|
#tab_list li,
|
|
|
|
#tab_list,
|
|
|
|
.header {
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search_query {
|
|
|
|
height: 30px !important;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
#streamlist-toggle-button {
|
|
|
|
height: 30px;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#navbar-buttons ul.nav .dropdown-toggle,
|
|
|
|
#navbar-buttons ul.nav li.active .dropdown-toggle {
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchbox,
|
|
|
|
#searchbox_legacy {
|
|
|
|
.input-append .fa-search {
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search_button,
|
|
|
|
.search_button[disabled]:hover {
|
2020-02-03 17:01:11 +01:00
|
|
|
top: 0px;
|
2019-10-24 05:38:18 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#tab_bar_underpadding {
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messagebox-content {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_time {
|
|
|
|
right: auto;
|
|
|
|
left: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_controls {
|
|
|
|
width: 56px;
|
|
|
|
right: -10px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.include-sender .message_controls {
|
|
|
|
background: none !important;
|
|
|
|
padding: none !important;
|
|
|
|
border: none !important;
|
|
|
|
top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_time {
|
|
|
|
left: auto;
|
|
|
|
right: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_controls {
|
|
|
|
right: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sender_name {
|
|
|
|
max-width: 250px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tab_bar_underpadding {
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#floating_recipient_bar {
|
|
|
|
top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message_content {
|
|
|
|
padding-right: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 350px) {
|
|
|
|
html {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
html,
|
|
|
|
.app-main,
|
|
|
|
.header-main {
|
|
|
|
min-width: 320px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 300px) and (max-width: 700px) {
|
|
|
|
#feedback_container {
|
|
|
|
width: calc(90% - 30px);
|
|
|
|
left: 5%;
|
|
|
|
top: 5%;
|
|
|
|
}
|
|
|
|
}
|