From ae97090e1135901d0d8a3a19eaf403e9c6442305 Mon Sep 17 00:00:00 2001 From: Erik Sandström Date: Tue, 5 Aug 2014 22:45:43 +0200 Subject: added userchrome.css for firefox --- userChrome.css | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100755 userChrome.css diff --git a/userChrome.css b/userChrome.css new file mode 100755 index 0000000..bc39360 --- /dev/null +++ b/userChrome.css @@ -0,0 +1,140 @@ +/* firefox 28 only, can't be bothered to fix it, also requires vimperator */ + +@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); + + +scrollbar { + visibility: collapse !important } + +#nav-bar { + display: none !important; + height: 0px !important } + +#liberator-commandline-command, +#liberator-statusline, +#liberator-bottombar, +#status-bar, +#liberator-status, +#liberator-message, +#liberator-mode, +#liberator-commandline{ + color: #ededf7; + background: #252627; + font-size: 8pt; +} +#liberator-container{ + font-size: 8pt; +} +#liberator-commandline * { + color: #ededf7; + background: #252627; + font-size: 8pt; +} +#liberator-commandline-command { + color: #ededf7; + background: #252627; + font-family: Source Code Pro !important; + font-size: 6pt; !important } + +#liberator-separator { + border-top: 0px solid transparent !important; } + +tabs { + font-size: 8pt !important } + +#appmenu-toolbar-button { + font-size: 0px } + +richlistitem.addon .content-container { + font-size: 6px !important } + +#navigator-toolbox toolbar, +.tabbrowser-tab:not([selected="true"]) { + background:transparent!important; + color: #ccc!important; } + +.tabbrowser-tab { + text-align:center!important; + margin: -3px 0 0 !important; + padding: 0 6px !important; + border:none!important; + background: rgba(34,34,34,0.3)!important; + color: #ededf7 !important; + max-height: 10px !important; +} +#TabsToolbar { + background-image: none !important; +} + +#urlbar { + background:transparent!important; + text-align:center!important; + margin: -3px -9px 0 0 !important; + border:none!important } + +#statusbar-display { + display: none !important; } + +.tabbrowser-tab[fadein]:not([pinned]) { + min-width: 0px !important; + max-width: 950px !important; } + +#main-window:not([disablechrome]) #navigator-toolbox[tabsontop="true"] { + border: 0px !important; } + +.tabbrowser-arrowscrollbox > .scrollbutton-up, +.tabbrowser-arrowscrollbox > .scrollbutton-down, +toolbarbutton#appmenu-toolbar-button, +toolbarbutton#alltabs-button, +toolbarbutton#new-tab-button, +.tabs-closebutton-box, +.tab-close-button { + display: none !important; } + +tabs#tabbrowser-tabs, tabs#tabbrowser-tabs * { + -moz-appearance: none !important; + -moz-border-radius: 0px !important; + border-radius: 0px !important; + border: 0px !important; + margin: 0 !important; + padding: 0 !important; + background-image: none !important; + font-family: Source Code Pro !important; +} + +tabs#tabbrowser-tabs { + -moz-appearance: none !important; + -moz-border-radius: 0px !important; + border: none !important; + background: #252627 !important; + +} +.tabbrowswer-tabs { + background: transparent !important; + max-height: 18px !important; + background-image:none !important; +} +.tabbrowser-tab { + -moz-appearance: none !important; + -moz-border-radius: 0px !important; + border-radius: 0px !important; + min-height: 18px !important; + color: #ededf7 !important; + background: #252627 !important; + max-height: 18px !important;} + +.tabbrowser-tab[selected=true] { + -moz-appearance: none !important; + -moz-border-radius: 0px !important; + border-radius: 0px !important; + background: #1b1c1d !important; + font-weight: bold !important; + color: #ededf7 !important; } + +.tabs-newtab-button { + display: none; } + +#liberator-commandline.status_secure { + background-color: #B0FF00 !important; + color: black; +} -- cgit v1.2.3-54-g00ecf