style.css 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247
  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. .still-image {
  296. max-height: 379.5px;
  297. max-width: 533px;
  298. justify-content: center;
  299. }
  300. .still-image img {
  301. object-fit: cover;
  302. max-width: 533px;
  303. max-height: 379.5px;
  304. border-color: #222;
  305. flex-basis: 300px;
  306. }
  307. .image {
  308. display: inline-block;
  309. }
  310. .single-image {
  311. display: inline-block;
  312. width: unset;
  313. }
  314. .avatar {
  315. float: left;
  316. margin-top: 3px;
  317. margin-left: -58px;
  318. position: absolute;
  319. width: 48px;
  320. height: 48px;
  321. border-radius: 50%;
  322. }
  323. .tweet-avatar {
  324. display: contents !important;
  325. }
  326. .retweet {
  327. margin-top: -5px !important;
  328. }
  329. .retweet, .pinned, .tweet-stats {
  330. align-content: center;
  331. color: hsla(240,1%,73%,.7);
  332. display: flex;
  333. flex-shrink: 0;
  334. flex-wrap: wrap;
  335. font-size: 14px;
  336. font-weight: 600;
  337. line-height: 22px;
  338. margin: 0;
  339. max-width: 85%;
  340. overflow: hidden;
  341. text-overflow: ellipsis;
  342. white-space: nowrap;
  343. margin-bottom: -3px;
  344. }
  345. .tweet-stat {
  346. padding-top: 5px;
  347. padding-right: 8px;
  348. }
  349. .show-more {
  350. background-color: #161616;
  351. text-align: center;
  352. padding: .75em 0;
  353. display: block;
  354. }
  355. .show-more.status-el {
  356. border-bottom: 1px solid #3e3e35;
  357. }
  358. .show-more a {
  359. background-color: #242424;
  360. display: inline-block;
  361. height: 2em;
  362. padding: 0 2em;
  363. line-height: 2em;
  364. }
  365. .show-more a:hover {
  366. background-color: #282828;
  367. }
  368. .show-thread {
  369. display: block;
  370. }
  371. .multi-header {
  372. background-color: #161616;
  373. text-align: center;
  374. padding: 10px;
  375. display: block;
  376. font-weight: bold;
  377. margin-bottom: 5px;
  378. }
  379. .multi-timeline {
  380. max-width: 600px;
  381. margin: 0 auto;
  382. }
  383. .profile-tabs {
  384. max-width: 900px;
  385. margin: 0 auto;
  386. float: none;
  387. border-radius: 0;
  388. position: relative;
  389. width: auto;
  390. }
  391. .timeline-tab {
  392. float: right;
  393. padding: 0;
  394. box-sizing: border-box;
  395. display: inline-block;
  396. font-size: 14px;
  397. margin: 0;
  398. text-align: left;
  399. vertical-align: top;
  400. }
  401. .profile-tabs > .timeline-tab {
  402. width: 68% !important;
  403. }
  404. .profile-tab {
  405. padding: 0 4px 0 0;
  406. box-sizing: border-box;
  407. display: inline-block;
  408. font-size: 14px;
  409. margin: 0;
  410. text-align: left;
  411. vertical-align: top;
  412. max-width: 32%;
  413. top: 50px;
  414. }
  415. .profile-banner {
  416. padding-bottom: 4px;
  417. }
  418. .profile-banner a {
  419. display: inherit;
  420. line-height: 0;
  421. }
  422. .profile-banner img {
  423. width: 100%;
  424. }
  425. .profile-banner-color {
  426. width: 100%;
  427. padding-bottom: 25%;
  428. }
  429. .profile-card {
  430. flex-wrap: wrap;
  431. background: #161616;
  432. padding: 12px;
  433. display: flex;
  434. }
  435. .profile-card-tabs-name {
  436. max-width: 100%;
  437. }
  438. .profile-card-username, .profile-card-fullname {
  439. color: #f8f8f2;
  440. }
  441. .profile-card-fullname {
  442. font-size: 16px;
  443. text-shadow: none;
  444. text-overflow: ellipsis;
  445. max-width: 100%;
  446. font-weight: bold;
  447. overflow-wrap: break-word;
  448. }
  449. .profile-card-username {
  450. font-size: 14px;
  451. overflow: hidden;
  452. text-overflow: ellipsis;
  453. display: block;
  454. }
  455. .profile-card-avatar {
  456. display: block;
  457. width: 100%;
  458. padding-bottom: 16px;
  459. margin-right: 4px;
  460. }
  461. .profile-card-avatar img {
  462. display: block;
  463. width: calc(100% - 4px);
  464. height: 100%;
  465. margin: 0;
  466. border: 4px solid #282828;
  467. background: #040404;
  468. }
  469. .profile-card-extra {
  470. display: contents;
  471. flex: 100%;
  472. margin-top: 6px;
  473. }
  474. .profile-bio {
  475. overflow: hidden;
  476. overflow-wrap: break-word;
  477. width: 100%;
  478. margin: 4px -6px 6px 0px;
  479. }
  480. .profile-bio p {
  481. margin: 0;
  482. }
  483. .profile-location, .profile-website, .profile-joindate {
  484. color: #f8f8f2cf;
  485. margin: 2px 0px;
  486. width: 100%;
  487. }
  488. .profile-description {
  489. font-size: 14px;
  490. font-weight: 400;
  491. overflow: hidden;
  492. word-break: normal;
  493. word-wrap: break-word;
  494. }
  495. .photo-rail-card {
  496. float: left;
  497. background: #161616;
  498. border-radius: 0 0 4px 4px;
  499. width: 100%;
  500. margin-top: 5px;
  501. }
  502. .photo-rail-header {
  503. padding: 5px 12px 0px 12px;
  504. }
  505. .photo-rail-grid {
  506. display: grid;
  507. grid-template-columns: repeat(4, 1fr);
  508. grid-gap: 3px 3px;
  509. padding: 5px 12px 12px 12px;
  510. }
  511. .photo-rail-grid a {
  512. position: relative;
  513. border-radius: 5px;
  514. }
  515. .photo-rail-grid a:before {
  516. content: "";
  517. display: block;
  518. padding-top: 100%;
  519. }
  520. .photo-rail-grid img {
  521. height: 100%;
  522. width: 100%;
  523. border-radius: 4px;
  524. object-fit: cover;
  525. position: absolute;
  526. top: 0;
  527. left: 0;
  528. bottom: 0;
  529. right: 0;
  530. }
  531. .tab {
  532. align-items: center;
  533. display: flex;
  534. flex-wrap: wrap;
  535. list-style: none;
  536. margin: 0 0 5px 0;
  537. background-color: #161616;
  538. padding: 0;
  539. }
  540. .tab .tab-item {
  541. margin-top: 0;
  542. }
  543. .tab-item {
  544. flex: 1 1 0;
  545. text-align: center;
  546. }
  547. .tab .tab-item a.active, .tab .tab-item.active a {
  548. border-bottom-color: #ff6c60;
  549. color: #ff6c60;
  550. }
  551. .tab .tab-item a {
  552. border-bottom: .1rem solid transparent;
  553. color: inherit;
  554. display: block;
  555. padding: 8px 0;
  556. text-decoration: none;
  557. font-weight: bold;
  558. }
  559. .conversation {
  560. max-width: 610px;
  561. margin: 0 auto;
  562. float: none;
  563. border-radius: 0;
  564. position: relative;
  565. width: 100%;
  566. background-color: #0f0f0f !important;
  567. }
  568. .main-thread {
  569. margin-bottom: 20px;
  570. background-color: #161616;
  571. }
  572. .main-tweet .status-content {
  573. font-size: 22px;
  574. line-height: 30px;
  575. letter-spacing: .01em;
  576. }
  577. .reply {
  578. background-color: #161616;
  579. margin-bottom: 10px;
  580. }
  581. .more-replies {
  582. padding-top: 0.3em;
  583. }
  584. .more-replies-text {
  585. display: block;
  586. margin-left: 58px;
  587. padding: 7px 0;
  588. text-overflow: ellipsis;
  589. white-space: nowrap;
  590. }
  591. .thread-line .status-el::before {
  592. background: #8a3731;
  593. content: '';
  594. position: relative;
  595. width: 3px;
  596. min-width: 3px;
  597. left: 26px;
  598. border-radius: 2px;
  599. margin-left: -3px;
  600. top: 56px;
  601. margin-bottom: 37px;
  602. }
  603. .thread-line .unavailable::before {
  604. top: 48px;
  605. margin-bottom: 28px;
  606. }
  607. .thread-last .status-el::before {
  608. background: unset;
  609. min-width: unset;
  610. width: 0;
  611. margin: 0;
  612. }
  613. .thread-line .more-replies::before {
  614. content: '...';
  615. background: unset;
  616. color: #ad433b;
  617. font-weight: bold;
  618. font-size: 22px;
  619. line-height: 0.25em;
  620. left: 1.2em;
  621. width: 5px;
  622. top: 2px;
  623. margin-bottom: 0px;
  624. margin-left: -5px;
  625. }
  626. .panel {
  627. margin: auto;
  628. font-size: 130%;
  629. }
  630. .error-panel {
  631. background-color: #420a05 !important;
  632. }
  633. .error-panel, .search-panel > form {
  634. padding: 12px;
  635. border-radius: 4px;
  636. display: flex;
  637. background: #222222;
  638. box-shadow: 0 0 15px rgba(0,0,0,.2);
  639. margin: auto;
  640. margin-top: -50px;
  641. }
  642. .search-panel > form > button {
  643. font-size: 14px;
  644. line-height: 24px;
  645. display: block;
  646. border: 0;
  647. border-radius: 4px;
  648. background: #2f2f2f;
  649. color: #f8f8f2;
  650. outline: 0;
  651. text-decoration: none;
  652. text-align: center;
  653. box-sizing: border-box;
  654. cursor: pointer;
  655. font-weight: bold;
  656. width: 37px;
  657. height: 32px;
  658. padding: 0;
  659. }
  660. .search-panel > form > input {
  661. box-sizing: border-box;
  662. font-size: 16px;
  663. display: block;
  664. width: 100%;
  665. outline: 0;
  666. font-family: inherit;
  667. background: #131419;
  668. color: #f8f8f2;
  669. border: 1px solid #0a0b0e;
  670. border-radius: 4px;
  671. padding: 4px;
  672. margin-right: 8px;
  673. }
  674. .profile-card-extra-links {
  675. margin-top: 8px;
  676. font-size: 14px;
  677. width: 100%;
  678. }
  679. .profile-statlist {
  680. display: flex;
  681. flex-wrap: wrap;
  682. margin: 0;
  683. padding: 0;
  684. width: 100%;
  685. justify-content: space-between;
  686. }
  687. .profile-statlist > li {
  688. display: table-cell;
  689. text-align: center;
  690. }
  691. .profile-stat-header {
  692. font-weight: bold;
  693. }
  694. .profile-stat-num {
  695. display: block;
  696. }
  697. .timeline-tweet {
  698. border-bottom: 1px solid #3e3e35;
  699. }
  700. .timeline-footer, .timeline-header {
  701. background-color: #161616;
  702. padding: 6px 0px;
  703. }
  704. .timeline-protected {
  705. text-align: center;
  706. }
  707. .timeline-protected p {
  708. margin: 8px 0px;
  709. }
  710. .timeline-none, .timeline-protected h2 {
  711. color: #ff6c60;
  712. font-size: 21px;
  713. font-weight: 600;
  714. }
  715. .timeline-end {
  716. background-color: #161616;
  717. text-align: center;
  718. font-size: 16px;
  719. color: #ff6c60;
  720. font-weight: 600;
  721. }
  722. .unavailable-box {
  723. width: 100%;
  724. height: 100%;
  725. padding: 12px;
  726. border: solid 1px #404040;
  727. border-radius: 10px;
  728. background-color: #121212;
  729. }
  730. .unavailable-quote {
  731. padding: 6px;
  732. }
  733. .quote {
  734. margin-top: 10px;
  735. border: solid 1px #404040;
  736. border-radius: 10px;
  737. background-color: #121212;
  738. overflow: auto;
  739. padding: 6px;
  740. position: relative;
  741. }
  742. .quote:hover {
  743. border-color: #808080;
  744. }
  745. .quote.unavailable:hover {
  746. border-color: #404040;
  747. }
  748. .quote-link {
  749. height: 100%;
  750. width: 100%;
  751. left: 0;
  752. top: 0;
  753. position: absolute;
  754. }
  755. .quote-text {
  756. overflow: hidden;
  757. white-space: pre-wrap;
  758. word-wrap: break-word;
  759. }
  760. .quote-media-container {
  761. display: flex;
  762. flex-direction: column;
  763. align-items: center;
  764. overflow: hidden;
  765. max-height: 102px;
  766. width: 102px;
  767. float: left;
  768. margin-right: 7px;
  769. border-radius: 7px;
  770. }
  771. .quote-media {
  772. display: flex;
  773. justify-content: center;
  774. pointer-events: none;
  775. }
  776. .quote-media img {
  777. width: 100%;
  778. height: 100%;
  779. align-self: center;
  780. }
  781. .quote-badge {
  782. left: 6px;
  783. position: absolute;
  784. z-index: 1;
  785. align-self: flex-end;
  786. }
  787. .quote-badge-text {
  788. margin: 4px;
  789. background: rgba(0, 0, 0, 0.66);
  790. border-radius: 4px;
  791. color: #fffffff0;
  792. padding: 1px 3px;
  793. font-size: 12px;
  794. font-weight: bold;
  795. }
  796. .quote-sensitive {
  797. background: #353535;
  798. width: 102px;
  799. height: 102px;
  800. border-radius: 12px;
  801. display: flex;
  802. justify-content: center;
  803. align-items: center;
  804. }
  805. .quote-sensitive-icon {
  806. font-size: 40px;
  807. color: #909090;
  808. }
  809. .card {
  810. margin: 5px 0;
  811. }
  812. .card-container {
  813. border-radius: 10px;
  814. border-width: 1px;
  815. border-style: solid;
  816. border-color: #404040;
  817. background-color: #121212;
  818. overflow: hidden;
  819. color: inherit;
  820. display: flex;
  821. text-decoration: none !important;
  822. }
  823. .card-container:hover {
  824. border-color: #808080;
  825. }
  826. .card-container .attachments {
  827. margin: 0;
  828. border-radius: 0;
  829. }
  830. .large .card-container {
  831. display: block;
  832. }
  833. .card-content {
  834. padding: 0.5em;
  835. }
  836. .card-title {
  837. overflow: hidden;
  838. text-overflow: ellipsis;
  839. font-weight: bold;
  840. font-size: 1.15em;
  841. }
  842. .card-description {
  843. margin: 0.3em 0;
  844. }
  845. .card-destination {
  846. color: hsla(240,1%,73%,.9);
  847. white-space: nowrap;
  848. overflow: hidden;
  849. text-overflow: ellipsis;
  850. display: block;
  851. }
  852. .card-content-container {
  853. color: unset;
  854. }
  855. .card-content-container:hover {
  856. text-decoration: none;
  857. }
  858. .card-image-container {
  859. width: 98px;
  860. flex-shrink: 0;
  861. position: relative;
  862. overflow: hidden;
  863. }
  864. .large .card-image-container {
  865. width: unset;
  866. }
  867. .card-image-container:before {
  868. content: "";
  869. display: block;
  870. padding-top: 100%;
  871. }
  872. .large .card-image-container:before {
  873. display: none;
  874. }
  875. .card-image {
  876. position: absolute;
  877. top: 0;
  878. left: 0;
  879. bottom: 0;
  880. right: 0;
  881. background-color: white;
  882. }
  883. .large .card-image {
  884. position: unset;
  885. border-style: solid;
  886. border-color: #404040;
  887. border-width: 0;
  888. border-bottom-width: 1px;
  889. }
  890. .card-image img {
  891. width: 100%;
  892. height: 100%;
  893. display: block;
  894. object-fit: cover;
  895. }
  896. .card-overlay {
  897. position: absolute;
  898. top: 0;
  899. left: 0;
  900. width: 100%;
  901. height: 100%;
  902. display: flex;
  903. justify-content: center;
  904. align-items: center;
  905. opacity: 0.8;
  906. }
  907. .overlay-circle {
  908. border-radius: 50%;
  909. background-color: #404040;
  910. width: 40px;
  911. height: 40px;
  912. align-items: center;
  913. display: flex;
  914. border-width: 5px;
  915. border-color: #d8574d;
  916. border-style: solid;
  917. }
  918. .overlay-triangle {
  919. width: 0;
  920. height: 0;
  921. border-style: solid;
  922. border-width: 12px 0 12px 17px;
  923. border-color: transparent transparent transparent #d8574d;
  924. margin-left: 14px;
  925. }
  926. .card-overlay:hover .overlay-circle,
  927. .video-overlay:hover .overlay-circle {
  928. border-color: #ff6c60;
  929. }
  930. .card-overlay:hover .overlay-triangle,
  931. .video-overlay:hover .overlay-triangle {
  932. border-color: transparent transparent transparent #ff6c60;
  933. }
  934. .poll-meter {
  935. overflow: hidden;
  936. position: relative;
  937. margin: 6px 0;
  938. height: 26px;
  939. background: #0f0f0f;
  940. border-radius: 5px;
  941. display: flex;
  942. align-items: center;
  943. }
  944. .poll-choice-bar {
  945. height: 100%;
  946. position: absolute;
  947. background: #383838;
  948. }
  949. .leader .poll-choice-bar {
  950. background: #8a3731;
  951. }
  952. .poll-choice-value {
  953. position: relative;
  954. font-weight: bold;
  955. margin-left: 5px;
  956. margin-right: 6px;
  957. min-width: 30px;
  958. text-align: right;
  959. }
  960. .poll-choice-option {
  961. position: relative;
  962. }
  963. .poll-info {
  964. color: #868687;
  965. }
  966. .preferences-container {
  967. max-width: 600px;
  968. margin: 0 auto;
  969. width: 100%;
  970. margin-top: 10px;
  971. }
  972. .preferences {
  973. background-color: #1f1f1f;
  974. width: 100%;
  975. padding: 5px 15px 15px 15px;
  976. }
  977. .preferences input[type="text"] {
  978. max-width: 120px;
  979. background-color: #121212;
  980. padding: 1px 4px;
  981. color: #f8f8f2;
  982. margin: 0;
  983. border: 1px solid #ff6c6091;
  984. border-radius: 0px;
  985. position: absolute;
  986. right: 0;
  987. font-size: 14px;
  988. }
  989. .preferences input[type="text"]:hover {
  990. border-color: #ff6c60;
  991. }
  992. .preferences button {
  993. margin-top: 6px;
  994. }
  995. fieldset {
  996. margin: .35em 0 .75em;
  997. border: 0;
  998. }
  999. legend {
  1000. width: 100%;
  1001. padding: .6em 0 .3em 0;
  1002. margin: 0;
  1003. border: 0;
  1004. font-size: 16px;
  1005. border-bottom: 1px solid #3e3e35;
  1006. margin-bottom: 8px;
  1007. }
  1008. .pref-input {
  1009. position: relative;
  1010. margin-bottom: 6px;
  1011. }
  1012. .pref-reset {
  1013. float: left;
  1014. }
  1015. .icon-container {
  1016. display: inline;
  1017. }
  1018. .checkbox-container {
  1019. display: block;
  1020. position: relative;
  1021. margin-bottom: 5px;
  1022. cursor: pointer;
  1023. user-select: none;
  1024. }
  1025. .checkbox-container input {
  1026. position: absolute;
  1027. opacity: 0;
  1028. cursor: pointer;
  1029. height: 0;
  1030. width: 0;
  1031. }
  1032. .checkbox {
  1033. position: absolute;
  1034. top: 1px;
  1035. right: 0;
  1036. height: 17px;
  1037. width: 17px;
  1038. background-color: #121212;
  1039. border: 1px solid #ff6c6091;
  1040. }
  1041. .checkbox-container:hover input ~ .checkbox {
  1042. border-color: #ff6c60;
  1043. }
  1044. .checkbox-container:active input ~ .checkbox {
  1045. border-color: #ff9f97;
  1046. }
  1047. .checkbox:after {
  1048. content: "";
  1049. position: absolute;
  1050. display: none;
  1051. }
  1052. .checkbox-container input:checked ~ .checkbox:after {
  1053. display: block;
  1054. }
  1055. .checkbox-container .checkbox:after {
  1056. left: 2px;
  1057. bottom: 0px;
  1058. font-size: 13px;
  1059. font-family: "fontello";
  1060. content: '\e803';
  1061. }