Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. @-moz-document url("about:home"),
  2. url("about:newtab") {
  3. .search-wrapper,
  4. .tile {
  5. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10), 0 5px 10px rgba(0, 0, 0, 0.10) !important;
  6. }
  7. .top-site-outer .title.pinned span{
  8. color: #231f21 !important;
  9. }
  10. .sections-list{
  11. border-radius: 15px !important;
  12. background: #18242b !important;
  13. box-shadow: 0 20px 70px rgba(24, 36, 43, 0.8) !important;
  14. padding-bottom: 15px !important;
  15. }
  16. .collapsible-section .section-title span{
  17. color: #231f21 !important;
  18. }
  19. /* .icon.icon-arrowhead-down-small{ */
  20. /* background-image: url(arrow-down-icon.png) !important; */
  21. /* } */
  22. /* .icon.icon-arrowhead-forward-small{ */
  23. /* background-image: url(arrow-down-icon.png) !important; */
  24. /* } */
  25. /* .icon.icon-topsites{ */
  26. /* background-image: url(top-list-icon.png) !important; */
  27. /* } */
  28. html {
  29. height: 100% !important
  30. }
  31. body {
  32. background:linear-gradient(180deg, #18242b, #00c195);
  33. height: 100% !important;
  34. margin: 0 !important;
  35. background-repeat: no-repeat !important;
  36. background-attachment: fixed !important;
  37. overflow-y: hidden !important;
  38. }
  39. body.activity-stream, .root, .root .outer-wrapper, html{
  40. margin: 0;
  41. overflow-y:hidden !important;
  42. overflow-x:hidden;
  43. }
  44. .section-title{
  45. display: none;
  46. }
  47. .top-site-button .title.pinned span{
  48. color: white !important;
  49. font-size: 12px;
  50. }
  51. .top-site-button .title.pinned .icon{
  52. display: none !important;
  53. }
  54. .title,
  55. .section-title span,
  56. .topic,
  57. .edit-topsites-wrapper .edit-topsites-button button {
  58. color: white !important;
  59. }
  60. .section-title span, .prefs-pane-button button {
  61. fill: white !important;
  62. }
  63. .topic .topic-link, .topic .topic-read-more {
  64. color: white !important;
  65. }
  66. .top-site-icon.rich-icon, .tile {
  67. border-radius: 50% !important;
  68. width: 75px !important;
  69. height: 75px !important;
  70. margin: 0 auto;
  71. }
  72. .top-site-icon.rich-icon {
  73. border: solid 3px #00c195;
  74. box-shadow: 0 1px 4px rgba(0, 193, 149, 0.9) !important;
  75. }
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement