]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/plusminus.css
Merge pull request #4026 from zeroadam/ModRemovals
[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 .contact-photo-wrapper .mframe .p-author .h-card {
267   width: 65px;
268 }
269
270 .shared-time { font-size: 10px; }
271
272 .mention { font-size:12px;}
273
274 .tag { font-size:12px; }
275
276 .type-link, .type-video {
277   border-top: 0px solid #D2D2D2;
278   border-bottom: 0px solid #D2D2D2;
279   display: block;
280   padding-top: 5px;
281   padding-bottom: 5px;
282   margin-top: 20px;
283   margin-bottom: 20px;
284 }
285
286 .type-link blockquote{
287   border-left: 0px;
288   margin-top: 10px;
289   margin-bottom:10px;
290   padding-left: 0px;
291   font-size:12px;
292 }
293
294 .type-link .oembed, .type-video .oembed {
295   font-size: 14px;
296   font-weight: 300;
297   line-height: normal;
298 }
299
300 .shared_header {
301   min-height: 32px;;
302   color: #999;
303   border-top: 0px;
304   padding-top: 5px;
305   margin-top: 5px;
306 }
307
308 /* Post footer */
309 .wall-item-like { font-size:12px; }
310
311 .wall-item-actions-author{
312   font-size:10px;
313   font-weight:normal;
314   margin-bottom: -0.7em;
315   line-height: 5px;
316 }
317
318 .icon-commenting::before {
319     font-size: 17px;
320 }
321
322 .wall-item-tags  { font-size:10px; }
323
324 .wall-item-container.comment .contact-photo  { height:25px; width:25px;}
325
326 #item-delete-selected { font-size:12px; }
327
328 .item-select {
329   width: 1px;
330   height: 1px;
331   background: #000;
332   position: relative;
333   border-radius: 9px;
334 }
335
336 .contact-menu {
337   font-size:12px; 
338   padding-top:0px;
339   padding-bottom:0px;
340 }
341
342 .wall-item-bottom { font-size: 14px; }
343
344 .icon::before {
345   width: 10px;
346 }
347
348 /* comments */
349
350 .wall-item-like { font-size:10px; }
351
352 .wall-item-container.comment { border-bottom: 0px; }
353
354 .hide-comments-outer {
355   margin-left: 80px;
356   margin-bottom: 5px;
357   width: 660px;
358   border-bottom: 0px;
359   border-top: 0px;
360   font-size: 10px;
361   padding: 8px;
362 }
363
364 .fakelink {
365   color: #36c;
366   text-decoration: none;
367   font-size: 10px; 
368   cursor: pointer;
369 }
370
371 /* Calendar */
372
373 .fc-body { background-color: white; }
374
375 .fc-content, .fc-widget {
376   background-color: #a7ecff; 
377   color: black;
378   text-decoration: normal;
379 }
380
381 .fc-toolbar {
382   text-align: center;
383   margin-bottom: 1em;
384   background: white;
385 }
386
387 .fc-day-grid-event .fc-time {
388   font-weight: normal;
389   font-size: 10px;
390 }
391
392 .fc-title, fc-time { text-decoration: normal; }
393
394 .fc-unthemed .fc-today { background: #f9ff97; }
395
396 /* remove standard-styles */
397
398 select {
399   -webkit-appearance: none;
400   -moz-appearance: none;
401   appearance: none;
402   border:1px;
403   border-radius: 5px;
404
405
406 option {
407   background:white;
408   border-top:0px solid #000;
409   height:18px;
410   font-size:14px;
411 }
412
413 /* styling */
414 select {
415   border: 1px solid #bbb;
416   background-color: lightgrey;
417   box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
418   height:20px;
419 }
420
421 /* Settings */
422
423 .ps-theme-default h1,h2,h3,h4,h5{
424   color:black;
425   border-radius:5px;
426 }
427
428 .settings-heading * {
429   color: black;
430 }
431
432 .settings-heading {
433   font-size: 18px;
434   font-weight: bold;
435   background-color: #cfcece;
436   border-radius: 5px;
437 }
438
439 .setings-contend-block {
440   background-color: white;
441 }
442
443 #settings-form {
444   background-color: whitesmoke;
445 }
446
447 .field_help {
448   font-size:12px;
449   display: block;
450   margin-left: 20px;
451   color: #666666;
452 }
453
454 .field label {
455   width: 300px;
456 }
457
458 /* popup */
459
460 ul.menu-popup {
461   width: 16em;
462 }
463
464 ul.menu-popup a {
465   padding: 0 0 0 5px;
466 }
467
468 /* Growl Popup */
469
470 .jGrowl, .notice * {
471   color: white;
472 }
473
474 /* Buttons */
475
476 input[type=submit] {
477   padding:0px 20px; 
478   color:white;
479   background:#6c82ff; 
480   border:1px solid darkgrey;
481   cursor:pointer;
482   -webkit-border-radius: 5px;
483   border-radius: 5px; 
484   -webkit-transition-duration: 0.4s; /* Safari */
485   transition-duration: 0.4s;
486   box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.24);
487 }
488
489 input[type=submit]:hover {
490   background:#0026ff; 
491
492 }
493
494 input[type=text], input[type=password], input[type=email], input[type=url] {
495   padding:2px 2px; 
496   background:white; 
497   border:1px solid darkgrey;
498   cursor:pointer;
499   -webkit-border-radius: 5px;
500   border-radius: 5px; 
501   -webkit-transition-duration: 0.4s; /* Safari */
502   transition-duration: 0.4s;
503 }
504
505 input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus {
506   background-color:#eef3ff;
507 }
508