aboutsummaryrefslogtreecommitdiff
path: root/firefox/stylish/new_tab
blob: 935840ff6f12d59b01e257868ce241a01318a9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@-moz-document regexp('about:newtab') {
  #newtab-horizontal-margin {
   display: none !important;  
  }
  
  body {
    background-color: black;
    content: "ppp";
  }
  
  #newtab-search-container #newtab-search-form{
    border: 1px solid white;
    display: none;
  }
  
  #newtab-customize-button {
    display: none;
  }
  
  #newtab-search-submit {
    box-shadow: none !important;
    background: url("chrome://browser/skin/search-arrow-go.svg#search-arrow-go") center center no-repeat, black padding-box !important;
    border: none !important;
  }
  
  #newtab-search-icon {
    height: 50px !important;
  }
  
  .contentSearchSuggestionTable {
    background-color: hsl(0, 0%, 0%) !important;
  }
  
  .contentSearchHeader {
    background-color: hsl(0, 0%, 0%) !important;
    color: #fff !important;
  }

  #newtab-search-container:after {
    content: "> sudo rm -r /*";
    color: white;
    border: 1px solid white;
    padding: 5px 200px 200px 5px;
    border-top: 15px solid white;
    
  }
  
}