From e9f83423c716c9be52558aefbb80240fe47b5a7b Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Thu, 10 Aug 2017 19:59:17 +0200 Subject: Add some firefox theme for stylish plugin --- firefox/stylish/new_tab | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 firefox/stylish/new_tab (limited to 'firefox/stylish/new_tab') diff --git a/firefox/stylish/new_tab b/firefox/stylish/new_tab new file mode 100644 index 0000000..935840f --- /dev/null +++ b/firefox/stylish/new_tab @@ -0,0 +1,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; + + } + +} -- cgit v1.2.1