PluginProbe
wpForo Forum / 1.4.1
wpForo Forum v1.4.1
3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 138 releases
wpforo / wpf-themes / classic / styles / css.php

css.php in wpForo Forum 1.4.1, at wpf-themes/classic/styles/css.php

440 lines 35.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // Exit if accessed directly
3 if( !defined( 'ABSPATH' ) ) exit;
4
5 /**
6 *
7 * @file: CSS Matrix
8 * @version: 1.0.0
9 * @theme: Classic
10 *
11 */
12 $css = '/* wpForo Dynamic CSS Document */
13
14 #wpforo-wrap { color: '. $WPFCOLOR_2 .'; background: '. $WPFCOLOR_1 .' }
15 #wpforo-wrap .wpforo-subforum i{ color:'. $WPFCOLOR_6 .'; }
16 #wpforo-wrap #footer { background:'. $WPFCOLOR_8 .';}
17 #wpforo-wrap .wpf-p-error { background-color: '. $WPFCOLOR_8 .'; color: '. $WPFCOLOR_2 .'; }
18 #wpforo-wrap .wpf-res-menu { color: '. $WPFCOLOR_1 .'; }
19 #wpforo-wrap #wpforo-menu { background-color:'. $WPFCOLOR_3 .'; }
20 #wpforo-wrap #wpforo-menu li { border-right:'. $WPFCOLOR_5 .' 1px solid; }
21 #wpforo-wrap #wpforo-menu li a { color: '. $WPFCOLOR_1 .'; }
22
23 #wpforo-wrap .wpforo-active,
24 #wpforo-wrap #wpforo-menu li:hover,
25 #wpforo-wrap #wpforo-menu .current-menu-ancestor,
26 #wpforo-wrap #wpforo-menu .current-menu-parent,
27 #wpforo-wrap #wpforo-menu .current_page_item { background-color: '. $WPFCOLOR_12 .'!important; }
28
29 #wpforo-load { color: '. $WPFCOLOR_12 .'; }
30 #wpforo-load i{ color: '. $WPFCOLOR_12 .'!important; }
31
32 #wpforo-wrap .wpf-search input[type="text"]{ color: '. $WPFCOLOR_3 .'; background: transparent; }
33 #wpforo-wrap .wpf-search input[type="text"]:focus{ background: '. $WPFCOLOR_9 .'; }
34 #wpforo-wrap .wpf-search i{ color: '. $WPFCOLOR_12 .'; }
35
36 #wpforo-wrap #wpforo-poweredby{ background-color:'. $WPFCOLOR_3 .'; color: '. $WPFCOLOR_1 .'; }
37 #wpforo-wrap #wpforo-title{ color:'. $WPFCOLOR_2 .';}
38 #wpforo-wrap #wpforo-description{color:'. $WPFCOLOR_3 .';border-bottom:1px solid '. $WPFCOLOR_7 .';}
39
40 #wpforo-wrap a { color: '. $WPFCOLOR_15 .'; }
41 #wpforo-wrap a:visited { color: '. $WPFCOLOR_15 .'; }
42 #wpforo-wrap a:hover{ color: '. $WPFCOLOR_11 .';}
43 #wpforo-wrap a:active { color: '. $WPFCOLOR_11 .'; }
44
45 #wpforo-wrap pre { border:'. $WPFCOLOR_8 .' 1px solid; background:'. $WPFCOLOR_17 .'; }
46
47 .wpfcl-a{ color:'. $WPFCOLOR_11 .'!important; }
48 .wpfbg-a{ background-color:'. $WPFCOLOR_11 .'!important; }
49 .wpfcl-b{ color:'. $WPFCOLOR_12 .'!important; }
50 .wpfbg-b{ background-color:'. $WPFCOLOR_12 .'!important; }
51 .wpfcl-0{ color:'. $WPFCOLOR_6 .'!important; }
52 .wpfbg-0{ background-color:'. $WPFCOLOR_6 .'!important; }
53 .wpfcl-1{ color:'. $WPFCOLOR_3 .'!important; }
54 .wpfbg-1{ background-color:'. $WPFCOLOR_3 .'!important; }
55 .wpfcl-2{ color:'. $WPFCOLOR_5 .'!important; }
56 .wpfbg-2{ background-color:'. $WPFCOLOR_5 .'!important; }
57 .wpfcl-3{ color:'. $WPFCOLOR_1 .'!important; }
58 .wpfbg-3{ background-color:'. $WPFCOLOR_1 .'!important; }
59 .wpfcl-4{ color:'. $WPFCOLOR_13 .'!important;}
60 .wpfbg-4{ background-color:'. $WPFCOLOR_13 .'!important; }
61 .wpfcl-5{ color:'. $WPFCOLOR_20 .'!important; }
62 .wpfbg-5{ background-color:'. $WPFCOLOR_20 .'!important; }
63 .wpfcl-6{ color:'. $WPFCOLOR_14 .'!important; }
64 .wpfbg-6{ background-color:'. $WPFCOLOR_14 .'!important; }
65 .wpfcl-7{ color:'. $WPFCOLOR_8 .'!important; }
66 .wpfbg-7{ background-color:'. $WPFCOLOR_8 .'!important; }
67 .wpfcl-8{ color:'. $WPFCOLOR_30 .'!important; }
68 .wpfbg-8{ background-color:'. $WPFCOLOR_30 .'!important; }
69 .wpfcl-9{ color:'. $WPFCOLOR_9 .'!important; }
70 .wpfbg-9{ background-color:'. $WPFCOLOR_9 .'!important; }
71
72 #wpforo-wrap .author-rating { border: 1px solid '. $WPFCOLOR_8 .'; background: '. $WPFCOLOR_9 .'; }
73
74 #wpforo-wrap .wpf-breadcrumb .wpf-root{ border-left:1px solid '. $WPFCOLOR_4 .'; }
75 #wpforo-wrap .wpf-breadcrumb a.wpf-end { background: transparent!important; }
76 #wpforo-wrap .wpf-breadcrumb a.wpf-end:hover{ background: transparent!important; }
77 #wpforo-wrap .wpf-breadcrumb a { color:'. $WPFCOLOR_4 .'; background: '. $WPFCOLOR_1 .';}
78 #wpforo-wrap .wpf-breadcrumb a:hover{ background:'. $WPFCOLOR_9 .'; }
79 #wpforo-wrap .wpf-breadcrumb a:hover:after { background:'. $WPFCOLOR_9 .'; }
80 #wpforo-wrap .wpf-breadcrumb a.active{ background:'. $WPFCOLOR_9 .'; color:'. $WPFCOLOR_16 .'; }
81 #wpforo-wrap .wpf-breadcrumb a.active:after { background:'. $WPFCOLOR_9 .'; }
82 #wpforo-wrap .wpf-breadcrumb a:after { background: '. $WPFCOLOR_1 .'; }
83 #wpforo-wrap .wpf-breadcrumb a.active:after { background: '. $WPFCOLOR_9 .'; }
84
85 #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{ border:'. $WPFCOLOR_8 .' 1px solid; background:'. $WPFCOLOR_1 .'; }
86 #wpforo-wrap .wpforo-post .wpf-right blockquote{ border:'. $WPFCOLOR_6 .' 1px dotted; background:'. $WPFCOLOR_8 .'; }
87 #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{ border:'. $WPFCOLOR_8 .' 1px solid; background:'. $WPFCOLOR_8 .'; }
88 #wpforo-wrap .wpforo-post .wpf-right code{ border:'. $WPFCOLOR_8 .' 1px solid; background:'. $WPFCOLOR_8 .'; }
89 #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{ border-bottom:'. $WPFCOLOR_8 .' 1px solid;}
90 #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{ border:'. $WPFCOLOR_1 .' 1px dotted; }
91 #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{border:'. $WPFCOLOR_8 .' 2px solid; background:'. $WPFCOLOR_1 .'; }
92 #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{ border-top:'. $WPFCOLOR_11 .' 1px dotted; color:'. $WPFCOLOR_5 .';}
93 #wpforo-wrap .wpforo-post .wpf-left .wpforo-membertoggle i{ color:'. $WPFCOLOR_15 .';}
94 #wpforo-wrap .wpforo-post .wpf-mod-message{color:'. $WPFCOLOR_20 .'}
95
96 #wpforo-wrap .wpforo-topic-badges{ background-color:'. $WPFCOLOR_9 .'; }
97
98 #wpforo-wrap .wpfl-1 .wpforo-category{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
99 #wpforo-wrap .wpfl-1 .cat-title{ color:'. $WPFCOLOR_1 .'; }
100 #wpforo-wrap .wpfl-1 .cat-stat-posts { color:'. $WPFCOLOR_1 .'; }
101 #wpforo-wrap .wpfl-1 .cat-stat-topics {color:'. $WPFCOLOR_1 .'; }
102 #wpforo-wrap .wpfl-1 .forum-wrap{ border-top:'. $WPFCOLOR_7 .' 1px solid; }
103 #wpforo-wrap .wpfl-1 .wpforo-forum{ background-color:'. $WPFCOLOR_9 .'; }
104 #wpforo-wrap .wpfl-1 .wpforo-forum-description{color:'. $WPFCOLOR_5 .'; }
105 #wpforo-wrap .wpfl-1 .wpforo-subforum{ border-top:'. $WPFCOLOR_10 .' 1px dotted; }
106 #wpforo-wrap .wpfl-1 .wpforo-forum-footer{ color:'. $WPFCOLOR_6 .'; }
107 #wpforo-wrap .wpfl-1 .wpforo-last-topics{ background-color:'. $WPFCOLOR_1 .'; }
108 #wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{ color:'. $WPFCOLOR_3 .'; }
109 #wpforo-wrap .wpfl-1 .wpforo-last-topics-list{ color:'. $WPFCOLOR_3 .'; border-bottom:'. $WPFCOLOR_7 .' 0px solid; }
110
111 #wpforo-wrap .wpfl-1 .wpforo-topic-head{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
112 #wpforo-wrap .wpfl-1 .head-title{ color:'. $WPFCOLOR_1 .'; }
113 #wpforo-wrap .wpfl-1 .head-stat-posts { color:'. $WPFCOLOR_1 .'; }
114 #wpforo-wrap .wpfl-1 .head-stat-views { color:'. $WPFCOLOR_1 .'; }
115 #wpforo-wrap .wpfl-1 .topic-wrap{ border-top:'. $WPFCOLOR_7 .' 1px solid; }
116 #wpforo-wrap .wpfl-1 .wpforo-topic{ background-color:'. $WPFCOLOR_9 .'; }
117 #wpforo-wrap .wpfl-1 .wpforo-topic-info{ color:'. $WPFCOLOR_3 .'; }
118 #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ color:'. $WPFCOLOR_3 .'; }
119 #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{ color:'. $WPFCOLOR_3 .'; }
120 #wpforo-wrap .wpfl-1 .wpforo-last-posts{ background-color:'. $WPFCOLOR_1 .'; }
121 #wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{ color:'. $WPFCOLOR_3 .'; }
122 #wpforo-wrap .wpfl-1 .wpforo-last-posts-list{ color:'. $WPFCOLOR_3 .'; border-bottom:'. $WPFCOLOR_7 .' 0px solid; }
123
124 #wpforo-wrap .wpfl-1 .post-wrap{ border-top:none; border-bottom:'. $WPFCOLOR_8 .' 3px solid; }
125 #wpforo-wrap .wpfl-1 .wpforo-post-head{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
126 #wpforo-wrap .wpfl-1 .wpforo-post{ background-color:'. $WPFCOLOR_9 .'; }
127 #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px solid '. $WPFCOLOR_8 .'; }
128 #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{ background:'. $WPFCOLOR_1 .'; border:'. $WPFCOLOR_8 .' 2px solid; }
129 #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{ border:1px solid '. $WPFCOLOR_8 .'; background:'. $WPFCOLOR_9 .'; }
130 #wpforo-wrap .wpfl-1 .wpforo-post .bottom { border-top:'. $WPFCOLOR_8 .' 1px solid; }
131 #wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft a{ color:'. $WPFCOLOR_20 .'; }
132
133 #wpforo-wrap .wpfl-2 .wpforo-category{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
134 #wpforo-wrap .wpfl-2 .cat-title{ color:'. $WPFCOLOR_1 .'; }
135 #wpforo-wrap .wpfl-2 .cat-lastpostinfo{ color:'. $WPFCOLOR_1 .'; }
136 #wpforo-wrap .wpfl-2 .forum-wrap{ border-top:'. $WPFCOLOR_7 .' 1px solid; }
137 #wpforo-wrap .wpfl-2 .wpforo-forum{ background-color:'. $WPFCOLOR_9 .';}
138 #wpforo-wrap .wpfl-2 .wpforo-forum-icon{ color:'. $WPFCOLOR_3 .'; }
139 #wpforo-wrap .wpfl-2 .wpforo-forum-info{ color:'. $WPFCOLOR_3 .'; }
140 #wpforo-wrap .wpfl-2 .wpforo-subforum{ border-top:'. $WPFCOLOR_10 .' 1px dotted;}
141 #wpforo-wrap .wpfl-2 .wpforo-forum-stat{ color:'. $WPFCOLOR_20 .'; }
142 #wpforo-wrap .wpfl-2 .wpforo-last-post{ color:'. $WPFCOLOR_3 .'; }
143 #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{ color:'. $WPFCOLOR_3 .' }
144 #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{ background:'. $WPFCOLOR_1 .'; border:1px solid '. $WPFCOLOR_7 .'; }
145
146 #wpforo-wrap .wpfl-2 .wpforo-topic-head{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
147 #wpforo-wrap .wpfl-2 .head-title{ color:'. $WPFCOLOR_1 .';}
148 #wpforo-wrap .wpfl-2 .head-stat-posts { color:'. $WPFCOLOR_1 .'; }
149 #wpforo-wrap .wpfl-2 .head-stat-views { color:'. $WPFCOLOR_1 .'; }
150 #wpforo-wrap .wpfl-2 .head-stat-lastpost { color:'. $WPFCOLOR_1 .'; }
151 #wpforo-wrap .wpfl-2 .topic-wrap{ border-top:'. $WPFCOLOR_7 .' 1px solid; }
152 #wpforo-wrap .wpfl-2 .wpforo-topic{ background-color:'. $WPFCOLOR_9 .'; }
153 #wpforo-wrap .wpfl-2 .wpforo-topic-avatar{color:'. $WPFCOLOR_3 .'; }
154 #wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{ background:'. $WPFCOLOR_1 .'; border:1px solid '. $WPFCOLOR_7 .'; }
155 #wpforo-wrap .wpfl-2 .wpforo-topic-info{ color:'. $WPFCOLOR_3 .'; }
156 #wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{ color:'. $WPFCOLOR_3 .';}
157 #wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{ color:'. $WPFCOLOR_3 .';}
158 #wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{ color:'. $WPFCOLOR_3 .';}
159
160 #wpforo-wrap .wpfl-2 .post-wrap{ border-top:'. $WPFCOLOR_8 .' 1px solid; }
161 #wpforo-wrap .wpfl-2 .wpforo-post-head{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
162 #wpforo-wrap .wpfl-2 .wpforo-post{ background-color:'. $WPFCOLOR_1 .'; }
163 #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{ background:'. $WPFCOLOR_9 .'; }
164 #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{ border-top:'. $WPFCOLOR_1 .' 1px solid; background:'. $WPFCOLOR_1 .'; }
165 #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{ background:'. $WPFCOLOR_1 .'; border:'. $WPFCOLOR_8 .' 2px solid; }
166 #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft a{color:'. $WPFCOLOR_20 .';}
167
168 #wpforo-wrap .wpfl-3 .wpforo-category{ background-color: '. $WPFCOLOR_12 .';border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
169 #wpforo-wrap .wpfl-3 .cat-title{ color:'. $WPFCOLOR_1 .'; }
170 #wpforo-wrap .wpfl-3 .cat-stat-posts { color:'. $WPFCOLOR_1 .'; }
171 #wpforo-wrap .wpfl-3 .cat-stat-answers { color:'. $WPFCOLOR_1 .'; }
172 #wpforo-wrap .wpfl-3 .cat-stat-questions { color:'. $WPFCOLOR_1 .'; }
173 #wpforo-wrap .wpfl-3 .forum-wrap{ border-top:'. $WPFCOLOR_7 .' 1px solid; }
174 #wpforo-wrap .wpfl-3 .wpforo-forum{ background-color:'. $WPFCOLOR_9 .'; }
175 #wpforo-wrap .wpfl-3 .wpforo-forum-icon{ color:'. $WPFCOLOR_3 .'; }
176 #wpforo-wrap .wpfl-3 .wpforo-forum-info{ color:'. $WPFCOLOR_3 .'; }
177 #wpforo-wrap .wpfl-3 .wpforo-subforum{ border-top:'. $WPFCOLOR_10 .' 1px dotted; }
178 #wpforo-wrap .wpfl-3 .wpforo-forum-footer{ color:'. $WPFCOLOR_6 .'; }
179 #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{color:'. $WPFCOLOR_3 .';}
180 #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{ color:'. $WPFCOLOR_3 .'; }
181 #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{color:'. $WPFCOLOR_3 .';}
182 #wpforo-wrap .wpfl-3 .wpforo-last-topics{ background-color:'. $WPFCOLOR_1 .'; }
183 #wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{ color:'. $WPFCOLOR_3 .'; }
184 #wpforo-wrap .wpfl-3 .wpforo-last-topics-list{ color:'. $WPFCOLOR_3 .'; border-bottom:'. $WPFCOLOR_7 .' 0px solid; }
185 #wpforo-wrap .wpfl-3 .wpforo-last-topic-posts{ background:'. $WPFCOLOR_9 .'; }
186 #wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{ background:'. $WPFCOLOR_9 .'; }
187 #wpforo-wrap .wpfl-3 .wpforo-last-topic .answers{ background:'. $WPFCOLOR_9 .'; }
188 #wpforo-wrap .wpfl-3 .wpforo-last-topic .views{background:'. $WPFCOLOR_9 .'; }
189
190 #wpforo-wrap .wpfl-3 .wpforo-topic-head{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 2px solid; }
191 #wpforo-wrap .wpfl-3 .head-title{ color:'. $WPFCOLOR_1 .'; }
192 #wpforo-wrap .wpfl-3 .head-stat-posts { color:'. $WPFCOLOR_1 .'; }
193 #wpforo-wrap .wpfl-3 .head-stat-lastpost { color:'. $WPFCOLOR_1 .'; }
194 #wpforo-wrap .wpfl-3 .topic-wrap{ border-top:'. $WPFCOLOR_1 .' 1px solid; border-bottom:'. $WPFCOLOR_8 .' 1px solid; }
195 #wpforo-wrap .wpfl-3 .wpforo-topic{ background-color:'. $WPFCOLOR_9 .'; }
196 #wpforo-wrap .wpfl-3 .wpforo-topic-avatar{ color:'. $WPFCOLOR_3 .'; }
197 #wpforo-wrap .wpfl-3 .wpforo-topic-avatar img{ background:'. $WPFCOLOR_1 .'; border:1px solid '. $WPFCOLOR_7 .'; }
198 #wpforo-wrap .wpfl-3 .wpforo-topic-info{ color:'. $WPFCOLOR_3 .'; }
199 #wpforo-wrap .wpfl-3 .wpforo-topic-stat-lastpost{ color:'. $WPFCOLOR_3 .'; }
200 #wpforo-wrap .wpfl-3 .wpforo-topic-status .votes{ background:'. $WPFCOLOR_9 .'; }
201 #wpforo-wrap .wpfl-3 .wpforo-topic-status .answers{ background:'. $WPFCOLOR_9 .'; }
202 #wpforo-wrap .wpfl-3 .wpforo-topic .views{ background:'. $WPFCOLOR_9 .'; }
203 #wpforo-wrap .wpfl-3 .wpforo-topic .count{border-right:1px solid '. $WPFCOLOR_8 .'; border-top:1px solid '. $WPFCOLOR_8 .';border-left:1px solid '. $WPFCOLOR_8 .';}
204 #wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-label{border-right:1px solid '. $WPFCOLOR_8 .'; border-bottom:1px solid '. $WPFCOLOR_8 .';border-left:1px solid '. $WPFCOLOR_8 .';}
205
206 #wpforo-wrap .wpfl-3 .post-wrap{ border-top:'. $WPFCOLOR_8 .' 1px solid; }
207 #wpforo-wrap .wpfl-3 .wpforo-post-head{ background-color: '. $WPFCOLOR_12 .'; border-bottom:'. $WPFCOLOR_7 .' 1px solid; }
208 #wpforo-wrap .wpfl-3 .wpforo-post{ background-color:'. $WPFCOLOR_1 .'; }
209 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{ color:'. $WPFCOLOR_31 .'; }
210 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{ color:'. $WPFCOLOR_6 .'!important; }
211 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{ background:'. $WPFCOLOR_9 .'; }
212 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px dotted '. $WPFCOLOR_8 .'; }
213 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{ border-top:1px dotted '. $WPFCOLOR_8 .'; }
214 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{ border-top:'. $WPFCOLOR_11 .' 1px dotted; }
215 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data-content{ border:'. $WPFCOLOR_1 .' 1px solid; background:'. $WPFCOLOR_17 .';}
216 #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .avatar{ background:'. $WPFCOLOR_1 .'; border:1px solid '. $WPFCOLOR_7 .'; }
217 #wpforo-wrap .wpfl-3 .wpforo-comment{ background-color:'. $WPFCOLOR_1 .'; }
218 #wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{ background:'. $WPFCOLOR_9 .'; }
219
220 #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item{color: '. $WPFCOLOR_5 .'; border-right:1px solid '. $WPFCOLOR_5 .'; border-right:1px solid '. $WPFCOLOR_5 .';}
221 #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item:hover{color: '. $WPFCOLOR_12 .'; border-right:1px solid '. $WPFCOLOR_12 .'; border-right:1px solid '. $WPFCOLOR_12 .';}
222 #wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu #wpf-pp-forum-menu .wpf-pp-menu-item{color:'. $WPFCOLOR_12 .'; border-right:1px solid '. $WPFCOLOR_12 .';}
223 #wpforo-wrap .wpf-profile-section{color: '. $WPFCOLOR_4 .';}
224 #wpforo-wrap .wpf-profile-section .wpf-profile-section-head{border-bottom:1px solid '. $WPFCOLOR_10 .';}
225 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-label{ border-bottom:'. $WPFCOLOR_1 .' 1px solid; }
226 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field{ border-bottom:'. $WPFCOLOR_1 .' 1px solid; }
227 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="file"],
228 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="password"],
229 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="text"],
230 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field select,
231 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field textarea { color:'. $WPFCOLOR_3 .'; }
232 #wpforo-wrap .wpforo-profile-wrap .h-left{ }
233 #wpforo-wrap .wpforo-profile-wrap .profile-display-name{ color:'. $WPFCOLOR_15 .'; }
234 #wpforo-wrap .wpforo-profile-wrap .profile-stat-data{ color:'. $WPFCOLOR_15 .'; }
235 #wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item{ color:'. $WPFCOLOR_15 .';}
236 #wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap{background:'. $WPFCOLOR_1 .';}
237 #wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell{color:'. $WPFCOLOR_1 .';}
238
239 #wpforo-wrap .wpforo-profile-wrap .h-bottom{ border-bottom: 2px solid '. $WPFCOLOR_5 .';}
240 #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu:hover{ background: '. $WPFCOLOR_9 .'; color:'. $WPFCOLOR_3 .';}
241 #wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{ background-color:'. $WPFCOLOR_5 .'; border-right:'. $WPFCOLOR_1 .' 1px solid; color:'. $WPFCOLOR_1 .'; }
242
243 #wpforo-wrap .wpforo-profile-head .wpforo-active,
244 #wpforo-wrap .wpforo-profile-head #wpforo-menu a:hover,
245 #wpforo-wrap .wpforo-profile-head #wpforo-menu .current-menu-ancestor,
246 #wpforo-wrap .wpforo-profile-head #wpforo-menu .current-menu-parent,
247 #wpforo-wrap .wpforo-profile-head #wpforo-menu .current_page_item { background-color: '. $WPFCOLOR_9 .'!important; color:'. $WPFCOLOR_3 .'!important;}
248
249 #wpforo-wrap .wpforo-profile-wrap .h-left .avatar{ background-color:'. $WPFCOLOR_1 .'; border: 2px solid '. $WPFCOLOR_7 .'; }
250 #wpforo-wrap .wpforo-profile-wrap .wpf-username{ color:'. $WPFCOLOR_14 .'; }
251 #wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {background-color:'. $WPFCOLOR_1 .';}
252 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-label-wrap{border-bottom:1px dotted '. $WPFCOLOR_7 .';}
253 #wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field{ border-top: 1px solid '. $WPFCOLOR_8 .';}
254
255 #wpforo-wrap .wpforo-activity-content .activity-icon{ border-right:2px solid '. $WPFCOLOR_1 .'; }
256 #wpforo-wrap .wpforo-sbn-content .sbn-icon{ border-right:2px solid '. $WPFCOLOR_1 .'; }
257
258 #wpforo-wrap input[type="text"], #wpforo-wrap input[type="password"], #wpforo-wrap input[type="email"], #wpforo-wrap textarea, #wpforo-wrap select { border: 1px solid '. $WPFCOLOR_10 .'; color: '. $WPFCOLOR_5 .'; box-shadow: inset 0px 1px 4px '. $WPFCOLOR_8 .'; -moz-box-shadow: inset 0px 1px 4px '. $WPFCOLOR_8 .'; -webkit-box-shadow: inset 0px 1px 4px '. $WPFCOLOR_8 .'; }
259 #wpforo-wrap input[type="submit"],#wpforo-wrap input[type="reset"],#wpforo-wrap input[type="reset"], #wpforo-wrap input[type="button"]{ background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; border: 1px solid '. $WPFCOLOR_14 .'; }
260 #wpforo-wrap input[type="submit"]:hover,#wpforo-wrap input[type="reset"]:hover{ background:'. $WPFCOLOR_14 .'; }
261 #wpforo-wrap input[type="button"]:hover{ background:'. $WPFCOLOR_14 .'; }
262 #wpforo-wrap .wpf-button{ background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'!important; border: 1px solid '. $WPFCOLOR_14 .'; }
263 #wpforo-wrap .wpf-button:hover{ background:'. $WPFCOLOR_14 .'; }
264
265 #wpforo-wrap #wpf-topic-create{ border: solid '. $WPFCOLOR_10 .' 1px; }
266 #wpforo-wrap .wpf-topic-create .wp-editor-tools{ border-bottom:1px '. $WPFCOLOR_10 .' solid; }
267 #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{ border: 1px '. $WPFCOLOR_10 .' solid; }
268 #wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{ border: 1px '. $WPFCOLOR_10 .' solid; }
269 #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"] { background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; }
270 #wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"]:hover{ background:'. $WPFCOLOR_14 .'!important; }
271
272 #wpforo-wrap #wpf-post-create{ border: solid '. $WPFCOLOR_10 .' 1px; }
273 #wpforo-wrap .wpf-post-create .wp-editor-tools{ border-bottom:1px '. $WPFCOLOR_10 .' solid; }
274 #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{ border: 1px '. $WPFCOLOR_10 .' solid; }
275 #wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{ border: 1px '. $WPFCOLOR_10 .' solid; }
276 #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"] { background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; }
277 #wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"]:hover{ background:'. $WPFCOLOR_14 .'!important; }
278
279 #wpforo-wrap .wpforo-members-wrap .wpforo-members-content { border:'. $WPFCOLOR_8 .' 1px solid; }
280 #wpforo-wrap .wpforo-members-wrap td.wpf-members-search { border-bottom:1px solid '. $WPFCOLOR_8 .'; }
281 #wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar { border-right:2px solid '. $WPFCOLOR_1 .'; }
282 #wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate-head{ border-bottom:1px solid '. $WPFCOLOR_8 .'; }
283 #wpforo-wrap .wpforo-members-wrap td.wpf-members-foot { border-top:1px solid '. $WPFCOLOR_8 .'; }
284
285 #wpforo-wrap .wpforo-register-wrap .wpforo-register-content { border-top:'. $WPFCOLOR_8 .' 1px solid; border-bottom:'. $WPFCOLOR_8 .' 1px solid; border-top: 40px solid '. $WPFCOLOR_7 .'!important; border-bottom: 2px solid '. $WPFCOLOR_7 .'!important; }
286
287 #wpforo-wrap .wpforo-login-wrap .wpforo-login-content { border-top:'. $WPFCOLOR_8 .' 1px solid; border-bottom:'. $WPFCOLOR_8 .' 1px solid; }
288 #wpforo-wrap .wpforo-login-wrap td.wpf-login-label{ border-right:'. $WPFCOLOR_1 .' 1px solid; border-bottom:'. $WPFCOLOR_1 .' 1px solid; }
289 #wpforo-wrap .wpforo-login-wrap td.wpf-login-field{ border-bottom:'. $WPFCOLOR_1 .' 1px solid; }
290 #wpforo-wrap .wpforo-login-wrap table {border-top: 40px solid '. $WPFCOLOR_7 .'!important; border-bottom: 2px solid '. $WPFCOLOR_7 .'!important;}
291 #wpforo-wrap .wpforo-login-wrap table tr {background-color: '. $WPFCOLOR_9 .';}
292
293
294 #wpforo-wrap .wpforo-404-wrap .wpforo-404-content { border-top:'. $WPFCOLOR_8 .' 1px solid; border-bottom:'. $WPFCOLOR_8 .' 1px solid; }
295 #wpforo-wrap .wpforo-404-wrap .wpf-search-box { border:'. $WPFCOLOR_7 .' 1px dashed; }
296
297 #wpforo-wrap #wpforo-search-title { color:'. $WPFCOLOR_2 .'; }
298 #wpforo-wrap .wpforo-search-wrap .wpf-search-bar{ background:'. $WPFCOLOR_9 .'; border:'. $WPFCOLOR_8 .' 1px solid; }
299 #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{ border-bottom:1px dotted '. $WPFCOLOR_1 .'; }
300 #wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{ border-bottom:1px dotted '. $WPFCOLOR_1 .'; }
301 #wpforo-wrap .wpforo-search-wrap .wpforo-search-content { border-bottom:'. $WPFCOLOR_8 .' 1px solid; }
302 #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-htr{ background-color:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; }
303 #wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ttr{ background:'. $WPFCOLOR_9 .' }
304 #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{ border-right:1px solid '. $WPFCOLOR_1 .';}
305 #wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon { border-right:1px solid '. $WPFCOLOR_1 .';}
306
307 #wpforo-wrap .wpf-action{ color: '. $WPFCOLOR_15 .'; }
308 #wpforo-wrap .wpf-action:hover{ cursor: pointer; color: '. $WPFCOLOR_11 .'; }
309
310 #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{ color:'. $WPFCOLOR_4 .'; }
311 #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{ background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; border: 1px solid '. $WPFCOLOR_14 .'; }
312 #wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{ background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; border: 1px solid '. $WPFCOLOR_14 .'; }
313
314 #wpforo-wrap #wpforo-stat-header{ background-color:'. $WPFCOLOR_3 .'; color: '. $WPFCOLOR_1 .'; border-bottom: 2px solid '. $WPFCOLOR_7 .';}
315 #wpforo-wrap #wpforo-stat-body{ border:'. $WPFCOLOR_8 .' 1px solid; background:'. $WPFCOLOR_9 .'; }
316 #wpforo-wrap #wpforo-stat-body .wpf-stat-data{ }
317 #wpforo-wrap #wpforo-stat-body .wpf-stat-item{border-right:1px solid '. $WPFCOLOR_8 .';}
318 #wpforo-wrap #wpforo-stat-body .wpf-stat-item i{color:'. $WPFCOLOR_5 .';}
319 #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value{color:'. $WPFCOLOR_5 .';}
320 #wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label{border-top:1px dotted '. $WPFCOLOR_7 .'; color:'. $WPFCOLOR_5 .';}
321 #wpforo-wrap #wpforo-stat-body .wpf-last-info i{color:'. $WPFCOLOR_5 .';}
322
323 #wpforo-wrap .widget-title { border-bottom:2px solid '. $WPFCOLOR_8 .';}
324 #wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li{ border-bottom:1px dotted '. $WPFCOLOR_7 .'; }
325
326 .ui-dialog { z-index: 999998 !important; }
327 .wpf-video{ margin: 10px !important; }
328
329 .ui-dialog .ui-widget-header{ background-color: '. $WPFCOLOR_12 .'!important; border-bottom:'. $WPFCOLOR_7 .' 1px solid!important; }
330 .ui-dialog .ui-widget-header span.ui-dialog-title{ color: '. $WPFCOLOR_1 .' !important; }
331 .ui-widget input[type="submit"]:hover{ background:'. $WPFCOLOR_14 .'; }
332 .ui-widget input[type="submit"]{ background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; border: 1px solid '. $WPFCOLOR_14 .'; }
333
334 #wpf_attach_dialog .wpforo-button{ background:'. $WPFCOLOR_12 .'; color:'. $WPFCOLOR_1 .'; border: 1px solid '. $WPFCOLOR_14 .'; }
335 #wpf_attach_dialog .wpforo-button:hover{ background:'. $WPFCOLOR_14 .'; }
336 #wpf_attach_dialog .wpforo-button-prime{ background-color:'. $WPFCOLOR_32 .'; border:1px solid '. $WPFCOLOR_32 .'; }
337 #wpf_attach_dialog .wpforo-button-prime:hover{ background-color:'. $WPFCOLOR_33 .'; }
338 #wpf_attach_dialog button.delete{ background-color:'. $WPFCOLOR_41 .'; border:1px solid '. $WPFCOLOR_42 .'; }
339 #wpf_attach_dialog button.delete:hover{ background-color:'. $WPFCOLOR_42 .'; }
340 #wpf_attach_dialog button.start{ background-color:'. $WPFCOLOR_12 .'; border:1px solid '. $WPFCOLOR_12 .'; }
341 #wpf_attach_dialog button.start:hover{ background-color:'. $WPFCOLOR_14 .'; }
342 #wpf_attach_dialog button.cancel{ background-color:'. $WPFCOLOR_5 .'; border:1px solid '. $WPFCOLOR_6 .'; }
343 #wpf_attach_dialog button.cancel:hover{ background-color:'. $WPFCOLOR_6 .'; }
344 #wpf_attach_dialog tr.template-download span.preview img{ border:'. $WPFCOLOR_8 .' 1px solid; background-color:'. $WPFCOLOR_1 .'; }
345 #wpf_attach_dialog tr.template-upload span.preview img{ border:'. $WPFCOLOR_8 .' 1px solid; background-color:'. $WPFCOLOR_1 .'; }
346 #wpf_attach_dialog tr.template-download td .error{ font-weight:bold; color:'. $WPFCOLOR_42 .'; }
347 #wpforo-wrap .wpforo-topic-badges i.fa { color: '. $WPFCOLOR_12 .'; }
348
349 #wpf-msg-box a{color:'. $WPFCOLOR_1 .';}
350 #wpf-msg-box a:hover{color:'. $WPFCOLOR_8 .';}
351 .wpf-msg-box-triangle-right.top{background-color:'. $WPFCOLOR_12 .';background:-moz-linear-gradient('. $WPFCOLOR_12 .');background:-o-linear-gradient('. $WPFCOLOR_12 .');background:linear-gradient('. $WPFCOLOR_12 .');}
352 .wpf-msg-box-triangle-right{color:'. $WPFCOLOR_1 .'!important;}
353 .wpf-msg-box-triangle-right.top:after{border-color:transparent '. $WPFCOLOR_12 .';}
354 .wpf-msg-box-triangle-right:after{border-color:'. $WPFCOLOR_12 .' transparent;}
355 .wpf-msg-box-triangle-right.error{background-color:'. $WPFCOLOR_42 .';background:-moz-linear-gradient('. $WPFCOLOR_42 .');background:-o-linear-gradient('. $WPFCOLOR_42 .');background:linear-gradient('. $WPFCOLOR_42 .');}
356 .wpf-msg-box-triangle-right.error:after{border-color:transparent '. $WPFCOLOR_42 .';}
357 .wpf-msg-box-triangle-right.success{background-color:'. $WPFCOLOR_31 .';background:-moz-linear-gradient('. $WPFCOLOR_31 .');background:-o-linear-gradient('. $WPFCOLOR_31 .');background:linear-gradient('. $WPFCOLOR_31 .');}
358 .wpf-msg-box-triangle-right.success:after{border-color:transparent '. $WPFCOLOR_31 .';}
359
360 #wpforo-wrap .wpf-field { border-bottom: 1px solid '. $WPFCOLOR_1 .';}
361 #wpforo-wrap .wpf-field .wpf-label i{ color: '. $WPFCOLOR_5 .'; }
362 #wpforo-wrap .wpf-field .wpf-field-wrap i{ color: '. $WPFCOLOR_5 .'; }
363
364 #wpforo-wrap .wpf-field {border-bottom: 1px solid '. $WPFCOLOR_1 .';}
365 #wpforo-wrap .wpf-field .wpf-field-cl{ clear:both;}
366 #wpforo-wrap .wpf-field input {max-width: 100%;}
367 #wpforo-wrap .wpf-field input[type="text"],
368 #wpforo-wrap .wpf-field input[type="password"],
369 #wpforo-wrap .wpf-field input[type="email"],
370 #wpforo-wrap .wpf-field input[type="date"],
371 #wpforo-wrap .wpf-field input[type="number"],
372 #wpforo-wrap .wpf-field input[type="url"],
373 #wpforo-wrap .wpf-field input[type="tel"],
374 #wpforo-wrap .wpf-field textarea,
375 #wpforo-wrap .wpf-field select{ background-color: #fefefe; box-shadow: 0px 0px 2px 1px #E6E6E6;}
376 #wpforo-wrap .wpf-field input::-webkit-input-placeholder, #wpforo-wrap .wpf-field textarea::-webkit-input-placeholder { color: '. $WPFCOLOR_6 .';}
377 #wpforo-wrap .wpf-field input::-moz-placeholder, #wpforo-wrap .wpf-field textarea::-moz-placeholder {color: '. $WPFCOLOR_6 .';}
378 #wpforo-wrap .wpf-field input:-ms-input-placeholder, #wpforo-wrap .wpf-field textarea:-ms-input-placeholder {color: '. $WPFCOLOR_6 .';}
379 #wpforo-wrap .wpf-field input:-moz-placeholder, #wpforo-wrap .wpf-field textarea:-moz-placeholder {color: '. $WPFCOLOR_6 .';}
380 #wpforo-wrap .wpf-field input[type="text"]:focus, #wpforo-wrap .wpf-field input[type="password"]:focus, #wpforo-wrap .wpf-field input[type="email"]:focus,#wpforo-wrap .wpf-field input[type="date"]:focus,#wpforo-wrap .wpf-field input[type="number"]:focus,#wpforo-wrap .wpf-field input[type="url"]:focus,#wpforo-wrap .wpf-field input[type="tel"]:focus,#wpforo-wrap .wpf-field textarea:focus,
381 #wpforo-wrap .wpf-field select:focus{ background-color:#feffe5; box-shadow: 0px 0px 10px 0px '. $WPFCOLOR_5 .'; }
382 #wpforo-wrap .wpf-field .wpf-label i{ padding-right:5px; width:25px;}
383 #wpforo-wrap .wpf-field .wpf-field-wrap i{}
384 #wpforo-wrap .wpf-field .wpf-field-required-icon{color: '. $WPFCOLOR_20 .';}
385
386 @media screen and (max-width:600px) {
387 #wpforo-wrap #wpforo-menu .wpf-menu{background-color:'. $WPFCOLOR_3 .';}
388 #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top: 1px solid '. $WPFCOLOR_8 .';}
389 }
390
391 #wpforo-wrap.wpf-dark { color: '. $WPFCOLOR_15 .'; }
392 #wpforo-wrap.wpf-dark .wpfcl-3{ color:'. $WPFCOLOR_15 .'!important; }
393 #wpforo-wrap.wpf-dark .wpfcl-1{ color:'. $WPFCOLOR_15 .'!important; }
394 #wpforo-wrap.wpf-dark .wpf-action{ color: '. $WPFCOLOR_15 .'; }
395 #wpforo-wrap.wpf-dark .wpforo-post .wpf-right .wpforo-post-content p{ color:'. $WPFCOLOR_15 .'!important; }
396 #wpforo-wrap.wpf-dark #wpforo-menu li a { color: '. $WPFCOLOR_15 .'; }
397 #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-lastpost{ color: '. $WPFCOLOR_15 .'; }
398 #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post{ color: '. $WPFCOLOR_15 .'; }
399 #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-lastpost{ color: '. $WPFCOLOR_15 .'; }
400 #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-forum-description, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-forum-description{ color: '. $WPFCOLOR_15 .'; }
401 #wpforo-wrap.wpf-dark .wpfl-1 .cat-title, #wpforo-wrap.wpf-dark .wpfl-2 .cat-title, #wpforo-wrap.wpf-dark .wpfl-3 .cat-title{ color:'. $WPFCOLOR_15 .'; }
402 #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-category div, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-category div, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-category div{ color:'. $WPFCOLOR_15 .'; }
403 #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-topic-date, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-topic-date, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-topic-date{ color:'. $WPFCOLOR_15 .'; }
404 #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-views{ color:'. $WPFCOLOR_15 .'; }
405 #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-views{ color:'. $WPFCOLOR_15 .'; }
406 #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-views{ color:'. $WPFCOLOR_15 .'; }
407 #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-last-post-date, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post-date, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-last-post-date{ color:'. $WPFCOLOR_15 .'; }
408 #wpforo-wrap.wpf-dark .wpfl-1 .head-title, #wpforo-wrap.wpf-dark .wpfl-2 .head-title, #wpforo-wrap.wpf-dark .wpfl-3 .head-title{ color:'. $WPFCOLOR_15 .'; }
409 #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-posts{ color:'. $WPFCOLOR_15 .'; }
410 #wpforo-wrap.wpf-dark .wpfl-1 .head-stat-views, #wpforo-wrap.wpf-dark .wpfl-2 .head-stat-views, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-views{ color:'. $WPFCOLOR_15 .'; }
411 #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-post .wpf-left, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-post .wpf-left, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-post .wpf-left{ color:'. $WPFCOLOR_15 .'; }
412 #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ color:'. $WPFCOLOR_15 .'; }
413 #wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions, #wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers, #wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{ color:'. $WPFCOLOR_15 .'; }
414 #wpforo-wrap.wpf-dark #wpforo-stat-header{ color: '. $WPFCOLOR_15 .'; border-bottom: 1px solid '. $WPFCOLOR_7 .';}
415 #wpforo-wrap.wpf-dark #wpforo-stat-body .wpf-last-info p.wpf-topic-icons{border-top: 1px dotted '. $WPFCOLOR_7 .';}
416 #wpforo-wrap.wpf-dark .wpf-button{ color:'. $WPFCOLOR_15 .'!important; }
417 #wpforo-wrap.wpf-dark .wpf-topic-create .wpf-subject{background-color:'. $WPFCOLOR_2 .'}
418 #wpforo-wrap.wpf-dark #wpf-topic-create{background-color:'. $WPFCOLOR_9 .'}
419 #wpforo-wrap.wpf-dark #wpf-topic-create div.mce-toolbar-grp{background-color:'. $WPFCOLOR_9 .'}
420 #wpforo-wrap.wpf-dark .wpf-post-create .wpf-subject{background-color:'. $WPFCOLOR_2 .'}
421 #wpforo-wrap.wpf-dark #wpf-post-create{background-color:'. $WPFCOLOR_9 .'}
422 #wpforo-wrap.wpf-dark #wpf-post-create div.mce-toolbar-grp{background-color:'. $WPFCOLOR_9 .'}
423 #wpforo-wrap.wpf-dark input[type="submit"], #wpforo-wrap.wpf-dark input[type="button"]{color:'. $WPFCOLOR_15 .'!important;}
424 #wpforo-wrap.wpf-dark input[type="text"], #wpforo-wrap.wpf-dark .wpf-field input[type="email"], #wpforo-wrap.wpf-dark .wpf-field input[type="date"], #wpforo-wrap.wpf-dark .wpf-field input[type="number"], #wpforo-wrap.wpf-dark .wpf-field input[type="url"], #wpforo-wrap.wpf-dark .wpf-field input[type="tel"], #wpforo-wrap.wpf-dark input[type="password"], #wpforo-wrap.wpf-dark input[type="email"], #wpforo-wrap.wpf-dark textarea, #wpforo-wrap.wpf-dark select{color:'. $WPFCOLOR_3 .';background:'. $WPFCOLOR_2 .'}
425 #wpforo-wrap.wpf-dark input[type="text"].wpf-search-field{background-color:transparent; color:'. $WPFCOLOR_15 .'; }
426 #wpforo-wrap.wpf-dark .wpf-field input::-webkit-input-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea::-webkit-input-placeholder { color: '. $WPFCOLOR_7 .';}
427 #wpforo-wrap.wpf-dark .wpf-field input::-moz-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea::-moz-placeholder {color: '. $WPFCOLOR_7 .';}
428 #wpforo-wrap.wpf-dark .wpf-field input:-ms-input-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea:-ms-input-placeholder {color: '. $WPFCOLOR_7 .';}
429 #wpforo-wrap.wpf-dark .wpf-field input:-moz-placeholder, #wpforo-wrap.wpf-dark .wpf-field textarea:-moz-placeholder {color: '. $WPFCOLOR_7 .';}
430 #wpforo-wrap.wpf-dark #wpforo-stat-body{border:none;}
431 #wpforo-wrap.wpf-dark .wpforo-members-content table tr{ background-color:'. $WPFCOLOR_9 .'!important; }
432 #wpforo-wrap.wpf-dark .wpforo-profile-wrap .profile-rating-bar-wrap{background:none;}
433 #wpforo-wrap.wpf-dark .wpforo-profile-wrap .wpforo-profile-head{border:none;}
434 #wpforo-wrap.wpf-dark .wpf-field:nth-child(even) {background-color: '. $WPFCOLOR_9 .';}
435 #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap { color:'. $WPFCOLOR_5 .'}
436 #wpforo-wrap.wpf-dark .wpf-field .wpf-field-wrap i{ color:'. $WPFCOLOR_7 .'}
437 ';
438
439
440