Advertisement
Gotolei

New Tab Page

Oct 14th, 2014
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. @-moz-document url("about:newtab") {
  2.  
  3. #newtab-scrollbox {
  4. background: -moz-dialog !important;
  5. margin-bottom: 20px !important;
  6. box-shadow: 0 20px 0 -moz-dialog !important;
  7. }
  8.  
  9. #newtab-search-form{
  10. margin-top: -30px;
  11. margin-bottom: 10px;
  12. margin-left: 100px;
  13. margin-right: 100px;
  14. }
  15.  
  16. .newtab-side-margin {
  17. min-width: 10px !important;
  18. max-width: 10px !important;
  19. width: 10px !important;
  20. }
  21.  
  22. #newtab-margin-bottom {
  23. display: none !important;
  24. }
  25.  
  26. #newtab-toggle,
  27. #newtab-margin-undo-container {
  28. display: none !important;
  29. }
  30.  
  31. .newtab-cell {
  32. margin: 10px 15px !important;
  33. border-color: threedshadow !important;
  34. border-radius: 5px !important;
  35. min-height: 110px !important;
  36. }
  37.  
  38. .newtab-thumbnail {
  39. border-radius: 4px !important;
  40. min-height: 90px !important;
  41. }
  42.  
  43. .newtab-title {
  44. color: -moz-fieldtext !important;
  45. text-align: center !important;
  46. background: transparent !important;
  47. /* background: -moz-field !important;
  48. border-radius: 0 0 5px 5px !important;
  49. box-shadow: 0 0 0 1px threedshadow !important;
  50. padding: 0 4px !important; */
  51. bottom: -22px !important;
  52. }
  53.  
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement