sanitysama

newtab no thumb

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