Version Description
| 07.09.2016 =
- Fixed Bug: Forums does not appear after 1.0.0 update.
- Fixed Bug: Other small 1.0.0 bugs
NOTE! Make sure you've deleted all caches after updating this plugin
Download this release
Release Info
Developer | Tomdever |
Plugin | wpForo Forum |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- readme.txt +9 -4
- wpf-admin/js/admin_notice.js +0 -15
- wpf-admin/options-tabs/general.php +11 -3
- wpf-includes/functions-installation.php +16 -4
- wpf-themes/classic/colors.css +398 -0
- wpforo.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: forum, community, discussion, bulletin board, question and answers, qa, support, foro
|
5 |
Requires at least: 4.1
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -137,6 +137,14 @@ wpForo Support Forum: <http://wpforo.com/community/>
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
= 1.0.0 | 06.09.2016 =
|
141 |
|
142 |
* Security: User-can-manage-user control based on user level and group
|
@@ -171,9 +179,6 @@ wpForo Support Forum: <http://wpforo.com/community/>
|
|
171 |
* SEO Optimization: Duplicated meta data on Member Profile pages
|
172 |
|
173 |
|
174 |
-
NOTE! Make sure you've deleted all caches after updating this plugin
|
175 |
-
|
176 |
-
|
177 |
= Beta-6 | 06.08.2016 =
|
178 |
|
179 |
* Added: Dark Style
|
4 |
Tags: forum, community, discussion, bulletin board, question and answers, qa, support, foro
|
5 |
Requires at least: 4.1
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 1.0.1 | 07.09.2016 =
|
141 |
+
|
142 |
+
* Fixed Bug: Forums does not appear after 1.0.0 update.
|
143 |
+
* Fixed Bug: Other small 1.0.0 bugs
|
144 |
+
|
145 |
+
NOTE! Make sure you've deleted all caches after updating this plugin
|
146 |
+
|
147 |
+
|
148 |
= 1.0.0 | 06.09.2016 =
|
149 |
|
150 |
* Security: User-can-manage-user control based on user level and group
|
179 |
* SEO Optimization: Duplicated meta data on Member Profile pages
|
180 |
|
181 |
|
|
|
|
|
|
|
182 |
= Beta-6 | 06.08.2016 =
|
183 |
|
184 |
* Added: Dark Style
|
wpf-admin/js/admin_notice.js
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
jQuery(document).ready(function($){
|
2 |
-
$(document).on('click','.wpfadmin_notice', function(){
|
3 |
-
phrase = $(this).attr('id');
|
4 |
-
$.ajax({
|
5 |
-
type: 'POST',
|
6 |
-
url: wpf_admin_notice_obj.url,
|
7 |
-
data: {
|
8 |
-
phrase: phrase,
|
9 |
-
action: 'wpf_admin_notice_ajax'
|
10 |
-
}
|
11 |
-
}).done(function( response ){
|
12 |
-
$('#' + response).slideUp( 400 );
|
13 |
-
});
|
14 |
-
});
|
15 |
-
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wpf-admin/options-tabs/general.php
CHANGED
@@ -22,10 +22,18 @@
|
|
22 |
<label for="wpforo_use_home_url">
|
23 |
<input id="wpforo_use_home_url" type="checkbox" name="wpforo_use_home_url" value="1" <?php echo ($wpforo->use_home_url ? 'checked' : '') ?>/>
|
24 |
<?php _e('Turn WordPress to wpForo', 'wpforo') ?>
|
25 |
-
|
26 |
</label>
|
27 |
-
<a href="<?php echo WPFORO_BASE_URL ?>" target="_blank"><?php _e('Visit Forum', 'wpforo') ?></a>
|
28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
</tr>
|
30 |
<tr>
|
31 |
<th><label for="forum_title"><?php _e('Forum Title', 'wpforo'); ?></label></th>
|
22 |
<label for="wpforo_use_home_url">
|
23 |
<input id="wpforo_use_home_url" type="checkbox" name="wpforo_use_home_url" value="1" <?php echo ($wpforo->use_home_url ? 'checked' : '') ?>/>
|
24 |
<?php _e('Turn WordPress to wpForo', 'wpforo') ?>
|
25 |
+
<p class="wpf-info"><?php _e('This option will disable WordPress on front-end. Only forum pages will be available. wpForo will look like as a stand-alone forum.', 'wpforo') ?></p>
|
26 |
</label>
|
27 |
+
<a href="<?php echo WPFORO_BASE_URL ?>" target="_blank"><?php _e('Visit Forum', 'wpforo') ?></a> |
|
28 |
+
<?php $page_id = $wpforo->db->get_var("SELECT `ID` FROM `{$wpforo->db->prefix}posts` WHERE `post_content` LIKE '%[wpforo%' AND `post_status` LIKE 'publish' AND `post_type` IN('post', 'page')"); ?>
|
29 |
+
<?php if( !$wpforo->pageid ): ?>
|
30 |
+
<?php echo '<span style="color:#DD0000">' . __('wpForo PageID doesn\'t exist. Forums will not be loaded, please read this') . ' <a href="http://wpforo.com/community/faq/how-to-add-forum-pageid/">' . __('suppor topic', 'wpforo') . '»</a>' . '</span>'; ?>
|
31 |
+
<?php elseif( $page_id && $wpforo->pageid && $page_id != $wpforo->pageid ): ?>
|
32 |
+
<?php echo '<span style="color:#DD0000">' . __('It looks like forum page ID is incorrect, please read this') . ' <a href="http://wpforo.com/community/faq/how-to-fix-incorrect-forum-pageid/">' . __('suppor topic', 'wpforo') . '»</a>' . '</span>'; ?>
|
33 |
+
<?php else: ?>
|
34 |
+
<?php _e('Forum Page ID', 'wpforo'); ?>: <?php echo $wpforo->pageid; ?>
|
35 |
+
<?php endif; ?>
|
36 |
+
</td>
|
37 |
</tr>
|
38 |
<tr>
|
39 |
<th><label for="forum_title"><?php _e('Forum Title', 'wpforo'); ?></label></th>
|
wpf-includes/functions-installation.php
CHANGED
@@ -479,8 +479,9 @@ function wpforo_activation(){
|
|
479 |
|
480 |
#################################################################
|
481 |
// Creating Forum Page //////////////////////////////////////////
|
482 |
-
if( !$wpforo->pageid
|
483 |
-
|
|
|
484 |
$wpforo_page = array(
|
485 |
'post_date' => current_time( 'mysql', 1 ),
|
486 |
'post_date_gmt' => current_time( 'mysql', 1 ),
|
@@ -501,8 +502,18 @@ function wpforo_activation(){
|
|
501 |
if( $page_id && !is_wp_error($page_id) ){
|
502 |
update_option( 'wpforo_pageid', $page_id );
|
503 |
update_option( 'wpforo_use_home_url', '0' );
|
504 |
-
|
505 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
}
|
507 |
}else{
|
508 |
if( !$wpforo->use_home_url ) update_option( 'wpforo_use_home_url', '0' );
|
@@ -510,6 +521,7 @@ function wpforo_activation(){
|
|
510 |
$wpforo->db->query("UPDATE `{$wpforo->db->prefix}posts` SET `post_content` = REPLACE(`post_content`, '[wpforo-index]', '[wpforo]') WHERE `ID` = '{$wpforo->pageid}'");
|
511 |
}
|
512 |
|
|
|
513 |
#################################################################
|
514 |
// Importing Language Packs and Phrases /////////////////////////
|
515 |
$wpforo->phrase->xml_import('english.xml', 'install');
|
479 |
|
480 |
#################################################################
|
481 |
// Creating Forum Page //////////////////////////////////////////
|
482 |
+
if( !$wpforo->pageid ||
|
483 |
+
!$wpforo->db->get_var("SELECT `ID` FROM `{$wpforo->db->prefix}posts` WHERE `ID` = '".intval($wpforo->pageid)."' AND ( `post_content` LIKE '%[wpforo]%' OR `post_content` LIKE '%[wpforo-index]%' ) AND `post_status` LIKE 'publish' AND `post_type` IN('post', 'page')") ){
|
484 |
+
if( !$page_id = $wpforo->db->get_var("SELECT `ID` FROM `{$wpforo->db->prefix}posts` WHERE `post_content` LIKE '%[wpforo]%' AND `post_status` LIKE 'publish' AND `post_type` IN('post', 'page')") ){
|
485 |
$wpforo_page = array(
|
486 |
'post_date' => current_time( 'mysql', 1 ),
|
487 |
'post_date_gmt' => current_time( 'mysql', 1 ),
|
502 |
if( $page_id && !is_wp_error($page_id) ){
|
503 |
update_option( 'wpforo_pageid', $page_id );
|
504 |
update_option( 'wpforo_use_home_url', '0' );
|
505 |
+
$wpforo_url = get_wpf_option('wpforo_url');
|
506 |
+
if( !$wpforo_url ){
|
507 |
+
update_option( 'wpforo_permastruct', 'community' );
|
508 |
+
update_option( 'wpforo_url', site_url('/') . "community/" );
|
509 |
+
}else{
|
510 |
+
if( !$wpforo->permastruct ){
|
511 |
+
update_option( 'wpforo_permastruct', basename($wpforo_url) );
|
512 |
+
update_option( 'wpforo_url', site_url('/') . basename($wpforo_url) . "/" );
|
513 |
+
}else{
|
514 |
+
update_option( 'wpforo_url', site_url('/') . $wpforo->permastruct . "/" );
|
515 |
+
}
|
516 |
+
}
|
517 |
}
|
518 |
}else{
|
519 |
if( !$wpforo->use_home_url ) update_option( 'wpforo_use_home_url', '0' );
|
521 |
$wpforo->db->query("UPDATE `{$wpforo->db->prefix}posts` SET `post_content` = REPLACE(`post_content`, '[wpforo-index]', '[wpforo]') WHERE `ID` = '{$wpforo->pageid}'");
|
522 |
}
|
523 |
|
524 |
+
|
525 |
#################################################################
|
526 |
// Importing Language Packs and Phrases /////////////////////////
|
527 |
$wpforo->phrase->xml_import('english.xml', 'install');
|
wpf-themes/classic/colors.css
ADDED
@@ -0,0 +1,398 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* wpForo Dynamic CSS Document */
|
2 |
+
|
3 |
+
#wpforo-wrap { color: #333333; background: #ffffff }
|
4 |
+
#wpforo-wrap .wpforo-subforum i{ color:#999999; }
|
5 |
+
#wpforo-wrap #footer { background:#e6e6e6;}
|
6 |
+
#wpforo-wrap .wpf-p-error { background-color: #e6e6e6; color: #333333; }
|
7 |
+
#wpforo-wrap .wpf-res-menu { color: #ffffff; }
|
8 |
+
#wpforo-wrap #wpforo-menu { background-color:#555555; }
|
9 |
+
#wpforo-wrap #wpforo-menu li { border-right:#777777 1px solid; }
|
10 |
+
#wpforo-wrap #wpforo-menu li a { color: #ffffff; }
|
11 |
+
|
12 |
+
#wpforo-wrap .wpforo-active,
|
13 |
+
#wpforo-wrap #wpforo-menu li:hover,
|
14 |
+
#wpforo-wrap #wpforo-menu .current-menu-item,
|
15 |
+
#wpforo-wrap #wpforo-menu .current-menu-ancestor,
|
16 |
+
#wpforo-wrap #wpforo-menu .current-menu-parent,
|
17 |
+
#wpforo-wrap #wpforo-menu .current_page_item { background-color: #43a6df!important; }
|
18 |
+
#wpforo-load { color: #43a6df; }
|
19 |
+
#wpforo-load i{ color: #43a6df!important; }
|
20 |
+
|
21 |
+
#wpforo-wrap .wpf-search input[type="text"]{ color: #555555; background: transparent; }
|
22 |
+
#wpforo-wrap .wpf-search input[type="text"]:focus{ background: #f5f5f5; }
|
23 |
+
#wpforo-wrap .wpf-search i{ color: #43a6df; }
|
24 |
+
|
25 |
+
#wpforo-wrap #wpforo-poweredby{ background-color:#555555; color: #ffffff; }
|
26 |
+
#wpforo-wrap #wpforo-title{ color:#333333;}
|
27 |
+
|
28 |
+
#wpforo-wrap a:link { color: #3f7796; }
|
29 |
+
#wpforo-wrap a:visited { color: #3f7796; }
|
30 |
+
#wpforo-wrap a:hover{ color: #659fbe;}
|
31 |
+
#wpforo-wrap a:active { color: #659fbe; }
|
32 |
+
|
33 |
+
#wpforo-wrap pre { border:#e6e6e6 1px solid; background:#dff4ff; }
|
34 |
+
|
35 |
+
.wpfcl-a{ color:#659fbe!important; }
|
36 |
+
.wpfbg-a{ background-color:#659fbe!important; }
|
37 |
+
.wpfcl-b{ color:#43a6df!important; }
|
38 |
+
.wpfbg-b{ background-color:#43a6df!important; }
|
39 |
+
.wpfcl-0{ color:#999999!important; }
|
40 |
+
.wpfbg-0{ background-color:#999999!important; }
|
41 |
+
.wpfcl-1{ color:#555555!important; }
|
42 |
+
.wpfbg-1{ background-color:#555555!important; }
|
43 |
+
.wpfcl-2{ color:#777777!important; }
|
44 |
+
.wpfbg-2{ background-color:#777777!important; }
|
45 |
+
.wpfcl-3{ color:#ffffff!important; }
|
46 |
+
.wpfbg-3{ background-color:#ffffff!important; }
|
47 |
+
.wpfcl-4{ color:#72ccfc!important;}
|
48 |
+
.wpfbg-4{ background-color:#72ccfc!important; }
|
49 |
+
.wpfcl-5{ color:#ff812d!important; }
|
50 |
+
.wpfbg-5{ background-color:#ff812d!important; }
|
51 |
+
.wpfcl-6{ color:#0099cc!important; }
|
52 |
+
.wpfbg-6{ background-color:#0099cc!important; }
|
53 |
+
.wpfcl-7{ color:#e6e6e6!important; }
|
54 |
+
.wpfbg-7{ background-color:#e6e6e6!important; }
|
55 |
+
.wpfcl-8{ color:#4dca5c!important; }
|
56 |
+
.wpfbg-8{ background-color:#4dca5c!important; }
|
57 |
+
.wpfcl-9{ color:#f5f5f5!important; }
|
58 |
+
.wpfbg-9{ background-color:#f5f5f5!important; }
|
59 |
+
|
60 |
+
#wpforo-wrap .author-rating { border: 1px solid #e6e6e6; background: #f5f5f5; }
|
61 |
+
|
62 |
+
#wpforo-wrap .wpf-breadcrumb .wpf-root{ border-left:1px solid #666666; }
|
63 |
+
#wpforo-wrap .wpf-breadcrumb a.wpf-end { background: transparent!important; }
|
64 |
+
#wpforo-wrap .wpf-breadcrumb a.wpf-end:hover{ background: transparent!important; }
|
65 |
+
#wpforo-wrap .wpf-breadcrumb a { color:#666666; background: #ffffff;}
|
66 |
+
#wpforo-wrap .wpf-breadcrumb a:hover{ background:#f5f5f5; }
|
67 |
+
#wpforo-wrap .wpf-breadcrumb a:hover:after { background:#f5f5f5; }
|
68 |
+
#wpforo-wrap .wpf-breadcrumb a.active{ background:#f5f5f5; color:#4a8eb3; }
|
69 |
+
#wpforo-wrap .wpf-breadcrumb a.active:after { background:#f5f5f5; }
|
70 |
+
#wpforo-wrap .wpf-breadcrumb a:after { background: #ffffff; }
|
71 |
+
#wpforo-wrap .wpf-breadcrumb a.active:after { background: #f5f5f5; }
|
72 |
+
|
73 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{ border:#e6e6e6 1px solid; background:#ffffff; }
|
74 |
+
#wpforo-wrap .wpforo-post .wpf-right blockquote{ border:#999999 1px dotted; background:#e6e6e6; }
|
75 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{ border:#e6e6e6 1px solid; background:#e6e6e6; }
|
76 |
+
#wpforo-wrap .wpforo-post .wpf-right code{ border:#e6e6e6 1px solid; background:#e6e6e6; }
|
77 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{ border-bottom:#e6e6e6 1px solid;}
|
78 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{ border:#ffffff 1px dotted; }
|
79 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{border:#e6e6e6 2px solid; background:#ffffff; }
|
80 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{ border-top:#659fbe 1px dotted; }
|
81 |
+
|
82 |
+
#wpforo-wrap .wpfl-1 .wpforo-category{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
83 |
+
#wpforo-wrap .wpfl-1 .cat-title{ color:#ffffff; }
|
84 |
+
#wpforo-wrap .wpfl-1 .cat-stat-posts { color:#ffffff; }
|
85 |
+
#wpforo-wrap .wpfl-1 .cat-stat-topics {color:#ffffff; }
|
86 |
+
#wpforo-wrap .wpfl-1 .forum-wrap{ border-top:#cccccc 1px solid; }
|
87 |
+
#wpforo-wrap .wpfl-1 .wpforo-forum{ background-color:#f5f5f5; }
|
88 |
+
#wpforo-wrap .wpfl-1 .wpforo-forum-description{color:#777777; }
|
89 |
+
#wpforo-wrap .wpfl-1 .wpforo-subforum{ border-top:#dadada 1px dotted; }
|
90 |
+
#wpforo-wrap .wpfl-1 .wpforo-forum-footer{ color:#999999; }
|
91 |
+
#wpforo-wrap .wpfl-1 .wpforo-last-topics{ background-color:#ffffff; }
|
92 |
+
#wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{ color:#555555; }
|
93 |
+
#wpforo-wrap .wpfl-1 .wpforo-last-topics-list{ color:#555555; border-bottom:#cccccc 0px solid; }
|
94 |
+
|
95 |
+
#wpforo-wrap .wpfl-1 .wpforo-topic-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
96 |
+
#wpforo-wrap .wpfl-1 .head-title{ color:#ffffff; }
|
97 |
+
#wpforo-wrap .wpfl-1 .head-stat-posts { color:#ffffff; }
|
98 |
+
#wpforo-wrap .wpfl-1 .head-stat-views { color:#ffffff; }
|
99 |
+
#wpforo-wrap .wpfl-1 .topic-wrap{ border-top:#cccccc 1px solid; }
|
100 |
+
#wpforo-wrap .wpfl-1 .wpforo-topic{ background-color:#f5f5f5; }
|
101 |
+
#wpforo-wrap .wpfl-1 .wpforo-topic-info{ color:#555555; }
|
102 |
+
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{ color:#555555; }
|
103 |
+
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{ color:#555555; }
|
104 |
+
#wpforo-wrap .wpfl-1 .wpforo-last-posts{ background-color:#ffffff; }
|
105 |
+
#wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{ color:#555555; }
|
106 |
+
#wpforo-wrap .wpfl-1 .wpforo-last-posts-list{ color:#555555; border-bottom:#cccccc 0px solid; }
|
107 |
+
|
108 |
+
#wpforo-wrap .wpfl-1 .post-wrap{ border-top:none; border-bottom:#e6e6e6 3px solid; }
|
109 |
+
#wpforo-wrap .wpfl-1 .wpforo-post-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
110 |
+
#wpforo-wrap .wpfl-1 .wpforo-post{ background-color:#f5f5f5; }
|
111 |
+
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px solid #e6e6e6; }
|
112 |
+
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{ background:#ffffff; border:#e6e6e6 2px solid; }
|
113 |
+
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{ border:1px solid #e6e6e6; background:#f5f5f5; }
|
114 |
+
#wpforo-wrap .wpfl-1 .wpforo-post .bottom { border-top:#e6e6e6 1px solid; }
|
115 |
+
#wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft a{ color:#ff812d; }
|
116 |
+
|
117 |
+
#wpforo-wrap .wpfl-2 .wpforo-category{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
118 |
+
#wpforo-wrap .wpfl-2 .cat-title{ color:#ffffff; }
|
119 |
+
#wpforo-wrap .wpfl-2 .cat-lastpostinfo{ color:#ffffff; }
|
120 |
+
#wpforo-wrap .wpfl-2 .forum-wrap{ border-top:#cccccc 1px solid; }
|
121 |
+
#wpforo-wrap .wpfl-2 .wpforo-forum{ background-color:#f5f5f5;}
|
122 |
+
#wpforo-wrap .wpfl-2 .wpforo-forum-icon{ color:#555555; }
|
123 |
+
#wpforo-wrap .wpfl-2 .wpforo-forum-info{ color:#555555; }
|
124 |
+
#wpforo-wrap .wpfl-2 .wpforo-subforum{ border-top:#dadada 1px dotted;}
|
125 |
+
#wpforo-wrap .wpfl-2 .wpforo-forum-stat{ color:#ff812d; }
|
126 |
+
#wpforo-wrap .wpfl-2 .wpforo-last-post{ color:#555555; }
|
127 |
+
#wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{ color:#555555 }
|
128 |
+
#wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{ background:#ffffff; border:1px solid #cccccc; }
|
129 |
+
|
130 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
131 |
+
#wpforo-wrap .wpfl-2 .head-title{ color:#ffffff;}
|
132 |
+
#wpforo-wrap .wpfl-2 .head-stat-posts { color:#ffffff; }
|
133 |
+
#wpforo-wrap .wpfl-2 .head-stat-views { color:#ffffff; }
|
134 |
+
#wpforo-wrap .wpfl-2 .head-stat-lastpost { color:#ffffff; }
|
135 |
+
#wpforo-wrap .wpfl-2 .topic-wrap{ border-top:#cccccc 1px solid; }
|
136 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic{ background-color:#f5f5f5; }
|
137 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-avatar{color:#555555; }
|
138 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{ background:#ffffff; border:1px solid #cccccc; }
|
139 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-info{ color:#555555; }
|
140 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{ color:#555555;}
|
141 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{ color:#555555;}
|
142 |
+
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{ color:#555555;}
|
143 |
+
|
144 |
+
#wpforo-wrap .wpfl-2 .post-wrap{ border-top:#e6e6e6 1px solid; }
|
145 |
+
#wpforo-wrap .wpfl-2 .wpforo-post-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
146 |
+
#wpforo-wrap .wpfl-2 .wpforo-post{ background-color:#ffffff; }
|
147 |
+
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{ background:#f5f5f5; }
|
148 |
+
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{ border-top:#ffffff 1px solid; background:#ffffff; }
|
149 |
+
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{ background:#ffffff; border:#e6e6e6 2px solid; }
|
150 |
+
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft a{color:#ff812d;}
|
151 |
+
|
152 |
+
#wpforo-wrap .wpfl-3 .wpforo-category{ background-color: #43a6df;border-bottom:#cccccc 1px solid; }
|
153 |
+
#wpforo-wrap .wpfl-3 .cat-title{ color:#ffffff; }
|
154 |
+
#wpforo-wrap .wpfl-3 .cat-stat-posts { color:#ffffff; }
|
155 |
+
#wpforo-wrap .wpfl-3 .cat-stat-answers { color:#ffffff; }
|
156 |
+
#wpforo-wrap .wpfl-3 .cat-stat-questions { color:#ffffff; }
|
157 |
+
#wpforo-wrap .wpfl-3 .forum-wrap{ border-top:#cccccc 1px solid; }
|
158 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum{ background-color:#f5f5f5; }
|
159 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum-icon{ color:#555555; }
|
160 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum-info{ color:#555555; }
|
161 |
+
#wpforo-wrap .wpfl-3 .wpforo-subforum{ border-top:#dadada 1px dotted; }
|
162 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum-footer{ color:#999999; }
|
163 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{color:#555555;}
|
164 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{ color:#555555; }
|
165 |
+
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{color:#555555;}
|
166 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topics{ background-color:#ffffff; }
|
167 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{ color:#555555; }
|
168 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topics-list{ color:#555555; border-bottom:#cccccc 0px solid; }
|
169 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topic-posts{ background:#f5f5f5; }
|
170 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{ background:#f5f5f5; }
|
171 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topic .answers{ background:#f5f5f5; }
|
172 |
+
#wpforo-wrap .wpfl-3 .wpforo-last-topic .views{background:#f5f5f5; }
|
173 |
+
|
174 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-head{ background-color: #43a6df; border-bottom:#cccccc 2px solid; }
|
175 |
+
#wpforo-wrap .wpfl-3 .head-title{ color:#ffffff; }
|
176 |
+
#wpforo-wrap .wpfl-3 .head-stat-posts { color:#ffffff; }
|
177 |
+
#wpforo-wrap .wpfl-3 .head-stat-lastpost { color:#ffffff; }
|
178 |
+
#wpforo-wrap .wpfl-3 .topic-wrap{ border-top:#ffffff 1px solid; border-bottom:#e6e6e6 1px solid; }
|
179 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic{ background-color:#f5f5f5; }
|
180 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-avatar{ color:#555555; }
|
181 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-avatar img{ background:#ffffff; border:1px solid #cccccc; }
|
182 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-info{ color:#555555; }
|
183 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-stat-lastpost{ color:#555555; }
|
184 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-status .votes{ background:#f5f5f5; }
|
185 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic-status .answers{ background:#f5f5f5; }
|
186 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic .views{ background:#f5f5f5; }
|
187 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic .count{border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;}
|
188 |
+
#wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-label{border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;}
|
189 |
+
|
190 |
+
#wpforo-wrap .wpfl-3 .post-wrap{ border-top:#e6e6e6 1px solid; }
|
191 |
+
#wpforo-wrap .wpfl-3 .wpforo-post-head{ background-color: #43a6df; border-bottom:#cccccc 1px solid; }
|
192 |
+
#wpforo-wrap .wpfl-3 .wpforo-post{ background-color:#ffffff; }
|
193 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{ color:#00a636; }
|
194 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{ color:#999999!important; }
|
195 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{ background:#f5f5f5; }
|
196 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{ border-bottom:1px dotted #e6e6e6; }
|
197 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{ border-top:1px dotted #e6e6e6; }
|
198 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{ border-top:#659fbe 1px dotted; }
|
199 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data-content{ border:#ffffff 1px solid; background:#dff4ff;}
|
200 |
+
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .avatar{ background:#ffffff; border:1px solid #cccccc; }
|
201 |
+
#wpforo-wrap .wpfl-3 .wpforo-comment{ background-color:#ffffff; }
|
202 |
+
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{ background:#f5f5f5; }
|
203 |
+
|
204 |
+
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item{color: #777777; border-right:1px solid #777777; border-right:1px solid #777777;}
|
205 |
+
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item:hover{color: #43a6df; border-right:1px solid #43a6df; border-right:1px solid #43a6df;}
|
206 |
+
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu #wpf-pp-forum-menu .wpf-pp-menu-item{color:#43a6df; border-right:1px solid #43a6df;}
|
207 |
+
#wpforo-wrap .wpf-profile-section{color: #666666;}
|
208 |
+
#wpforo-wrap .wpf-profile-section .wpf-profile-section-head{border-bottom:1px solid #dadada;}
|
209 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-label{ border-bottom:#ffffff 1px solid; }
|
210 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field{ border-bottom:#ffffff 1px solid; }
|
211 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="file"],
|
212 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="password"],
|
213 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field input[type="text"],
|
214 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field select,
|
215 |
+
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-field textarea { color:#555555; }
|
216 |
+
#wpforo-wrap .wpforo-profile-wrap .h-left{ }
|
217 |
+
#wpforo-wrap .wpforo-profile-wrap .profile-display-name{ color:#3f7796; }
|
218 |
+
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data{ color:#3f7796; }
|
219 |
+
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item{ color:#3f7796;}
|
220 |
+
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap{background:#ffffff;}
|
221 |
+
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell{color:#ffffff;}
|
222 |
+
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{border-right:#ffffff 1px solid; background:#777777; color:#ffffff; }
|
223 |
+
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu:hover{ background: #43a6df;}
|
224 |
+
#wpforo-wrap .wpforo-profile-wrap .h-left .avatar{ background-color:#ffffff; border:2px solid #cccccc; }
|
225 |
+
#wpforo-wrap .wpforo-profile-wrap .wpf-username{ color:#0099cc; }
|
226 |
+
|
227 |
+
#wpforo-wrap .wpforo-activity-content{ border:#e6e6e6 1px solid; }
|
228 |
+
#wpforo-wrap .wpforo-activity-content .activity-icon{ border-right:2px solid #ffffff; }
|
229 |
+
|
230 |
+
#wpforo-wrap .wpforo-sbn-content{ border:#e6e6e6 1px solid; }
|
231 |
+
#wpforo-wrap .wpforo-sbn-content .sbn-icon{ border-right:2px solid #ffffff; }
|
232 |
+
|
233 |
+
#wpforo-wrap .wpforo-messages-content .uml{ background: #ffffff; border-bottom: 1px solid #0099cc; }
|
234 |
+
#wpforo-wrap .wpforo-messages-content .uml:hover, .uml a:hover{ color: #ffffff !important; }
|
235 |
+
#wpforo-wrap .wpforo-messages-content .umlactive{ background: #0099cc !important; }
|
236 |
+
#wpforo-wrap .wpforo-messages-content .umlactive a{ color: #ffffff !important; }
|
237 |
+
#wpforo-wrap .wpforo-messages-content .umlactive .uml_lastmsg{ color: #ffffff !important; }
|
238 |
+
#wpforo-wrap .wpforo-messages-content .uml .uml_lastmsg{ color: #999999; }
|
239 |
+
#wpforo-wrap .wpforo-messages-content .uml-has-message{ background: rgba(255, 163, 0, 0.22); }
|
240 |
+
#wpforo-wrap .wpforo-messages-content .whr{ border-top: 1px solid #e6e6e6 !important; color: #cccccc; }
|
241 |
+
#wpforo-wrap .wpforo-messages-content .whr abbr{ background-color: #ffffff; }
|
242 |
+
#wpforo-wrap .wpforo-messages-content .pm_submit{ color: #ffffff; }
|
243 |
+
|
244 |
+
#wpforo-wrap input[type="text"], #wpforo-wrap input[type="password"], #wpforo-wrap input[type="email"], #wpforo-wrap textarea, #wpforo-wrap select { border: 1px solid #dadada; color: #777777; box-shadow: inset 0px 1px 4px #e6e6e6; -moz-box-shadow: inset 0px 1px 4px #e6e6e6; -webkit-box-shadow: inset 0px 1px 4px #e6e6e6; }
|
245 |
+
#wpforo-wrap input[type="submit"], #wpforo-wrap input[type="button"]{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
|
246 |
+
#wpforo-wrap input[type="submit"]:hover{ background:#0099cc; }
|
247 |
+
#wpforo-wrap input[type="button"]:hover{ background:#0099cc; }
|
248 |
+
#wpforo-wrap .wpf-button{ background:#43a6df; color:#ffffff!important; border: 1px solid #0099cc; }
|
249 |
+
#wpforo-wrap .wpf-button:hover{ background:#0099cc; }
|
250 |
+
|
251 |
+
#wpforo-wrap #wpf-topic-create{ border: solid #dadada 1px; }
|
252 |
+
#wpforo-wrap .wpf-topic-create .wp-editor-tools{ border-bottom:1px #dadada solid; }
|
253 |
+
#wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{ border: 1px #dadada solid; }
|
254 |
+
#wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{ border: 1px #dadada solid; }
|
255 |
+
#wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"] { background:#43a6df; color:#ffffff; }
|
256 |
+
#wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"]:hover{ background:#0099cc!important; }
|
257 |
+
|
258 |
+
#wpforo-wrap #wpf-post-create{ border: solid #dadada 1px; }
|
259 |
+
#wpforo-wrap .wpf-post-create .wp-editor-tools{ border-bottom:1px #dadada solid; }
|
260 |
+
#wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{ border: 1px #dadada solid; }
|
261 |
+
#wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{ border: 1px #dadada solid; }
|
262 |
+
#wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"] { background:#43a6df; color:#ffffff; }
|
263 |
+
#wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"]:hover{ background:#0099cc!important; }
|
264 |
+
|
265 |
+
#wpforo-wrap .wpforo-members-wrap .wpforo-members-content { border:#e6e6e6 1px solid; }
|
266 |
+
#wpforo-wrap .wpforo-members-wrap td.wpf-members-search { border-bottom:1px solid #e6e6e6; }
|
267 |
+
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar { border-right:2px solid #ffffff; }
|
268 |
+
#wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate-head{ border-bottom:1px solid #e6e6e6; }
|
269 |
+
#wpforo-wrap .wpforo-members-wrap td.wpf-members-foot { border-top:1px solid #e6e6e6; }
|
270 |
+
|
271 |
+
#wpforo-wrap .wpforo-register-wrap .wpforo-register-content { border-top:#e6e6e6 1px solid; border-bottom:#e6e6e6 1px solid; }
|
272 |
+
#wpforo-wrap .wpforo-register-wrap td.wpf-register-label{ border-right:#ffffff 1px solid; border-bottom:#ffffff 1px solid; }
|
273 |
+
#wpforo-wrap .wpforo-register-wrap td.wpf-register-field{ border-bottom:#ffffff 1px solid; }
|
274 |
+
|
275 |
+
#wpforo-wrap .wpforo-login-wrap .wpforo-login-content { border-top:#e6e6e6 1px solid; border-bottom:#e6e6e6 1px solid; }
|
276 |
+
#wpforo-wrap .wpforo-login-wrap td.wpf-login-label{ border-right:#ffffff 1px solid; border-bottom:#ffffff 1px solid; }
|
277 |
+
#wpforo-wrap .wpforo-login-wrap td.wpf-login-field{ border-bottom:#ffffff 1px solid; }
|
278 |
+
|
279 |
+
#wpforo-wrap .wpforo-404-wrap .wpforo-404-content { border-top:#e6e6e6 1px solid; border-bottom:#e6e6e6 1px solid; }
|
280 |
+
#wpforo-wrap .wpforo-404-wrap .wpf-search-box { border:#cccccc 1px dashed; }
|
281 |
+
|
282 |
+
#wpforo-wrap #wpforo-search-title { color:#333333; }
|
283 |
+
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar{ background:#f5f5f5; border:#e6e6e6 1px solid; }
|
284 |
+
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{ border-bottom:1px dotted #ffffff; }
|
285 |
+
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{ border-bottom:1px dotted #ffffff; }
|
286 |
+
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content { border-bottom:#e6e6e6 1px solid; }
|
287 |
+
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-htr{ background-color:#43a6df; color:#ffffff; }
|
288 |
+
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ttr{ background:#f5f5f5 }
|
289 |
+
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{ border-right:1px solid #ffffff;}
|
290 |
+
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon { border-right:1px solid #ffffff;}
|
291 |
+
|
292 |
+
#wpforo-wrap .wpf-action{ color: #3f7796; }
|
293 |
+
#wpforo-wrap .wpf-action:hover{ cursor: pointer; color: #659fbe; }
|
294 |
+
|
295 |
+
#wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{ color:#666666; }
|
296 |
+
#wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
|
297 |
+
#wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
|
298 |
+
|
299 |
+
#wpforo-wrap #wpforo-stat-header{ background-color:#555555; color: #ffffff; border-bottom: 2px solid #cccccc;}
|
300 |
+
#wpforo-wrap #wpforo-stat-body{ border:#e6e6e6 1px solid; background:#f5f5f5; }
|
301 |
+
#wpforo-wrap #wpforo-stat-body .wpf-stat-data{ }
|
302 |
+
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{border-right:1px solid #e6e6e6;}
|
303 |
+
#wpforo-wrap #wpforo-stat-body .wpf-stat-item i{color:#777777;}
|
304 |
+
#wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value{color:#777777;}
|
305 |
+
#wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label{border-top:1px dotted #cccccc; color:#777777;}
|
306 |
+
#wpforo-wrap #wpforo-stat-body .wpf-last-info i{color:#777777;}
|
307 |
+
|
308 |
+
#wpforo-wrap .widget-title { border-bottom:2px solid #e6e6e6;}
|
309 |
+
#wpforo-wrap .wpforo-widget-wrap .wpforo-widget-content li{ border-bottom:1px dotted #cccccc; }
|
310 |
+
#wpforo-wrap .pm_content{ background-color: #ffffff !important; }
|
311 |
+
div.pm_content::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
|
312 |
+
div.pm_content::-webkit-scrollbar-thumb { background: #0099cc; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
|
313 |
+
div.pm_content::-webkit-scrollbar-thumb:window-inactive { background: #0099cc; }
|
314 |
+
div.pm_content::-webkit-scrollbar-button { background-color: #4a8eb3; }
|
315 |
+
|
316 |
+
.ui-dialog { z-index: 999998 !important; }
|
317 |
+
.wpf-video{ margin: 10px !important; }
|
318 |
+
|
319 |
+
.ui-dialog .ui-widget-header{ background-color: #43a6df!important; border-bottom:#cccccc 1px solid!important; }
|
320 |
+
.ui-dialog .ui-widget-header span.ui-dialog-title{ color: #ffffff !important; }
|
321 |
+
.ui-widget input[type="submit"]:hover{ background:#0099cc; }
|
322 |
+
.ui-widget input[type="submit"]{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
|
323 |
+
|
324 |
+
#wpf_attach_dialog .wpforo-button{ background:#43a6df; color:#ffffff; border: 1px solid #0099cc; }
|
325 |
+
#wpf_attach_dialog .wpforo-button:hover{ background:#0099cc; }
|
326 |
+
#wpf_attach_dialog .wpforo-button-prime{ background-color:#43a6df; border:1px solid #0099cc; }
|
327 |
+
#wpf_attach_dialog .wpforo-button-prime:hover{ background-color:#0099cc; }
|
328 |
+
#wpf_attach_dialog button.delete{ background-color:#ff7575; border:1px solid #f46464; }
|
329 |
+
#wpf_attach_dialog button.delete:hover{ background-color:#f46464; }
|
330 |
+
#wpf_attach_dialog button.start{ background-color:#86ba4c; border:1px solid #6fa634; }
|
331 |
+
#wpf_attach_dialog button.start:hover{ background-color:#6fa634; }
|
332 |
+
#wpf_attach_dialog button.cancel{ background-color:#777777; border:1px solid #999999; }
|
333 |
+
#wpf_attach_dialog button.cancel:hover{ background-color:#999999; }
|
334 |
+
#wpf_attach_dialog tr.template-download span.preview img{ border:#e6e6e6 1px solid; background-color:#ffffff; }
|
335 |
+
#wpf_attach_dialog tr.template-upload span.preview img{ border:#e6e6e6 1px solid; background-color:#ffffff; }
|
336 |
+
#wpf_attach_dialog tr.template-download td .error{ font-weight:bold; color:#f46464; }
|
337 |
+
|
338 |
+
#wpf-msg-box a{color:#ffffff;}
|
339 |
+
#wpf-msg-box a:hover{color:#e6e6e6;}
|
340 |
+
.wpf-msg-box-triangle-right.top{background-color:#43a6df;background:-moz-linear-gradient(#43a6df);background:-o-linear-gradient(#43a6df);background:linear-gradient(#43a6df);}
|
341 |
+
.wpf-msg-box-triangle-right{color:#ffffff!important;}
|
342 |
+
.wpf-msg-box-triangle-right.top:after{border-color:transparent #43a6df;}
|
343 |
+
.wpf-msg-box-triangle-right:after{border-color:#43a6df transparent;}
|
344 |
+
.wpf-msg-box-triangle-right.error{background-color:#f46464;background:-moz-linear-gradient(#f46464);background:-o-linear-gradient(#f46464);background:linear-gradient(#f46464);}
|
345 |
+
.wpf-msg-box-triangle-right.error:after{border-color:transparent #f46464;}
|
346 |
+
.wpf-msg-box-triangle-right.success{background-color:#00a636;background:-moz-linear-gradient(#00a636);background:-o-linear-gradient(#00a636);background:linear-gradient(#00a636);}
|
347 |
+
.wpf-msg-box-triangle-right.success:after{border-color:transparent #00a636;}
|
348 |
+
@media screen and (max-width:600px) {
|
349 |
+
#wpforo-wrap #wpforo-menu .wpf-menu{background-color:#555555;}
|
350 |
+
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{border-top: 1px solid #e6e6e6;}
|
351 |
+
}
|
352 |
+
|
353 |
+
#wpforo-wrap.wpf-dark { color: #3f7796; }
|
354 |
+
#wpforo-wrap.wpf-dark .wpfcl-3{ color:#3f7796!important; }
|
355 |
+
#wpforo-wrap.wpf-dark .wpfcl-1{ color:#3f7796!important; }
|
356 |
+
#wpforo-wrap.wpf-dark .wpf-action{ color: #3f7796; }
|
357 |
+
#wpforo-wrap.wpf-dark .wpforo-post .wpf-right .wpforo-post-content p{ color:#3f7796!important; }
|
358 |
+
#wpforo-wrap.wpf-dark #wpforo-menu li a { color: #3f7796; }
|
359 |
+
#wpforo-wrap.wpf-dark .wpfl-2 .head-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .head-stat-lastpost{ color: #3f7796; }
|
360 |
+
#wpforo-wrap.wpf-dark .wpfl-2 .wpforo-last-post{ color: #3f7796; }
|
361 |
+
#wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-lastpost, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-lastpost{ color: #3f7796; }
|
362 |
+
#wpforo-wrap.wpf-dark .wpfl-2 .wpforo-forum-description, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-forum-description{ color: #3f7796; }
|
363 |
+
#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:#3f7796; }
|
364 |
+
#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:#3f7796; }
|
365 |
+
#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:#3f7796; }
|
366 |
+
#wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-1 .wpforo-topic-stat-views{ color:#3f7796; }
|
367 |
+
#wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-2 .wpforo-topic-stat-views{ color:#3f7796; }
|
368 |
+
#wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-posts, #wpforo-wrap.wpf-dark .wpfl-3 .wpforo-topic-stat-views{ color:#3f7796; }
|
369 |
+
#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:#3f7796; }
|
370 |
+
#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:#3f7796; }
|
371 |
+
#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:#3f7796; }
|
372 |
+
#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:#3f7796; }
|
373 |
+
#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:#3f7796; }
|
374 |
+
#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:#3f7796; }
|
375 |
+
#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:#3f7796; }
|
376 |
+
#wpforo-wrap.wpf-dark #wpforo-stat-header{ color: #3f7796; border-bottom: 1px solid #cccccc;}
|
377 |
+
#wpforo-wrap.wpf-dark #wpforo-stat-body .wpf-last-info p.wpf-topic-icons{border-top: 1px dotted #cccccc;}
|
378 |
+
#wpforo-wrap.wpf-dark .wpf-button{ color:#3f7796!important; }
|
379 |
+
#wpforo-wrap.wpf-dark .wpf-topic-create .wpf-subject{background-color:#333333}
|
380 |
+
#wpforo-wrap.wpf-dark #wpf-topic-create{background-color:#f5f5f5}
|
381 |
+
#wpforo-wrap.wpf-dark #wpf-topic-create div.mce-toolbar-grp{background-color:#f5f5f5}
|
382 |
+
#wpforo-wrap.wpf-dark .wpf-post-create .wpf-subject{background-color:#333333}
|
383 |
+
#wpforo-wrap.wpf-dark #wpf-post-create{background-color:#f5f5f5}
|
384 |
+
#wpforo-wrap.wpf-dark #wpf-post-create div.mce-toolbar-grp{background-color:#f5f5f5}
|
385 |
+
#wpforo-wrap.wpf-dark input[type="submit"], #wpforo-wrap.wpf-dark input[type="button"]{color:#3f7796!important;}
|
386 |
+
#wpforo-wrap.wpf-dark input[type="text"], #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:#555555;background:#333333}
|
387 |
+
#wpforo-wrap.wpf-dark input[type="text"].wpf-search-field{background-color:transparent; color:#3f7796; }
|
388 |
+
#wpforo-wrap.wpf-dark #wpforo-stat-body{border:none;}
|
389 |
+
#wpforo-wrap.wpf-dark .wpforo-members-content table tr{ background-color:#f5f5f5!important; }
|
390 |
+
|
391 |
+
#wpforo-wrap .wpforo-forum-title{font-size: 15px!important; line-height: 16px!important;}
|
392 |
+
#wpforo-wrap .wpforo-topic-title a { font-size: 14px!important; line-height: 18px!important; }
|
393 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content {font-size: 13px!important; line-height: 17px!important;}
|
394 |
+
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {font-size: 13px;}
|
395 |
+
#wpforo-wrap {
|
396 |
+
font-size: 13px; width: 100%; margin:20px;
|
397 |
+
}
|
398 |
+
input[type="text"]{color:#222;}
|
wpforo.php
CHANGED
@@ -5,14 +5,14 @@
|
|
5 |
* Description: Next Generation of WordPress Forum Softwares. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features.
|
6 |
* Author: gVectors Team (A. Chakhoyan, R. Hovhannisyan)
|
7 |
* Author URI: http://gvectors.com/
|
8 |
-
* Version: 1.0.
|
9 |
* Text Domain: wpforo
|
10 |
* Domain Path: /wpf-languages
|
11 |
*/
|
12 |
|
13 |
// Exit if accessed directly
|
14 |
if( !defined( 'ABSPATH' ) ) exit;
|
15 |
-
if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.0.
|
16 |
|
17 |
function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
|
18 |
add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
|
5 |
* Description: Next Generation of WordPress Forum Softwares. Everything you need to run an efficient and professional community. Powerful and beautiful bulletin board with unique features.
|
6 |
* Author: gVectors Team (A. Chakhoyan, R. Hovhannisyan)
|
7 |
* Author URI: http://gvectors.com/
|
8 |
+
* Version: 1.0.1
|
9 |
* Text Domain: wpforo
|
10 |
* Domain Path: /wpf-languages
|
11 |
*/
|
12 |
|
13 |
// Exit if accessed directly
|
14 |
if( !defined( 'ABSPATH' ) ) exit;
|
15 |
+
if( !defined( 'WPFORO_VERSION' ) ) define('WPFORO_VERSION', '1.0.1');
|
16 |
|
17 |
function wpforo_load_plugin_textdomain() { load_plugin_textdomain( 'wpforo', FALSE, basename( dirname( __FILE__ ) ) . '/wpf-languages/' ); }
|
18 |
add_action( 'plugins_loaded', 'wpforo_load_plugin_textdomain' );
|