aboutsummaryrefslogtreecommitdiff
path: root/css/grauphel.css
blob: b5ffb94d44c6bbdf4243096abe10808ff0df990a (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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
.app-grauphel #app-content {
    box-sizing: border-box;
}
.app-grauphel #app-content.content {
    padding: 2ex;
}

.app-grauphel #app-content h1 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1ex;
}
.app-grauphel #app-content.list h1 {
    padding: 1ex;
}
.app-grauphel #app-content.list > p {
    margin: 2ex;
}

.app-grauphel #app-content h2 {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 1ex;
    margin-top: 2ex;
}
.app-grauphel #app-content dt,
.app-grauphel #app-content dd {
    display: block;
    padding: 0;
    text-align: left;
}
.app-grauphel #app-content dt {
    font-weight: bold;
}
.app-grauphel #app-content dd {
    margin-left: 3ex;
}
.app-grauphel #app-content pre {
    margin: 1em;
    background-color: #DDD;
    padding: 1ex;
    font-family: monospace;
}
.app-grauphel #app-content blockquote {
    margin-left: 2ex;
}

.app-grauphel #app-content ul {
    list-style-type: disc;
    margin-bottom: 1ex;
}
.app-grauphel #app-content li {
    margin-left: 4ex;
}
.app-grauphel #app-content a.lined {
    text-decoration: underline;
}

.app-grauphel #app-content .error {
    color: red;
}
.app-grauphel #app-content .success {
    color: green;
}
.app-grauphel #app-content .error a {
    color: red !important;
}

.app-grauphel #app-content .actions {
    float: right;
}
.app-grauphel #app-content .actions a {
    color: #555;
    padding: 14px 10px;
    position: relative;
    top: 7px;
    min-width: 25px;
    padding: 5px;
    background-color: rgba(240,240,240,.9);
}

.app-grauphel .oauth-authorize {
    margin: 2ex;
    text-align: center;
}
.app-grauphel .msg {
    padding: 2ex;
}
.app-grauphel .buttons {
    margin-top: 2ex;
    text-align: center;
}


/* make the settings menu nicer */
.app-grauphel #app-settings-content li a {
    display: block;
    line-height: 2rem;
    min-height: 2rem;
    padding-left: 1rem;
}
.app-grauphel #app-settings-content li a:hover {
    opacity: 1;
    box-shadow: inset 4px 0 var(--color-primary);
}

/* table style */

table.table {
    position: relative;
    width: 100%;
}

/* make sure there's enough room for the file actions */
#body-user table.table {
	min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
}

table.table tbody tr { background-color:#fff; height:51px; }

/* fit app list view heights */
/*
.app-files #app-content>.viewcontainer {
	min-height: 100%;
}*/

table.table tbody tr { background-color:#fff; height:40px; }
table.table tbody tr:hover, tbody tr:active {
	background-color: rgb(240,240,240);
}
table.table tbody tr.selected {
	background-color: rgb(230,230,230);
}
table.table tbody tr.searchresult {
	background-color: rgb(240,240,240);
}
table.table tbody a { color:#000; }

table.table tr.mouseOver td {
	background-color: #eee;
}
table.table th, table th a {
	color: #999;
}
table.table thead th {
    background-color: white;
    padding: 15px;
    height: 50px;
    box-sizing: border-box;
    vertical-align: middle;
}

table.table th, table.table td, #searchresults td {
    border-bottom:1px solid #ddd;
    text-align:left;
    font-weight:normal;
}
table.table td {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    font-style: normal;
    background-position: 8px center;
    background-repeat: no-repeat;
}
#headerTitle {
    /* let it take all available space */
    width: 9999px;
}

a.action.delete, table.table form button.action.delete {
    position: absolute;
    right: 0px;
    padding: 17px 14px;
    padding: 3px 14px;
}
a.action {
    line-height: 30px;
}
a.cellclick {
    display: block;
}
table.table form {
    display: inline;
}
table.table form button.action {
    border: none;
    background-color: transparent;
}

.muted {
    color: #999;
}

.note-content {
    padding-top: 2ex;
}

.note-content .strikethrough {
    text-decoration: line-through;
}
.note-content .highlight {
    background-color: yellow;
}
.note-content .small {
    font-size: 80%;
}
.note-content .large {
    font-size: 150%;
}
.note-content .huge {
    font-size: 200%;
}
.note-content a {
    text-decoration: underline;
}

#searchresults {
    margin-top: 0px;
    min-height: 100%;
    margin-bottom: 50px;
}