style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  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. }
  8. #tweets {
  9. background-color: #161616;
  10. }
  11. #user {
  12. background-color: #242424;
  13. width: 100%;
  14. padding: 5pt;
  15. }
  16. #user > h1 {
  17. color: #ffffff;
  18. }
  19. h1 {
  20. margin: 0;
  21. display: inline;
  22. }
  23. h2 {
  24. margin: 0;
  25. font-weight: normal;
  26. }
  27. h3 {
  28. margin-bottom: 0;
  29. font-weight: normal;
  30. }
  31. h4 {
  32. margin: 0;
  33. }
  34. a {
  35. color: #ff6c60;
  36. text-decoration: none;
  37. }
  38. a:hover {
  39. text-decoration: underline;
  40. }
  41. .status-el {
  42. overflow-wrap: break-word;
  43. word-wrap: break-word;
  44. word-break: break-word;
  45. border-left-width: 0;
  46. min-width: 0;
  47. padding: .75em;
  48. display: flex;
  49. }
  50. .timeline-tweet {
  51. border-bottom: 1px solid #3e3e35;
  52. }
  53. .status-body {
  54. flex: 1;
  55. min-width: 0;
  56. }
  57. .media-heading a {
  58. display: inline-block;
  59. word-break: break-all;
  60. }
  61. .status-el .media-heading {
  62. padding: 0;
  63. vertical-align: bottom;
  64. flex-basis: 100%;
  65. margin-bottom: .2em;
  66. }
  67. .status-el .media-heading .heading-name-row {
  68. padding: 0;
  69. display: flex;
  70. justify-content: space-between;
  71. }
  72. .status-el .media-heading .heading-name-row .name-and-account-name {
  73. display: flex;
  74. min-width: 0;
  75. }
  76. .status-el .media-heading .heading-name-row .username {
  77. flex-shrink: 1;
  78. margin-right: .4em;
  79. overflow: hidden;
  80. text-overflow: ellipsis;
  81. }
  82. .status-el .username {
  83. white-space: nowrap;
  84. font-size: 14px;
  85. overflow: hidden;
  86. flex-shrink: 0;
  87. font-weight: 700;
  88. }
  89. .username {
  90. color: #f8f8f2;
  91. }
  92. .verified-icon {
  93. color: #fff;
  94. background-color: #1da1f2;
  95. border-radius: 50%;
  96. display: inline-block;
  97. text-align: center;
  98. vertical-align: middle;
  99. margin-left: 4px;
  100. height: 14px;
  101. width: 14px;
  102. font-size: 10px;
  103. margin-bottom: 2px;
  104. }
  105. .status-el .media-heading .heading-right {
  106. display: flex;
  107. flex-shrink: 0;
  108. }
  109. .status-el .media-heading .heading-name-row .account-name {
  110. min-width: 1.6em;
  111. margin-right: .4em;
  112. flex: 1 1 0;
  113. white-space: nowrap;
  114. word-wrap: normal;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. }
  118. .status-el .media-heading a {
  119. display: inline-block;
  120. word-break: break-all;
  121. }
  122. .status-el .status-content {
  123. font-family: sans-serif;
  124. line-height: 1.4em;
  125. }
  126. .status-el .media-body {
  127. flex: 1;
  128. padding: 0;
  129. }
  130. .container, .item {
  131. display: flex;
  132. }
  133. .container {
  134. flex-wrap: wrap;
  135. margin: 0;
  136. }
  137. #content {
  138. box-sizing: border-box;
  139. padding-top: 50px;
  140. margin: auto;
  141. min-height: 100vh;
  142. background-color: rgba(0,0,0,.15);
  143. }
  144. nav {
  145. z-index: 1000;
  146. background-color: #1f1f1f;
  147. color: hsla(240,1%,73%,.5);
  148. box-shadow: 0 0 4px rgba(0,0,0,.6);
  149. }
  150. .nav-bar {
  151. padding: 0;
  152. width: 100%;
  153. align-items: center;
  154. position: fixed;
  155. height: 50px;
  156. }
  157. .nav-bar .inner-nav {
  158. margin: auto;
  159. box-sizing: border-box;
  160. padding-left: 10px;
  161. padding-right: 10px;
  162. display: flex;
  163. align-items: center;
  164. height: 50px;
  165. }
  166. .item {
  167. flex: 1;
  168. line-height: 50px;
  169. height: 50px;
  170. overflow: hidden;
  171. flex-wrap: wrap;
  172. }
  173. .attachments {
  174. margin-top: .5em;
  175. display: flex;
  176. flex-direction: row;
  177. width: 100%;
  178. max-height: 600px;
  179. border-radius: 7px;
  180. overflow: hidden;
  181. flex-flow: column;
  182. background-color: #0f0f0f;
  183. align-items: center;
  184. }
  185. .gallery-row {
  186. display: flex;
  187. flex-direction: row;
  188. flex-wrap: nowrap;
  189. align-items: center;
  190. overflow: hidden;
  191. flex-grow: 1;
  192. max-height: 379.5px;
  193. max-width: 506px;
  194. }
  195. .gallery-row .attachment, .gallery-row .attachments {
  196. margin: 0 .25em 0 0;
  197. flex-grow: 1;
  198. box-sizing: border-box;
  199. min-width: 2em;
  200. }
  201. .gallery-row .attachment:last-child, .gallery-row .attachments:last-child {
  202. margin: 0;
  203. }
  204. .attachments .attachment {
  205. position: relative;
  206. line-height: 0;
  207. border-color: #222;
  208. overflow: hidden;
  209. }
  210. .gallery-row .image-attachment {
  211. width: 100%;
  212. }
  213. .attachments .image-attachment {
  214. width: 100%;
  215. }
  216. .still-image {
  217. max-height: 379.5px;
  218. max-width: 506px;
  219. justify-content: center;
  220. }
  221. .still-image img {
  222. object-fit: cover;
  223. max-width: 506px;
  224. max-height: 379.5px;
  225. border-color: #222;
  226. flex-basis: 300px;
  227. }
  228. .status-body {
  229. margin-left: 58px;
  230. }
  231. .avatar {
  232. float: left;
  233. margin-top: 3px;
  234. margin-left: -58px;
  235. position: absolute;
  236. width: 48px;
  237. height: 48px;
  238. border-radius: 50%;
  239. }
  240. .retweet, .pinned, .tweet-stats {
  241. align-content: center;
  242. color: hsla(240,1%,73%,.7);
  243. display: flex;
  244. flex-shrink: 0;
  245. flex-wrap: wrap;
  246. font-size: 14px;
  247. font-weight: 600;
  248. line-height: 22px;
  249. margin: 0;
  250. max-width: 85%;
  251. overflow: hidden;
  252. text-overflow: ellipsis;
  253. white-space: nowrap;
  254. }
  255. .tweet-stat {
  256. padding-top: 5px;
  257. padding-right: 8px;
  258. }
  259. .show-more {
  260. text-align: center;
  261. padding: .75em 0;
  262. display: block;
  263. }
  264. .show-more.status-el {
  265. border-bottom: 1px solid #3e3e35;
  266. }
  267. .show-more a {
  268. background-color: #242424;
  269. display: inline-block;
  270. height: 2em;
  271. padding: 0 2em;
  272. line-height: 2em;
  273. }
  274. .show-more a:hover {
  275. background-color: #282828;
  276. }
  277. .profile-tabs {
  278. max-width: 846px;
  279. margin: 0 auto;
  280. float: none;
  281. border-radius: 0;
  282. position: relative;
  283. width: auto;
  284. }
  285. .timeline-tab {
  286. float: right;
  287. padding: 0 4px;
  288. box-sizing: border-box;
  289. display: inline-block;
  290. font-size: 14px;
  291. margin: 0;
  292. text-align: left;
  293. vertical-align: top;
  294. width: 70% !important;
  295. }
  296. .profile-tab {
  297. padding: 0 4px;
  298. box-sizing: border-box;
  299. display: inline-block;
  300. font-size: 14px;
  301. margin: 0;
  302. text-align: left;
  303. vertical-align: top;
  304. width: 30% !important;
  305. }
  306. .profile-banner {
  307. padding: 0 4px;
  308. }
  309. .profile-banner img {
  310. width: 100%;
  311. padding-bottom: 3px;
  312. }
  313. .profile-banner-color {
  314. width: 100%;
  315. padding-bottom: 25%;
  316. margin-bottom: 8px;
  317. }
  318. .profile-card {
  319. float: left;
  320. flex-wrap: wrap;
  321. margin-top: 0;
  322. background: #161616;
  323. border-radius: 0 0 4px 4px;
  324. padding: 12px;
  325. position: relative;
  326. display: flex;
  327. justify-content: flex-start;
  328. }
  329. .profile-card-tabs {
  330. display: flex;
  331. justify-content: space-between;
  332. align-items: center;
  333. flex: 1 1 auto;
  334. }
  335. .profile-card-tabs-name {
  336. padding-top: 0;
  337. padding-bottom: 0;
  338. }
  339. .profile-card-name, .profile-card-username {
  340. color: #f8f8f2;
  341. }
  342. .profile-card-name {
  343. font-size: 16px;
  344. word-wrap: break-word;
  345. text-shadow: none;
  346. overflow: hidden;
  347. white-space: nowrap;
  348. text-overflow: ellipsis;
  349. }
  350. .profile-card-username {
  351. font-size: 14px;
  352. }
  353. .profile-card-avatar {
  354. display: block;
  355. width: 100%;
  356. padding-bottom: 16px;
  357. margin-right: 4px;
  358. }
  359. .profile-card-avatar img {
  360. display: block;
  361. width: calc(100% - 4px);
  362. height: 100%;
  363. margin: 0;
  364. border: 4px solid #282828;
  365. background: #040404;
  366. }
  367. .profile-card-extra {
  368. display: block;
  369. flex: 100%;
  370. margin-top: 4px;
  371. }
  372. .profile-bio {
  373. border-radius: 0;
  374. box-shadow: none;
  375. background: transparent;
  376. overflow: hidden;
  377. margin-right: -5px
  378. }
  379. .profile-description {
  380. font-size: 14px;
  381. font-weight: 400;
  382. overflow: hidden;
  383. word-break: normal;
  384. word-wrap: break-word;
  385. }
  386. .conversation {
  387. max-width: 580px;
  388. margin: 0 auto;
  389. float: none;
  390. border-radius: 0;
  391. position: relative;
  392. width: auto;
  393. background-color: #0f0f0f !important;
  394. }
  395. .main-thread {
  396. margin-bottom: 20px;
  397. background-color: #161616;
  398. }
  399. .main-tweet .status-content {
  400. font-size: 22px;
  401. line-height: 30px;
  402. letter-spacing: .01em;
  403. }
  404. .thread {
  405. background-color: #161616;
  406. margin-bottom: 10px;
  407. }
  408. .panel {
  409. margin: auto;
  410. font-size: 130%;
  411. }
  412. .error-panel {
  413. background-color: #420a05 !important;
  414. }
  415. .error-panel, .search-panel > form {
  416. padding: 12px;
  417. border-radius: 4px;
  418. display: flex;
  419. background: #222222;
  420. box-shadow: 0 0 15px rgba(0,0,0,.2);
  421. margin: auto;
  422. margin-top: -50px;
  423. }
  424. .search-panel > form > button {
  425. font-size: 14px;
  426. line-height: 24px;
  427. display: block;
  428. border: 0;
  429. border-radius: 4px;
  430. background: #2f2f2f;
  431. color: #f8f8f2;
  432. outline: 0;
  433. text-decoration: none;
  434. text-align: center;
  435. box-sizing: border-box;
  436. cursor: pointer;
  437. font-weight: bold;
  438. width: 37px;
  439. height: 32px;
  440. padding: 0;
  441. }
  442. .search-panel > form > input {
  443. box-sizing: border-box;
  444. font-size: 16px;
  445. display: block;
  446. width: 100%;
  447. outline: 0;
  448. font-family: inherit;
  449. background: #131419;
  450. color: #f8f8f2;
  451. border: 1px solid #0a0b0e;
  452. border-radius: 4px;
  453. padding: 4px;
  454. margin-right: 8px;
  455. }
  456. .profile-card-extra-links {
  457. margin-top: 8px;
  458. font-size: 14px;
  459. }
  460. .profile-statlist {
  461. vertical-align: bottom;
  462. table-layout: fixed;
  463. box-sizing: border-box;
  464. display: flex;
  465. margin: 0;
  466. padding: 0;
  467. width: 100%;
  468. }
  469. .profile-statlist > li {
  470. display: table-cell;
  471. text-align: center;
  472. }
  473. .profile-statlist .tweets {
  474. flex-shrink: 2;
  475. }
  476. .profile-statlist .followers {
  477. flex-grow: 2;
  478. }
  479. .profile-statlist .following {
  480. flex-shrink: 1.5;
  481. }
  482. .profile-stat-header {
  483. font-weight: bold;
  484. }
  485. .timeline-protected {
  486. max-width: 550px;
  487. margin: 0 auto;
  488. padding: 6px 0px;
  489. }
  490. .timeline-protected-header {
  491. color: #d0564c;
  492. font-size: 21px;
  493. font-weight: bold;
  494. }
  495. .media-gif {
  496. display: table-cell;
  497. padding-top: 5px !important;
  498. background-color: unset;
  499. }
  500. video {
  501. height: 100%;
  502. width: 100%;
  503. }
  504. .video-overlay {
  505. width: 100%;
  506. height: 100%;
  507. position: absolute;
  508. top: 0;
  509. left: 0;
  510. z-index: 1;
  511. background-color: #000000bd;
  512. }
  513. .video-overlay p {
  514. position: relative;
  515. z-index: 0;
  516. color: #dcdcdc;
  517. text-align: center;
  518. top: calc(50% - 20px);
  519. font-size: 20px;
  520. }
  521. .quote {
  522. margin-top: 10px;
  523. border: solid 1px #404040;
  524. border-radius: 10px;
  525. padding: 6px;
  526. background-color: #121212;
  527. }
  528. .quote:hover {
  529. border-color: #808080;
  530. }
  531. .quote-container {
  532. position: relative;
  533. overflow: auto;
  534. }
  535. .quote-link {
  536. height: 100%;
  537. width: 100%;
  538. left: 0;
  539. top: 0;
  540. position: absolute;
  541. }
  542. .quote-text {
  543. overflow: hidden;
  544. white-space: pre-wrap;
  545. word-wrap: break-word;
  546. }
  547. .quote-media-container {
  548. display: flex;
  549. align-items: center;
  550. overflow: hidden;
  551. max-height: 102px;
  552. width: 102px;
  553. float: left;
  554. margin-right: 7px;
  555. border-radius: 7px;
  556. }
  557. .quote-media {
  558. display: flex;
  559. justify-content: center;
  560. }
  561. .quote-media img {
  562. width: 100%;
  563. height: 100%;
  564. }
  565. .quote-badge {
  566. left: 0px;
  567. position: absolute;
  568. z-index: 1;
  569. align-self: flex-end;
  570. }
  571. .quote-badge-text {
  572. margin: 4px;
  573. background: rgba(0, 0, 0, 0.66);
  574. border-radius: 4px;
  575. color: #fffffff0;
  576. padding: 0px 2px;
  577. }