aboutsummaryrefslogtreecommitdiffstats
path: root/userChrome.css
blob: bc39360a62162f5feda9355d31fda4c083b6ed0b (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
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;
}