Advertisement
sanitysama

newtab

Oct 26th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.05 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document url("about:newtab") {
  3. #newtab-scrollbox {
  4.     background-image: url("file://C:/Users/Acer/Pictures/Wallpaper/110233.jpg"),
  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.     }
  9. .newtab-site[pinned] .newtab-title:before {
  10.     background-image: none !important;
  11.     content: inherit !important
  12. }
  13. .newtab-title {
  14.     background: rgba(0,0,0,0.3);
  15.     bottom: 0 !important;
  16.     border-radius: 6px 6px 0px 0px;
  17.     color: white;
  18.     float: left !important;
  19.     position: relative !important;
  20.     padding: 0 5px !important;
  21.     margin: 0 !important;
  22.     width: 280px !important;
  23.     text-align: left !important;
  24.     transition: background 0.2s ease
  25.     }
  26.     .newtab-cell:hover .newtab-title {
  27.         background: rgba(0,0,0,0.9);
  28.         color: white !important
  29.     }
  30. #newtab-margin-top,
  31. #newtab-margin-bottom,
  32. #newtab-search-form,
  33. #newtab-margin-undo-container {
  34.     display: none !important
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement