]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/scheme/plusminus.css
updated wall-spacer and color of preview (#5357)
[friendica.git] / view / theme / frio / scheme / plusminus.css
1 /*
2     Licence    : AGPL
3
4     Created on : 29.06.2018, 15:03:06
5     Author     : hoergen
6     Color picker   : https://www.w3schools.com/colors/colors_names.asp
7     CSS UTF8 icons : https://www.utf8icons.com 
8
9 */
10
11 body {
12     background: url(scheme/plusminus.jpg);
13     background-repeat: no-repeat;
14     background-size: cover;
15     background-attachment: fixed;
16     height: auto;
17 }
18
19 aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-content, .p-name, .topbar, post, shiny, tread-wrapper, #topbar-second  {
20     color: #000;
21     background-color: #f5f5f5;
22 }
23
24 .form-control { 
25     font-family: ".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
26 }
27
28 #topbar-first #nav-notifications-menu li.notify-unseen {
29
30     border-left: 3px solid #f3fcfd;
31     background-color: antiquewhite;
32 }
33
34 .birthday-notice {
35     background-color:#cc0000;
36     color: white;
37 }
38
39 #birthday-title {
40     background-color:#ff0000;
41     color: white;
42     text-indent: 6px;
43 }
44
45 .birthday-list:before {
46     content: "\1F382 ";
47 }
48
49 .birthday-list{
50     margin: 1px;
51     color: black;
52     background-color: yellow;
53     text-indent: 10px;
54     border-radius: 5px;
55 }
56
57 #event-notice{
58     color: white;
59     background-color: #004c5b;
60     text-indent: 2px;
61 }
62
63 #event-title{
64     color: whitesmoke;
65     background-color: #006c83;
66     text-indent: 6px;
67 }
68
69 .event-list:before {
70     content: "\1F5D3 ";
71 }
72
73 .event-list {
74     margin: 1px;
75     color: black;
76     background-color: #00c7f0;
77     text-indent: 10px;
78     border-radius: 5px;
79 }
80
81 .panel .panel-body {
82     padding-top: 1px;
83     padding-bottom: 1px;
84     padding-left:5px;
85     padding-right:5px;
86     border: 1px;
87 }
88
89 .wall-item-network {
90     font-size: 12px;
91 }
92
93 .wall-item-content .clearfix .post .comment-container .well .well-sm .wall-item-body .e-content .p-name .media .comment .wall-item-bottom .wall-item-links .wall-item-tags .wall-item-actions .wall-item-responses #hr {
94     box-sizing: border-box;
95     margin-top: 0px;
96     margin-bottom: 0px;
97     border:0px;
98     padding:0px;
99     color:black; 
100 }
101
102 .wall-spacer {
103     height: 0px;
104 }