Advertisement
SingularityUtopia

Twitter Archive userstyle 15th June 2014 no white background

Jun 15th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.65 KB | None | 0 0
  1. Latest version: https://userstyles.org/styles/101446/twitter-easy-eye-no-white-background
  2.  
  3. Archive of my Twitter style before 15th June 2014 update.
  4.  
  5. @namespace url(http://www.w3.org/1999/xhtml);
  6. @-moz-document url-prefix("https://twitter.com/ConanOBrien"),
  7. regexp("https?://([^.]*\\.|)twitter\\.com/(?!widget).*")
  8.  
  9. {
  10.  
  11. /*
  12. Singularity Utopia Style
  13. @2045singularity
  14. Last update: 7th June 2014
  15. Previous version: http://pastebin.com/yc0JkASn
  16. */
  17.  
  18. html, body, #doc, #page-outer
  19.  
  20. {
  21. font-family: Arial;
  22. background: #E3E3E3;
  23. max-width:1190px !important;
  24. margin: 0 auto auto auto;
  25. }
  26.  
  27. .ProfileCanopy-navBar
  28.  
  29. {
  30. background: #E3E3E3 !important;
  31. border-color: transparent;
  32. border-radius: 10px 10px 30px 30px;
  33.  
  34. }
  35.  
  36. .ProfileHeaderCard-screennameLink:hover
  37. {
  38. background: #E3E3E3 !important;
  39. box-shadow: none !important;
  40. }
  41.  
  42. .ProfileHeaderCard-screenname, .ProfileClusterFollow-title, .ProfileNameTruncated-link.u-textInheritColor.js-nav.js-action-profile-name
  43.  
  44. {
  45. line-height:1.4;
  46. }
  47.  
  48. /* SIDE MODULES and Headers */
  49.  
  50. .WEB-CONTAINER
  51.  
  52. {
  53. background: white !important;
  54. border-radius: 3px;
  55. }
  56.  
  57. .DashboardProfileCard.module
  58.  
  59. {
  60. margin-bottom: 15px;
  61. }
  62.  
  63. .ProfileWTFAndTrends
  64.  
  65. {
  66. margin-right:20px;
  67.  
  68. }
  69.  
  70. .ProfileSidebar--withLeftAlignment
  71.  
  72. {
  73. margin-left: -8px;
  74. }
  75.  
  76. .ProfileSidebar--withRightAlignment
  77.  
  78. {
  79. margin-left: 45px !important;
  80. margin-right: -35px !important;
  81. }
  82.  
  83. .ProfileTweetbox
  84.  
  85. {
  86. background: #F5EEE4 !important;
  87. margin-right:20px;
  88. }
  89.  
  90. .Trends.module.trends
  91.  
  92. {
  93. background:#F2EFE6;
  94. border: solid #C7C5D1 1px;
  95. border-bottom-width:2px;
  96. border-radius: 8px 8px 11px 11px;
  97. box-shadow: inset white 0px 0px 0px 1px;
  98. }
  99.  
  100. .WhoToFollow.is-visible, .ProfileSidebar .SignupCallOut
  101.  
  102. {
  103. background:#F2EFE6 !important;
  104. border: solid #C7C5D1 1px !important;
  105. border-bottom-width:2px !important;
  106. border-radius: 8px 8px 11px 11px !important;
  107. box-shadow: inset white 0px 0px 0px 1px;
  108. margin-bottom:20px;
  109. margin-top:22px;
  110. }
  111.  
  112. .SignupCallOut.js-signup-call-out
  113.  
  114. {
  115. background:#F2EFE6 !important;
  116. border: solid #C7C5D1 1px !important;
  117. border-bottom-width:2px !important;
  118. margin-bottom:20px;
  119. }
  120.  
  121.  
  122. .module.signup-call-out.search-signup-call-out.js-signup-call-out
  123.  
  124. {
  125. border: none;
  126. }
  127.  
  128. .ProfileSidebar .trends-inner .flex-module
  129.  
  130. {
  131. background:#F2EFE6 !important;
  132. }
  133.  
  134. h2, h3, .WhoToFollow-title, .trend-location.js-trend-location, .SignupCallOut-title
  135.  
  136. {
  137. font-size: 21px;
  138. color: #245F8A;
  139. }
  140.  
  141. h2
  142.  
  143. {
  144. text-overflow: ellipsis;
  145. overflow: hidden;
  146. }
  147.  
  148. h2#content-main-heading
  149.  
  150. {
  151. font-size: 21px !important;
  152. }
  153.  
  154. .module .flex-module:first-child
  155.  
  156. {
  157. border-radius:7px 7px 0px 0px;
  158. }
  159.  
  160. .module .flex-module:last-child
  161.  
  162. {
  163. border-bottom-right-radius: 8px;
  164. border-bottom-left-radius: 8px;
  165. }
  166.  
  167. .module .flex-module
  168.  
  169. {
  170. background: #F7F4F2;
  171. border-color: #D9D4D2;
  172. }
  173.  
  174. .footer
  175.  
  176. {
  177. border: 1px solid #D9D4D2;
  178. border-radius: 3px;
  179. }
  180.  
  181. .content-header .header-inner
  182.  
  183. {
  184. background: #F0EEE9;
  185.  
  186. }
  187.  
  188. /* MARGIN and padding timelines */
  189.  
  190. .AppContent, #page-container.wrapper.wrapper-discover.white
  191.  
  192. {
  193. margin-top: 7px;
  194. }
  195.  
  196. .ProfilePage .AppContent
  197.  
  198. {
  199. margin-top: 0px;
  200. }
  201.  
  202. #content-main-heading.js-timeline-title, .content-header .header-inner
  203.  
  204. {
  205. padding-left:20px;
  206. padding-right:20px;
  207. }
  208.  
  209. .dashboard
  210.  
  211. {
  212. margin-left: -2px;
  213. }
  214.  
  215. .content-main
  216.  
  217. {
  218. margin-right:-2px;
  219. }
  220.  
  221. .dashboard.dashboard-right
  222.  
  223. {
  224. margin-left: 0px;
  225. margin-right: -12px;
  226. width:205px;
  227. }
  228.  
  229. /* CLOSE BUTTON module, conversation collapse button, etc */
  230.  
  231. .account-summary .dismiss
  232.  
  233. {
  234. color: #6A8EA8;
  235. padding: 17px;
  236. margin: -17px;
  237. outline: none !important;
  238. }
  239.  
  240. .account-summary .dismiss:hover
  241.  
  242. {
  243. color:red;
  244. text-shadow: white 0px 0px 5px;
  245. }
  246.  
  247. .conversation-collapse-btn
  248.  
  249. {
  250. color: #128ADE;
  251. outline:none !important;
  252. }
  253.  
  254. .conversation-collapse-btn:hover
  255.  
  256. {
  257. color: red;
  258. }
  259.  
  260. .save-search-btn
  261.  
  262. {
  263. background: #F5F3F0;
  264. padding: 6px 11px 1px 11px;
  265. border-radius:4px;
  266. border: 1px solid #E3DEDA;
  267. box-shadow: inset white 0px 0px 1px;
  268. }
  269.  
  270. .save-search-btn:hover
  271.  
  272. {
  273. background: #fff;
  274.  
  275. border-color: #D1D1D1;
  276. border-bottom-width: 2px;
  277. }
  278.  
  279. /* BORDERS stream and stream modules */
  280.  
  281. .topbar
  282.  
  283. {
  284. border-bottom-color: transparent!important;
  285. }
  286.  
  287. .before-module .tweet, .content-main .expansion-container > li:last-child .tweet
  288.  
  289. {
  290. border-bottom-color: white !important;
  291. }
  292.  
  293. .stream-item-activity-me
  294.  
  295. {
  296. border:none !important;
  297. }
  298.  
  299. .content-main .expansion-container > li:last-child .tweet, .content-main .expansion-container > .original-tweet-container
  300.  
  301. {
  302. border-bottom-color: transparent;
  303. }
  304.  
  305. .before-expanded.after-expanded .tweet, .after-expanded .tweet, .before-expanded .tweet
  306.  
  307. {
  308. border-radius: 6px;
  309. }
  310.  
  311. .js-stream-item.stream-item.stream-item.expanding-stream-item.semi-expanded.after-expanded.before-expanded,
  312. .js-stream-item.stream-item.stream-item.expanding-stream-item.after-expanded.before-expanded
  313.  
  314. {
  315. border: none !important;
  316. visibility:hidden;
  317. display:none;
  318. }
  319.  
  320. .open .opened-tweet,
  321. .tweet.original-tweet.js-stream-tweet.js-actionable-tweet.js-profile-popup-actionable.js-original-tweet.has-cards.has-native-media.opened-tweet
  322.  
  323. {
  324. border-bottom: 1px solid #E1E8ED !important;
  325. }
  326.  
  327. .stream-item.before-expanded
  328.  
  329. {
  330. border-bottom: 1px solid #CCCCD5 !important;
  331. }
  332.  
  333. .tweet.original-tweet.js-stream-tweet.js-actionable-tweet.js-profile-popup-actionable.js-original-tweet.has-cards.has-native-media.with-media-forward.auto-expanded.media-forward:hover
  334.  
  335. {
  336. border-radius: 6px;
  337. }
  338.  
  339. .tweet.original-tweet.js-stream-tweet.js-actionable-tweet.js-profile-popup-actionable.js-original-tweet.has-cards.has-native-media
  340.  
  341. {
  342. border-radius: 6px 6px 0px 0px;
  343. }
  344.  
  345. .DashboardProfileCard-userFields
  346.  
  347. {
  348. padding-top:2px;
  349. }
  350.  
  351. .DashboardProfileCard-avatarLink
  352.  
  353. {
  354. padding: 3px 3px 0px 3px;
  355. background: #E1E2E8;
  356. border-radius: 4px;
  357. box-shadow: #8C8C8C 0px 2px 2px;
  358. }
  359.  
  360. .DashboardProfileCard-bg
  361.  
  362. {
  363. border-width: 0px;
  364. border-color: grey;
  365. border-style: solid;
  366. }
  367.  
  368. #auto-close p, .content-inner.no-stream-end, .stream-end, .stream-item, .content-header, .stream-loading, .stream-item.open, .conversation-collapse-btn, .DashboardProfileCard
  369.  
  370. {
  371. border-color: #CCCCD5 !important;
  372. }
  373.  
  374. .WebToast.original-tweet
  375.  
  376. {
  377. border-color: #9CB9FF !important;
  378. box-shadow: #FFF 0px 0px 0px 2px, #FFF 0px 0px 0px 2px,#95969E 0px 1px 13px, #3F4254 0px 4px 22px 2px;
  379. border-radius: 4px;
  380. }
  381.  
  382. .content-header .header-inner
  383.  
  384. {
  385. border-color: #D3D3DB !important;
  386. }
  387.  
  388. .module .list-link
  389.  
  390. {
  391. border-color: #DCDDE6 #CCCCD5 #DCDDE6 #CCCCD5!important;
  392. }
  393.  
  394. .module ul:first-child li:first-child .list-link
  395.  
  396. {
  397. border-top-color: #CCCCD5 !important;
  398. }
  399.  
  400. .module ul:last-child li:last-child .list-link
  401.  
  402. {
  403. border-bottom-color: #CCCCD5 !important;
  404. }
  405.  
  406. .list-link {transition: all 0.15s ease-in-out; padding-left:16px !important; letter-spacing:0.2px !important; word-spacing: 0.5px;}
  407. .list-link:hover {background: white !important; color: #003AC2 !important; font-weight:bold; text-shadow: white 0px 0px 1px; text-decoration:underline !important;padding-left:38px !important; box-shadow: inset white 0px 0px 0px 1px;}
  408. .list-link:active, .list-link:focus {color:black !important; background:#FFF3D6 !important; text-decoration:underline !important; box-shadow:none;}
  409. .active .list-link {background:#E3E7FF !important;box-shadow: inset #EDEFFF 0px 0px 0px 1px;}
  410. .active .list-link:hover {background: #EBEBEB !important; letter-spacing:0.2px !important; padding-left:16px !important; cursor:help;color: #5E6280 !important; text-shadow: white 0px 1px 1px;}
  411.  
  412. /* COLOR BEHIND HEADER IMAGE - IMAGES - wood: http://i.imgur.com/ls2aPtI.jpg */
  413.  
  414. .ProfileCanopy-header.u-bgUserColor
  415.  
  416. {
  417. background-color: #c6c6c6 !important;
  418. background-image: url('http://i.imgur.com/2UD91cD.jpg');
  419. }
  420.  
  421. .DashboardProfileCard-bg.u-bgUserColor.u-block
  422.  
  423. {
  424. background-color: #c6c6c6 !important;
  425. }
  426.  
  427. #page-container .u-bgUserColorHover:hover
  428.  
  429. {
  430. background: grey !important;
  431. }
  432.  
  433. .DashboardProfileCard-bg
  434.  
  435. {
  436. margin:0px;
  437. width:287px;
  438. }
  439.  
  440. .ProfileTweet-authorDetails
  441. {
  442. line-height: 16px !important;
  443. margin-bottom: 26px !important;
  444.  
  445. }
  446.  
  447. .ProfilePage .AppContent
  448. {
  449. background: none;
  450.  
  451. }
  452.  
  453. .ProfileCanopy-navBar
  454.  
  455. {
  456. background: none;
  457.  
  458. }
  459.  
  460. .ProfileNav-item--userActions
  461. {
  462. background: none;
  463. }
  464.  
  465. .ProfilePopupContainer .profile-header .profile-header-inner
  466.  
  467. {
  468. border-radius: 0px !important;
  469. }
  470.  
  471. /* PROFILE TWEETS */
  472.  
  473. .ProfileTweet
  474. {
  475. transition: all 0.5s ease-in-out;
  476. border-color: #C5CFD7;
  477. border-style: solid;
  478. border-width: 1px 1px 2px 1px;
  479. border-radius: 3px 3px 5px 5px !important;
  480. margin: 5px 0 5px 0 !important;
  481. width:108% !important;
  482. }
  483.  
  484. .ProfileTweet:hover
  485. {
  486. border-color:#A8A7B5;
  487. box-shadow:#A5A4B3 0px 1px 7px;
  488. }
  489.  
  490.  
  491. .StreamToggler
  492. {
  493. border: none;
  494. padding-bottom:4px;
  495. }
  496.  
  497. .Container
  498. {
  499. background: white;
  500. }
  501.  
  502. #widget
  503.  
  504. {
  505. background:none;
  506. }
  507.  
  508. .ProfileCard
  509.  
  510. {
  511. border: 1px solid #B7BDC9;
  512. background-color: #FFF2E3;
  513. border-radius: 5px 5px 10px 10px;
  514. border-bottom-width:2px;
  515. margin-bottom:6px;
  516. margin-right:0px;
  517. box-shadow: inset white 0px 0px 0px 1px;
  518. }
  519.  
  520. .ProfileCard-bg.js-nav
  521.  
  522. {
  523. background: #C0C4CF;
  524. border: 1px solid #fff;
  525. }
  526.  
  527. /* PAGE WIDTH FOR PROFILE PAGE - then top nav header etc */
  528.  
  529. .ProfilePage
  530.  
  531. {
  532. min-width:900px !important;
  533. max-width:998px !important;
  534. margin: 0 auto auto auto;
  535. }
  536.  
  537. .global-nav-inner
  538.  
  539. {
  540. background: none repeat scroll 0% 0% #F0ECE1;
  541. box-shadow: inset white 0px 0px 4px 0px, rgba(34, 34, 34, 0.2) 0px 0px 20px;
  542. }
  543.  
  544. A.StreamToggler-link.u-textUserColor.js-nav
  545. {
  546. margin-top:5px;
  547. }
  548.  
  549. /* TWEETS - TWEETS AND REPLIES */
  550.  
  551. .ProfileHeading-toggleItem
  552. {
  553. margin-right: 15px !important;
  554. }
  555.  
  556. .ProfileHeading-toggleItem.is-active
  557.  
  558. {
  559. border-bottom: 3px solid #CFCFCF;
  560. border-radius: 20px 22px 4px 19px;
  561. background: #EDEDED;
  562. padding: 15px 17px 15px 17px;
  563. margin-right: 15px;
  564. margin-bottom:10px !important;
  565. transition: all 0.3s ease-in-out;
  566. }
  567.  
  568. .ProfileHeading-toggleItem.is-active:hover
  569.  
  570. {
  571. border-radius: 22px 20px 19px 4px;
  572. color:#514970;
  573. }
  574.  
  575. .ProfileHeading-title
  576.  
  577. {
  578. margin: 13px 0px 16px 0px;
  579. }
  580.  
  581.  
  582. .ProfileHeading-content
  583.  
  584. {
  585. background:none !important;
  586. border:none;
  587. }
  588.  
  589. A.ProfileHeading-toggleLink.js-nav
  590.  
  591. {
  592. padding:10px 2px 10px 2px;
  593. }
  594.  
  595. A.ProfileHeading-toggleLink.js-nav:hover
  596.  
  597. {
  598. color:darkblue;
  599. }
  600.  
  601. .ProfileHeading-toggleItem.u-textUserColor.js-nav, .ProfileHeading-toggleItem.u-textUserColor
  602.  
  603. {
  604. transition: all 0.2s ease-in-out;
  605. padding: 15px;
  606. border-radius: 13px 17px 4px 13px;
  607. margin: 3px 5px 7px 0px;
  608. border-bottom: 3px solid transparent;
  609. }
  610.  
  611. .ProfileHeading-toggleItem.u-textUserColor.js-nav:hover, .ProfileHeading-toggleItem.u-textUserColor:hover
  612.  
  613. {
  614. background: #FFFBE3;
  615. color:darkblue !important;
  616. box-shadow: inset white 0px 0px 1px, lightgrey 0px 2px 8px;
  617. border-bottom: 3px solid #B1AEBD;
  618. }
  619.  
  620.  
  621. .ProfileHeading-toggleItem.u-textUserColor.js-nav:active, .ProfileHeading-toggleItem.u-textUserColor:active
  622.  
  623. {
  624. background: #FFE2B3;
  625. border-bottom: 3px solid orange;
  626. }
  627.  
  628. .ProfileHeading-toggleItem.u-textUserColor.js-nav:focus, .ProfileHeading-toggleItem.u-textUserColor:focus
  629.  
  630. {
  631. background: #FFE2B3;
  632. border-bottom: 3px solid orange;
  633. }
  634.  
  635. .ProfileNav-item.is-active .ProfileNav-stat, .ProfileNav-stat:hover, .ProfileNav-stat:focus
  636.  
  637. {
  638. border-radius: 0px;
  639. background: #fff;
  640. }
  641.  
  642. #global-actions A.js-nav:hover
  643.  
  644. {
  645. background: #EBF4FF;
  646. box-shadow: inset #fff 0px 0px 0px 1px;
  647. }
  648.  
  649. .ProfileNav-stat--link:hover, .ProfileNav-stat--link:focus
  650.  
  651. {
  652. background: #EBF4FF;
  653. box-shadow: inset #fff 0px 0px 0px 1px;
  654. }
  655.  
  656. .ProfileNav-stat--moreLink:hover, .ProfileNav-stat--moreLink:focus
  657.  
  658. {
  659. margin-top: 7px;
  660. padding-top:7px;
  661. background:#FFFBE3;
  662. border-radius: 15px !important;
  663. }
  664.  
  665. A.ProfileHeaderCard-nameLink.u-textInheritColor.js-nav:hover
  666.  
  667. {
  668. background:none;
  669. color:grey !important;
  670. transition: all 0.5s ease-in-out;
  671. box-shadow:none !important;
  672. }
  673.  
  674. .GridTimeline-footerIcon
  675.  
  676. {
  677. background-color: #F5F8FA;
  678. padding: 8px 5px 2px 14px;
  679. border-radius: 20px;
  680. }
  681.  
  682. .GridTimeline-footer:before
  683.  
  684. {
  685. background:none;
  686. }
  687.  
  688.  
  689. .ProfileCanopy-header.u-bgUserColor
  690.  
  691. {
  692. border-radius: 0px 0px 8px 8px !important;
  693. }
  694.  
  695. .btn:hover
  696.  
  697. {
  698. box-shadow: white 0px 0px 1px 0px;
  699. }
  700.  
  701. .btn:focus
  702.  
  703. {
  704. box-shadow: none;
  705. }
  706.  
  707. .edit-button.btn
  708.  
  709. {
  710. border-color: #C2E2FF;
  711. }
  712.  
  713. #global-new-tweet-button:hover
  714.  
  715. {
  716. border: 1px solid transparent !important;
  717. border-radius:2px;
  718. }
  719.  
  720. .tweet-btn:hover, .tweet-btn:active, .tweet-btn.active
  721.  
  722. {
  723. border:1px solid transparent !important;
  724. }
  725.  
  726. .btn:hover, .follow-combo.open .btn-user-actions, .dropdown.open .user-dropdown
  727.  
  728. {
  729. border-color: #8FD0FF;
  730. }
  731.  
  732. A.js-nav.js-initial-focus
  733.  
  734. {
  735. background:none;
  736. }
  737.  
  738. .btn.primary-btn.retweet-action:focus
  739.  
  740. {
  741. box-shadow: inset #DEF9FF 0px 0px 0px 2px;
  742. border-radius:3px !important;
  743. }
  744.  
  745. .btn.primary-btn.retweet-action
  746.  
  747. {
  748. border: 1px solid #467EE0 !important;
  749. box-shadow: inset white 0px 0px 0px 1px;
  750. border-radius: 2px;
  751. transition: all 0.1s ease-in-out;
  752. letter-spacing: 0.1px;
  753. }
  754.  
  755. .btn.primary-btn.retweet-action:hover:focus, .btn.primary-btn.retweet-action:hover
  756.  
  757. {
  758. border:1px solid #3F72D1 !important;
  759. border-radius: 3px;
  760. box-shadow: inset white 0px 0px 1px;
  761. }
  762.  
  763. A.account-group.js-account-group.js-action-profile.js-user-profile-link.js-nav
  764.  
  765. {
  766. background:none !important;
  767. }
  768.  
  769. .u-bgUserColorLightest
  770.  
  771. {
  772. background: #F5EEE4 !important;
  773. border-color:#CCCCCC !important;
  774. box-shadow: inset #F5EEE4 0px 0px 12px 13px;
  775. }
  776.  
  777. #page-container .content:hover
  778.  
  779. {
  780. background: none !important;
  781. }
  782.  
  783. /* NUMBER OF NEW TWEETS - 10etc new Tweets - notifications too color:CC0003 bg:F5F2EB border:E0E0E0 / FFF3E3 FFF3DE E3E0DA */
  784.  
  785. .new-tweets-bar
  786.  
  787. {
  788. font-size: 13pt;
  789. font-weight: bold;
  790. word-spacing:5.4px;
  791. letter-spacing:1.1px;
  792. background: #E0DDD7;
  793. padding: 14px 0px 13px 0px;
  794. border-color: #d1d1d1;
  795. font-family:arial;
  796. text-shadow: white 0px 0px 1px;
  797. transition: all 0.05s ease-in-out;
  798. color: #B30003;
  799. font-style:italic;
  800. }
  801.  
  802. .new-tweets-bar:hover
  803.  
  804. {
  805. background: #BBEDCA;
  806. border-color: #ABD9B9;
  807. color: #001866;
  808. }
  809.  
  810. .new-tweets-bar:active
  811.  
  812. {
  813. background: #FFE4A8;
  814. border-color: #EDCA9A;
  815. color: #470024;
  816. }
  817.  
  818. .stream
  819.  
  820. {
  821. box-shadow: #BFBFBF 0px 60px 30px -40px;
  822. }
  823.  
  824. /* COG DROP and Menu drop */
  825.  
  826. .dropdown-menu
  827.  
  828. {
  829. border: 1px solid #8B96B3;
  830. border-radius: 8px 8px 6px 6px !important;
  831. padding:14px 10px 17px 10px;
  832. box-shadow: #565963 0px 6px 16px -3px;
  833. }
  834.  
  835. BUTTON.dropdown-link, .LI.typeahead-item.typeahead-saved-search-item.selected, .typeahead-saved-search-item, .dropdown-menu li > a, .typeahead-items li:hover, .dropdown-menu li:hover, .dropdown-menu li > a:focus, li.typeahead-item.typeahead-saved-search-item:hover, LI.typeahead-item.typeahead-saved-search-item.selected:hover, .typeahead-items li, .typeahead-items:hover
  836.  
  837. {
  838. border-radius: 4px !important;
  839. }
  840.  
  841. .small-user-dropdown
  842.  
  843. {
  844. margin-right:-1px !important;
  845. padding: 0 0px 0 5px !important;
  846. }
  847.  
  848. .small-user-dropdown:hover
  849.  
  850. {
  851. background: #C2FFE9 !important;
  852. border-radius:2px !important;
  853. }
  854.  
  855. .UserActions .user-dropdown
  856.  
  857. {
  858. color: #2D648F;
  859. transition: all 0.2s ease-in-out;
  860. margin: 1px 11px 0px 0px;
  861. padding: 0 3px 0 8px;
  862. border: 1px solid transparent;
  863. }
  864.  
  865. .UserActions .user-dropdown:hover
  866.  
  867. {
  868. color: #CF003B;
  869. background:#FFF9CF;
  870. box-shadow: #A3A3A3 0px 0px 1px 0px, lightgrey 0px 0px 1px 0px;
  871. }
  872.  
  873. .ProfileSidebar .Footer-item, .ProfileSidebar .Footer-link
  874. {
  875. color: #3B3F63;
  876. }
  877.  
  878. .ProfileClusterFollow
  879.  
  880. {
  881. background:none;
  882. border:none;
  883. outline: none !important;
  884. }
  885.  
  886. .ProfileClusterFollow-closeButton
  887.  
  888. {
  889. padding:8px 18px 8px 18px;
  890. margin-top: -11px;
  891. border-radius: 5px;
  892. background: white;
  893. border:1px solid #B0B7D6;
  894. outline: none !important;
  895. text-shadow: white 0px 0px 2px;
  896. }
  897.  
  898. .ProfileClusterFollow-closeButton:hover
  899.  
  900. {
  901. background: #B0FFDB;
  902. box-shadow:#BCD1CE 0px 2px 4px;
  903. border-color: #9297AD;
  904. outline: none !important;
  905. }
  906.  
  907. .ProfileClusterFollow-header
  908.  
  909. {
  910. padding: 0px 33px 0px 0px;
  911. }
  912.  
  913. .primary-btn:hover
  914.  
  915. {
  916. border-color: transparent !important;
  917. }
  918.  
  919. .primary-btn:active
  920.  
  921. {
  922. background: #A797BF;
  923. }
  924.  
  925. .primary-btn.retweet-action:focus
  926.  
  927. {
  928. box-shadow: inset blue 0px 0px 1px 0px;
  929. }
  930.  
  931. .related li
  932.  
  933. {
  934. border: 1px solid #CECECE;
  935. border-radius: 8px;
  936. background: white;
  937. }
  938.  
  939. /* LOGGED OUT STYLE */
  940.  
  941. .tweet.permalink-tweet
  942.  
  943. {
  944. border-radius: 5px;
  945. }
  946.  
  947. .module.signup-call-out.js-signup-call-out
  948.  
  949. {
  950. border: 1px solid #CCCCD5;
  951. }
  952.  
  953. /* SORRY NO EXIST */
  954.  
  955. h1
  956.  
  957. {
  958. color: #4069CC;
  959. text-shadow: none;
  960. }
  961.  
  962. p, label
  963.  
  964. {
  965. color: #292F33;
  966. text-shadow: none;
  967. }
  968.  
  969. .footer li, .footer a
  970.  
  971. {
  972. color: #5E79B1;
  973. text-shadow: white 0px 0px 3px;
  974. }
  975.  
  976. /* SIGN IN PAGE */
  977.  
  978. .copyright, .front-container .footer, .front-container .footer a
  979.  
  980. {
  981. color: #64667D !important;
  982. font-size: 10pt;
  983. }
  984.  
  985. .footer a:hover
  986.  
  987. {
  988. color: blue !important;
  989. }
  990.  
  991. .footer.inline-list
  992.  
  993. {
  994. margin-bottom: -20px;
  995. border: none !important;
  996. }
  997.  
  998. .footer
  999.  
  1000. {
  1001. border-radius:8px !important;
  1002. }
  1003.  
  1004. .front-welcome
  1005.  
  1006. {
  1007. margin-left:-10px;
  1008. }
  1009.  
  1010. .front-signup, .front-signin
  1011.  
  1012. {
  1013. margin-left: 10px;
  1014. box-shadow: #BBBEC9 0px 2px 13px 1px !important;
  1015. }
  1016.  
  1017. /* COOKIE NOTICE BS Promoted Tweets*/
  1018.  
  1019. div.promoted-tweet
  1020.  
  1021. {
  1022. display: none;
  1023. }
  1024.  
  1025. .tweet.original-tweet.js-stream-tweet.js-actionable-tweet.js-profile-popup-actionable.js-original-tweet.promoted-tweet.has-cards.mf-website, .promoted-tweet,
  1026. .tweet.original-tweet.js-stream-tweet.js-actionable-tweet.js-profile-popup-actionable.js-original-tweet.promoted-tweet
  1027.  
  1028. {
  1029. visibility: hidden !important;
  1030. font-size:0px !important;
  1031. height: 0px !important;
  1032. border:none !important;
  1033. margin:0px !important;
  1034. padding:0px !important;
  1035. overflow:hidden !important;
  1036. text-overflow: clip !important;
  1037. display:none;
  1038. }
  1039.  
  1040. li.promoted-trend
  1041.  
  1042. {
  1043. display: none;
  1044. }
  1045.  
  1046. div.promoted-account
  1047.  
  1048. {
  1049. display: none;
  1050. }
  1051.  
  1052. .eu-cookie-notice
  1053.  
  1054. {
  1055. visibility: hidden;
  1056. display: none;
  1057. height: 0px;
  1058. }
  1059.  
  1060.  
  1061. }
  1062.  
  1063. /* include this too so you are sure you have not missed anything, the end. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement