2019-08-17 02:29:05 +05:30
|
|
|
html,
|
|
|
|
body {
|
2019-08-17 06:36:21 +05:30
|
|
|
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen,
|
|
|
|
Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
|
|
|
|
Arial, sans-serif;
|
2021-04-07 12:23:38 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#contents {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-04-09 19:59:18 +05:30
|
|
|
min-height: 100vh;
|
2019-08-17 02:29:05 +05:30
|
|
|
}
|
|
|
|
|
2019-03-06 21:24:56 +05:30
|
|
|
.deleted {
|
|
|
|
background-color: rgb(255, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2019-06-29 07:18:24 +05:30
|
|
|
.channel-profile > * {
|
|
|
|
font-size: 1.17em;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
2021-10-11 13:23:37 +05:30
|
|
|
border-radius: 50%;
|
2019-06-29 07:18:24 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.channel-profile > img {
|
2019-07-01 22:38:29 +05:30
|
|
|
width: 48px;
|
|
|
|
height: auto;
|
2019-06-29 07:18:24 +05:30
|
|
|
}
|
|
|
|
|
2020-11-18 04:40:32 +05:30
|
|
|
body a.channel-owner {
|
2019-02-22 05:13:49 +05:30
|
|
|
background-color: #008bec;
|
2019-02-03 04:43:40 +05:30
|
|
|
color: #fff;
|
2019-01-31 16:51:26 +05:30
|
|
|
border-radius: 9px;
|
|
|
|
padding: 1px 6px;
|
|
|
|
}
|
|
|
|
|
2019-02-01 17:39:10 +05:30
|
|
|
.creator-heart-container {
|
2019-02-22 05:13:49 +05:30
|
|
|
display: inline-block;
|
|
|
|
padding: 0px 7px 6px 0px;
|
|
|
|
margin: 0px -7px -4px 0px;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart {
|
2019-02-22 05:13:49 +05:30
|
|
|
position: relative;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 2px none;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-background-hearted {
|
2019-02-22 05:13:49 +05:30
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 0px;
|
|
|
|
position: relative;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-small-hearted {
|
2019-02-22 05:13:49 +05:30
|
|
|
position: absolute;
|
|
|
|
right: -7px;
|
|
|
|
bottom: -4px;
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.creator-heart-small-container {
|
2019-02-22 05:13:49 +05:30
|
|
|
position: relative;
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
color: rgb(255, 0, 0);
|
2019-02-01 17:39:10 +05:30
|
|
|
}
|
|
|
|
|
2020-10-08 09:31:18 +05:30
|
|
|
.feed-menu {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feed-menu-item {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
.feed-menu-item {
|
|
|
|
flex: 0 0 40%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-13 05:07:01 +05:30
|
|
|
.h-box {
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
2018-03-11 22:35:56 +05:30
|
|
|
}
|
2018-03-13 05:07:01 +05:30
|
|
|
|
|
|
|
.v-box {
|
|
|
|
padding-top: 1em;
|
|
|
|
padding-bottom: 1em;
|
2018-04-14 08:02:14 +05:30
|
|
|
}
|
2018-04-18 02:23:12 +05:30
|
|
|
|
|
|
|
div {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2018-07-21 01:06:23 +05:30
|
|
|
|
|
|
|
.loading {
|
2019-03-20 19:50:31 +05:30
|
|
|
display: inline-block;
|
2018-07-21 01:06:23 +05:30
|
|
|
animation: spin 2s linear infinite;
|
|
|
|
}
|
|
|
|
|
2018-10-08 07:41:33 +05:30
|
|
|
.playlist-restricted {
|
|
|
|
height: 20em;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
2020-11-18 04:40:32 +05:30
|
|
|
body a.pure-button {
|
|
|
|
color: rgba(0,0,0,.8);
|
|
|
|
}
|
|
|
|
|
2019-01-28 08:50:52 +05:30
|
|
|
button.pure-button-primary,
|
2020-11-18 04:40:32 +05:30
|
|
|
body a.pure-button-primary,
|
2019-02-22 05:13:49 +05:30
|
|
|
.channel-owner:hover {
|
2018-10-21 00:17:20 +05:30
|
|
|
background-color: #a0a0a0;
|
|
|
|
color: rgba(35, 35, 35, 1);
|
|
|
|
}
|
|
|
|
|
2019-01-28 08:50:52 +05:30
|
|
|
button.pure-button-primary:hover,
|
2020-11-18 04:40:32 +05:30
|
|
|
body a.pure-button-primary:hover {
|
2018-10-21 00:17:20 +05:30
|
|
|
background-color: rgba(0, 182, 240, 1);
|
|
|
|
color: #fff;
|
2018-10-13 07:47:37 +05:30
|
|
|
}
|
|
|
|
|
2018-10-21 07:07:55 +05:30
|
|
|
div.thumbnail {
|
2019-03-23 20:54:52 +05:30
|
|
|
padding: 28.125%;
|
2018-10-21 07:07:55 +05:30
|
|
|
position: relative;
|
2019-03-23 20:54:52 +05:30
|
|
|
box-sizing: border-box;
|
2018-10-21 07:07:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
img.thumbnail {
|
2019-03-23 20:54:52 +05:30
|
|
|
position: absolute;
|
2018-10-21 07:07:55 +05:30
|
|
|
width: 100%;
|
2019-03-23 23:26:52 +05:30
|
|
|
height: 100%;
|
2018-10-21 07:07:55 +05:30
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2019-08-17 06:36:21 +05:30
|
|
|
object-fit: cover;
|
2018-10-21 07:07:55 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.length {
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 2px;
|
|
|
|
font-size: 16px;
|
2019-05-04 09:21:06 +05:30
|
|
|
right: 0.25em;
|
|
|
|
bottom: -0.75em;
|
2018-10-21 07:07:55 +05:30
|
|
|
}
|
|
|
|
|
2018-11-20 09:36:59 +05:30
|
|
|
.watched {
|
|
|
|
z-index: 100;
|
|
|
|
position: absolute;
|
|
|
|
background-color: rgba(35, 35, 35, 0.75);
|
|
|
|
color: #fff;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 4px 8px 4px 8px;
|
2018-11-21 10:27:51 +05:30
|
|
|
font-size: 16px;
|
2018-11-26 06:31:19 +05:30
|
|
|
left: 0.2em;
|
|
|
|
top: -0.7em;
|
2018-11-20 09:36:59 +05:30
|
|
|
}
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
/*
|
|
|
|
* Navbar
|
|
|
|
*/
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin: 1em 0;
|
|
|
|
display: flex; /* this is also defined in framework, but in case of future changes */
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > div {
|
2018-07-26 20:16:43 +05:30
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2021-04-04 13:18:14 +05:30
|
|
|
.searchbar {
|
2018-07-26 20:16:43 +05:30
|
|
|
flex-grow: 2; /* take double the space of the other items */
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar a {
|
|
|
|
padding: 0; /* this way it will stay aligned with content under */
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar .index-link {
|
|
|
|
font-weight: bold;
|
2019-10-02 17:35:58 +05:30
|
|
|
display: inline;
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
2021-12-07 09:00:05 +05:30
|
|
|
.searchbar .pure-form fieldset { padding: 0; }
|
2019-08-01 13:05:57 +05:30
|
|
|
|
2021-12-07 09:00:05 +05:30
|
|
|
.searchbar input[type="search"] {
|
|
|
|
width: 100%;
|
|
|
|
margin: 1px;
|
2018-07-26 20:16:43 +05:30
|
|
|
|
2021-12-07 09:00:05 +05:30
|
|
|
border: 1px solid;
|
|
|
|
border-color: #0000 #0000 #CCC #0000;
|
|
|
|
border-radius: 0;
|
2018-07-26 20:16:43 +05:30
|
|
|
|
2021-12-07 09:00:05 +05:30
|
|
|
box-shadow: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
2018-07-26 20:16:43 +05:30
|
|
|
|
2021-12-07 09:00:05 +05:30
|
|
|
.searchbar input[type="search"]:focus {
|
|
|
|
margin: 0 0 0.5px 0;
|
|
|
|
border: 2px solid;
|
|
|
|
border-color: #0000 #0000 #FED #0000;
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
2019-03-27 04:15:39 +05:30
|
|
|
/* https://stackoverflow.com/a/55170420 */
|
|
|
|
input[type="search"]::-webkit-search-cancel-button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
|
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
|
|
|
|
background-size: 14px;
|
|
|
|
}
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
.user-field {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-field div {
|
|
|
|
width: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-field div:not(:last-child) {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
2019-03-12 20:42:47 +05:30
|
|
|
@media only screen and (max-aspect-ratio: 16/9) {
|
|
|
|
.player-dimensions.vjs-fluid {
|
|
|
|
padding-top: 46.86% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#player-container {
|
|
|
|
padding-bottom: 46.86% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
.navbar {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > div {
|
2018-07-26 20:16:43 +05:30
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2018-07-31 05:08:55 +05:30
|
|
|
}
|
2018-07-26 20:16:43 +05:30
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > div:not(:last-child) {
|
2018-07-26 20:16:43 +05:30
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar > form {
|
2018-07-26 20:16:43 +05:30
|
|
|
width: 60%;
|
|
|
|
}
|
2019-05-28 20:34:04 +05:30
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
margin: 0.42em 0;
|
|
|
|
}
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 320px) {
|
2018-07-31 05:08:55 +05:30
|
|
|
.navbar > .searchbar > form {
|
2018-07-26 20:16:43 +05:30
|
|
|
width: 100%;
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-06-26 00:17:15 +05:30
|
|
|
|
|
|
|
/*
|
|
|
|
* Video "cards" (results/playlist/channel videos)
|
|
|
|
*/
|
|
|
|
|
|
|
|
.video-card-row { margin: 15px 0; }
|
|
|
|
|
|
|
|
.flexible { display: flex; }
|
|
|
|
.flex-left { flex: 1 1 100%; flex-wrap: wrap; }
|
|
|
|
.flex-right { flex: 1 0 max-content; flex-wrap: nowrap; }
|
|
|
|
|
|
|
|
p.channel-name { margin: 0; }
|
|
|
|
p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
|
|
|
|
|
|
|
|
|
2019-03-27 04:15:39 +05:30
|
|
|
/*
|
2018-07-26 20:16:43 +05:30
|
|
|
* Footer
|
|
|
|
*/
|
|
|
|
|
2021-04-06 16:15:54 +05:30
|
|
|
footer {
|
|
|
|
color: #919191;
|
2021-04-07 12:23:38 +05:30
|
|
|
margin-top: auto;
|
|
|
|
padding: 1.5em 0;
|
2018-07-26 20:16:43 +05:30
|
|
|
text-align: center;
|
2021-04-06 08:54:02 +05:30
|
|
|
max-height: 30vh;
|
2018-07-26 20:16:43 +05:30
|
|
|
}
|
|
|
|
|
2021-04-06 16:15:54 +05:30
|
|
|
footer a {
|
|
|
|
color: #919191 !important;
|
2018-07-26 20:16:43 +05:30
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2021-10-07 17:23:12 +05:30
|
|
|
footer span {
|
|
|
|
margin: 4px 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2018-07-26 20:16:43 +05:30
|
|
|
/* keyframes */
|
|
|
|
|
2018-07-21 01:06:23 +05:30
|
|
|
@keyframes spin {
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
2018-08-04 04:56:12 +05:30
|
|
|
|
2019-05-11 21:39:45 +05:30
|
|
|
fieldset > select,
|
|
|
|
span > select {
|
|
|
|
color: rgba(49, 49, 51, 1);
|
|
|
|
}
|
|
|
|
|
2019-03-05 01:44:24 +05:30
|
|
|
.pure-control-group label {
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
2019-08-09 05:30:22 +05:30
|
|
|
|
2020-11-16 08:49:41 +05:30
|
|
|
/*
|
2020-11-18 03:23:45 +05:30
|
|
|
* Light theme
|
2020-11-16 08:49:41 +05:30
|
|
|
*/
|
|
|
|
|
2020-11-18 03:23:45 +05:30
|
|
|
.light-theme a:hover,
|
2021-03-14 00:27:27 +05:30
|
|
|
.light-theme a:active,
|
|
|
|
.light-theme summary:hover {
|
2020-12-14 18:50:31 +05:30
|
|
|
color: #075A9E !important;
|
2020-11-18 03:23:45 +05:30
|
|
|
}
|
|
|
|
|
2020-12-14 18:45:03 +05:30
|
|
|
.light-theme a.pure-button-primary:hover {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2020-11-18 03:23:45 +05:30
|
|
|
.light-theme a {
|
2020-12-14 18:50:31 +05:30
|
|
|
color: #335d7a;
|
2020-11-18 03:23:45 +05:30
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* All links that do not fit with the default color goes here */
|
|
|
|
.light-theme a:not([data-id]) > .icon,
|
|
|
|
.light-theme .pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
|
|
|
|
.light-theme .playlist-restricted > ol > li > a {
|
|
|
|
color: #303030;
|
|
|
|
}
|
|
|
|
|
2020-11-18 04:40:32 +05:30
|
|
|
.light-theme .pure-menu-heading {
|
|
|
|
color: #565d64;
|
|
|
|
}
|
|
|
|
|
2020-11-16 08:49:41 +05:30
|
|
|
@media (prefers-color-scheme: light) {
|
|
|
|
.no-theme a:hover,
|
2021-03-14 00:27:27 +05:30
|
|
|
.no-theme a:active,
|
|
|
|
.no-theme summary:hover {
|
2020-12-14 18:50:31 +05:30
|
|
|
color: #075A9E !important;
|
2020-11-16 08:49:41 +05:30
|
|
|
}
|
|
|
|
|
2020-12-14 18:45:03 +05:30
|
|
|
.no-theme a.pure-button-primary:hover {
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
2020-11-16 08:49:41 +05:30
|
|
|
.no-theme a {
|
2020-12-14 18:50:31 +05:30
|
|
|
color: #335d7a;
|
2020-11-16 08:49:41 +05:30
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* All links that do not fit with the default color goes here */
|
|
|
|
.no-theme a:not([data-id]) > .icon,
|
|
|
|
.no-theme .pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
|
|
|
|
.no-theme .playlist-restricted > ol > li > a {
|
|
|
|
color: #303030;
|
|
|
|
}
|
2020-11-18 04:40:32 +05:30
|
|
|
|
|
|
|
.light-theme .pure-menu-heading {
|
|
|
|
color: #565d64;
|
|
|
|
}
|
2020-11-16 08:49:41 +05:30
|
|
|
}
|
|
|
|
|
2020-11-18 03:23:45 +05:30
|
|
|
/*
|
|
|
|
* Dark theme
|
|
|
|
*/
|
|
|
|
|
|
|
|
.dark-theme a:hover,
|
2021-03-14 00:27:27 +05:30
|
|
|
.dark-theme a:active,
|
|
|
|
.dark-theme summary:hover {
|
2020-11-18 03:23:45 +05:30
|
|
|
color: rgb(0, 182, 240);
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme a {
|
|
|
|
color: #a0a0a0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.dark-theme {
|
|
|
|
background-color: rgba(35, 35, 35, 1);
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme .pure-form legend {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme .pure-menu-heading {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme input,
|
|
|
|
.dark-theme select,
|
|
|
|
.dark-theme textarea {
|
|
|
|
color: rgba(35, 35, 35, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-theme .pure-form input[type="file"] {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2021-04-04 13:18:14 +05:30
|
|
|
.dark-theme .searchbar input {
|
2020-11-18 03:23:45 +05:30
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2020-11-16 08:49:41 +05:30
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
.no-theme a:hover,
|
|
|
|
.no-theme a:active {
|
|
|
|
color: rgb(0, 182, 240);
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-theme a {
|
|
|
|
color: #a0a0a0;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.no-theme {
|
|
|
|
background-color: rgba(35, 35, 35, 1);
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-theme .pure-form legend {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-theme .pure-menu-heading {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-theme input,
|
|
|
|
.no-theme select,
|
|
|
|
.no-theme textarea {
|
|
|
|
color: rgba(35, 35, 35, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-theme .pure-form input[type="file"] {
|
|
|
|
color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
2021-04-04 13:18:14 +05:30
|
|
|
.no-theme .searchbar input {
|
2020-11-16 08:49:41 +05:30
|
|
|
background-color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-03-14 00:25:12 +05:30
|
|
|
#filters {
|
2021-03-01 14:58:54 +05:30
|
|
|
display: inline;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filters > div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filters > summary {
|
2021-03-27 02:21:22 +05:30
|
|
|
display: block;
|
2021-03-14 00:25:12 +05:30
|
|
|
margin-bottom: 15px;
|
2021-03-01 14:58:54 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
#filters > summary::before {
|
|
|
|
content: "[ + ]";
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filters[open] > summary::before {
|
|
|
|
content: "[ - ]";
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
2021-04-07 12:39:38 +05:30
|
|
|
|
|
|
|
/*With commit d9528f5 all contents of the page is now within a flexbox. However,
|
|
|
|
the hr element is rendered improperly within one.
|
|
|
|
See https://stackoverflow.com/a/34372979 for more info */
|
|
|
|
hr {
|
2021-06-14 23:54:01 +05:30
|
|
|
margin: 10px 0 10px 0;
|
2021-04-07 12:39:38 +05:30
|
|
|
}
|
2021-04-02 13:33:26 +05:30
|
|
|
|
2021-04-02 16:26:45 +05:30
|
|
|
/* Description Expansion Styling*/
|
|
|
|
#descexpansionbutton {
|
2021-04-02 13:33:26 +05:30
|
|
|
display: none
|
|
|
|
}
|
|
|
|
|
2021-04-02 16:26:45 +05:30
|
|
|
#descexpansionbutton ~ div {
|
2021-04-02 13:33:26 +05:30
|
|
|
overflow: hidden;
|
|
|
|
height: 8.3em;
|
|
|
|
}
|
|
|
|
|
2021-04-02 16:26:45 +05:30
|
|
|
#descexpansionbutton:checked ~ div {
|
2021-04-02 13:33:26 +05:30
|
|
|
overflow: unset;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2021-06-24 14:35:06 +05:30
|
|
|
#descexpansionbutton ~ label {
|
2021-04-02 13:33:26 +05:30
|
|
|
order: 1;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2021-06-24 12:56:58 +05:30
|
|
|
|
|
|
|
/* Bidi (bidirectional text) support */
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
p,
|
|
|
|
#descriptionWrapper,
|
|
|
|
#description-box {
|
|
|
|
unicode-bidi: plaintext;
|
2021-06-24 17:53:16 +05:30
|
|
|
text-align: start;
|
2021-06-24 12:56:58 +05:30
|
|
|
}
|
2021-06-24 18:30:55 +05:30
|
|
|
|
|
|
|
#descriptionWrapper {
|
2021-12-07 10:10:19 +05:30
|
|
|
max-width: 600px;
|
|
|
|
white-space: pre-wrap;
|
2021-06-24 18:30:55 +05:30
|
|
|
}
|
2021-06-30 02:48:17 +05:30
|
|
|
|
|
|
|
/* Center the "invidious" logo on the search page */
|
|
|
|
#logo > h1 { text-align: center; }
|