2021-07-23 11:41:03 +00:00
|
|
|
.sidebar .badge {
|
|
|
|
padding: 2px 12px;
|
|
|
|
border-radius: 999px;
|
|
|
|
background: @accent_bg_color;
|
|
|
|
color: @text_view_bg;
|
2020-09-05 08:02:42 +00:00
|
|
|
}
|
|
|
|
|
2022-11-13 09:55:53 +00:00
|
|
|
.small .ttl-content {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2021-07-23 11:41:03 +00:00
|
|
|
.attachment, .attachment button, flowboxchild {
|
2020-07-10 14:30:57 +00:00
|
|
|
padding:0px;
|
|
|
|
margin:0px;
|
|
|
|
}
|
2018-10-24 08:55:36 +00:00
|
|
|
|
2021-07-23 11:41:03 +00:00
|
|
|
.attachment .osd {
|
|
|
|
padding: 6px 12px;
|
|
|
|
border-radius: 6px;
|
|
|
|
margin: 8px;
|
2018-05-09 15:59:58 +00:00
|
|
|
}
|
2020-07-06 16:40:17 +00:00
|
|
|
|
2020-10-24 03:42:24 +00:00
|
|
|
.ttl-flat-button {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2020-10-18 20:35:59 +00:00
|
|
|
}
|
2020-10-24 10:54:37 +00:00
|
|
|
|
|
|
|
.ttl-thread-line {
|
|
|
|
background: @theme_fg_color;
|
|
|
|
opacity: .1;
|
|
|
|
margin-top: -8px;
|
|
|
|
margin-bottom: -8px;
|
|
|
|
}
|
|
|
|
|
2021-02-02 09:16:59 +00:00
|
|
|
.ttl-code {
|
|
|
|
font-family: monospace;
|
|
|
|
padding: 12px;
|
|
|
|
background: rgba(150,150,150,.1);
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
2021-07-23 11:41:03 +00:00
|
|
|
|
2021-07-26 12:53:33 +00:00
|
|
|
.ttl-view .content row {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2021-07-23 11:41:03 +00:00
|
|
|
.ttl-view .small .content row {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
2021-07-26 12:53:33 +00:00
|
|
|
border-radius: 0px;
|
2021-07-23 11:41:03 +00:00
|
|
|
}
|
|
|
|
|
2021-07-26 12:53:33 +00:00
|
|
|
/* Hides the top border from the first row of the first listbox */
|
|
|
|
.ttl-view .small :first-child list row:first-child {
|
|
|
|
border-top: 0px;
|
2021-07-23 11:41:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ttl-view .large:first-child {
|
|
|
|
margin-top: 32px;
|
|
|
|
}
|
|
|
|
.ttl-view .large:last-child {
|
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
Profile
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ttl-profile-cover .header-image {
|
|
|
|
background:grey;
|
|
|
|
}
|
|
|
|
.ttl-profile-cover avatar {
|
|
|
|
border: 6px solid @theme_base_color;
|
|
|
|
background: @theme_base_color;
|
|
|
|
}
|
|
|
|
.large .header-image {
|
|
|
|
border-radius:6px 6px 0 0;
|
|
|
|
}
|