Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. tabbrowser tabpanels {background: #1c2126}
  2.  
  3. @-moz-document url("about:newtab") {
  4. #newtab-vertical-margin {
  5. background-color: #1c2126;
  6. }
  7.  
  8. body, span, html {
  9. background: #1c2126;
  10. color: #BDC3C7;
  11. }
  12.  
  13. #newtab-search-text {
  14. background: #39424d;
  15. color: #BDC3C7;
  16. }
  17. }
  18.  
  19. @-moz-document url("about:crashes"), url("about:privatebrowsing"), url-prefix(about:neterror) {
  20. html, body {
  21. background: #1c2126;
  22. color: #BDC3C7;
  23. }
  24.  
  25. h1 {
  26. color: #6C7A89;
  27. }
  28.  
  29. button:not(:hover) {
  30. background-color: #1c2126 !important;
  31. border-color: #6C7A89 !important;
  32. color: #BDC3C7 !important;
  33. }
  34.  
  35. button {
  36. background-color: #6C7A89 !important;
  37. border-color: #1c2126 !important;
  38. color: #BDC3C7 !important;
  39. }
  40.  
  41. }
  42.  
  43. @-moz-document url("about:"), url("about:about"), url("about:blank"), url("about:buildconfig"), url("about:cache"), url("about:license"), url("about:rights"), url("about:sync-log"){
  44. html, :root {
  45. background: #1c2126;
  46. }
  47.  
  48. body, span {
  49. background: #39424d;
  50. color: #BDC3C7;
  51. }
  52.  
  53. #aboutLogoContainer {
  54. border: none;
  55. }
  56.  
  57. a {
  58. color: #59ABE3;
  59. }
  60.  
  61. a:visited {
  62. color: #913D88;
  63. }
  64.  
  65. a:hover{
  66. color: #1BA39C
  67. }
  68.  
  69. input[type="text"], input[type="text"] {
  70. background-color: #39424d;
  71. border-radius: 5px;
  72. color: #BDC3C7;
  73. }
  74.  
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement