-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
177 lines (144 loc) · 4 KB
/
style.css
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
/**
* https://github.com/eviratec/nautilus-replacement
* Copyright (c) 2017 Callan Peter Milne
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
html,
body {
font-size: 16.6px 100%;
}
body {
padding: 0;
margin: 0;
font-family: "Ubuntu Mono", monospace;
}
section#searchRoot md-icon.material-icons {
margin-right: 24px;
}
section#searchRoot md-tab-content,
section#searchRoot md-tab-content md-content {
background-color: #fff;
}
section#searchRoot md-tabs {
border-radius: 0;
}
section#searchRoot md-tabs-wrapper {
z-index: 1;
box-shadow: 0 1px 5px 0 rgba(0,0,0,.2),
0 2px 2px 0 rgba(0,0,0,.14),
0 3px 1px -2px rgba(0,0,0,.12);
}
section#searchRoot header h1 {
font-family: "Ubuntu Mono", monospace;
font-weight: 400;
}
section#aboutRoot md-tab-content,
section#aboutRoot md-tab-content md-content {
background-color: #e3e3e3;
}
section#aboutRoot header {
padding: 24px;
}
section#aboutRoot header h1,
section#aboutRoot header p {
margin: 0;
}
section#aboutRoot md-tabs-canvas {
border-top: 1px solid rgba(0,0,0,0.12);
}
#appRoot md-toolbar md-input-container.md-toolbar-theme {
}
#appRoot md-toolbar md-input-container.md-toolbar-theme .md-input {
font-family: "Ubuntu Mono", monospace;
color: rgba(255,255,255,0.7);
border-color: rgba(255,255,255,0);
padding: 0px 8px;
font-size: 16.6px;
transition: all 99ms;
background-color: rgba(0,0,0,0.1);
border-radius: 3px;
}
#appRoot md-toolbar md-input-container.md-toolbar-theme .md-input:focus,
#appRoot md-toolbar md-input-container.md-toolbar-theme .md-input:hover {
color: rgba(255,255,255,1);
border-bottom-width: 1px;
}
#appRoot md-toolbar md-input-container.md-toolbar-theme .md-input:focus {
background-color: rgba(0,0,0,0.2);
}
#appRoot md-toolbar md-input-container.md-toolbar-theme .md-errors-spacer {
display: none;
}
#appRoot md-content header {
padding: 24px;
border-bottom: 1px solid rgba(0,0,0,0.12);
position: relative;
}
#appRoot md-content header h1 {
margin: 0;
font-weight: 300;
color: rgba(0,0,0,0.57);
}
#appRoot md-content header .md-button {
font-family: "Ubuntu Mono", monospace;
}
#appRoot md-content header .quick-actions {
position: absolute;
right: 16px;
bottom: 16px;
}
#appRoot md-content section md-list-item.hidden-obj {
color: rgba(0,0,0,0.38);
}
#appRoot md-content section md-list-item.dir-obj {
font-family: "Ubuntu Mono", monospace;
}
#appRoot md-content section md-list-item .obj-size {
color: rgba(0,0,0,0.38);
}
#appRoot div.sidebar .md-subheader .md-subheader-inner {
color: rgba(255,255,255,0.7);
background-color: #0091ea;
}
#appRoot div.sidebar {
width: 300px;
overflow-x: hidden;
background-color: #242424;
color: rgba(255,255,255,0.7);
}
#appRoot .lock-size {
margin-left: auto;
margin-right: auto;
position: absolute;
bottom: 24px;
right: 24px;
}
#appRoot md-content section md-list {
margin-bottom: 72px;
}
md-menu-content md-menu-item button.md-button md-checkbox {
margin: 0;
}
md-menu-content md-menu-item button.md-button md-checkbox div.md-label {
margin-left: 43px;
}
md-menu-content md-menu-item button.md-button md-checkbox div.md-container {
margin-left: 2px;
}
md-content md-list-item._md-button-wrap {
border-bottom: 1px solid rgba(0,0,0,0.12);
}
div.sidebar md-list-item._md-button-wrap {
border-bottom: 1px solid rgba(255,255,255,0.12);
}