aboutsummaryrefslogtreecommitdiff
path: root/firefox/stylish/new_tab
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-08-10 19:59:17 +0200
committerNeodarZ <neodarz@neodarz.net>2017-08-10 19:59:17 +0200
commite9f83423c716c9be52558aefbb80240fe47b5a7b (patch)
treef38767e0eee782af4dd3c480fa7e5c727a09d981 /firefox/stylish/new_tab
parentf88eac462e3121e63363e877f763afbfb9d6dda8 (diff)
downloaddotfiles_ascii-e9f83423c716c9be52558aefbb80240fe47b5a7b.tar.xz
dotfiles_ascii-e9f83423c716c9be52558aefbb80240fe47b5a7b.zip
Add some firefox theme for stylish plugin
Diffstat (limited to 'firefox/stylish/new_tab')
-rw-r--r--firefox/stylish/new_tab49
1 files changed, 49 insertions, 0 deletions
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;
+
+ }
+
+}