]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plusminus.css
Merge pull request #3996 from annando/no-zot
[friendica.git] / view / theme / vier / plusminus.css
1 /* Modifications by https://horche.demkontinuum.de/profile/hoergen */
2
3 body { background-color: whitesmoke; }
4
5 h1 {
6   font-size: 18px;
7   color: blue;
8 }
9
10 h2 {
11   font-size: 16px;
12   color: blue;
13   background-color: #EEEEEE;
14   border-radius:5px;
15 }
16
17 h3 {
18   font-size: 14px;
19   color: blue;
20 }
21 h4 {  font-size: 14px;}
22
23 h5 {
24   font-size: 16px;
25   color: black;
26   background-color: #cfcece;
27   border-radius:5px;
28 }
29
30
31 nav {
32   background: #fff;
33   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
34   padding-top: 6px;
35   padding-bottom: 6px;
36 }
37
38 nav a:active,
39 nav a:link,
40 nav a:visited,
41 nav a {
42   color: #737373;
43 }
44
45 nav a:hover,
46 #nav-messages-see-all a:hover {
47   color: #000;
48 }
49
50 .manage-notify {
51   background-color: #CB4437;
52   border-radius: 10px;
53   font: bold 11px/16px Arial;
54 }
55
56 nav .nav-notify {
57   background-color: #CB4437;
58   top: -3px;
59   right: -4px;
60   font: bold 11px/16px Arial;
61   padding: 1px;
62   border-radius: 10px;
63 }
64
65 nav .nav-menu-icon .nav-notify {
66   top: 0px;
67 }
68
69 nav .nav-menu.selected a {
70   color: #000;
71 }
72
73 nav .nav-menu:hover,
74 nav .nav-menu.selected {
75   border-bottom: 2px solid #427FED;
76 }
77
78 nav .nav-menu {
79   height: 23px;
80   font-size: 14px;
81   font-weight: initial;
82 }
83
84 #nav-apps-menu,
85 #nav-site-menu,
86 #nav-notifications-menu,
87 #nav-user-menu {
88   top: 32px;
89 }
90
91 #nav-messages-menu {
92   top: 32px;
93 }
94
95 #nav-messages-see-all a {
96   color: #737373;
97 }
98
99 ul.tabs li .active, span.pager_current a {
100   border-bottom: 2px solid #427FED;
101 }
102
103 span.pager_current, span.pager_n a:hover, 
104 span.pager_first a:hover, span.pager_last a:hover, 
105 span.pager_prev a:hover, span.pager_next a:hover,
106 ul.tabs a:hover {
107   border-bottom: 2px solid #427FED;
108 }
109
110 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
111   color: #737373;
112 }
113
114 nav #nav-messages-linkmenu.selected,
115 nav #nav-user-linklabel.selected,
116 nav #nav-apps-link.selected {
117   background-color: #fff;
118   border-bottom-style: none;
119 }
120
121 div.jGrowl div.info {
122   background: #fff url("../../../images/icons/48/info.png") no-repeat 5px center;
123 }
124
125 div.jGrowl div.notice {
126   color: #737373;
127 }
128 div.jGrowl div.info {
129   color: #737373;
130 }
131
132 .birthday-notice, .event-notice {
133   font-weight: initial;
134 }
135
136 div.pager, ul.tabs {
137   font-weight: initial;
138 }
139
140 nav .nav-menu-icon.selected {
141   background-color: #fff;
142 }
143
144 #jot #jot-tools li:hover {
145   background-color: #fff;
146 }
147
148 nav .icon {
149   color: #737373;
150 }
151
152 nav a:hover .icon {
153   color: #000;
154 }
155
156 ul.menu-popup {
157   border: 0px solid #FFF;
158   margin-top: 0px;
159 }
160
161 header #banner a, header #banner a:active, header #banner a:visited, header #banner a:link, header #banner a:hover {
162   color: #737373;
163 }
164
165 header {
166   left: 10px;
167 }
168
169 header #banner {
170   margin-top: 6px;
171 }
172
173 #banner #logo-text {
174   margin-left: 5px;
175 }
176
177 aside {
178   top: 44px;
179   height: calc(100% - 54px);
180 }
181
182 right_aside {
183   top: 44px;
184 }
185
186 section {
187   top: 44px;
188 }
189
190 nav #nav-search-box #nav-search-text {
191   background-color: initial;
192   border-style: solid;
193   border-width: 1px;
194   border-color: rgba(0, 0, 0, 0.15);
195 }
196
197 .widget h3 {
198   padding: 0px;
199   margin: 0px;
200   border-radius:5px;
201   font-size: 14px;
202   font-weight: initial;
203   background-color: #EEEEEE;
204   color: #505050;
205   font-weight: bolder;
206   width: 100%;
207 }
208
209 /* Timeline */
210
211 div.pager, ul.tabs {
212   border-radius:5px;
213 }
214
215 /* Post*/
216
217 #profile-jot-form { border-radius: 5px; }
218
219 .tread-wrapper { border-radius: 5px; }
220
221 /* Post header */
222
223 .wall-item-container .wall-item-name,
224 .wall-item-container .shared-author {
225   color: #555;
226   font-weight: normal;
227   font-size:10px;
228   -webkit-transition: all 0.2s ease-in-out;
229   -moz-transition: all 0.2s ease-in-out;
230   -o-transition: all 0.2s ease-in-out;
231   -ms-transition: all 0.2s ease-in-out;
232   transition: all 0.2s ease-in-out;
233 }
234
235 .toplevel_item:hover .wall-item-name,
236 .wall-item-container:hover .wall-item-name,
237 .toplevel_item:hover .shared-author,
238 .wall-item-container:hover .shared-author {
239   color: #36c;
240   font-weight: normal;
241   -webkit-transition: all 0.2s ease-in-out;
242   -moz-transition: all 0.2s ease-in-out;
243   -o-transition: all 0.2s ease-in-out;
244   -ms-transition: all 0.2s ease-in-out;
245   transition: all 0.2s ease-in-out;
246 }
247
248 .dt-published { font-size:10px; }
249
250 /* Post content */
251 .wall-item-content blockquote {
252   border-left: 0px;
253   margin-top: 10px;
254   margin-bottom:10px;
255   padding-left: 5px;
256 }
257
258 .wall-item-container .wall-item-content {
259   font-size: 14px;
260 }
261
262 .wall-item-content strong { color:#565656; }
263
264 .wall-item-network { font-size:10px; }
265
266 .shared-time { font-size: 10px; }
267
268 .mention { font-size:12px;}
269
270 .tag { font-size:12px; }
271
272 .type-link, .type-video {
273   border-top: 0px solid #D2D2D2;
274   border-bottom: 0px solid #D2D2D2;
275   display: block;
276   padding-top: 5px;
277   padding-bottom: 5px;
278   margin-top: 20px;
279   margin-bottom: 20px;
280 }
281
282 .type-link blockquote{
283   border-left: 0px;
284   margin-top: 10px;
285   margin-bottom:10px;
286   padding-left: 0px;
287   font-size:12px;
288 }
289
290 .type-link .oembed, .type-video .oembed {
291   font-size: 14px;
292   font-weight: 300;
293   line-height: normal;
294 }
295
296 .shared_header {
297   min-height: 32px;;
298   color: #999;
299   border-top: 0px;
300   padding-top: 5px;
301   margin-top: 5px;
302 }
303
304 /* Post footer */
305 .wall-item-like { font-size:12px; }
306
307 .wall-item-actions-author{
308   font-size:10px;
309   font-weight:normal;
310   margin-bottom: -0.7em;
311   line-height: 5px;
312 }
313
314 .icon-commenting::before {
315     font-size: 17px;
316 }
317
318 .wall-item-tags  { font-size:10px; }
319
320 .wall-item-container.comment .contact-photo  { height:25px; width:25px;}
321
322 #item-delete-selected { font-size:12px; }
323
324 .item-select {
325   width: 1px;
326   height: 1px;
327   background: #000;
328   position: relative;
329   border-radius: 9px;
330 }
331
332 .contact-menu {
333   font-size:12px; 
334   padding-top:0px;
335   padding-bottom:0px;
336 }
337
338 .wall-item-bottom { font-size: 14px; }
339
340 .icon::before {
341   width: 10px;
342 }
343
344 /* comments */
345
346 .wall-item-like { font-size:10px; }
347
348 .wall-item-container.comment { border-bottom: 0px; }
349
350 .hide-comments-outer {
351   margin-left: 80px;
352   margin-bottom: 5px;
353   width: 660px;
354   border-bottom: 0px;
355   border-top: 0px;
356   font-size: 10px;
357   padding: 8px;
358 }
359
360 .fakelink {
361   color: #36c;
362   text-decoration: none;
363   font-size: 10px; 
364   cursor: pointer;
365 }
366
367 /* Calendar */
368
369 .fc-body { background-color: white; }
370
371 .fc-content, .fc-widget {
372   background-color: #a7ecff; 
373   color: black;
374   text-decoration: normal;
375 }
376
377 .fc-toolbar {
378   text-align: center;
379   margin-bottom: 1em;
380   background: white;
381 }
382
383 .fc-day-grid-event .fc-time {
384   font-weight: normal;
385   font-size: 10px;
386 }
387
388 .fc-title, fc-time { text-decoration: normal; }
389
390 .fc-unthemed .fc-today { background: #f9ff97; }
391
392 /* remove standard-styles */
393
394 select {
395   -webkit-appearance: none;
396   -moz-appearance: none;
397   appearance: none;
398   border:1px;
399   border-radius: 5px;
400
401
402 option {
403   background:white;
404   border-top:0px solid #000;
405   height:18px;
406   font-size:14px;
407 }
408
409 /* styling */
410 select {
411   border: 1px solid #bbb;
412   background-color: lightgrey;
413   box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
414   height:20px;
415 }
416
417 /* Settings */
418
419 .ps-theme-default h1,h2,h3,h4,h5{
420   color:black;
421   border-radius:5px;
422 }
423
424 .settings-heading * {
425   color: black;
426 }
427
428 .settings-heading {
429   font-size: 18px;
430   font-weight: bold;
431   background-color: #cfcece;
432   border-radius: 5px;
433 }
434
435 .setings-contend-block {
436   background-color: white;
437 }
438
439 #settings-form {
440   background-color: whitesmoke;
441 }
442
443 .field_help {
444   font-size:12px;
445   display: block;
446   margin-left: 20px;
447   color: #666666;
448 }
449
450 .field label {
451   width: 300px;
452 }
453
454 /* popup */
455
456 ul.menu-popup {
457   width: 16em;
458 }
459
460 ul.menu-popup a {
461   padding: 0 0 0 5px;
462 }
463