]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/scheme/plusminus.css
Merge pull request #12502 from annando/no-gs-import
[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,
20 .form-control,
21 .panel,
22 .nav-container,
23 .wall-item-content,
24 .e-content,
25 .p-name,
26 .topbar,
27 post,
28 shiny,
29 tread-wrapper,
30 #topbar-second {
31         color: #000;
32         background-color: #f5f5f5;
33 }
34
35 .form-control {
36         font-family: ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande",
37                 Helvetica, Arial, sans-serif;
38 }
39
40 #topbar-first #nav-notifications-menu li.notification-unseen {
41         border-left: 3px solid #e3eff3;
42         background-color: antiquewhite;
43 }
44
45 #topbar-first #nav-notifications-menu li.notif-entry {
46         padding: 0px;
47 }
48
49 .birthday-notice {
50         background-color: #cc0000;
51         color: white;
52 }
53
54 #birthday-title {
55         background-color: #ff0000;
56         color: white;
57         text-indent: 6px;
58 }
59
60 .birthday-list:before {
61         content: "\1F382 ";
62 }
63
64 .birthday-list {
65         margin: 1px;
66         color: black;
67         background-color: yellow;
68         text-indent: 10px;
69         border-radius: 5px;
70 }
71
72 #event-notice {
73         color: white;
74         background-color: #004c5b;
75         text-indent: 2px;
76 }
77
78 #event-title {
79         color: whitesmoke;
80         background-color: #006c83;
81         text-indent: 6px;
82 }
83
84 .event-list:before {
85         content: "\1F5D3 ";
86 }
87
88 .event-list {
89         margin: 1px;
90         color: black;
91         background-color: #00c7f0;
92         text-indent: 10px;
93         border-radius: 5px;
94 }
95
96 .panel .panel-body {
97         padding-top: 1px;
98         padding-bottom: 1px;
99         padding-left: 5px;
100         padding-right: 5px;
101         border: 1px;
102 }
103
104 .wall-item-network {
105         font-size: 12px;
106 }
107
108 .wall-item-content
109         .clearfix
110         .post
111         .comment-container
112         .well
113         .well-sm
114         .wall-item-body
115         .e-content
116         .p-name
117         .media
118         .comment
119         .wall-item-bottom
120         .wall-item-links
121         .wall-item-tags
122         .wall-item-actions
123         .wall-item-responses
124         #hr {
125         box-sizing: border-box;
126         margin-top: 0px;
127         margin-bottom: 0px;
128         border: 0px;
129         padding: 0px;
130         color: black;
131 }
132
133 .wall-spacer {
134         height: 0px;
135 }
136
137 /* Contact-page */
138 #connect-desc {
139         color: grey;
140 }
141
142 .search-input.form-control.form-search {
143         background-color: #ebebeb;
144         border-color: lightgrey;
145 }
146
147 .search-input.form-control.form-search:focus {
148         background-color: white;
149         border-color: grey;
150 }
151
152 /* Addon-Showmore*/
153 .showmore-wrap {
154         background-color: lightgrey;
155         text-decoration: underline;
156         text-decoration-color: black;
157         text-decoration-style: wavy;
158 }
159
160 /* New compose popup */
161 .profile-jot-net {
162         background: #dff0d8;
163 }
164
165 .profile-jot-net summary {
166         color: #3c763d;
167         font-weight: bold;
168 }