style.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380
  1. body {
  2. background-color: #121212;
  3. color: #f8f8f2;
  4. margin: 0;
  5. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  6. font-size: 14px;
  7. line-height: 1.3;
  8. }
  9. * {
  10. outline: unset;
  11. }
  12. #posts {
  13. background-color: #161616;
  14. }
  15. #user {
  16. background-color: #242424;
  17. width: 100%;
  18. padding: 5pt;
  19. }
  20. #user > h1 {
  21. color: #ffffff;
  22. }
  23. h1 {
  24. margin: 0;
  25. display: inline;
  26. }
  27. h2 {
  28. margin: 0;
  29. font-weight: normal;
  30. }
  31. h3 {
  32. margin-bottom: 0;
  33. font-weight: normal;
  34. }
  35. h4 {
  36. margin: 0;
  37. }
  38. a {
  39. color: #ff6c60;
  40. text-decoration: none;
  41. }
  42. a:hover {
  43. text-decoration: underline;
  44. }
  45. button {
  46. background-color: #121212;
  47. color: #f8f8f2;
  48. border: 1px solid #ff6c6091;
  49. padding: 3px 6px;
  50. font-size: 14px;
  51. cursor: pointer;
  52. float: right;
  53. }
  54. button:hover {
  55. border-color: #ff6c60;
  56. }
  57. button:active {
  58. border-color: #ff9f97;
  59. }
  60. .status-el {
  61. overflow-wrap: break-word;
  62. border-left-width: 0;
  63. min-width: 0;
  64. padding: .75em;
  65. display: flex;
  66. }
  67. .status-body {
  68. flex: 1;
  69. min-width: 0;
  70. margin-left: 58px;
  71. }
  72. .tweet-header {
  73. padding: 0;
  74. vertical-align: bottom;
  75. flex-basis: 100%;
  76. margin-bottom: .2em;
  77. }
  78. .tweet-header a {
  79. display: inline-block;
  80. word-break: break-all;
  81. max-width: 100%;
  82. }
  83. .tweet-name-row {
  84. padding: 0;
  85. display: flex;
  86. justify-content: space-between;
  87. }
  88. .fullname-and-username {
  89. display: flex;
  90. min-width: 0;
  91. }
  92. .fullname {
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. flex-shrink: 2;
  96. max-width: 80%;
  97. white-space: nowrap;
  98. font-size: 14px;
  99. font-weight: 700;
  100. color: #f8f8f2;
  101. }
  102. .username {
  103. min-width: 1.6em;
  104. margin-left: .4em;
  105. white-space: nowrap;
  106. word-wrap: normal;
  107. overflow: hidden;
  108. text-overflow: ellipsis;
  109. }
  110. .verified-icon {
  111. color: #fff;
  112. background-color: #1da1f2;
  113. border-radius: 50%;
  114. flex-shrink: 0;
  115. margin: 2px 0 3px 3px;
  116. padding-top: 2px;
  117. height: 12px;
  118. width: 14px;
  119. font-size: 8px;
  120. display: inline-block;
  121. text-align: center;
  122. vertical-align: middle;
  123. }
  124. .tweet-date {
  125. display: flex;
  126. flex-shrink: 0;
  127. margin-left: 4px;
  128. }
  129. .replying-to {
  130. color: hsla(240,1%,73%,.9);
  131. margin: -2px 0 4px 0;
  132. }
  133. .status-el .status-content {
  134. font-family: sans-serif;
  135. line-height: 1.4em;
  136. }
  137. .status-content.media-body {
  138. flex: 1;
  139. padding: 0;
  140. white-space: pre-wrap;
  141. }
  142. .container, .item {
  143. display: flex;
  144. }
  145. .container {
  146. flex-wrap: wrap;
  147. margin: 0;
  148. }
  149. #content {
  150. box-sizing: border-box;
  151. padding-top: 50px;
  152. margin: auto;
  153. min-height: 100vh;
  154. background-color: rgba(0,0,0,.15);
  155. }
  156. nav {
  157. z-index: 1000;
  158. background-color: #1f1f1f;
  159. color: hsla(240,1%,73%,.5);
  160. box-shadow: 0 0 4px rgba(0,0,0,.6);
  161. }
  162. .nav-bar {
  163. padding: 0;
  164. width: 100%;
  165. align-items: center;
  166. position: fixed;
  167. height: 50px;
  168. }
  169. .nav-bar .inner-nav {
  170. margin: auto;
  171. box-sizing: border-box;
  172. padding-left: 10px;
  173. padding-right: 10px;
  174. display: flex;
  175. align-items: center;
  176. flex-basis: 920px;
  177. height: 50px;
  178. }
  179. .item {
  180. flex: 1;
  181. line-height: 50px;
  182. height: 50px;
  183. overflow: hidden;
  184. flex-wrap: wrap;
  185. }
  186. .item.right {
  187. text-align: right;
  188. justify-content: flex-end;
  189. }
  190. .site-name {
  191. font-weight: 600;
  192. }
  193. .site-name:hover {
  194. color: #ffaca0;
  195. text-decoration: unset;
  196. }
  197. .site-logo {
  198. display: block;
  199. width: 35px;
  200. height: 35px;
  201. }
  202. .item.right a {
  203. padding-left: 4px;
  204. }
  205. .item.right a:hover {
  206. color: #ffaca0;
  207. text-decoration: unset;
  208. }
  209. .attachments {
  210. margin-top: .35em;
  211. display: flex;
  212. flex-direction: row;
  213. width: 100%;
  214. max-height: 600px;
  215. border-radius: 7px;
  216. overflow: hidden;
  217. flex-flow: column;
  218. background-color: #0f0f0f;
  219. align-items: center;
  220. }
  221. .gallery-row {
  222. display: flex;
  223. flex-direction: row;
  224. flex-wrap: nowrap;
  225. align-items: center;
  226. overflow: hidden;
  227. flex-grow: 1;
  228. max-height: 379.5px;
  229. max-width: 533px;
  230. }
  231. .gallery-row .attachment, .gallery-row .attachments {
  232. margin: 0 .25em 0 0;
  233. flex-grow: 1;
  234. box-sizing: border-box;
  235. min-width: 2em;
  236. }
  237. .gallery-row .attachment:last-child, .gallery-row .attachments:last-child, .video-container {
  238. margin: 0;
  239. max-height: 530px;
  240. }
  241. .attachments .attachment {
  242. position: relative;
  243. line-height: 0;
  244. border-color: #222;
  245. overflow: hidden;
  246. }
  247. .gallery-row .still-image, .attachments .image-attachment {
  248. width: 100%;
  249. }
  250. .gallery-video {
  251. display: flex;
  252. overflow: hidden;
  253. }
  254. video, .video-container img {
  255. height: 100%;
  256. width: 100%;
  257. }
  258. .media-gif {
  259. display: inline-block;
  260. background-color: unset;
  261. }
  262. .video-overlay {
  263. width: 100%;
  264. height: 100%;
  265. position: absolute;
  266. top: 0;
  267. left: 0;
  268. z-index: 1;
  269. background-color: #0000009d;
  270. }
  271. .video-overlay p {
  272. position: relative;
  273. z-index: 0;
  274. text-align: center;
  275. top: calc(50% - 20px);
  276. font-size: 20px;
  277. line-height: 1.3;
  278. margin: 0 20px;
  279. }
  280. .video-overlay div {
  281. position: relative;
  282. z-index: 0;
  283. top: calc(50% - 20px);
  284. margin: 0 auto;
  285. width: 40px;
  286. height: 40px;
  287. }
  288. .video-overlay form {
  289. width: 100%;
  290. height: 100%;
  291. align-items: center;
  292. justify-content: center;
  293. display: flex;
  294. }
  295. .video-overlay button {
  296. padding: 5px 8px;
  297. font-size: 16px;
  298. }
  299. .still-image {
  300. max-height: 379.5px;
  301. max-width: 533px;
  302. justify-content: center;
  303. }
  304. .still-image img {
  305. object-fit: cover;
  306. max-width: 100%;
  307. max-height: 379.5px;
  308. border-color: #222;
  309. flex-basis: 300px;
  310. }
  311. .image {
  312. display: inline-block;
  313. }
  314. .single-image {
  315. display: inline-block;
  316. width: unset;
  317. }
  318. .avatar {
  319. float: left;
  320. margin-top: 3px;
  321. margin-left: -58px;
  322. position: absolute;
  323. width: 48px;
  324. height: 48px;
  325. border-radius: 50%;
  326. }
  327. .tweet-avatar {
  328. display: contents !important;
  329. }
  330. .retweet {
  331. margin-top: -5px !important;
  332. }
  333. .retweet, .pinned, .tweet-stats {
  334. align-content: center;
  335. color: hsla(240,1%,73%,.7);
  336. display: flex;
  337. flex-shrink: 0;
  338. flex-wrap: wrap;
  339. font-size: 14px;
  340. font-weight: 600;
  341. line-height: 22px;
  342. margin: 0;
  343. max-width: 85%;
  344. overflow: hidden;
  345. text-overflow: ellipsis;
  346. white-space: nowrap;
  347. }
  348. .tweet-stats {
  349. margin-bottom: -3px;
  350. }
  351. .tweet-stat {
  352. padding-top: 5px;
  353. padding-right: 8px;
  354. }
  355. .show-more {
  356. background-color: #161616;
  357. text-align: center;
  358. padding: .75em 0;
  359. display: block;
  360. }
  361. .show-more.status-el {
  362. border-bottom: 1px solid #3e3e35;
  363. }
  364. .show-more a {
  365. background-color: #242424;
  366. display: inline-block;
  367. height: 2em;
  368. padding: 0 2em;
  369. line-height: 2em;
  370. }
  371. .show-more a:hover {
  372. background-color: #282828;
  373. }
  374. .show-thread {
  375. display: block;
  376. }
  377. .multi-header {
  378. background-color: #161616;
  379. text-align: center;
  380. padding: 10px;
  381. display: block;
  382. font-weight: bold;
  383. margin-bottom: 5px;
  384. }
  385. .multi-timeline {
  386. max-width: 600px;
  387. margin: 0 auto;
  388. }
  389. .profile-tabs {
  390. max-width: 900px;
  391. margin: 0 auto;
  392. float: none;
  393. border-radius: 0;
  394. position: relative;
  395. width: auto;
  396. }
  397. .timeline-tab {
  398. float: right;
  399. padding: 0;
  400. box-sizing: border-box;
  401. display: inline-block;
  402. font-size: 14px;
  403. margin: 0;
  404. text-align: left;
  405. vertical-align: top;
  406. }
  407. .profile-tabs > .timeline-tab {
  408. width: 68% !important;
  409. }
  410. .profile-tab {
  411. padding: 0 4px 0 0;
  412. box-sizing: border-box;
  413. display: inline-block;
  414. font-size: 14px;
  415. margin: 0;
  416. text-align: left;
  417. vertical-align: top;
  418. max-width: 32%;
  419. top: 50px;
  420. }
  421. .profile-banner {
  422. padding-bottom: 4px;
  423. }
  424. .profile-banner a {
  425. display: inherit;
  426. line-height: 0;
  427. }
  428. .profile-banner img {
  429. width: 100%;
  430. }
  431. .profile-banner-color {
  432. width: 100%;
  433. padding-bottom: 25%;
  434. }
  435. .profile-card {
  436. flex-wrap: wrap;
  437. background: #161616;
  438. padding: 12px;
  439. display: flex;
  440. }
  441. .profile-card-info {
  442. width: 100%;
  443. overflow: auto;
  444. overflow-wrap: break-word;
  445. }
  446. .profile-card-tabs-name {
  447. overflow: auto;
  448. overflow-wrap: break-word;
  449. max-width: 100%;
  450. }
  451. .profile-card-username, .profile-card-fullname {
  452. color: #f8f8f2;
  453. }
  454. .profile-card-fullname {
  455. font-size: 16px;
  456. text-shadow: none;
  457. text-overflow: ellipsis;
  458. max-width: 100%;
  459. font-weight: bold;
  460. overflow-wrap: break-word;
  461. }
  462. .profile-card-username {
  463. font-size: 14px;
  464. overflow: hidden;
  465. text-overflow: ellipsis;
  466. display: block;
  467. }
  468. .profile-card-avatar {
  469. display: block;
  470. width: 100%;
  471. padding-bottom: 6px;
  472. margin-right: 4px;
  473. }
  474. .profile-card-avatar img {
  475. display: block;
  476. width: calc(100% - 8px);
  477. height: 100%;
  478. margin: 0;
  479. border: 4px solid #282828;
  480. background: #040404;
  481. }
  482. .profile-card-extra {
  483. display: contents;
  484. flex: 100%;
  485. margin-top: 6px;
  486. }
  487. .profile-bio {
  488. overflow: hidden;
  489. overflow-wrap: break-word;
  490. width: 100%;
  491. margin: 4px -6px 6px 0px;
  492. }
  493. .profile-bio p {
  494. margin: 0;
  495. }
  496. .profile-location, .profile-website, .profile-joindate {
  497. color: #f8f8f2cf;
  498. margin: 2px 0px;
  499. width: 100%;
  500. }
  501. .profile-description {
  502. font-size: 14px;
  503. font-weight: 400;
  504. overflow: hidden;
  505. word-break: normal;
  506. word-wrap: break-word;
  507. }
  508. .photo-rail-card {
  509. float: left;
  510. background: #161616;
  511. border-radius: 0 0 4px 4px;
  512. width: 100%;
  513. margin: 5px 0;
  514. }
  515. .photo-rail-header {
  516. padding: 5px 12px 0px 12px;
  517. }
  518. .photo-rail-header-mobile {
  519. padding: 5px 12px 0px 12px;
  520. display: none;
  521. }
  522. #photo-rail-toggle {
  523. display: none;
  524. }
  525. .photo-rail-label {
  526. width: 100%;
  527. float: unset;
  528. color: #ff6c60;
  529. display: flex;
  530. justify-content: space-between;
  531. }
  532. #photo-rail-toggle:checked ~ .photo-rail-grid {
  533. max-height: 600px;
  534. padding-bottom: 12px;
  535. }
  536. .photo-rail-grid {
  537. display: grid;
  538. grid-template-columns: repeat(4, 1fr);
  539. grid-gap: 3px 3px;
  540. padding: 5px 12px 12px 12px;
  541. }
  542. .photo-rail-grid a {
  543. position: relative;
  544. border-radius: 5px;
  545. }
  546. .photo-rail-grid a:before {
  547. content: "";
  548. display: block;
  549. padding-top: 100%;
  550. }
  551. .photo-rail-grid img {
  552. height: 100%;
  553. width: 100%;
  554. border-radius: 4px;
  555. object-fit: cover;
  556. position: absolute;
  557. top: 0;
  558. left: 0;
  559. bottom: 0;
  560. right: 0;
  561. }
  562. .tab {
  563. align-items: center;
  564. display: flex;
  565. flex-wrap: wrap;
  566. list-style: none;
  567. margin: 0 0 5px 0;
  568. background-color: #161616;
  569. padding: 0;
  570. }
  571. .tab .tab-item {
  572. margin-top: 0;
  573. }
  574. .tab-item {
  575. flex: 1 1 0;
  576. text-align: center;
  577. }
  578. .tab .tab-item a.active, .tab .tab-item.active a {
  579. border-bottom-color: #ff6c60;
  580. color: #ff6c60;
  581. }
  582. .tab .tab-item a {
  583. border-bottom: .1rem solid transparent;
  584. color: inherit;
  585. display: block;
  586. padding: 8px 0;
  587. text-decoration: none;
  588. font-weight: bold;
  589. }
  590. .conversation {
  591. max-width: 610px;
  592. margin: 0 auto;
  593. float: none;
  594. border-radius: 0;
  595. position: relative;
  596. width: 100%;
  597. background-color: #0f0f0f !important;
  598. }
  599. .main-thread {
  600. margin-bottom: 20px;
  601. background-color: #161616;
  602. }
  603. .main-tweet .status-content {
  604. font-size: 22px;
  605. line-height: 30px;
  606. letter-spacing: .01em;
  607. }
  608. .reply {
  609. background-color: #161616;
  610. margin-bottom: 10px;
  611. }
  612. .more-replies {
  613. padding-top: 0.3em;
  614. }
  615. .more-replies-text {
  616. display: block;
  617. margin-left: 58px;
  618. padding: 7px 0;
  619. text-overflow: ellipsis;
  620. white-space: nowrap;
  621. }
  622. .thread-line .status-el::before {
  623. background: #8a3731;
  624. content: '';
  625. position: relative;
  626. width: 3px;
  627. min-width: 3px;
  628. left: 26px;
  629. border-radius: 2px;
  630. margin-left: -3px;
  631. top: 56px;
  632. margin-bottom: 37px;
  633. }
  634. .thread-line .unavailable::before {
  635. top: 48px;
  636. margin-bottom: 28px;
  637. }
  638. .thread-last .status-el::before {
  639. background: unset;
  640. min-width: unset;
  641. width: 0;
  642. margin: 0;
  643. }
  644. .thread-line .more-replies::before {
  645. content: '...';
  646. background: unset;
  647. color: #ad433b;
  648. font-weight: bold;
  649. font-size: 22px;
  650. line-height: 0.25em;
  651. left: 1.2em;
  652. width: 5px;
  653. top: 2px;
  654. margin-bottom: 0px;
  655. margin-left: -5px;
  656. }
  657. .panel {
  658. margin: auto;
  659. font-size: 130%;
  660. }
  661. .error-panel {
  662. background-color: #420a05 !important;
  663. }
  664. .error-panel, .search-panel > form {
  665. padding: 12px;
  666. border-radius: 4px;
  667. display: flex;
  668. background: #222222;
  669. box-shadow: 0 0 15px rgba(0,0,0,.2);
  670. margin: auto;
  671. margin-top: -50px;
  672. }
  673. .search-panel > form > button {
  674. font-size: 14px;
  675. line-height: 24px;
  676. display: block;
  677. border: 0;
  678. border-radius: 4px;
  679. background: #2f2f2f;
  680. color: #f8f8f2;
  681. outline: 0;
  682. text-decoration: none;
  683. text-align: center;
  684. box-sizing: border-box;
  685. cursor: pointer;
  686. font-weight: bold;
  687. width: 37px;
  688. height: 32px;
  689. padding: 0;
  690. }
  691. .search-panel > form > input {
  692. box-sizing: border-box;
  693. font-size: 16px;
  694. display: block;
  695. width: 100%;
  696. outline: 0;
  697. font-family: inherit;
  698. background: #131419;
  699. color: #f8f8f2;
  700. border: 1px solid #0a0b0e;
  701. border-radius: 4px;
  702. padding: 4px;
  703. margin-right: 8px;
  704. }
  705. .profile-card-extra-links {
  706. margin-top: 8px;
  707. font-size: 14px;
  708. width: 100%;
  709. }
  710. .profile-statlist {
  711. display: flex;
  712. flex-wrap: wrap;
  713. margin: 0;
  714. padding: 0;
  715. width: 100%;
  716. justify-content: space-between;
  717. }
  718. .profile-statlist > li {
  719. display: table-cell;
  720. text-align: center;
  721. }
  722. .profile-stat-header {
  723. font-weight: bold;
  724. }
  725. .profile-stat-num {
  726. display: block;
  727. }
  728. .timeline-tweet {
  729. border-bottom: 1px solid #3e3e35;
  730. }
  731. .timeline-footer, .timeline-header {
  732. background-color: #161616;
  733. padding: 6px 0px;
  734. }
  735. .timeline-protected {
  736. text-align: center;
  737. }
  738. .timeline-protected p {
  739. margin: 8px 0px;
  740. }
  741. .timeline-none, .timeline-protected h2 {
  742. color: #ff6c60;
  743. font-size: 21px;
  744. font-weight: 600;
  745. }
  746. .timeline-end {
  747. background-color: #161616;
  748. text-align: center;
  749. font-size: 16px;
  750. color: #ff6c60;
  751. font-weight: 600;
  752. }
  753. .unavailable-box {
  754. width: 100%;
  755. height: 100%;
  756. padding: 12px;
  757. border: solid 1px #404040;
  758. border-radius: 10px;
  759. background-color: #121212;
  760. }
  761. .unavailable-quote {
  762. padding: 6px;
  763. }
  764. .quote {
  765. margin-top: 10px;
  766. border: solid 1px #404040;
  767. border-radius: 10px;
  768. background-color: #121212;
  769. overflow: auto;
  770. padding: 6px;
  771. position: relative;
  772. }
  773. .quote:hover {
  774. border-color: #808080;
  775. }
  776. .quote.unavailable:hover {
  777. border-color: #404040;
  778. }
  779. .quote-link {
  780. height: 100%;
  781. width: 100%;
  782. left: 0;
  783. top: 0;
  784. position: absolute;
  785. }
  786. .quote-text {
  787. overflow: hidden;
  788. white-space: pre-wrap;
  789. word-wrap: break-word;
  790. }
  791. .quote-media-container {
  792. display: flex;
  793. flex-direction: column;
  794. align-items: center;
  795. overflow: hidden;
  796. max-height: 102px;
  797. width: 102px;
  798. float: left;
  799. margin-right: 7px;
  800. border-radius: 7px;
  801. position: relative;
  802. }
  803. .quote-media {
  804. display: flex;
  805. justify-content: center;
  806. pointer-events: none;
  807. }
  808. .quote-media img {
  809. width: 100%;
  810. height: 100%;
  811. align-self: center;
  812. }
  813. .quote-badge {
  814. left: 0px;
  815. bottom: 0;
  816. position: absolute;
  817. z-index: 1;
  818. align-self: flex-end;
  819. }
  820. .quote-badge-text {
  821. margin: 4px;
  822. background: rgba(0, 0, 0, 0.66);
  823. border-radius: 4px;
  824. color: #fffffff0;
  825. padding: 1px 3px;
  826. font-size: 12px;
  827. font-weight: bold;
  828. }
  829. .quote-sensitive {
  830. background: #353535;
  831. width: 102px;
  832. height: 102px;
  833. border-radius: 12px;
  834. display: flex;
  835. justify-content: center;
  836. align-items: center;
  837. }
  838. .quote-sensitive-icon {
  839. font-size: 40px;
  840. color: #909090;
  841. }
  842. .card {
  843. margin: 5px 0;
  844. }
  845. .card-container {
  846. border-radius: 10px;
  847. border-width: 1px;
  848. border-style: solid;
  849. border-color: #404040;
  850. background-color: #121212;
  851. overflow: hidden;
  852. color: inherit;
  853. display: flex;
  854. text-decoration: none !important;
  855. }
  856. .card-container:hover {
  857. border-color: #808080;
  858. }
  859. .card-container .attachments {
  860. margin: 0;
  861. border-radius: 0;
  862. }
  863. .large .card-container {
  864. display: block;
  865. }
  866. .card-content {
  867. padding: 0.5em;
  868. }
  869. .card-title {
  870. overflow: hidden;
  871. text-overflow: ellipsis;
  872. font-weight: bold;
  873. font-size: 1.15em;
  874. }
  875. .card-description {
  876. margin: 0.3em 0;
  877. }
  878. .card-destination {
  879. color: hsla(240,1%,73%,.9);
  880. white-space: nowrap;
  881. overflow: hidden;
  882. text-overflow: ellipsis;
  883. display: block;
  884. }
  885. .card-content-container {
  886. color: unset;
  887. overflow: auto;
  888. }
  889. .card-content-container:hover {
  890. text-decoration: none;
  891. }
  892. .card-image-container {
  893. width: 98px;
  894. flex-shrink: 0;
  895. position: relative;
  896. overflow: hidden;
  897. }
  898. .large .card-image-container {
  899. width: unset;
  900. }
  901. .card-image-container:before {
  902. content: "";
  903. display: block;
  904. padding-top: 100%;
  905. }
  906. .large .card-image-container:before {
  907. display: none;
  908. }
  909. .card-image {
  910. position: absolute;
  911. top: 0;
  912. left: 0;
  913. bottom: 0;
  914. right: 0;
  915. background-color: white;
  916. }
  917. .large .card-image {
  918. position: unset;
  919. border-style: solid;
  920. border-color: #404040;
  921. border-width: 0;
  922. border-bottom-width: 1px;
  923. }
  924. .card-image img {
  925. width: 100%;
  926. height: 100%;
  927. display: block;
  928. object-fit: cover;
  929. }
  930. .card-overlay {
  931. position: absolute;
  932. top: 0;
  933. left: 0;
  934. width: 100%;
  935. height: 100%;
  936. display: flex;
  937. justify-content: center;
  938. align-items: center;
  939. opacity: 0.8;
  940. }
  941. .overlay-circle {
  942. border-radius: 50%;
  943. background-color: #404040;
  944. width: 40px;
  945. height: 40px;
  946. align-items: center;
  947. display: flex;
  948. border-width: 5px;
  949. border-color: #d8574d;
  950. border-style: solid;
  951. }
  952. .overlay-triangle {
  953. width: 0;
  954. height: 0;
  955. border-style: solid;
  956. border-width: 12px 0 12px 17px;
  957. border-color: transparent transparent transparent #d8574d;
  958. margin-left: 14px;
  959. }
  960. .card-overlay:hover .overlay-circle,
  961. .video-overlay:hover .overlay-circle {
  962. border-color: #ff6c60;
  963. }
  964. .card-overlay:hover .overlay-triangle,
  965. .video-overlay:hover .overlay-triangle {
  966. border-color: transparent transparent transparent #ff6c60;
  967. }
  968. .poll-meter {
  969. overflow: hidden;
  970. position: relative;
  971. margin: 6px 0;
  972. height: 26px;
  973. background: #0f0f0f;
  974. border-radius: 5px;
  975. display: flex;
  976. align-items: center;
  977. }
  978. .poll-choice-bar {
  979. height: 100%;
  980. position: absolute;
  981. background: #383838;
  982. }
  983. .leader .poll-choice-bar {
  984. background: #8a3731;
  985. }
  986. .poll-choice-value {
  987. position: relative;
  988. font-weight: bold;
  989. margin-left: 5px;
  990. margin-right: 6px;
  991. min-width: 30px;
  992. text-align: right;
  993. }
  994. .poll-choice-option {
  995. position: relative;
  996. }
  997. .poll-info {
  998. color: #868687;
  999. }
  1000. .preferences-container {
  1001. max-width: 600px;
  1002. margin: 0 auto;
  1003. width: 100%;
  1004. margin-top: 10px;
  1005. }
  1006. .preferences {
  1007. background-color: #1f1f1f;
  1008. padding: 5px 15px 15px 15px;
  1009. }
  1010. .preferences input[type="text"] {
  1011. max-width: 120px;
  1012. background-color: #121212;
  1013. padding: 1px 4px;
  1014. color: #f8f8f2;
  1015. margin: 0;
  1016. border: 1px solid #ff6c6091;
  1017. border-radius: 0px;
  1018. position: absolute;
  1019. right: 0;
  1020. font-size: 14px;
  1021. }
  1022. .preferences input[type="text"]:hover {
  1023. border-color: #ff6c60;
  1024. }
  1025. .preferences button {
  1026. margin-top: 6px;
  1027. }
  1028. fieldset {
  1029. margin: .35em 0 .75em;
  1030. border: 0;
  1031. }
  1032. legend {
  1033. width: 100%;
  1034. padding: .6em 0 .3em 0;
  1035. margin: 0;
  1036. border: 0;
  1037. font-size: 16px;
  1038. border-bottom: 1px solid #3e3e35;
  1039. margin-bottom: 8px;
  1040. }
  1041. .pref-input {
  1042. position: relative;
  1043. margin-bottom: 6px;
  1044. }
  1045. .pref-input label {
  1046. padding-right: 135px;
  1047. }
  1048. .pref-reset {
  1049. float: left;
  1050. }
  1051. .icon-container {
  1052. display: inline;
  1053. }
  1054. .icon-button button {
  1055. color: #ff6c60;
  1056. text-decoration: none;
  1057. border: none;
  1058. float: none;
  1059. padding: unset;
  1060. padding-left: 4px;
  1061. }
  1062. .icon-button button:hover {
  1063. color: #ffaca0;
  1064. }
  1065. .checkbox-container {
  1066. display: block;
  1067. position: relative;
  1068. margin-bottom: 5px;
  1069. cursor: pointer;
  1070. user-select: none;
  1071. padding-right: 22px;
  1072. }
  1073. .checkbox-container input {
  1074. position: absolute;
  1075. opacity: 0;
  1076. cursor: pointer;
  1077. height: 0;
  1078. width: 0;
  1079. }
  1080. .checkbox {
  1081. position: absolute;
  1082. top: 1px;
  1083. right: 0;
  1084. height: 17px;
  1085. width: 17px;
  1086. background-color: #121212;
  1087. border: 1px solid #ff6c6091;
  1088. }
  1089. .checkbox-container:hover input ~ .checkbox {
  1090. border-color: #ff6c60;
  1091. }
  1092. .checkbox-container:active input ~ .checkbox {
  1093. border-color: #ff9f97;
  1094. }
  1095. .checkbox:after {
  1096. content: "";
  1097. position: absolute;
  1098. display: none;
  1099. }
  1100. .checkbox-container input:checked ~ .checkbox:after {
  1101. display: block;
  1102. }
  1103. .checkbox-container .checkbox:after {
  1104. left: 2px;
  1105. bottom: 0px;
  1106. font-size: 13px;
  1107. font-family: "fontello";
  1108. content: '\e803';
  1109. }
  1110. .about-page {
  1111. max-width: 600px;
  1112. margin: 0 auto;
  1113. width: 100%;
  1114. margin-top: 10px;
  1115. background-color: #1f1f1f;
  1116. padding: 8px 15px;
  1117. align-self: start;
  1118. }
  1119. .about-list {
  1120. padding-left: 1.3em;
  1121. }
  1122. @media (max-width: 600px) {
  1123. .profile-tabs {
  1124. width: 100vw;
  1125. }
  1126. .profile-tab {
  1127. width: 100%;
  1128. max-width: unset;
  1129. position: initial !important;
  1130. padding: 0;
  1131. }
  1132. .profile-tabs > .timeline-tab {
  1133. width: 100% !important;
  1134. }
  1135. .profile-card-info {
  1136. display: flex;
  1137. }
  1138. .profile-card-tabs-name {
  1139. overflow: auto;
  1140. overflow-wrap: break-word;
  1141. }
  1142. .profile-card-avatar {
  1143. height: 60px;
  1144. width: unset;
  1145. }
  1146. .profile-card-avatar img {
  1147. border-width: 2px;
  1148. width: unset;
  1149. }
  1150. .photo-rail-header {
  1151. display: none;
  1152. }
  1153. .photo-rail-header-mobile {
  1154. display: block;
  1155. }
  1156. .photo-rail-grid {
  1157. max-height: 0px;
  1158. padding-bottom: 0;
  1159. overflow: hidden;
  1160. transition: padding-bottom 0.4s ease-in;
  1161. transition: max-height 0.4s;
  1162. }
  1163. .quote-media-container {
  1164. width: 70px;
  1165. max-height: 70px;
  1166. }
  1167. .preferences-container {
  1168. max-width: 95vw;
  1169. }
  1170. }