sanitysama

userChrome.css (newTab outdated FF60)

May 12th, 2018
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.33 KB | None | 0 0
  1. @-moz-document url("about:newtab") {
  2. body{
  3.     background-color: #090810 !important;
  4.     background-image: url("file:///H:/Pictures/Walls/227336.png"),
  5.         linear-gradient(rgba(25,25,25,0.5), rgba(0,0,0,0.2)) !important;
  6.     background-size: cover !important;
  7.     background-position: -20% !important;
  8.     font-family: 'AvantGarde Bk BT' !important
  9.     }
  10. /* margins */
  11. #newtab-margin-top {
  12.     max-height: 45px !important
  13. }
  14. #newtab-grid {
  15.     height: auto !important;
  16.     max-height: none !important;
  17.     max-width: 900px !important;
  18.    -moz-box-flex: 0 !important
  19. }
  20.     div.newtab-side-margin:nth-child(3) {
  21.         -moz-box-flex: 1 !important
  22.     }
  23. /* cell */
  24. .newtab-cell {
  25.     height: 32px !important;
  26.     width: 180px !important;
  27.     margin: 2px 6px 2px 6px !important
  28. }
  29. .newtab-cell, .newtab-site, .newtab-link, .newtab-title {
  30.     border-radius: 0 !important
  31. }
  32. .newtab-title {
  33.     background: rgba(0,0,0,0.75) !important;
  34.     bottom: 0 !important;
  35.     border: 0 !important;
  36.     border-radius: 0 !important;
  37.     color: white !important;
  38.     float: left !important;
  39.     position: relative !important;
  40.     padding: 6px !important;
  41.     margin: 0 !important;
  42.     width: 168px !important;
  43.     text-align: center !important;
  44.     transition: background 0.2s ease !important;
  45.     font: 16px 'AvantGarde Bk BT' !important
  46.     }
  47.     .newtab-cell:hover .newtab-title {
  48.         background: rgba(0,0,0,0.9) !important;
  49.         color: white !important
  50.     }
  51. .newtab-link:hover {
  52.     border: 0 !important;
  53.     box-shadow: none !important;
  54.     margin: inherit !important
  55. }
  56. .newtab-control {
  57.     background-size: 16px !important;
  58.     height: 16px !important;
  59.     max-width: 11px !important;
  60. }
  61. /*.newtab-control-pin {left: 0 !important}
  62. .newtab-control-block {right: 0 !important}*/
  63. .newtab-site[pinned] .newtab-title:before {
  64.      background-image: none !important;
  65.      content: inherit !important
  66. }
  67. .newtab-cell:not([ignorehover]) > .newtab-site:hover, .newtab-site[dragged] {
  68.     box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1) !important;
  69.     border: 0 !important;
  70.     margin: 0 !important
  71. }
  72.   .newtab-site {
  73.     box-shadow: none !important
  74.   }
  75. /* removed */
  76. #newtab-margin-bottom,#newtab-search-container,#newtab-margin-undo-container,#onboarding-overlay-button,.newtab-thumbnail{
  77.     display: none !important
  78. }
  79. }
Advertisement
Add Comment
Please, Sign In to add comment