| 1 |
/* |
| 2 |
RTL Style of Classic Theme |
| 3 |
*/ |
| 4 |
|
| 5 |
#wpforo-wrap .wpforo-main{clear:both;} |
| 6 |
#wpforo-wrap.wpf-dark{ padding:30px; margin:2px;} |
| 7 |
#wpforo-wrap .wpforo-content{width:69%; float:right; padding:0px; box-sizing: border-box;} |
| 8 |
#wpforo-wrap .wpforo-content.wpfrt{padding-left: 20px;} |
| 9 |
#wpforo-wrap .wpforo-right-sidebar{width:28%; float:left; padding:0px 0px 0px 0px; box-sizing: border-box;} |
| 10 |
#wpforo-wrap [class*="content"]:after{clear: none;} |
| 11 |
#wpforo-wrap {margin:0; font-size:13px; text-align:right; width:100%; padding:10px; text-transform:none; box-sizing: border-box;} |
| 12 |
#wpforo-wrap * {box-sizing: border-box; box-shadow:none; color:inherit;} |
| 13 |
#wpforo-wrap html, #wpforo-wrap body, #wpforo-wrap div, #wpforo-wrap span, #wpforo-wrap applet, #wpforo-wrap object, #wpforo-wrap iframe, #wpforo-wrap h1, #wpforo-wrap h2, #wpforo-wrap h3, #wpforo-wrap h4, #wpforo-wrap h5, #wpforo-wrap h6, #wpforo-wrap p, #wpforo-wrap blockquote, #wpforo-wrap pre, #wpforo-wrap a, #wpforo-wrap abbr, #wpforo-wrap acronym, #wpforo-wrap address, #wpforo-wrap big, #wpforo-wrap cite, #wpforo-wrap code, #wpforo-wrap del, #wpforo-wrap dfn, #wpforo-wrap em, #wpforo-wrap img, #wpforo-wrap ins, #wpforo-wrap kbd, #wpforo-wrap q, #wpforo-wrap s, #wpforo-wrap samp, #wpforo-wrap small, #wpforo-wrap strike, #wpforo-wrap sub, #wpforo-wrap sup, #wpforo-wrap tt, #wpforo-wrap var, #wpforo-wrap b, #wpforo-wrap u, #wpforo-wrap i, #wpforo-wrap center, #wpforo-wrap dl, #wpforo-wrap dt, #wpforo-wrap dd, #wpforo-wrap ol, #wpforo-wrap ul, #wpforo-wrap li, #wpforo-wrap fieldset, #wpforo-wrap form, #wpforo-wrap label, #wpforo-wrap legend, #wpforo-wrap table, #wpforo-wrap caption, #wpforo-wrap tbody, #wpforo-wrap tfoot, #wpforo-wrap thead, #wpforo-wrap tr, #wpforo-wrap th, #wpforo-wrap td, #wpforo-wrap article, #wpforo-wrap aside, #wpforo-wrap canvas, #wpforo-wrap details, #wpforo-wrap embed, #wpforo-wrap figure, #wpforo-wrap figcaption, #wpforo-wrap footer, #wpforo-wrap header, #wpforo-wrap hgroup, #wpforo-wrap menu, #wpforo-wrap nav, #wpforo-wrap output, #wpforo-wrap ruby, #wpforo-wrap section, #wpforo-wrap summary, #wpforo-wrap time, #wpforo-wrap mark, #wpforo-wrap audio, #wpforo-wrap video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;} |
| 14 |
#wpforo-wrap strong{ font-weight:bold; } |
| 15 |
#wpforo-wrap .wpforo-post-content blockquote{ clear: none;} |
| 16 |
#wpforo-wrap ol, |
| 17 |
#wpforo-wrap ul, |
| 18 |
#wpforo-wrap li {list-style: none; margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; line-height:1.6;} |
| 19 |
#wpforo-wrap ul li:before {content: "";} |
| 20 |
#wpforo-wrap input, |
| 21 |
#wpforo-wrap textarea, |
| 22 |
#wpforo-wrap select{margin:0px; padding:0px; display:inline; width: auto;} |
| 23 |
#wpforo-wrap p{font-size: 14px;line-height: 20px;padding: 0px;margin: 0px;} |
| 24 |
#wpforo-wrap h3{font-size:16px; padding:5px 0px; margin:0px; line-height:18px; font-weight:500; text-transform:none;} |
| 25 |
#wpforo-wrap h2{font-size:20px; padding:10px 2px; margin:0px; line-height:22px; font-weight:bold; text-transform:none;} |
| 26 |
#wpforo-wrap h1{font-size:20px; padding:10px 2px; margin:0px; line-height:22px; font-weight:bold; text-transform:none;} |
| 27 |
#wpforo-wrap img {height:inherit;max-width:none; border:none; margin:0px; padding:0px; float:none; box-shadow:none; border-radius:none;} |
| 28 |
#wpforo-wrap pre {width:100%; overflow-x:auto; padding:10px 10px 15px 10px; margin:10px 0px; font-size:13px; white-space:pre;} |
| 29 |
#wpforo-wrap label{display:inline; font-weight:normal; cursor: pointer;} |
| 30 |
#wpforo-wrap span{display:inline; font-weight:normal;} |
| 31 |
#wpforo-wrap #footer {padding: 0 10px;} |
| 32 |
#wpforo-wrap #footer p {margin: 0; padding: 10px 0; font-size:13px } |
| 33 |
#wpforo-wrap .wpf-p-error {font-size: 14px; padding: 13px; text-align:center; margin:15px 1px;} |
| 34 |
#wpforo-wrap .wpf-res-menu{display:none; font-weight:normal; cursor:pointer;} |
| 35 |
#wpforo-wrap #wpforo-menu {margin-bottom: 5px; line-height:18px; height:47px} |
| 36 |
#wpforo-wrap #wpforo-menu > ul {margin: 0 !important;} |
| 37 |
#wpforo-wrap #wpforo-menu li {display:inline-block; list-style: none outside none; padding: 0; margin: 0; margin-right:-4px; line-height:1.4;} |
| 38 |
#wpforo-wrap #wpforo-menu ul.sub-menu li {margin-right:0px;} |
| 39 |
#wpforo-wrap #wpforo-menu li:first-child{ margin-right:0px;} |
| 40 |
#wpforo-wrap #wpforo-menu li a {display: block; border:none; padding: 15px 24px;} |
| 41 |
#wpforo-wrap #wpforo-menu li > ul {visibility: hidden; display: inline-block; background-color: #555555; position: absolute; z-index: 2; margin: 0 !important;} |
| 42 |
#wpforo-wrap #wpforo-menu li:hover > ul {visibility: visible;} |
| 43 |
#wpforo-wrap #wpforo-menu li > ul > li {float: none; display: block } |
| 44 |
#wpforo-wrap .wpforo-td input[type="text"], |
| 45 |
#wpforo-wrap .wpforo-td input[type="email"], |
| 46 |
#wpforo-wrap .wpforo-td input[type="url"], |
| 47 |
#wpforo-wrap .wpforo-td input[type="number"], |
| 48 |
#wpforo-wrap .wpforo-td input[type="search"], |
| 49 |
#wpforo-wrap .wpforo-td input[type="password"]{height:auto;} |
| 50 |
#wpforo-wrap #wpforo-menu .wpf-res-menu{padding:2px;} |
| 51 |
#wpforo-wrap #wpforo-menu .wpf-res-menu i{padding: 12px 24px; font-size:19px; line-height:18px;} |
| 52 |
#wpforo-wrap .wpforo-pm-note{padding:1px 5px 1px 5px; font-size:13px; font-weight:bold; border-radius: 10px; border:1px solid transparent;} |
| 53 |
#wpforo-wrap table, #wpforo-wrap table tr, #wpforo-wrap table tr td, #wpforo-wrap table tr th{border:none; padding:0px; box-sizing: border-box; background:none; background-color:none; margin:0px; text-align:right;} |
| 54 |
#wpforo-wrap .wpf-action {background-color:transparent; text-transform:none; text-decoration:none; text-shadow:none; border-right:none; border-radius: 0px; border:none; content: ""; right: 0px; position:inherit; top: 0; width:auto; display: inline-block; white-space:nowrap; line-height:20px; height:auto; min-height:inherit;} |
| 55 |
#wpforo-wrap .wpf-action:hover{text-decoration:none;} |
| 56 |
#wpforo-wrap .wpf-action i{margin-left:3px;} |
| 57 |
#wpforo-wrap .wpf-action.wpforo-tools i{margin-left:4px;} |
| 58 |
#wpforo-wrap .wpf-vsep{ display:inline-block; padding:0px 5px;} |
| 59 |
#wpforo-wrap .wpforo-feed{float:left;font-size:12px;} |
| 60 |
#wpforo-wrap .wpforo-text ol, |
| 61 |
#wpforo-wrap .wpforo-text ol li {list-style:decimal; margin: 2px 15px;} |
| 62 |
#wpforo-wrap .wpforo-text ul, |
| 63 |
#wpforo-wrap .wpforo-text ul li{list-style:disc; margin: 2px 15px;} |
| 64 |
#wpforo-wrap .wpforo-text h3{ line-height: normal; margin: 10px 0px} |
| 65 |
#wpforo-wrap .wpforo-text p{ line-height: normal; margin-bottom: 10px;} |
| 66 |
|
| 67 |
#wpforo-wrap .wpforo-table{display:table; width:100%;} |
| 68 |
#wpforo-wrap .wpforo-tr{display:table-row;} |
| 69 |
#wpforo-wrap .wpforo-th{display:table-cell;} |
| 70 |
#wpforo-wrap .wpforo-td{display:table-cell;} |
| 71 |
|
| 72 |
#wpforo-wrap .wpf-table{display:block; width:100%; padding: 10px 0px;} |
| 73 |
#wpforo-wrap .wpf-tr{display:block; width:100%; box-sizing: border-box;} |
| 74 |
#wpforo-wrap .wpf-th{display:block; float: right; box-sizing: border-box;} |
| 75 |
#wpforo-wrap .wpf-td{display:block; float: right; box-sizing: border-box;} |
| 76 |
#wpforo-wrap .wpf-cl{ clear: both;} |
| 77 |
#wpforo-wrap .wpfw-1{ width: 100%; } |
| 78 |
#wpforo-wrap .wpfw-2{ width: 50%; } |
| 79 |
#wpforo-wrap .wpfw-3{ width: 33.3%; } |
| 80 |
#wpforo-wrap .wpfw-4{ width: 25%; } |
| 81 |
#wpforo-wrap .wpfw-5{ width: 20%; } |
| 82 |
#wpforo-wrap .wpfw-6{ width: 16.6%; } |
| 83 |
|
| 84 |
#wpforo-wrap .wpf-search form{display:inline-block;} |
| 85 |
#wpforo-wrap .wpf-search input[type="text"].wpf-search-field{z-index: 30;cursor:pointer;border:none;box-shadow: none; box-sizing: border-box;color: #666666;font: 14px;height: 24px;margin: 0;max-width: none;outline: 0 none;padding: 0 24px 0 3px;position: relative;transition-duration: 0.4s; transition-property: width, background; transition-timing-function: ease;width: 24px;vertical-align:baseline;} |
| 86 |
#wpforo-wrap .wpf-search input[type="text"].wpf-search-field:focus{z-index: 1;cursor: text;width: 180px;padding-right:28px;position:inherit;vertical-align:baseline;} |
| 87 |
#wpforo-wrap .wpf-search i{position: absolute; margin: 0px 4px 0px 0px; top:14px; font-size: 16px; line-height:19px; padding: 0; z-index: 10; cursor:pointer; vertical-align:baseline;} |
| 88 |
|
| 89 |
#wpforo-wrap .wpf-head-bar{padding:5px 0px;} |
| 90 |
#wpforo-wrap .wpf-head-bar-left{float:right; width:69%;min-height: 85px;} |
| 91 |
#wpforo-wrap .wpf-head-bar-right{float:left; padding: 30px 1px 0px 1px; width:30%; text-align:left;} |
| 92 |
|
| 93 |
#wpforo-wrap #wpforo-poweredby{margin:0px; padding:5px 10px 5px 10px; text-align:center; font-size:12px; line-height: 16px; vertical-align:middle; height:28px;} |
| 94 |
#wpforo-poweredby span {display: inline;} |
| 95 |
#wpforo-poweredby .wpf-by{margin:0px; padding:0px; text-align:left; vertical-align:middle;} |
| 96 |
#wpforo-poweredby #bywpforo {display: none;line-height: 20px;color:#ddd;} |
| 97 |
#wpforo-poweredby .by-wpforo a {border: 0 none;color: #ccc;font-size: 11px;font-weight: bold; line-height: 12px;margin: 0;padding: 1px;text-align: left;text-decoration: none;} |
| 98 |
#wpforo-poweredby .wpdimg{ border: 0 none;clear: both;cursor: pointer;display:inline-block;height: 18px;line-height:18px;margin: 0;padding: 0;} |
| 99 |
#wpforo-poweredby img {display: inline-block;vertical-align: bottom;} |
| 100 |
#wpforo-wrap #wpforo-title{padding-bottom:16px; font-size:20px; padding:2px 0px 10px 0px; margin:1px 0px 15px 0px; font-weight:500; } |
| 101 |
#wpforo-wrap #wpforo-description{margin-bottom:20px; margin-top:-12px; font-size:14px; display:block; width:100%; padding:0px 0px 7px 0px;} |
| 102 |
|
| 103 |
#wpforo-wrap a:link {text-decoration: none;} |
| 104 |
#wpforo-wrap a:visited {text-decoration: none;} |
| 105 |
#wpforo-wrap a:hover{text-decoration: none;} |
| 106 |
#wpforo-wrap a:active {text-decoration: none;} |
| 107 |
#wpforo-wrap a{direction: rtl; unicode-bidi: embed; border:none;} |
| 108 |
|
| 109 |
#wpforo-wrap .wpflink { cursor: pointer} |
| 110 |
|
| 111 |
/****************************************************/ |
| 112 |
/******************* members bar ********************/ |
| 113 |
/****************************************************/ |
| 114 |
#wpforo-wrap .author-rating {height: 8px; width: 90px; margin: 15px 0px 2px auto; padding: 0px;} |
| 115 |
#wpforo-wrap .author-rating .bar{height:8px;} |
| 116 |
|
| 117 |
#wpforo-wrap .author-rating-short{color: #ffffff; display: inline-block; font-size: 14px; font-weight: bold; line-height: 16px; min-width: 30px; padding: 2px 8px; text-align: center; white-space: nowrap;} |
| 118 |
#wpforo-wrap .author-rating-full{display: inline-block; font-size: 16px; font-weight: bold; line-height: 18px; min-width: 30px; padding: 2px 8px; text-align: center; white-space: nowrap;} |
| 119 |
#wpforo-wrap .author-rating-full i.fa-certificate{font-size: 20px;} |
| 120 |
#wpforo-wrap .author-rating-full i.fa-shield-alt{font-size: 24px;} |
| 121 |
#wpforo-wrap .author-rating-full i.fa-trophy{font-size: 26px;} |
| 122 |
#wpforo-wrap .wpforo-post .wpf-left .author-rating-full{display: block;} |
| 123 |
|
| 124 |
.ui-dialog {z-index: 999998 !important;} |
| 125 |
.wpf-video{ margin: 10px !important;} |
| 126 |
.wp-editor-tools{display: none;} |
| 127 |
/********************************************************/ |
| 128 |
/************* Admin members bar END ********************/ |
| 129 |
/********************************************************/ |
| 130 |
|
| 131 |
.fa-1x{font-size:1.6em; padding-top:2px;} |
| 132 |
.wpfsx{font-size:1.05em; padding-top:1px;} |
| 133 |
.fa-sx{font-size:0.85em; padding-top:0px;} |
| 134 |
|
| 135 |
/****************************************************/ |
| 136 |
/************* wpForo Breadcrumb ********************/ |
| 137 |
/****************************************************/ |
| 138 |
#wpforo-wrap .wpf-breadcrumb {display: inline-block; counter-reset: flag; margin:15px 0px 15px 0px;} |
| 139 |
#wpforo-wrap .wpf-breadcrumb .wpf-root i{ font-size:14px;} |
| 140 |
#wpforo-wrap .wpf-breadcrumb .wpf-root{border-left:none!important; border-right: 1px solid #666666;} |
| 141 |
#wpforo-wrap .wpf-breadcrumb .wpf-end {width:20px; padding:0px; border:none; outline:none; text-decoration:none; cursor:default;} |
| 142 |
#wpforo-wrap .wpf-breadcrumb a {text-decoration: none; outline: none; display: block; float: right; font-size: 11px; line-height: 24px; padding: 0 22px 0 15px; position: relative;} |
| 143 |
#wpforo-wrap .wpf-breadcrumb a:first-child {padding-right: 10px;} |
| 144 |
#wpforo-wrap .wpf-breadcrumb a:first-child:before {right: 14px;} |
| 145 |
#wpforo-wrap .wpf-breadcrumb a.active{cursor:default;} |
| 146 |
#wpforo-wrap .wpf-breadcrumb a:after {content: ''; position: absolute; top: 0; left: -8px; width: 24px; height: 24px; -webkit-transform: scale(0.70) rotate(-45deg); -moz-transform: scale(0.70) rotate(-45deg); -o-transform: scale(0.70) rotate(-45deg); transform: scale(0.70) rotate(-45deg); z-index: 1; box-shadow: -2px -2px } |
| 147 |
#wpforo-wrap .wpf-breadcrumb a.active:after {content: ''; position: absolute; top: 0; left: -8px; width: 24px; height: 24px; -webkit-transform: scale(0.70) rotate(-45deg);-moz-transform: scale(0.70) rotate(-45deg);-o-transform: scale(0.70) rotate(-45deg); transform: scale(0.70) rotate(-45deg); z-index: 1; box-shadow: -2px -2px } |
| 148 |
#wpforo-wrap .wpf-breadcrumb a:last-child:after {content: none;} |
| 149 |
|
| 150 |
/******************************************************/ |
| 151 |
/************* wpForo Subscription ********************/ |
| 152 |
/******************************************************/ |
| 153 |
#wpforo-wrap .wpf-action-link { padding:5px 1px 7px 1px; margin-top:-15px;} |
| 154 |
#wpforo-wrap .wpf-action-link span{cursor:pointer; font-size:13px;} |
| 155 |
#wpforo-wrap .wpf-action-link span i.fa-envelope{font-size: 14px;} |
| 156 |
|
| 157 |
/****************************************************/ |
| 158 |
/************* wpForo Post Content Style ************/ |
| 159 |
/****************************************************/ |
| 160 |
#wpforo-wrap .post-wrap{position: relative;} |
| 161 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content{padding:10px 10px 10px 30px; min-height:130px; font-size:14px; line-height:18px;word-wrap: break-word;} |
| 162 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p{font-size:14px; line-height:20px; padding:0px; margin:0px; margin-bottom:10px;} |
| 163 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img{max-width:100%; max-height:500px; margin:2px;} |
| 164 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .emoji{font-size:20px;} |
| 165 |
#wpforo-wrap .wpforo-post .wpf-right blockquote{display:block; margin:5px 0px 15px 0px; width:90%; padding:10px; font-size:13px;} |
| 166 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-quote-author{padding:5px 0px; font-weight:bold;} |
| 167 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0px; font-size:12px } |
| 168 |
#wpforo-wrap .wpforo-post .wpf-right code{max-width:90%; overflow-x:auto; padding:5px 10px 15px 10px; margin:10px 0px; font-size:12px;} |
| 169 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-code-title{font-size:12px; margin-bottom:10px; padding:0px 2px 5px 2px; font-weight:bold;} |
| 170 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments{padding:10px 10px 7px 10px; margin:20px 0px 5px 0px; width:90%;} |
| 171 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-attachments img{max-width:100%; height:80px; padding:2px;} |
| 172 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature{width:90%; padding:7px 2px; font-size:13px; line-height:18px; margin: 0 10px 0 0;} |
| 173 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature p{font-size:12px; line-height:16px; margin:0; padding:2px 0px;} |
| 174 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature img {max-height: 200px; max-width: 100%; width: auto;} |
| 175 |
#wpforo-wrap .wpforo-post .wpf-right ol, |
| 176 |
#wpforo-wrap .wpforo-post .wpf-right ol li {list-style:decimal; margin: 2px 15px;} |
| 177 |
#wpforo-wrap .wpforo-post .wpf-right ul, |
| 178 |
#wpforo-wrap .wpforo-post .wpf-right ul li{list-style:disc; margin: 2px 15px;} |
| 179 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-attached-file{ padding:10px 15px 15px 15px; margin:30px 0px 10px 0px; border:#bbb dotted 1px; display:table;} |
| 180 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-attached-file i.fa-paperclip{ font-size:22px; display:inline-block; padding-left:7px;} |
| 181 |
#wpforo-wrap .wpforo-post .wpf-right .wpforo-attached-file.wpfa-deleted{ color:#aaa; padding:10px; } |
| 182 |
#wpforo-wrap .wpforo-post .wpf-action{display:inline-block; margin:4px 4px; } |
| 183 |
#wpforo-wrap .wpfl-1 .wpforo-last-topics-list .wpf-vat a{font-size:12px;} |
| 184 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics-list .wpf-vat a{font-size:12px;} |
| 185 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics-list .wpf-vat{text-align:left;} |
| 186 |
#wpforo-wrap img.wpforo-auto-embeded-image{ width:auto; max-width:60%; max-height:300px; padding:5px; background:#fff;} |
| 187 |
#wpforo-wrap .wpforo-topic-badges{ position:absolute; top:14px; left:1px; cursor:default;} |
| 188 |
#wpforo-wrap .wpfl-3 .wpforo-topic-badges{ top:4px; left:2px;} |
| 189 |
#wpforo-wrap .wpforo-topic-badges i.fa, |
| 190 |
#wpforo-wrap .wpforo-topic-badges i.fas, |
| 191 |
#wpforo-wrap .wpforo-topic-badges i.fab, |
| 192 |
#wpforo-wrap .wpforo-topic-badges i.far, |
| 193 |
#wpforo-wrap .wpforo-topic-badges i.fal { padding:2px 5px; margin:1px; color:#777; line-height:14px; font-size:16px; border-bottom:1px dotted #999; border-right:1px dotted #aaa;} |
| 194 |
#wpforo-wrap h3.wpforo-forum-title{ padding-top:0px;} |
| 195 |
#wpforo-wrap .wpforo-post .wpf-left .wpforo-membertoggle{cursor:pointer; top:0px; font-size:18px; line-height:18px;} |
| 196 |
#wpforo-wrap .wpforo-post .wpf-left .wpforo-memberinfo{padding:3px; text-align:center; display:none;} |
| 197 |
#wpforo-wrap .wpforo-post .wpf-left .wpf-member-profile-button {display: inline-block;font-size: 15px;line-height: 14px;margin-left:1px; padding:1px;} |
| 198 |
#wpforo-wrap .wpforo-post .wpf-left .wpforo-memberinfo .wpf-member-socnet-wrap{ display:block; padding:6px 15px; text-align:center;} |
| 199 |
#wpforo-wrap .wpforo-post .wpf-left .wpforo-memberinfo .wpf-member-socnet-button img{ opacity:0.7; border:none; text-decoration:none; float:none; display: inline-block;font-size: 16px;line-height: 16px; padding:0px 1px 1px 1px;} |
| 200 |
#wpforo-wrap .wpforo-post .wpf-left .wpforo-memberinfo .wpf-member-socnet-button img:hover{opacity:1;} |
| 201 |
#wpforo-wrap .wpforo-post .wpf-mod-message{display:inline-block; float:right; text-align:right;} |
| 202 |
#wpforo-wrap .wpforo-post .wpf-left .author-title span{display:block} |
| 203 |
#wpforo-wrap .wpf-author-nicename{ font-size:12px; font-family:"Courier New", Courier, monospace; line-height: 18px;padding-top: 4px;} |
| 204 |
#wpforo-wrap .wpforo-members-content .wpf-members-info .wpf-author-nicename{ display:inline; font-size:13px; padding-top: 0px;} |
| 205 |
#wpforo-wrap .wpforo-post-content .wpf-video, #wpforo-wrap .wpforo-post-content .wpf-video iframe{max-width: 98%;} |
| 206 |
#wpforo-wrap .wpf-member-title{ display:block; cursor:default; } |
| 207 |
#wpforo-wrap .wpf-member-title.wpfut{ display:inline-block!important; font-size:11px; line-height:15px; padding:2px 15px; margin:5px auto; border:1px solid #dddddd;} |
| 208 |
|
| 209 |
#wpforo-wrap .wpf_forum_unread, #wpforo-wrap .wpf_forum_unread a{ font-weight:bold; } |
| 210 |
#wpforo-wrap .wpf_topic_unread, #wpforo-wrap .wpf_topic_unread a{ font-weight:bold; font-size:98%; } |
| 211 |
|
| 212 |
/****************************************************/ |
| 213 |
/********* wpForo Layout 1 (Extended Layout) ********/ |
| 214 |
/****************************************************/ |
| 215 |
#wpforo-wrap .wpfl-1 .wpforo-category{padding: 7px 12px;} |
| 216 |
#wpforo-wrap .wpfl-1 .cat-title{width:84%; float:right; text-align:right; padding:5px 0px; font-size:14px;} |
| 217 |
#wpforo-wrap .wpfl-1 .cat-stat-posts {width:7%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 218 |
#wpforo-wrap .wpfl-1 .cat-stat-topics {width:8%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 219 |
#wpforo-wrap .wpfl-1 .wpforo-forum{min-height: 60px; padding: 7px 0px 10px 12px;} |
| 220 |
#wpforo-wrap .wpfl-1 .wpforo-forum-icon{width:7%; float:right; text-align:center; vertical-align:top; padding:2px 0px 5px 0px; font-size:1.8em; line-height:1.5em;} |
| 221 |
#wpforo-wrap .wpfl-1 .wpforo-forum-info{width:75%; float:right; text-align:right; padding:8px 0px 0px 0px;} |
| 222 |
#wpforo-wrap .wpfl-1 .wpforo-forum-title{font-size:17px;} |
| 223 |
#wpforo-wrap .wpfl-1 .wpforo-forum-description{font-size:13px; padding:5px 0px 5px 0px; line-height:17px;} |
| 224 |
#wpforo-wrap .wpfl-1 .wpforo-subforum{padding:5px 0px 6px 0px; margin-top:5px;} |
| 225 |
#wpforo-wrap .wpfl-1 .wpforo-subforum ul{font-size:14px; padding-right:0px;} |
| 226 |
#wpforo-wrap .wpfl-1 .wpforo-subforum li{float:right; margin-left:10px; padding-right:0px;} |
| 227 |
#wpforo-wrap .wpfl-1 .wpforo-subforum .first{list-style:none; padding-right:0px; margin-right:0px;} |
| 228 |
#wpforo-wrap .wpfl-1 .wpforo-forum-footer{font-size:11px;} |
| 229 |
#wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts{width:7%; float:left; text-align:center; padding:15px 0px 5px 0px; font-size:16px;} |
| 230 |
#wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{width:8%; float:left; text-align:center; padding:15px 0px 5px 0px; font-size:16px;} |
| 231 |
#wpforo-wrap .wpfl-1 .wpforo-last-topics{ padding: 3px 0px 0px 0px;} |
| 232 |
#wpforo-wrap .wpfl-1 .wpforo-last-topics-tab{width:6%; float:right; text-align:center; padding:0px 0px; font-size:16px;} |
| 233 |
#wpforo-wrap .wpfl-1 .wpforo-last-topics-list{width:94%; float:left; text-align:right; padding:4px 0px 4px 0px; font-size:16px; min-height:30px;} |
| 234 |
#wpforo-wrap .wpfl-1 .wpforo-last-topics-list ul{font-size:12px; list-style:none; padding-right:0px;} |
| 235 |
#wpforo-wrap .wpfl-1 .wpforo-last-topics-list li{vertical-align:bottom; padding-bottom:0px;} |
| 236 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-title{float:right; font-size:13px; cursor:default;} |
| 237 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-title img{height:12px; padding-left:5px;} |
| 238 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-user{width:130px; float:left; text-align:right; padding:0px 10px 0px 5px;} |
| 239 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-date{width:110px; float:left; text-align:left;} |
| 240 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-posts{width:80px; float:left; text-align:left;} /* removed */ |
| 241 |
/* Topics */ |
| 242 |
#wpforo-wrap .wpfl-1 .wpforo-topic-head{padding: 6px 12px 5px 12px;} |
| 243 |
#wpforo-wrap .wpfl-1 .head-title{width:83%; float:right; text-align:right; padding:5px 0px; font-size:14px;} |
| 244 |
#wpforo-wrap .wpfl-1 .head-stat-posts {width:8%; float:left; text-align:center; padding:7px 0px; font-size:13px; white-space:nowrap;} |
| 245 |
#wpforo-wrap .wpfl-1 .head-stat-views {width:8%; float:left; text-align:center; padding:7px 0px; font-size:13px; white-space:nowrap;} |
| 246 |
#wpforo-wrap .wpfl-1 .wpforo-topic{padding: 4px 0px 12px 12px;} |
| 247 |
#wpforo-wrap .wpfl-1 .wpforo-topic-icon{width:7%; float:right; text-align:center; padding:7px 0px 7px 0px; font-size:1.6em; cursor:default;} |
| 248 |
#wpforo-wrap .wpfl-1 .wpforo-topic-icon i.fa-check-circle{ font-size:26px; } |
| 249 |
#wpforo-wrap .wpfl-1 .wpforo-topic-info{width:74%; float:right; text-align:right; padding:2px 0px 0px 0px; position:relative;} |
| 250 |
#wpforo-wrap .wpfl-1 .wpforo-topic-title{padding:10px 0px 5px 2px; font-weight:500; line-height:20px;} |
| 251 |
#wpforo-wrap .wpfl-1 .wpforo-topic-title a{font-size:16px; line-height:20px; padding:7px 0px 9px 2px;} |
| 252 |
#wpforo-wrap .wpfl-1 .wpforo-topic-start-info{font-size:12px; line-height:20px;} |
| 253 |
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{width:8%; float:left; text-align:center; padding:9px 0px 5px 0px; font-size:16px;} |
| 254 |
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{width:8%; float:left; text-align:center; padding:9px 0px 5px 0px; font-size:16px;} |
| 255 |
#wpforo-wrap .wpfl-1 .wpforo-last-posts{padding: 3px 0px 0px 0px;} |
| 256 |
#wpforo-wrap .wpfl-1 .wpforo-last-posts-tab{width:6%; float:right; text-align:center; padding:0px 0px; font-size:16px;} |
| 257 |
#wpforo-wrap .wpfl-1 .wpforo-last-posts-list{width:94%; float:left; text-align:right; padding:4px 0px 0px 0px; font-size:16px; min-height:25px;} |
| 258 |
#wpforo-wrap .wpfl-1 .wpforo-last-posts-list ul{font-size:12px; list-style:none; padding-right:0px;} |
| 259 |
#wpforo-wrap .wpfl-1 .wpforo-last-posts-list li{vertical-align:bottom; padding-bottom:4px;} |
| 260 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-title{float:right; font-size:13px;} |
| 261 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-title img{height:12px; padding-left:5px;} |
| 262 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-user{width:110px; float:left; text-align:left; padding:0px 10px 0px 5px;} |
| 263 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-date{width:100px; float:left; text-align:left;} |
| 264 |
#wpforo-wrap .wpfl-1 .wpforo-topic .fa-chevron-down, #wpforo-wrap .wpfl-1 .wpforo-topic .fa-chevron-right, .wpfcl-a{cursor:pointer } |
| 265 |
/* Posts */ |
| 266 |
#wpforo-wrap .wpfl-1 .post-wrap{margin-bottom:10px;} |
| 267 |
#wpforo-wrap .wpfl-1 .wpforo-post-head{padding:10px;} |
| 268 |
#wpforo-wrap .wpfl-1 .wpforo-post-head .wpf-left{float:right; text-align:right;} |
| 269 |
#wpforo-wrap .wpfl-1 .wpforo-post-head .wpf-right{float:left; text-align:left;} |
| 270 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-action{ margin:0px 6px;} |
| 271 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left{float: right; padding: 20px 1px 10px; text-align: center; width: 160px;} |
| 272 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right{margin-right: 162px;} |
| 273 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:left; padding:5px 0 5px 10px; margin-right:10px; height:30px;} |
| 274 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpf-post-edited{ font-size:12px; padding-top:15px; font-style:italic; padding:10px 10px 0px 10px;} |
| 275 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{width:80px; max-height:80px; padding:2px; float:none; display:inline-block;} |
| 276 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar{display:block; width:100%; float:none;max-height: 80px; max-width: 80px; margin:0px auto;} |
| 277 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name{font-size:14px; text-align:center; font-weight:600; padding:5px 0px 0px 0px; margin-right:-10px;} |
| 278 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title{display: inline-block; font-size:12px; text-align:center; padding:3px 0px 0px 0px; font-weight:normal;} |
| 279 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title:first-letter{text-transform:uppercase;} |
| 280 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{height:8px; width:90px; margin:7px auto 2px auto; padding:0px;} |
| 281 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating .bar{height:8px;} |
| 282 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined{font-size:12px; padding:1px; line-height:18px;} |
| 283 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts{font-size:12px; padding:1px; line-height:18px;} |
| 284 |
#wpforo-wrap .wpfl-1 .wpforo-post .bottom {font-size:12px; padding:10px;} |
| 285 |
#wpforo-wrap .wpfl-1 .wpforo-post .bottom .bleft{float:right; text-align:right;} |
| 286 |
#wpforo-wrap .wpfl-1 .wpforo-post .bottom .bright{float:left; text-align:left;} |
| 287 |
|
| 288 |
/******************************************************/ |
| 289 |
/********* wpForo Layout 2 (Simplified Layout) ********/ |
| 290 |
/******************************************************/ |
| 291 |
#wpforo-wrap .wpfl-2 .wpforo-category{padding: 7px 12px;} |
| 292 |
#wpforo-wrap .wpfl-2 .cat-title{width:65%; float:right; text-align:right; padding:5px 0px; font-size:14px;} |
| 293 |
#wpforo-wrap .wpfl-2 .cat-lastpostinfo{width:30%; float:left; text-align:right; padding:7px 0px; font-size:13px; padding-left:16px; white-space:nowrap } |
| 294 |
#wpforo-wrap .wpfl-2 .wpforo-forum{min-height: 50px; padding: 7px 0px 10px 12px;} |
| 295 |
#wpforo-wrap .wpfl-2 .wpforo-forum-icon{width:7%; float:right; text-align:center; vertical-align:top; padding:2px 0px 5px 0px; font-size:1.8em; line-height:1.5em;} |
| 296 |
#wpforo-wrap .wpfl-2 .wpforo-forum-info{width:57%; float:right; text-align:right; padding:8px 0px 0px 0px;} |
| 297 |
#wpforo-wrap .wpfl-2 .wpforo-forum-title{font-size:17px;} |
| 298 |
#wpforo-wrap .wpfl-2 .wpforo-forum-description{font-size:13px; padding:0px; line-height:17px;} |
| 299 |
#wpforo-wrap .wpfl-2 .wpforo-subforum{padding:5px 0px 6px 0px; margin-top:5px;} |
| 300 |
#wpforo-wrap .wpfl-2 .wpforo-subforum ul{font-size:14px; padding-right:0px;} |
| 301 |
#wpforo-wrap .wpfl-2 .wpforo-subforum li{float:right; margin-left:10px; padding-right:0px;} |
| 302 |
#wpforo-wrap .wpfl-2 .wpforo-subforum .first {list-style:none; padding-right:0px; margin-right:0px;} |
| 303 |
#wpforo-wrap .wpfl-2 .wpforo-forum-stat{font-size:11px;} |
| 304 |
#wpforo-wrap .wpfl-2 .wpforo-last-post{width:25%; float:left; text-align:right; padding:5px 3px; font-size:16px;} |
| 305 |
#wpforo-wrap .wpfl-2 .wpforo-last-post-title{font-size:13px; padding-right:10px; padding-top:3px } |
| 306 |
#wpforo-wrap .wpfl-2 .wpforo-last-post-info{font-size:12px; padding-right:10px; padding-top:3px;} |
| 307 |
#wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{width:44px; float:left; text-align:center; padding:5px 2px; font-size:16px;} |
| 308 |
#wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img{padding:1px; width:40px; height:40px;} |
| 309 |
/* Topics */ |
| 310 |
#wpforo-wrap .wpfl-2 .wpforo-topic-head{padding: 6px 12px 5px 12px;} |
| 311 |
#wpforo-wrap .wpfl-2 .head-title{width:60%; float:right; text-align:right; padding:5px 0px; font-size:14px;} |
| 312 |
#wpforo-wrap .wpfl-2 .head-stat-posts {width:7%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 313 |
#wpforo-wrap .wpfl-2 .head-stat-views {width:8%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 314 |
#wpforo-wrap .wpfl-2 .head-stat-lastpost {width:20%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 315 |
#wpforo-wrap .wpfl-2 .wpforo-topic{padding: 4px 0px 3px 12px;} |
| 316 |
#wpforo-wrap .wpfl-2 .wpforo-topic-avatar{width:10%; float:right; text-align:center; padding:3px 0px 3px 0px; font-size:16px;} |
| 317 |
#wpforo-wrap .wpfl-2 .wpforo-topic-avatar img{ padding:1px; width:50px; height:50px;} |
| 318 |
#wpforo-wrap .wpfl-2 .wpforo-topic-info{width:52%; float:right; text-align:right; padding:2px 5px 0px 0px;position:relative;} |
| 319 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title{font-size:16px; padding:3px 0px 0px 0px; font-weight:500; margin:2px 0px 5px 0px; line-height:20px;} |
| 320 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title i.fa, |
| 321 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title i.fas, |
| 322 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title i.fab, |
| 323 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title i.far, |
| 324 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title i.fal { display:inline-block; margin-left:3px;} |
| 325 |
#wpforo-wrap .wpfl-2 .wpforo-topic-start-info{font-size:11px; padding:3px 0px 0px 0px;} |
| 326 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{width:7%; float:left; text-align:center; padding:9px 0px 5px 0px; font-size:16px;} |
| 327 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{width:8%; float:left; text-align:center; padding:9px 0px 5px 0px; font-size:16px;} |
| 328 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{width:20%; float:left; text-align:center; padding:2px 0px 5px 0px; font-size:13px;} |
| 329 |
/* Posts */ |
| 330 |
#wpforo-wrap .wpfl-2 .post-wrap{margin-bottom:10px; } |
| 331 |
#wpforo-wrap .wpfl-2 .wpforo-post-head{margin-bottom:1px; padding:10px;} |
| 332 |
#wpforo-wrap .wpfl-2 .wpforo-post-head .wpf-left{float:right; text-align:right;} |
| 333 |
#wpforo-wrap .wpfl-2 .wpforo-post-head .wpf-right{float:left; text-align:left;} |
| 334 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left{width: 156px; float:right; text-align:center; padding:10px 1px 10px 1px;} |
| 335 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{margin-right:158px;} |
| 336 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content{min-height:110px; padding:5px 20px 5px 20px;} |
| 337 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:left; padding:0px 8px 10px 8px;} |
| 338 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-post-actions{text-align:left; font-size:12px; padding:5px; display:inline-block; margin:0px 5px;} |
| 339 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action{ margin:0px 6px;} |
| 340 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions{display:block; width:100%; text-align:left; padding-top:50px;} |
| 341 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions span.wpf-action{ padding:3px 10px; border:1px solid; font-size:12px; line-height:16px;} |
| 342 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom{text-align:left; font-size:12px; padding:5px 10px 5px 5px; margin-top:10px;} |
| 343 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbleft{float:right; text-align:right;} |
| 344 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-bottom .cbright{} |
| 345 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-edited{ font-size:12px; padding-top:15px; font-style:italic; padding:10px 0px 0px 0px;} |
| 346 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{width:110px; height:110px; padding:2px; border-radius:50%;} |
| 347 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-avatar{display:block; width:100%; float:none;max-height: 110px; max-width: 110px; margin:0px auto;} |
| 348 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-name{font-size:13px; text-align:center; font-weight:bold; padding:5px 0px 0px 0px;} |
| 349 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{font-size:12px; text-align:center; padding:0px; font-weight:normal;} |
| 350 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .wpf-member-profile-buttons{padding:2px 0px;} |
| 351 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-mod-message{font-size: 13px; line-height: 40px;} |
| 352 |
/******************************************************/ |
| 353 |
/*********** wpForo Layout 3 (Q&A Layout) *************/ |
| 354 |
/******************************************************/ |
| 355 |
#wpforo-wrap .wpfl-3 .wpforo-category{padding: 7px 12px;} |
| 356 |
#wpforo-wrap .wpfl-3 .cat-title{width:64%; float:right; text-align:right; padding:5px 0px; font-size:14px;} |
| 357 |
#wpforo-wrap .wpfl-3 .cat-stat-posts {width:10%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 358 |
#wpforo-wrap .wpfl-3 .cat-stat-answers {width:11%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 359 |
#wpforo-wrap .wpfl-3 .cat-stat-questions {width:12%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 360 |
#wpforo-wrap .wpfl-3 .wpforo-forum{min-height: 50px; padding: 7px 0px 10px 12px; display:table; width:100%;} |
| 361 |
#wpforo-wrap .wpfl-3 .wpforo-forum-icon{width:7%; display:table-cell; vertical-align:top; text-align:center; padding:2px 0px 5px 0px; font-size:1.8em; line-height:1.5em;} |
| 362 |
#wpforo-wrap .wpfl-3 .wpforo-forum-info{display:table-cell; vertical-align:top; float:right; text-align:right; padding:8px 0px 0px 0px;} |
| 363 |
#wpforo-wrap .wpfl-3 .wpforo-forum-title{font-size:17px;} |
| 364 |
#wpforo-wrap .wpfl-3 .wpforo-forum-description{font-size:13px; padding:0px; line-height:17px;} |
| 365 |
#wpforo-wrap .wpfl-3 .wpforo-subforum{padding:5px 0px 6px 0px; margin-top:5px;} |
| 366 |
#wpforo-wrap .wpfl-3 .wpforo-subforum ul{font-size:14px; padding-right:20px;} |
| 367 |
#wpforo-wrap .wpfl-3 .wpforo-subforum li{float:right; margin-left:10px; padding-right:0px;} |
| 368 |
#wpforo-wrap .wpfl-3 .wpforo-subforum .first{list-style:none; padding-right:0px; margin-right:-20px;} |
| 369 |
#wpforo-wrap .wpfl-3 .wpforo-forum-footer{font-size:11px;} |
| 370 |
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{width:10%; display:table-cell; vertical-align:top; text-align:center; padding:11px 0px 5px 0px; font-size:16px;} |
| 371 |
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{width:11%; display:table-cell; vertical-align:top; text-align:center; padding:11px 0px 5px 0px; font-size:16px;} |
| 372 |
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{width:12%; display:table-cell; vertical-align:top; text-align:center; padding:11px 0px 5px 0px; font-size:16px;} |
| 373 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics{padding: 3px 0px 0px 0px;} |
| 374 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics-tab{width:5%; float:right; text-align:center; padding:0px 0px; font-size:16px;} |
| 375 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics-list{width:95%; float:left; text-align:right; padding:4px 0px 4px 0px; font-size:16px; min-height:30px;} |
| 376 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics-list ul{font-size:12px; list-style:none; padding-right:0px;} |
| 377 |
#wpforo-wrap .wpfl-3 .wpforo-last-topics-list li{vertical-align:bottom; padding-bottom:4px; display:table; width:100%;} |
| 378 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-title{font-size:14px; display:table-cell; line-height:20px;} |
| 379 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-title img{height:12px; padding-left:5px;} |
| 380 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-posts{ width:12%; display:table-cell; text-align:center; padding:0px 2px;} |
| 381 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic{ width:33%; display:table-cell; text-align:center; padding:0px 0px 0px 5px; border-collapse:separate;border-spacing:3px 0px;} |
| 382 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{min-width:75px;max-width:105px; width:32%; white-space:nowrap; display:table-cell; text-align:center; padding:0px 2px;} |
| 383 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic .answers{min-width:75px;max-width:105px; width:32%; white-space:nowrap; display:table-cell; text-align:center; padding:0px 2px;} |
| 384 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic .views{min-width:75px;max-width:105px; width:32%; white-space:nowrap; display:table-cell; text-align:center; padding:0px 2px;} |
| 385 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-info{font-size:11px; line-height:16px;} |
| 386 |
#wpforo-wrap .wpfl-3 .count{font-size:14px; padding:3px 3px 2px 3px; line-height:20px;} |
| 387 |
#wpforo-wrap .wpfl-3 .wpforo-label{font-size:12px; padding:1px 3px 3px 3px; line-height:20px;} |
| 388 |
/* Topics */ |
| 389 |
#wpforo-wrap .wpfl-3 .wpforo-topic-head{padding: 6px 12px 5px 12px;} |
| 390 |
#wpforo-wrap .wpfl-3 .head-title{width:83%; float:right; text-align:right; padding:5px 0px; font-size:14px;} |
| 391 |
#wpforo-wrap .wpfl-3 .head-stat-posts {width:7%; float:left; text-align:center; padding:7px 0px; font-size:13px;} |
| 392 |
#wpforo-wrap .wpfl-3 .head-stat-lastpost {width:15%; float:left; text-align:center; padding:7px 15px 7px 0px; font-size:13px;} |
| 393 |
#wpforo-wrap .wpfl-3 .wpforo-topic{padding: 10px 0px 10px 12px; display:table; width:100%; line-height:22px;} |
| 394 |
#wpforo-wrap .wpfl-3 .wpforo-topic-avatar{width:9%; display:table-cell; text-align:center; padding:3px 5px 3px 5px; font-size:16px;} |
| 395 |
#wpforo-wrap .wpfl-3 .wpforo-topic-avatar img{ padding:1px; width:90%; max-width:48px; vertical-align:middle; border-radius:50%;} |
| 396 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status{width:25%; text-align:center; padding:0px 0px 0px 5px; display:table-cell; vertical-align:top;} |
| 397 |
#wpforo-wrap .wpfl-3 .wpforo-topic-info{width:auto; text-align:right; padding:2px 10px 0px 2px; display:table-cell; vertical-align:top;position:relative;} |
| 398 |
#wpforo-wrap .wpfl-3 .wpforo-topic-title{font-size:16px; line-height:20px; padding:3px 0px 0px 0px; font-weight:500;} |
| 399 |
#wpforo-wrap .wpfl-3 .wpforo-topic-title i.fa, |
| 400 |
#wpforo-wrap .wpfl-3 .wpforo-topic-title i.fas, |
| 401 |
#wpforo-wrap .wpfl-3 .wpforo-topic-title i.fab, |
| 402 |
#wpforo-wrap .wpfl-3 .wpforo-topic-title i.far, |
| 403 |
#wpforo-wrap .wpfl-3 .wpforo-topic-title i.fal { display:inline-block; margin-left:3px;} |
| 404 |
#wpforo-wrap .wpfl-3 .wpforo-topic-start-info{font-size:12px; padding:5px 0px 0px 0px;} |
| 405 |
#wpforo-wrap .wpfl-3 .wpforo-topic-stat-posts{width:60px; float:left; text-align:center; display:table-cell; vertical-align:top;} |
| 406 |
#wpforo-wrap .wpfl-3 .wpforo-topic-stat-lastpost{min-width:110px; max-width:150px; width:15%; text-align:center; padding:4px 15px 5px 0px; font-size:12px; display:table-cell; vertical-align:top;} |
| 407 |
#wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-last-topic-posts{float:left; text-align:center; padding:2px 2px; margin-left:1px;} |
| 408 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status .votes{min-width:70px; text-align:center; padding:2px 2px; margin-right:1px; display:table-cell; vertical-align:top;} |
| 409 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status .answers{min-width:70px; text-align:center; padding:2px 2px; margin-right:1px; display:table-cell; vertical-align:top;} |
| 410 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status .views{min-width:70px; text-align:center; padding:2px 2px; margin-right:1px; display:table-cell; vertical-align:top;} |
| 411 |
#wpforo-wrap .wpfl-3 .wpforo-topic .count{font-size:18px; padding:2px 3px 0px 3px; line-height:24px;} |
| 412 |
#wpforo-wrap .wpfl-3 .wpforo-topic .wpforo-label{font-size:12px; padding:0px 3px 2px 3px; line-height:20px;} |
| 413 |
/* Posts */ |
| 414 |
#wpforo-wrap .wpfl-3 .post-wrap{margin-bottom:2px; } |
| 415 |
#wpforo-wrap .wpfl-3 .wpf-answer-wrap{margin-top:20px;} |
| 416 |
#wpforo-wrap .wpfl-3 .wpforo-post-head{margin-bottom:5px; padding:10px;} |
| 417 |
#wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-left{float:right; text-align:right;} |
| 418 |
#wpforo-wrap .wpfl-3 .wpforo-post-head .wpf-right{float:left; text-align:left;} |
| 419 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left{width: 90px; float:right; text-align:center; padding:10px 1px 10px 1px;} |
| 420 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-up{font-size:32px; text-align:center } |
| 421 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-num{font-size:28px; text-align:center } |
| 422 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-down{font-size:32px; text-align:center } |
| 423 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:34px; padding-top:15px; text-align:center;cursor: pointer;} |
| 424 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:34px; padding-top:15px; text-align:center; cursor: pointer;} |
| 425 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{margin-right:92px;} |
| 426 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-link{float:left; padding-right:10px;} |
| 427 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content{min-height:40px; padding-top:6px; padding-right:20px;} |
| 428 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{text-align:left; padding:2px 10px; margin-bottom:1px; display:block; position:inherit;} |
| 429 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author{margin:0px; padding:10px 20px 10px 10px; display:table; width:100%;} |
| 430 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-lb-box{font-size:11px; display:table-cell;} |
| 431 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-action-links{font-size:12px;} |
| 432 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-tool-bar{text-align:left; padding:8px 10px 10px 10px; font-size:12px; display:block;} |
| 433 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature{margin-bottom:10px;} |
| 434 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-signature-content{border-top:#659FBE 1px dotted; margin-top:10px; width:80%; padding:10px 0px 20px 0px; font-size:11px;} |
| 435 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data{width:40%; display:table-cell; min-width:150px;} |
| 436 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data-content{width:100%; padding:7px 5px; vertical-align:top} |
| 437 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .avatar{width:100%; padding:1px;} |
| 438 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .author-name{font-size:13px; text-align:center; font-weight:bold; padding:5px 0px 0px 0px;} |
| 439 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data .author-title{font-size:13px; text-align:center; padding:3px 0px 0px 0px;} |
| 440 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-wrap{} |
| 441 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-top{} |
| 442 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-lr{} |
| 443 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-left{width:25%; padding:5px; text-align:center; float:right;} |
| 444 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-box-l3a-right{margin-right:27%;} |
| 445 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .author-stat-item{font-size:12px; padding-left:7px;} |
| 446 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .author-stat-item i{padding-left:5px;} |
| 447 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .author-rating-full{ min-width:auto; padding:0px; font-size:14px; line-height:14px;} |
| 448 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-answer-button, #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-add-comment-button{display:inline-block; padding:3px 0px 3px 15px; text-align:left; margin:1px 0px 10px 0px; cursor:pointer; font-size:14px;} |
| 449 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-post-edited{ font-size:12px; padding-top:15px; font-style:italic; padding:10px 0px 0px 0px;} |
| 450 |
#wpforo-wrap .wpfl-3 .comment-wrap{margin-bottom:1px; margin-top:6px;} |
| 451 |
#wpforo-wrap .wpfl-3 .wpforo-comment{padding: 1px;} |
| 452 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpforo-comment-action-links .wpf-action{ margin:1px 5px;} |
| 453 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-left{width: 90px; float:right; text-align:center; padding:5px 1px 5px 1px;} |
| 454 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-left .wpf-comment-icon {font-size:20px; text-align:center; padding-right:35px;} |
| 455 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{margin-right:92px;} |
| 456 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-content{padding:10px 20px;} |
| 457 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-content p{line-height:18px; font-size:14px;} |
| 458 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-action-links{text-align:left; font-size:11px; clear:both;} |
| 459 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-footer{padding:4px 0px 2px 0px; display:block;} |
| 460 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpf-post-edited{ font-size:12px; padding-top:15px; font-style:italic; padding:10px 0px 0px 0px; float:left;} |
| 461 |
#wpforo-wrap .wpfl-3 .wpf-positive{font-size:28px; cursor: pointer;} |
| 462 |
#wpforo-wrap .wpfl-3 .wpf-negative{font-size:28px; cursor: pointer;} |
| 463 |
#wpforo-wrap .wpfl-3 .wpf-vote-number{font-size:28px; line-height:30px;} |
| 464 |
#wpforo-wrap .wpfl-3 .wpf-member-title {cursor: default;display: inline;} |
| 465 |
#wpforo-wrap .wpfl-3 .wpf-member-title.wpfut {margin: 0 0 3px;} |
| 466 |
|
| 467 |
/******************************************************/ |
| 468 |
/********************* PROFILE ************************/ |
| 469 |
/******************************************************/ |
| 470 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu{width:100%; padding:1px 0px 10px 0px; text-align:left; position: absolute; top: 56px; left: 12px;z-index: 1000;} |
| 471 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu{text-align:center; min-width:3%; margin:1px 0px; float:left;} |
| 472 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item{padding:4px 10px; font-size:13px; display:block; text-align:center;} |
| 473 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item a{font-size:13px;} |
| 474 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item i{font-size:15px; padding-left:3px;} |
| 475 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item a i{font-size:15px; padding-left:5px;} |
| 476 |
#wpforo-wrap .wpf-profile-section{width:100%; padding:1px; margin-bottom: 20px;} |
| 477 |
#wpforo-wrap .wpf-profile-section .wpf-profile-section-head{padding:5px 0px 10px 0px;font-size:17px;text-align:right;} |
| 478 |
#wpforo-wrap .wpf-profile-section .wpf-profile-section-head i{font-size:22px; padding-left:5px;} |
| 479 |
#wpforo-wrap .wpf-profile-section .wpf-profile-section-body{ width:100%; margin-top:10px;} |
| 480 |
#wpforo-wrap .wpf-profile-section .wpf-statbox{width:24%; min-width:130px; padding:0px; margin:15px 5px 1px 5px; margin:0 0 1% 1%; text-align:center; float:right;} |
| 481 |
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-body{padding:10px;} |
| 482 |
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-icon{font-size:40px; line-height:50px;} |
| 483 |
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-value{font-size:24px; line-height:28px;} |
| 484 |
#wpforo-wrap .wpf-profile-section .wpf-statbox .wpf-statbox-title{font-size:13px; line-height:26px; color:#999; text-transform:lowercase; white-space:nowrap;} |
| 485 |
#wpforo-wrap .wpforo-profile-account{margin-top:2px;} |
| 486 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-label{padding:10px; font-size:15px; vertical-align:top;} |
| 487 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-socnet {border:none!important; background:transparent!important;} |
| 488 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-socnet input[type="text"]{width:80%;} |
| 489 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head-wrap{position:relative;width:100%;overflow:hidden;} |
| 490 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head-bg{margin-bottom:2px;padding: 20px 0px;text-align: center;filter:blur(15px);-o-filter:blur(15px);-ms-filter:blur(15px);-moz-filter:blur(15px);-webkit-filter:blur(15px);background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;position: absolute;opacity: 0.7;top: 0px;right: 0px;width: 99%;height: 270px;margin: 0px auto;display: block;overflow: hidden;} |
| 491 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head-bg .wpfx {width: 65%; display:block; border-radius: 50% 50% 0% 0%; height:105px; margin: 165px auto 0px auto; background: #f9f9f9;} |
| 492 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-head{margin-bottom:2px;padding: 50px 0px 0px 0px;text-align: center;width: 100%;overflow: hidden;position: relative;z-index: 1; border-top:1px solid #eeeeee; border-right:1px solid #eeeeee; border-left:none; } |
| 493 |
#wpforo-wrap .wpforo-profile-wrap .h-header{width:100%; display:block; position:relative;} |
| 494 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpfy {width:70%; position:absolute; right:30%; top:50px; height:195px; z-index:0; opacity:0.7; border-radius:0% 2% 0% 0%} |
| 495 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpf-profile-info-wrap{position:relative; z-index:2; padding-top:10px;right:-5%} |
| 496 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpf-profile-img-wrap{display:inline-block; float:right} |
| 497 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpf-profile-data-wrap{float:right} |
| 498 |
#wpforo-wrap .wpforo-profile-wrap .h-picture{float:none;text-align:center;padding:0px 0px 0px 0px;line-height:0px;display:inline-block;} |
| 499 |
#wpforo-wrap .wpforo-profile-wrap .h-picture .avatar{background: #fefefe; border: 3px solid #eeeeee; border-radius: 10px; box-shadow: 0 0 5px 3px #aaaaaa; display: inline-block; height: auto; margin: 0; max-height: 160px; max-width: 160px; padding: 0;} |
| 500 |
#wpforo-wrap .wpforo-profile-wrap .h-header-info{padding:0px;display:block;vertical-align:top;} |
| 501 |
#wpforo-wrap .wpforo-profile-wrap .h-left{float:right; text-align:right; padding:0px; line-height:0px; display:inline-block;} |
| 502 |
#wpforo-wrap .wpforo-profile-wrap .h-left .avatar{padding:2px; height:auto; display:inline-block; margin:0px; border-radius:50%; max-width:150px; max-height:150px;} |
| 503 |
#wpforo-wrap .wpforo-profile-wrap .h-right{padding:0px; display:block; margin-right:180px; vertical-align:top;} |
| 504 |
#wpforo-wrap .wpforo-profile-wrap .h-top{height:auto;} |
| 505 |
#wpforo-wrap .wpforo-profile-wrap .profile-display-name{font-size:20px; text-shadow: -1px 0px #fefefe; line-height:24px; font-weight:200; margin-top:10px; display:inline-block; margin-bottom:5px; text-align:right; padding-right:40px; padding-top:50px;} |
| 506 |
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data{} |
| 507 |
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item{font-size:14px;line-height:18px;padding:1px 0px 1px 10px;display:block;margin:3px 0px 2px 0px;text-shadow: -1px 0px #eeeeee;} |
| 508 |
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item:last-child{border-left:none;} |
| 509 |
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar{margin:5px 0px 5px 0px; margin-top:10px; display:inline-block; vertical-align:baseline;} |
| 510 |
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap{display:table;border-collapse:separate; border-spacing:1px 1px;} |
| 511 |
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell{display:table-cell; min-width:30px; width:10%; padding:3px 0px;text-align:center; font-size:15px; line-height:24px;} |
| 512 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-badge{display:inline-block; min-width:80px; color:#fff; text-align:center; font-size:30px; line-height:30px; padding:15px 10px; vertical-align:bottom; margin-right:0px;} |
| 513 |
#wpforo-wrap .wpforo-profile-wrap .h-bottom{padding:0px; text-align:center; width:100%;} |
| 514 |
#wpforo-wrap .wpforo-profile-wrap .h-footer{margin:20px 0px 0px; padding:0px; border:none;} |
| 515 |
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{padding:8px 20px;display:inline-block!important;line-height: 23px;float:right;min-width: 15%;} |
| 516 |
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu i{display:inline-block; padding-left:1px;} |
| 517 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content{background:transparent; margin-top:0px; border-right:1px solid transparent; border-left:1px solid transparent; border-bottom:1px solid transparent; border-top: none;} |
| 518 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-content table{border:none!important; margin-top:0px;} |
| 519 |
#wpforo-wrap .wpforo-profile-wrap .wpf-username{font-weight:bold; font-size:15px; display:inline-block; padding-right:10px;} |
| 520 |
#wpforo-wrap .wpforo-profile-wrap input[type="file"].wpf-custom-avatar{ width:40%; vertical-align:baseline; margin-right:10px; } |
| 521 |
#wpforo-wrap .wpforo-profile-wrap img.wpf-custom-avatar-img{ vertical-align:bottom; max-height:40px; max-width:100px; border:1px solid #ccc; padding:2px; margin-top:5px; } |
| 522 |
#wpforo-wrap .wpforo-profile-wrap .wpf-member-title{display: inline-block;} |
| 523 |
#wpforo-wrap .wpforo-profile-wrap .wpf-member-title.wpfut{ display:none!important; } |
| 524 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field.wpf-field-name-about{ border-top:none; padding-bottom:20px;} |
| 525 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-label-wrap{ width:100%; display:block; text-align:justify; margin-bottom:10px; padding-bottom:10px; margin-top:5px; } |
| 526 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-label{ font-size:20px; font-weight:normal; } |
| 527 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-label i{ display:inline-block; padding-left:5px;} |
| 528 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field-name-about .wpf-field-wrap{ width:100%; font-style:italic; font-size:14px; line-height:22px; text-align:justify;} |
| 529 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-home .wpf-field{ border-top: 1px solid #eee;} |
| 530 |
|
| 531 |
#wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(1){ width: 40%;} |
| 532 |
#wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(2){ width: 30%;} |
| 533 |
#wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(3){ width: 30%;} |
| 534 |
#wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(2) .wpf-field{text-align: center;} |
| 535 |
#wpforo-wrap .wpforo-profile-account .wpfw-3:nth-child(3) .wpf-field{text-align: center;} |
| 536 |
#wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar li{border-bottom: medium none; font-size: 13px;padding: 5px 0;} |
| 537 |
#wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="url"]{ padding: 2px; width: 50%;} |
| 538 |
#wpforo-wrap .wpforo-profile-account .wpf-field-type-avatar input[type="file"]{ font-size: 14px; padding: 2px; line-height: 18px;} |
| 539 |
#wpforo-wrap .wpforo-profile-account .wpf-field-name-about textarea{ height: 110px;} |
| 540 |
|
| 541 |
#wpforo-wrap .wpforo-profile-home .wpfw-2 .wpf-field .wpf-field-wrap, #wpforo-wrap .wpforo-profile-home .wpfw-3 .wpf-field .wpf-field-wrap{padding-right: 35px;} |
| 542 |
|
| 543 |
|
| 544 |
/******************************************************/ |
| 545 |
/******************** ACTIVITY ************************/ |
| 546 |
/******************************************************/ |
| 547 |
#wpforo-wrap .wpforo-activity-content{margin-top:2px;} |
| 548 |
#wpforo-wrap .wpforo-activity-content .activity-icon{min-width:40px; width:7%; padding:10px; font-size:16px; text-align:center;} |
| 549 |
#wpforo-wrap .wpforo-activity-content .activity-title{padding:10px; width:68%;} |
| 550 |
#wpforo-wrap .wpforo-activity-content .activity-title a {font-size:14px;} |
| 551 |
#wpforo-wrap .wpforo-activity-content .activity-date{padding:10px; white-space:nowrap; width:23%; text-align:center;} |
| 552 |
#wpforo-wrap .wpforo-activity-content .activity-foot {padding:10px; width:100%; text-align:left; margin-top:2px; border-top:#ffffff solid 1px;} |
| 553 |
|
| 554 |
/******************************************************/ |
| 555 |
/******************** SUBSCRIPTION ********************/ |
| 556 |
/******************************************************/ |
| 557 |
#wpforo-wrap .wpforo-sbn-content{margin-top:2px;} |
| 558 |
#wpforo-wrap .wpforo-sbn-content .sbn-icon{min-width:40px; width:7%; padding:10px; font-size:16px; text-align:center;} |
| 559 |
#wpforo-wrap .wpforo-sbn-content .sbn-title{padding:10px; width:60%;} |
| 560 |
#wpforo-wrap .wpforo-sbn-content .sbn-title a {font-size:14px;} |
| 561 |
#wpforo-wrap .wpforo-sbn-content .sbn-action{padding:10px; white-space:nowrap; text-align:center; width:27%;} |
| 562 |
#wpforo-wrap .wpforo-sbn-content .sbn-foot{padding:10px; width:100%; text-align:left; margin-top:2px; border-top:#ffffff solid 1px;} |
| 563 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-head{font-size: 16px; padding: 5px;} |
| 564 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk{padding: 15px 0px;} |
| 565 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk div{padding:5px 0px 5px 20px; display: inline-block; margin-left: 10px; } |
| 566 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options{width: 100%; overflow-x: hidden; overflow-y:auto; padding: 10px; height: 190px; margin-top: 5px; } |
| 567 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options ul{list-style: none; margin-right: 0; padding-right: 0;} |
| 568 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options ul li{padding: 5px 0px 5px 0px;} |
| 569 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options ul li:last-child{border: none;} |
| 570 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-tool-foot{text-align: left; padding: 10px 0px;} |
| 571 |
#wpforo-wrap .wpforo-sbn-content input[type="checkbox"] {padding: 10px;margin-right: 8px;} |
| 572 |
#wpforo-wrap .wpforo-sbn-content label {display: inline; padding: 10px;} |
| 573 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-div{ display: inline-block;} |
| 574 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-checkbox{vertical-align: top; font-style: italic;} |
| 575 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-form-title{font-weight: bold; padding: 0 5px; vertical-align: top; width: 50%;} |
| 576 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options .wpf-sbs-cat.wpf-sbs-div{ display: block; width: 100%; padding: 7px 10px; font-size: 14px;} |
| 577 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options input[type="checkbox"] {padding: 10px; margin-right: 8px;} |
| 578 |
#wpforo-wrap .wpforo-sbn-content .wpf-sbs-bulk-options label {display: inline; padding: 10px;} |
| 579 |
|
| 580 |
/****************************************************/ |
| 581 |
/******************* wpForo Forms *******************/ |
| 582 |
/****************************************************/ |
| 583 |
#wpforo-wrap input{border-radius: 0px; box-shadow: none; font-weight: normal;} |
| 584 |
#wpforo-wrap textarea{padding: 5px 5px 3px 3px; border-radius: 0px; box-shadow: none; font-weight: normal;} |
| 585 |
#wpforo-wrap select {text-indent: 0.01px; text-overflow: ''; padding: 5px 7px 5px 5px; font-size: 14px; line-height:18px;} |
| 586 |
#wpforo-wrap input[type="text"], #wpforo-wrap input[type="password"], #wpforo-wrap input[type="email"], #wpforo-wrap textarea, #wpforo-wrap select {margin: 2px; outline: 0 none; padding: 5px 7px 5px 5px; font-size: 14px; line-height:18px;} |
| 587 |
#wpforo-wrap input[type="submit"],#wpforo-wrap input[type="reset"], #wpforo-wrap input[type="button"]{padding:5px 10px!important; font-size:14px; cursor:pointer; line-height: 16px;} |
| 588 |
#wpforo-wrap .wpf-button{padding:5px 10px!important; font-size:14px; font-weight:normal; cursor:pointer; line-height: 16px; border-radius: 0px; white-space:nowrap;} |
| 589 |
|
| 590 |
#wpforo-wrap #wpf-topic-create{padding:10px; margin-bottom:20px;} |
| 591 |
#wpforo-wrap .wpf-topic-create .wp-editor-tools{padding:5px 5px 0px 10px; margin-bottom:10px;} |
| 592 |
#wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-tmce{padding:5px 10px; border-bottom:none;} |
| 593 |
#wpforo-wrap .wpf-topic-create .wp-editor-tabs a.switch-html{padding:5px 10px; border-bottom:none;} |
| 594 |
#wpforo-wrap .wpf-topic-create .wpf-subject{width:100%; margin:4px 0px 5px 0px;} |
| 595 |
#wpforo-wrap .wpf-topic-create .mce-container-body{padding-bottom:5px;} |
| 596 |
#wpforo-wrap .wpf-topic-create .quicktags-toolbar {padding-right:2px; margin-bottom:1px;} |
| 597 |
#wpforo-wrap .wpf-topic-create .quicktags-toolbar input[type="button"] {padding:5px 7px!important; border:none; margin-left:1px; font-size:14px; cursor:pointer; line-height: 16px;} |
| 598 |
#wpforo-wrap .wpf-topic-create input[type="submit"]{float: left;} |
| 599 |
#wpforo-wrap .wpf-topic-create .mce-toolbar .mce-btn button i{font-size:20px;} |
| 600 |
#wpforo-wrap .wpf-topic-create .mce-toolbar .mce-btn button i.mce-i-code{font-weight: bold;} |
| 601 |
#wpforo-wrap .wpf-topic-create .wp-switch-editor{height:30px;} |
| 602 |
#wpforo-wrap .mce-btn-small i {line-height: 20px;vertical-align: top;} |
| 603 |
#wpforo-wrap .mce-btn .mce-caret {margin-right: 0;margin-top: 8px;} |
| 604 |
#wpforo-wrap .mce-btn-small .mce-caret {margin-right: 0; margin-top: 8px;} |
| 605 |
#wpforo-wrap .mce-caret {border-right: 4px solid transparent; border-left: 4px solid transparent; border-top: 4px solid #333 !important; content: ""; display: inline-block; height: 0; vertical-align: top;width: 0;} |
| 606 |
#wpforo-wrap .mce-caret:hover { background-color:inherit;} |
| 607 |
#wpforo-wrap .mce-disabled .mce-caret {border-top-color: #aaa;} |
| 608 |
|
| 609 |
#wpforo-wrap #wpf-form-wrapper{padding-top:10px;} |
| 610 |
#wpforo-wrap #wpf-post-create{padding:10px; margin:10px 0px;} |
| 611 |
#wpforo-wrap #wpf-reply-form-title{ margin:25px 0px 15px 0px; font-size:22px; font-weight:normal; line-height:26px; display:block;} |
| 612 |
#wpforo-wrap .wpf-post-create .wp-editor-tools{padding:5px 5px 0px 10px; margin-bottom:10px;} |
| 613 |
#wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-tmce{padding:5px 10px; border-bottom:none;} |
| 614 |
#wpforo-wrap .wpf-post-create .wp-editor-tabs a.switch-html{padding:5px 10px; border-bottom:none;} |
| 615 |
#wpforo-wrap .wpf-post-create .wpf-subject{width:100%; margin:5px 0px 15px 0px; padding:8px 10px;} |
| 616 |
#wpforo-wrap .wpf-post-create .mce-container-body{padding-bottom:5px;} |
| 617 |
#wpforo-wrap .wpf-post-create .quicktags-toolbar {padding-right:2px; margin-bottom:1px;} |
| 618 |
#wpforo-wrap .wpf-post-create .quicktags-toolbar input[type="button"] {padding:5px 7px!important; border:none; margin-left:1px; font-size:14px; cursor:pointer; line-height: 16px;} |
| 619 |
#wpforo-wrap .wpf-post-create input[type="submit"]{float: left;} |
| 620 |
#wpforo-wrap .wpf-post-create .wpf-topic-sbs{float: right;} |
| 621 |
#wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn button i{font-size:20px;} |
| 622 |
#wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn button i.mce-i-code{font-weight: bold;} |
| 623 |
#wpforo-wrap .wpf-post-create .wp-switch-editor{height:30px;} |
| 624 |
|
| 625 |
#wpforo-wrap .wpf-extra-fields{border-bottom:1px #e6e6e6 solid; padding:5px 1px; margin:10px 0px;} |
| 626 |
#wpforo-wrap .wpf-default-attachment label{font-size:14px; vertical-align:middle;} |
| 627 |
#wpforo-wrap .wpf-default-attachment input[type="file"]{font-size:13px; vertical-align:middle; padding:1px 5px; line-height:16px;} |
| 628 |
#wpforo-wrap .wpf-default-attachment p{ font-size:12px; line-height:30px; font-style:italic; } |
| 629 |
|
| 630 |
#wpforo-wrap #wpf-topic-create .wpf-topic-guest-fields{margin-bottom:10px;} |
| 631 |
#wpforo-wrap #wpf-topic-create .wpf-topic-guest-fields input[type="text"]{width:100%;} |
| 632 |
#wpforo-wrap #wpf-topic-create .wpf-topic-guest-name{width:49%; display:block; margin-left:1%; float:right;} |
| 633 |
#wpforo-wrap #wpf-topic-create .wpf-topic-guest-email{width:49%; display:block; float:left;} |
| 634 |
|
| 635 |
#wpforo-wrap #wpf-post-create .wpf-post-guest-fields{margin-bottom:10px;} |
| 636 |
#wpforo-wrap #wpf-post-create .wpf-post-guest-fields input[type="text"]{width:100%;} |
| 637 |
#wpforo-wrap #wpf-post-create .wpf-post-guest-name{width:49%; display:block; margin-left:1%; float:right;} |
| 638 |
#wpforo-wrap #wpf-post-create .wpf-post-guest-email{width:49%; display:block; float:left;} |
| 639 |
|
| 640 |
/****************************************************/ |
| 641 |
/******************* wpForo Members *****************/ |
| 642 |
/****************************************************/ |
| 643 |
#wpforo-wrap .wpforo-members-wrap .wpforo-members-content {margin-top:2px;} |
| 644 |
#wpforo-wrap .wpforo-members-wrap .wpf-member-info {line-height:24px;} |
| 645 |
#wpforo-wrap .wpforo-members-wrap .wpf-member-name {font-size:16px;} |
| 646 |
#wpforo-wrap .wpforo-members-search{padding:10px 0px 10px 0px;} |
| 647 |
#wpforo-wrap .wpforo-members-search .wpf-member-search{font-size:13px; margin:1px;} |
| 648 |
/* |
| 649 |
#wpforo-wrap .wpforo-members-wrap input.wpf-member-search-field{ width:50%; margin:0px; height: 30px;} |
| 650 |
#wpforo-wrap .wpforo-members-wrap input.wpf-member-search{ line-height:18px;height: 30px;} |
| 651 |
*/ |
| 652 |
#wpforo-wrap .wpforo-members-wrap td {vertical-align:middle; background:transparent;} |
| 653 |
#wpforo-wrap .wpforo-members-wrap th.wpf-members-avatar {width:100px;} |
| 654 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar .avatar {border-radius: 50%;} |
| 655 |
#wpforo-wrap .wpforo-members-wrap th.wpf-members-regdate {width:180px; } |
| 656 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar {padding:10px; text-align:center; line-height:12px } |
| 657 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar .avatar{border-radius:50%;} |
| 658 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-info {padding:10px;} |
| 659 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-info .author-online { display: inline-block; } |
| 660 |
#wpforo-wrap .wpforo-members-wrap th {padding:10px; font-size:12px; text-align:center; font-weight:normal;} |
| 661 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate {padding:10px; text-align:center;} |
| 662 |
#wpforo-wrap .wpforo-members-wrap .wpf-members-foot {padding:10px; width:100%; text-align:left; margin-top:2px;} |
| 663 |
#wpforo-wrap .wpforo-members-wrap .wpf-member-profile-buttons{ margin-right:5px; vertical-align:top;} |
| 664 |
#wpforo-wrap .wpforo-members-wrap .wpf-member-profile-button{ padding:1px 1px; font-size:14px; line-height:14px; display:inline-block; margin-left:1px;} |
| 665 |
/*********************************************************/ |
| 666 |
/******************* wpForo Registration *****************/ |
| 667 |
/*********************************************************/ |
| 668 |
#wpforo-wrap .wpforo-register-wrap .wpforo-register-content {margin-top:2px;} |
| 669 |
#wpforo-wrap .wpforo-register-wrap .wpforo-register-content > h3{ text-align: center; font-size: 18px; margin: -10px 0px 22px 0px; padding: 0px;} |
| 670 |
#wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input[type="submit"]{width: 60%; padding: 8px 20px !important; margin: 10px auto; font-size: 14px;} |
| 671 |
#wpforo-wrap .wpforo-register-wrap .wpforo-register-content #wpforo_recaptcha_widget{ width: 100%; display: block; text-align: center; margin-top: 15px; margin-bottom: 0px;} |
| 672 |
#wpforo-wrap .wpforo-register-wrap .wpforo-register-content #wpforo_recaptcha_widget > div{ display: inline-block;} |
| 673 |
/*********************************************************/ |
| 674 |
/********************* wpForo Login **********************/ |
| 675 |
/*********************************************************/ |
| 676 |
#wpforo-wrap .wpforo-login-wrap .wpforo-login-table{min-width: 400px; width: 50%; margin: 0px auto; text-align: center; background-color: #eeeeee;} |
| 677 |
#wpforo-wrap .wpforo-login-wrap .wpforo-login-content {margin-top:2px;} |
| 678 |
#wpforo-wrap .wpforo-login-wrap .wpf-label{padding:2px 2px 4px 2px; margin:0px; line-height:18px; font-size:16px;} |
| 679 |
#wpforo-wrap .wpforo-login-wrap .wpf-extra{padding:0px 5px 10px 5px;} |
| 680 |
#wpforo-wrap .wpforo-login-wrap .wpf-field.wpf-field-hook{ padding-top: 1px; padding-bottom: 1px;} |
| 681 |
#wpforo-wrap .wpforo-login-wrap .wpf-login-field input[type="submit"]{ margin:0px 5px;} |
| 682 |
#wpforo-wrap .wpforo-login-wrap .wpf-login-remember{padding:0px; margin:0px; cursor:pointer; font-size:13px; line-height:16px } |
| 683 |
#wpforo-wrap .wpforo-login-wrap .wpf-forgot-pass{padding:0px; margin:0px; cursor:pointer; font-size:13px; line-height:16px; text-decoration:none;} |
| 684 |
#wpforo-wrap .wpforo-login-wrap .wpforo-table .wpfw-1 .wpf-field:nth-child(even) {background-color: #eeeeee;} |
| 685 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap{width: 80%; text-align: center; display: block;} |
| 686 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="text"], |
| 687 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="password"], |
| 688 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="email"]{ padding: 10px 34px 10px 20px!important; font-size: 14px; } |
| 689 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap input[type="submit"]{ padding: 10px 20px 10px 20px!important; font-size: 16px; width: 80%; } |
| 690 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap #wpforo_recaptcha_widget{display: inline-block; padding-top: 5px;} |
| 691 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap .wpf-field-icon {right: 14px; top: 15px; font-size: 14px;} |
| 692 |
#wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap .wpf-show-password {left: 12px; top: 16px; font-size: 14px;} |
| 693 |
#wpforo-wrap .wpforo-login-wrap .wpforo-login-content h3{ text-align: center; font-size: 18px; margin: -20px 0px 20px 0px; padding: 0px;} |
| 694 |
|
| 695 |
/****************************************************/ |
| 696 |
/******************* wpForo 404 *********************/ |
| 697 |
/****************************************************/ |
| 698 |
#wpforo-wrap .wpforo-404-wrap .wpforo-404-content {margin:2px 1px 5px 1px; padding:10px 10px 20px 10px;} |
| 699 |
#wpforo-wrap .wpforo-404-wrap .wpf-404{width:300px; font-size:86px; margin:10px auto; text-align:center; line-height: 100px;} |
| 700 |
#wpforo-wrap .wpforo-404-wrap .wpf-404-desc{text-align:center; font-size:14px; padding-top:20px;} |
| 701 |
#wpforo-wrap .wpforo-404-wrap .wpf-404-desc a {font-size:14px } |
| 702 |
#wpforo-wrap .wpforo-404-wrap .wpf-search-box {text-align:center; width:350px; padding:20px; margin:20px auto;} |
| 703 |
#wpforo-wrap .wpforo-404-wrap .wpf-search-box p {white-space:nowrap } |
| 704 |
|
| 705 |
/****************************************************/ |
| 706 |
/******************* wpForo Search ******************/ |
| 707 |
/****************************************************/ |
| 708 |
#wpforo-wrap .wpf-right.wpf-search{ text-align:left!important;} |
| 709 |
#wpforo-wrap .wpf-right.wpf-search .wpf-search-field{margin-right:0px!important; margin-left:10px!important;} |
| 710 |
#wpforo-wrap #wpforo-search-title {padding-bottom:16px; font-size:16px; font-weight:100; padding:20px 0px;} |
| 711 |
#wpforo-wrap .wpforo-search-wrap table{border-spacing:0; border-collapse:collapse; padding:0; background:transparent; border:none;} |
| 712 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar{padding:5px 10px;} |
| 713 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfltd{padding:10px 5px; vertical-align:top;} |
| 714 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfrtd{padding:10px 5px; vertical-align:top;} |
| 715 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-last{border-bottom:none!important;} |
| 716 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-last{border-bottom:none!important;} |
| 717 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpff{height:150px;} |
| 718 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpfd{margin-bottom:10px;} |
| 719 |
#wpforo-wrap .wpforo-search-wrap .wpf-search-bar .wpf-search-label{font-size:13px; line-height:16px;} |
| 720 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content {margin-top:2px; padding-top:10px; padding-bottom:0px;} |
| 721 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-sword{} |
| 722 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content .wpf-ptr{ } |
| 723 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon{width:37px; padding:15px 7px; text-align:center;} |
| 724 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-title{padding:15px;} |
| 725 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-result{padding:15px; text-align:center;} |
| 726 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-date{padding:15px;} |
| 727 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-user{padding:15px;} |
| 728 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-forum{padding:15px;} |
| 729 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon {width:37px; padding:10px; text-align:center;} |
| 730 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-title {padding:10px; font-size:14px; line-height:18px;} |
| 731 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-result {padding:10px; text-align:center; text-transform:lowercase;} |
| 732 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-date {padding:10px;} |
| 733 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-user {padding:10px;} |
| 734 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-forum {padding:10px;} |
| 735 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-stext{padding:10px;word-break: break-all;} |
| 736 |
#wpforo-wrap .wpforo-search-wrap .wpf-snavi{width:100%; margin:5px auto 1px 0px; text-align:left; padding:5px 5px;} |
| 737 |
|
| 738 |
/****************************************************/ |
| 739 |
/******************* wpForo Recent ******************/ |
| 740 |
/****************************************************/ |
| 741 |
#wpforo-wrap #wpforo-recent-title {padding-bottom:16px; font-size:16px; font-weight:100; padding:20px 0px;} |
| 742 |
#wpforo-wrap .wpforo-recent-wrap table{border-spacing:0; border-collapse:collapse; padding:0; background:transparent; border:none;} |
| 743 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar{padding:5px 10px;} |
| 744 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfltd{padding:10px 5px; vertical-align:top;} |
| 745 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfrtd{padding:10px 5px; vertical-align:top;} |
| 746 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpf-last{border-bottom:none!important;} |
| 747 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpf-last{border-bottom:none!important;} |
| 748 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpff{height:150px;} |
| 749 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpfd{margin-bottom:10px;} |
| 750 |
#wpforo-wrap .wpforo-recent-wrap .wpf-recent-bar .wpf-recent-label{font-size:13px; line-height:16px;} |
| 751 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content {margin-top:5px; padding-top:5px; padding-bottom:0px;} |
| 752 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-avatar{width:60px; text-align:center;} |
| 753 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-title{padding:15px 5px;} |
| 754 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-shead-forum{padding:15px 5px; width:30%;} |
| 755 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-avatar {width:60px; text-align:center; padding:10px;} |
| 756 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-avatar img.avatar{ max-width:40px; } |
| 757 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title {padding:10px 5px; vertical-align:top;} |
| 758 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-title .wpf-spost-title-link{font-size:16px;} |
| 759 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-spost-forum {padding:10px 5px; vertical-align:top; width:30%;} |
| 760 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext{padding: 8px 10px;word-break: break-all;font-size: 13px;line-height: 20px;} |
| 761 |
#wpforo-wrap .wpforo-recent-wrap .wpf-snavi{width:100%; margin:1px auto -10px 0px; text-align:right; padding:1px 0px;} |
| 762 |
|
| 763 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content.wpfr-topics td.wpf-spost-avatar {width:50px; text-align:center; padding:10px;} |
| 764 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content.wpfr-topics td.wpf-spost-avatar img.avatar{ max-width:30px; } |
| 765 |
#wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content.wpfr-topics .wpf-spost-topic-recent-posts{ float:left; font-size:11px; line-height:18px;} |
| 766 |
|
| 767 |
/******************************************************/ |
| 768 |
/******************** Pagination **********************/ |
| 769 |
/******************************************************/ |
| 770 |
#wpforo-wrap .wpf-navi {margin:5px 0px;} |
| 771 |
#wpforo-wrap .wpf-navi.wpf-navi-topic-top{margin-top:-25px;} |
| 772 |
#wpforo-wrap .wpf-navi.wpf-navi-post-top{margin-top:-25px;} |
| 773 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap{white-space:nowrap; text-align:left;} |
| 774 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-page-info{font-size:13px; line-height:16px; font-weight:normal; padding-left:5px;} |
| 775 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-prev-button{padding:3px 8px!important; color:#fff; font-size:12px; cursor:pointer; line-height: 16px;} |
| 776 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap .wpf-next-button{padding:3px 8px!important; color:#fff; font-size:12px; cursor:pointer; line-height: 16px;} |
| 777 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap i.fa-chevron-left{font-size:10px;} |
| 778 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap i.fa-chevron-right{font-size:10px;} |
| 779 |
#wpforo-wrap .wpf-navi select.wpf-navi-dropdown {appearance:none; width:auto; -webkit-appearance:none; -moz-appearance: none; font-size:12px; padding:1px 10px!important; margin:0px 2px 0px 1px; cursor:pointer;} |
| 780 |
|
| 781 |
/******************************************************/ |
| 782 |
/******************** Stat Panel **********************/ |
| 783 |
/******************************************************/ |
| 784 |
#wpforo-wrap #wpforo-footer{margin-top:60px;} |
| 785 |
#wpforo-wrap #wpforo-stat-header{margin:0px; padding: 12px;} |
| 786 |
#wpforo-wrap #wpforo-stat-header span{line-height:18px;} |
| 787 |
#wpforo-wrap #wpforo-stat-header i{line-height:18px;} |
| 788 |
#wpforo-wrap #wpforo-stat-body {width:100%; text-align:center; padding:10px;} |
| 789 |
#wpforo-wrap #wpforo-stat-body .wpf-row{ padding-bottom:10px;} |
| 790 |
#wpforo-wrap #wpforo-stat-body {text-align:right; padding:10px; width:100%; border:none;} |
| 791 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-data{margin-bottom:7px;} |
| 792 |
#wpforo-wrap #wpforo-stat-body .wpf-row{padding:1px 5px 7px 5px;font-size:13px;} |
| 793 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item:first-child{} |
| 794 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item:last-child{ border-left:none;} |
| 795 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{text-align:center; font-size:12px; width:19%; min-width:90px; display:inline-block; margin-top:5px;} |
| 796 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item i{font-size:24px; display:inline-block; padding-bottom:3px; vertical-align:baseline; line-height:26px;} |
| 797 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item i.fa-file-alt{font-size:23px;} |
| 798 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-value{ display:inline-block; vertical-align:bottom; margin-right:5px; padding:0px; line-height:30px; font-size:24px; font-weight:normal;} |
| 799 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item .wpf-stat-label{display:block; margin:5px auto 0px auto; padding:5px; line-height:14px; font-size:13px; border-top:1px dotted #ccc; color:#777; white-space:nowrap; width:50%;} |
| 800 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info {padding-bottom:0px; padding-top:5px;} |
| 801 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info i{ font-size:14px; padding-left:4px;} |
| 802 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info p{line-height:20px; font-size:13px; padding-bottom:1px;} |
| 803 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info p span{ margin-left:15px; margin-right:5px; display:inline-block;} |
| 804 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons { border-top: 1px solid #e6e6e6; margin-top:10px; padding-top:10px;} |
| 805 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span{ margin-left:3px; margin-right:5px; display:inline-block;} |
| 806 |
#wpforo-wrap #wpforo-stat-body .wpf-last-info p.wpf-topic-icons span.wpf-stat-label{ margin-left:2px; margin-right:10px; display:inline-block; font-size:14px;} |
| 807 |
|
| 808 |
/****************************************************/ |
| 809 |
/**************** wpForo Dialogs ********************/ |
| 810 |
/****************************************************/ |
| 811 |
.ui-dialog .ui-dialog-titlebar-close::before{color:#555 !important;} |
| 812 |
.ui-dialog-titlebar.ui-draggable-handle button, .ui-dialog-titlebar.ui-draggable-handle button[disabled]:hover, .ui-dialog-titlebar.ui-draggable-handle button[disabled]:focus{background: #dddddd !important;} |
| 813 |
.wpforo-dialog-report .ui-dialog-titlebar.ui-draggable-handle button span.ui-button-text, .wpforo-dialog-move .ui-dialog-titlebar.ui-draggable-handle button span.ui-button-text{display:none} |
| 814 |
.wpforo-dialog .ui-widget-header span.ui-dialog-title{font-size:14px; font-weight:normal;} |
| 815 |
.wpforo-dialog input, .wpforo-dialog textarea, .wpforo-dialog button{font-size:13px!important;} |
| 816 |
.wpforo-dialog select{width:95%; margin-bottom:10px; font-size:14px!important; padding:5px 10px;} |
| 817 |
.wpforo-dialog label{ font-size:16px; font-weight:normal; padding:10px 0px; display:block; } |
| 818 |
.wpforo-dialog input[type="submit"]{line-height: 18px; padding: 5px 20px; font-size: 14px; text-transform: none; border-radius:0; margin-top:3px; margin-top:20px;} |
| 819 |
.wpforo-dialog #sendmessage{ display:block; text-align:right;} |
| 820 |
|
| 821 |
/****************************************************/ |
| 822 |
/************* wpForo front end messages ***********/ |
| 823 |
/****************************************************/ |
| 824 |
#wpf-msg-box{display:none;position:fixed;top:21px;width:24%;left:0;margin-left:0.5%;z-index:99999999999;box-sizing: border-box;} |
| 825 |
#wpf-msg-box a{text-decoration:underline;} |
| 826 |
#wpf-msg-box > p{width:100%;line-height: 20px;font-size:14px;position:relative;padding:15px; margin:0;cursor:pointer; box-shadow:1px 6px 26px 2px rgba(0, 0, 0, 0.5); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} |
| 827 |
#wpf-msg-box > p:first-child:after{display:block;width:0;content:"";position:absolute;top:-20px;left:50px;border-width:20px 0 0 20px;border-style:solid;} |
| 828 |
#wpf-msg-box > p:first-child:before{display:block;width:0;content:"";position:absolute;top:-24px;left:49px;border-width:24px 0 0 24px;border-style:solid;border-color: rgba(0,0,0,0) rgba(0,0,0,0.02);} |
| 829 |
#wpf-msg-box > p + p{margin-top: 12px;} |
| 830 |
|
| 831 |
|
| 832 |
.wpf-topic-create{ background-color:#F6F6F6; padding: 4px 0px 0px 12px; display: none; } |
| 833 |
.wpf-topic-added{color: green;background-color: #fff;-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);border: 5;height: 22px;padding: 12px 11px;width: auto;box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);border-right: 4px solid #7ad03a;margin-bottom: 24px;} |
| 834 |
#wpf-post-create{width: auto;background-color: #f6f6f6;height: auto; border:1px solid #CFCFCF;} |
| 835 |
#wpforo-load{position: fixed;display: block;visibility: hidden;top: 35px;left: 35px;z-index: 99999999999;text-align: left;font-size: 13px;font-weight: bold;} |
| 836 |
.mce-container, .mce-container *, .mce-widget, .mce-widget *{ color: #333; } |
| 837 |
|
| 838 |
|
| 839 |
/****************************************************/ |
| 840 |
/************* wpForo Form Fields ******************/ |
| 841 |
/****************************************************/ |
| 842 |
#wpforo-wrap .wpf-field { padding: 8px 20px 8px 20px; box-sizing: border-box; border-bottom: 1px solid #ffffff;} |
| 843 |
#wpforo-wrap .wpf-field .wpf-label-wrap {display: inline-block; width: 38%; float: right; box-sizing: border-box; padding-left: 20px; } |
| 844 |
#wpforo-wrap .wpf-field .wpf-label{ font-size: 15px; white-space: nowrap;} |
| 845 |
#wpforo-wrap .wpf-field .wpf-field-wrap {display: inline-block; width: 62%; box-sizing: border-box; padding: 0px;} |
| 846 |
#wpforo-wrap .wpfw-2 .wpf-field .wpf-label-wrap, |
| 847 |
#wpforo-wrap .wpfw-3 .wpf-field .wpf-label-wrap{display: block; width: 100%; float: none!important; padding: 0px 3px 5px;} |
| 848 |
#wpforo-wrap .wpfw-2 .wpf-field .wpf-field-wrap, |
| 849 |
#wpforo-wrap .wpfw-3 .wpf-field .wpf-field-wrap {display: block; width: 100%;} |
| 850 |
#wpforo-wrap .wpf-field.wpf-field-type-checkbox .wpf-field-item{ float:right; min-width:30%; margin-right:1%; } |
| 851 |
#wpforo-wrap .wpfw-2 .wpf-field.wpf-field-type-radio .wpf-field-item, |
| 852 |
#wpforo-wrap .wpfw-2 .wpf-field.wpf-field-type-checkbox .wpf-field-item{ float:right; min-width:45%; } |
| 853 |
#wpforo-wrap .wpfw-3 .wpf-field.wpf-field-type-radio .wpf-field-item, |
| 854 |
#wpforo-wrap .wpfw-3 .wpf-field.wpf-field-type-checkbox .wpf-field-item{ float:none; width:100%; } |
| 855 |
#wpforo-wrap .wpfw-2 .wpf-field .wpf-field-wrap select, |
| 856 |
#wpforo-wrap .wpfw-3 .wpf-field .wpf-field-wrap select{ max-width:100%; } |
| 857 |
|
| 858 |
#wpforo-wrap .wpf-field .wpf-field-cl{ clear:both;} |
| 859 |
#wpforo-wrap .wpf-field input {max-width: 100%;} |
| 860 |
#wpforo-wrap .wpf-field input[type="text"], |
| 861 |
#wpforo-wrap .wpf-field input[type="password"], |
| 862 |
#wpforo-wrap .wpf-field input[type="email"], |
| 863 |
#wpforo-wrap .wpf-field input[type="date"], |
| 864 |
#wpforo-wrap .wpf-field input[type="number"], |
| 865 |
#wpforo-wrap .wpf-field input[type="url"], |
| 866 |
#wpforo-wrap .wpf-field input[type="tel"], |
| 867 |
#wpforo-wrap .wpf-field input[type="search"], |
| 868 |
#wpforo-wrap .wpf-field textarea, |
| 869 |
#wpforo-wrap .wpf-field select{ width:99%; max-width:99%; margin: 2px; outline: 0 none; padding: 4px 28px 4px 4px; font-size: 13px; line-height: 21px; border:1px solid #cccccc; background-color: #fefefe; box-shadow: 0px 0px 2px 1px #E6E6E6; height: auto;} |
| 870 |
#wpforo-wrap .wpf-field select{ width:100%; max-width:300px;} |
| 871 |
#wpforo-wrap .wpf-field textarea{ padding: 10px 30px 2px 10px; } |
| 872 |
#wpforo-wrap .wpf-field-wrap {position: relative;} |
| 873 |
#wpforo-wrap .wpf-field-wrap .wpf-field-icon {position: absolute; right: 10px; top:10px;} |
| 874 |
#wpforo-wrap .wpf-field-type-textarea .wpf-field-wrap .wpf-field-icon {right: 12px; top:15px;} |
| 875 |
#wpforo-wrap .wpf-field-wrap .wpf-show-password {position: absolute; left: 10px; top: 10px;cursor: pointer;} |
| 876 |
#wpforo-wrap .wpf-desc{padding:0px; margin:0px; line-height:16px; font-size:12px; padding: 3px 0px 0px;} |
| 877 |
#wpforo-wrap .wpf-field.wpf-field-type-html{ border-bottom: none;} |
| 878 |
#wpforo-wrap .wpf-field.wpf-field-type-submit{ text-align: left; border-bottom: none;} |
| 879 |
#wpforo-wrap .wpf-field input::-webkit-input-placeholder, #wpforo-wrap .wpf-field textarea::-webkit-input-placeholder { color: #999999;} |
| 880 |
#wpforo-wrap .wpf-field input::-moz-placeholder, #wpforo-wrap .wpf-field textarea::-moz-placeholder {color: #999999;} |
| 881 |
#wpforo-wrap .wpf-field input:-ms-input-placeholder, #wpforo-wrap .wpf-field textarea:-ms-input-placeholder {color: #999999;} |
| 882 |
#wpforo-wrap .wpf-field input:-moz-placeholder, #wpforo-wrap .wpf-field textarea:-moz-placeholder {color: #999999;} |
| 883 |
#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, #wpforo-wrap .wpf-field input[type="search"]:focus, |
| 884 |
#wpforo-wrap .wpf-field select:focus{ background-color:#feffe5; box-shadow: 0px 0px 10px 0px #cccccc; } |
| 885 |
#wpforo-wrap .wpf-field .wpf-label i{ padding-left:5px; width:25px;} |
| 886 |
#wpforo-wrap .wpf-field .wpf-field-wrap i{} |
| 887 |
#wpforo-wrap .wpf-field .wpf-filed-value{ padding:5px 10px 5px 10px; } |
| 888 |
#wpforo-wrap .wpf-field .wpf-filed-value i{ display:inline-block; padding-left:7px; font-size:14px; border-left: 1px solid #ccc; margin-left:5px;} |
| 889 |
#wpforo-wrap .wpf-field .wpf-field-required-icon{cursor:default;} |
| 890 |
|
| 891 |
/****************************************************/ |
| 892 |
/************* wpForo FB Login *********************/ |
| 893 |
/****************************************************/ |
| 894 |
#wpforo-wrap .wpforo-fb-login-wrap{padding: 10px 15px;} |
| 895 |
#wpforo-wrap .wpforo-fb-login-wrap span{display:inherit;} |
| 896 |
|
| 897 |
/****************************************************/ |
| 898 |
/************* Page Message ************************/ |
| 899 |
/****************************************************/ |
| 900 |
#wpforo-wrap .wpf-page-message-wrap{border: #E6E6E6 1px solid; margin-top:3px;} |
| 901 |
#wpforo-wrap .wpf-page-message-text{display: block; font-size: 14px; text-align: center; padding: 10px 10px;color: #000; background-color: #F5F5F5; width:90%; margin:10px auto;} |
| 902 |
|
| 903 |
/****************************************************/ |
| 904 |
/************* Topic Tools *************************/ |
| 905 |
/****************************************************/ |
| 906 |
#wpforo-wrap #wpf_moderation_tools{display: none;} |
| 907 |
#wpforo-wrap .wpf-tools {padding: 20px; margin: -2px auto 10px;} |
| 908 |
#wpforo-wrap .wpf-tools .wpf-tool-tabs{display: block; width: 100%; margin-bottom: 1px;} |
| 909 |
#wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{ display: inline-block; margin-left: 2px; padding: 10px 15px 5px 15px; font-size: 14px; cursor: pointer; border: 1px solid transparent; border-top-width: 2px;} |
| 910 |
#wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab:first-letter{text-transform: uppercase;} |
| 911 |
#wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab.wpf-tt-active{border-bottom-color: transparent;} |
| 912 |
#wpforo-wrap .wpf-tools .wpf-tool { width: 100%; padding: 1px 15px; margin-bottom: 20px;} |
| 913 |
#wpforo-wrap .wpf-tools .wpf-tool h3{ padding: 1px 10px 5px 0px; display: inline-block; float: left; margin: 0px auto -20px 0px; text-align: left; font-size: 30px; line-height: 30px;} |
| 914 |
#wpforo-wrap .wpf-tools .wpf-tool ul{list-style: none; margin-right: 0px; padding-right: 0px;} |
| 915 |
#wpforo-wrap .wpf-tools .wpf-tool li{padding: 5px 0px;} |
| 916 |
#wpforo-wrap .wpf-tools .wpf-tool li {font-size: 13px;} |
| 917 |
#wpforo-wrap .wpf-tools .wpf-tool li label.wpf-input-label{font-size: 15px; font-weight:normal; display: block; padding: 1px 0px 5px 0px;} |
| 918 |
#wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 70%; display: block; padding: 5px 10px; font-size: 14px; line-height: 20px; margin: 3px 0px;} |
| 919 |
#wpforo-wrap .wpf-tools .wpf-tool li sup{font-size: 11px;} |
| 920 |
#wpforo-wrap .wpf-tools .wpf-tool li input[type="checkbox"]{ padding: 3px; font-size: 14px; display: inline-block; margin-left: 5px;} |
| 921 |
#wpforo-wrap .wpf-tools .wpf-tool li select{width: 70%; margin: 1px 0px;} |
| 922 |
#wpforo-wrap .wpf-tools .wpf-tool li.wpf-submit{ text-align: left; } |
| 923 |
#wpforo-wrap .wpf-tools .wpf-tool li.wpf-submit input[type="submit"]{ padding: 5px 30px !important;} |
| 924 |
#wpforo-wrap .wpf-tools .wpf-tool .wpf-tool-desc{ font-size: 12px; font-style: italic; line-height: 18px; margin: 2px 1px 8px auto;} |
| 925 |
#wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts{width: 100%; overflow-x: hidden; overflow-y:auto; padding: 10px; height: 140px; margin-top: 5px; } |
| 926 |
#wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul{list-style: none; margin-right: 0; padding-right: 0;} |
| 927 |
#wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li{padding: 5px 0px 3px 0px; } |
| 928 |
#wpforo-wrap .wpf-tools .wpf-tool .wpf-split-posts ul li:last-child{border: none;} |
| 929 |
#wpforo-wrap .wpf-tools #wpf_tool_tab_content_wrap{ min-height: 8vw; display: flex; justify-content: center; align-items: center;} |
| 930 |
#wpforo-wrap .wpf-tools #wpf_tool_tab_content_wrap .wpf-icon-spinner{ font-size: 2em } |
| 931 |
|
| 932 |
/****************************************************/ |
| 933 |
/************* Share Buttons ***********************/ |
| 934 |
/****************************************************/ |
| 935 |
#wpforo-wrap .wpf-sb-top{display: inline-block; float: left; font-size: 14px; padding: 3px 10px 3px 0px; background-color: transparent!important; line-height: 16px;} |
| 936 |
#wpforo-wrap .wpf-sb-left {width: 26px; right: -26px; padding: 4px 8px 4px 5px; line-height: 40px; text-align: center; font-size: 16px; top: 0px; display: inline-block; position: absolute;} |
| 937 |
#wpforo-wrap .wpf-sb-right {width: 26px; left: -26px; padding: 4px 3px 4px 8px; line-height: 40px; text-align: center; font-size: 16px; top: 0px; display: inline-block; position: absolute;} |
| 938 |
#wpforo-wrap .wpf-sb.sb-tt-expanded .wpf-sb-buttons{display: block!important;} |
| 939 |
#wpforo-wrap .wpfn-1 .wpf-sb.wpf-sb-right{top: 0px;} |
| 940 |
#wpforo-wrap .wpfl-2 .wpf-sb-top, |
| 941 |
#wpforo-wrap .wpfl-3 .wpf-sb-top{padding: 5px 10px 0px 0px;} |
| 942 |
#wpforo-wrap .wpfl-2 .wpf-sb-top.sb-tt-expanded, |
| 943 |
#wpforo-wrap .wpfl-3 .wpf-sb-top.sb-tt-expanded{padding: 3px 10px 0px 0px;} |
| 944 |
#wpforo-wrap .wpfl-2 .wpf-sb-left, |
| 945 |
#wpforo-wrap .wpfl-3 .wpf-sb-left{top: -20px; padding: 0px 5px; font-size:17px;} |
| 946 |
#wpforo-wrap .wpfl-2 .wpfn-1 .wpf-sb-left, |
| 947 |
#wpforo-wrap .wpfl-2 .wpfn-1 .wpf-sb-right, |
| 948 |
#wpforo-wrap .wpfl-3 .wpfn-1 .wpf-sb-left, |
| 949 |
#wpforo-wrap .wpfl-3 .wpfn-1 .wpf-sb-right{top: 0px;} |
| 950 |
#wpforo-wrap .wpfl-2 .wpf-sb-right.wpf-sb-1, |
| 951 |
#wpforo-wrap .wpfl-2 .wpf-sb-right.wpf-sb-2, |
| 952 |
#wpforo-wrap .wpfl-3 .wpf-sb-right.wpf-sb-1, |
| 953 |
#wpforo-wrap .wpfl-3 .wpf-sb-right.wpf-sb-2{top: -1px; line-height: 23px; font-size: 14px;} |
| 954 |
#wpforo-wrap .wpfl-2 .wpf-sb-right, |
| 955 |
#wpforo-wrap .wpfl-3 .wpf-sb-right{top: -1px !important;} |
| 956 |
#wpforo-wrap .wpfl-1 .wpf-sb-left.wpf-sb-3, |
| 957 |
#wpforo-wrap .wpfl-1 .wpf-sb-left.wpf-sb-4{font-size:17px;padding:0px 2px;top:0px;} |
| 958 |
#wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-1, |
| 959 |
#wpforo-wrap .wpfl-1 .wpf-sb-right.wpf-sb-2{top:29px; border-right:none !important;} |
| 960 |
#wpforo-wrap .wpf-sb-right.wpf-sb-3, |
| 961 |
#wpforo-wrap .wpf-sb-right.wpf-sb-4{font-size:16px;padding:0px 5px 0px 1px;top:0px;line-height: 33px;} |
| 962 |
#wpforo-wrap .wpf-sb-right.wpf-sb-3 .wpf-sb-toggle, |
| 963 |
#wpforo-wrap .wpf-sb-right.wpf-sb-4 .wpf-sb-toggle{ padding-bottom: 10px;} |
| 964 |
#wpforo-wrap .wpf-sb .wpf-sb-toggle{cursor: pointer;} |
| 965 |
#wpforo-wrap .wpf-sb-top .wpf-sb-toggle{ display: inline-block;} |
| 966 |
#wpforo-wrap .wpfl-2 .wpf-sb-top .wpf-sb-toggle, |
| 967 |
#wpforo-wrap .wpfl-3 .wpf-sb-top .wpf-sb-toggle{ font-size: 14px; line-height: 18px; } |
| 968 |
#wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-toggle{display: none;} |
| 969 |
#wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons{padding: 0px 10px 0px 0px; opacity: 0.8;} |
| 970 |
#wpforo-wrap .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons:hover{opacity: 1;} |
| 971 |
#wpforo-wrap .wpfl-2 .wpf-post-link, |
| 972 |
#wpforo-wrap .wpfl-3 .wpf-post-link{display: inline-block; font-size: 13px; line-height: 18px; padding-top: 5px;} |
| 973 |
#wpforo-wrap .wpf-sb .wpf-sb-buttons {line-height: 29px;} |
| 974 |
#wpforo-wrap .wpf-sb .wpf-sb-buttons i{cursor: pointer; font-size: 18px;} |
| 975 |
#wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons{ float: right; padding: 0px 10px; line-height: 16px;} |
| 976 |
#wpforo-wrap .wpfl-2 .wpf-sb.wpf-sb-top .wpf-sb-buttons{padding: 2px 10px; line-height: 18px;} |
| 977 |
#wpforo-wrap .wpfl-3 .wpf-sb.wpf-sb-top .wpf-sb-buttons{padding: 0px 10px; line-height: 18px;} |
| 978 |
#wpforo-wrap .wpfl-2 .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons, |
| 979 |
#wpforo-wrap .wpfl-3 .wpf-sb.wpf-sb-top.sb-tt-expanded .wpf-sb-buttons{padding: 2px 10px 2px 0px; font-size: 17px;} |
| 980 |
#wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons i{font-size: 16px; display: inline-block; padding: 0px 2px; line-height: 16px;} |
| 981 |
#wpforo-wrap .wpf-sb.wpf-sb-right .wpf-sb-buttons{line-height: 27px;} |
| 982 |
#wpforo-wrap .wpf-sb.wpf-sb-right .wpf-sb-buttons i{font-size: 17px;} |
| 983 |
#wpforo-wrap .wpf-sbtn {margin: 40px 0px -20px 0px;} |
| 984 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw{display: inline-block; padding: 0px 3px; margin-top: 2px; } |
| 985 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw table, #wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .wpf-sbw > div{display: inline-block;} |
| 986 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap .fb_iframe_widget iframe{position: inherit;} |
| 987 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-title{display: block; float: right; vertical-align: bottom;} |
| 988 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-title i{font-size: 14px; display: inline-block; padding-left: 5px; padding-right: 0px;} |
| 989 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-title span{display: inline-block; font-size: 15px; } |
| 990 |
#wpforo-wrap .wpf-sbtn .wpf-sbtn-wrap{display: block; float: right; padding: 0px 10px; vertical-align: bottom;} |
| 991 |
#wpforo-wrap .wpf-sbtn .wpf-sb-button{display: inline-block; line-height: 20px; cursor: pointer; text-decoration: none; border: none; padding: 1px 10px; vertical-align: bottom; font-size: 13px;} |
| 992 |
#wpforo-wrap .wpf-sbtn .wpf-sb-button.wpf-sb-icon{ width: 36px; line-height: 16px; text-align: center; vertical-align: bottom; font-size: 14px; padding: 4px 5px 3px 5px;} |
| 993 |
#wpforo-wrap .wpf-sbtn .wpf-sb-button i{display: inline-block; } |
| 994 |
#wpforo-wrap .wpf-sbtn .wpf-sb-button span{display: inline-block; padding-right: 7px; padding-left: 0px;} |
| 995 |
#wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button{opacity: 0.9;} |
| 996 |
#wpforo-wrap .wpf-sbtn.wpf-sb-style-colored .wpf-sb-button:hover{opacity: 1;} |
| 997 |
#wpforo-wrap .wpf-sbtn.wpf-sb-top {padding: 15px 0px 15px 0px; margin: 0px; float: left; border: none;} |
| 998 |
#wpforo-wrap .wpf-sbtn.wpf-sb-top .wpf-sbtn-title{display: none;} |
| 999 |
#wpforo-wrap .wpf-sbtn.wpf-sb-top .wpf-sbtn-wrap{padding: 0px;} |
| 1000 |
|
| 1001 |
/****************************************************/ |
| 1002 |
/****************** Rules & Privacy ****************/ |
| 1003 |
/****************************************************/ |
| 1004 |
|
| 1005 |
#wpforo-wrap label.wpforo-legal-checkbox:first-child{margin-top: 20px;} |
| 1006 |
#wpforo-wrap label.wpforo-legal-checkbox{ margin: 0px 0px 5px 0px; display: block; padding: 0px 21px; line-height: 20px;} |
| 1007 |
#wpforo-wrap label.wpforo-legal-checkbox input{ display: inline;} |
| 1008 |
#wpforo-wrap label.wpforo-legal-checkbox span{display: inline;} |
| 1009 |
#wpforo-wrap .wpforo-legal-rules{box-sizing: border-box; height: 300px; overflow-y:auto; margin: 20px 0px 40px 0px; padding: 20px 30px; border-bottom: 1px solid #ccc;} |
| 1010 |
#wpforo-wrap .wpforo-legal-rules .wpflegal-rules-buttons{display:block; text-align: center; padding: 20px 20px 40px 20px;} |
| 1011 |
#wpforo-wrap .wpforo-legal-rules .wpflegal-rules-buttons .wpflegal-rules-button{ cursor: pointer; border: 1px dotted #999999; padding: 5px 20px; display: inline-block; margin: 5px;} |
| 1012 |
#wpforo-wrap .wpforo-legal-rules .wpflb-active-yes{background-color: green; color: #fff; border-color: green; } |
| 1013 |
#wpforo-wrap .wpforo-legal-rules .wpflb-active-not{background-color: red; color: #fff; border-color: red;} |
| 1014 |
#wpforo-wrap .wpforo-legal-privacy{box-sizing: border-box; height: 400px; overflow-y:auto; margin: 20px 0px 40px 0px; padding: 20px 30px; border-bottom: 1px solid #ccc;} |
| 1015 |
#wpforo-wrap .wpforo-legal-privacy .wpflegal-privacy-buttons{display:block; text-align: center; padding: 20px 20px 40px 20px;} |
| 1016 |
#wpforo-wrap .wpforo-legal-privacy .wpflegal-privacy-buttons .wpflegal-privacy-button{ cursor: pointer; border: 1px dotted #999999; padding: 5px 20px; display: inline-block; margin: 5px;} |
| 1017 |
#wpforo-wrap .wpforo-legal-privacy .wpflb-active-yes{background-color: green; color: #fff; border-color: green; } |
| 1018 |
#wpforo-wrap .wpforo-legal-privacy .wpflb-active-not{background-color: red; color: #fff; border-color: red;} |
| 1019 |
#wpforo-wrap .wpforo-fb-info{text-align: center; font-size: 12px;} |
| 1020 |
#wpforo-wrap .wpforo-fb-info .wpforo-fb-info-title{display: block} |
| 1021 |
#wpforo-wrap .wpforo-fb-info .wpforo-legal-checkbox{font-size: 13px;} |
| 1022 |
#wpforo-wrap .wpf-post-create label.wpforo-legal-checkbox, |
| 1023 |
#wpforo-wrap .wpf-topic-create label.wpforo-legal-checkbox{margin: 0px; padding: 3px 0px 0px; display: block; clear: both;} |
| 1024 |
#wpforo-wrap .wpf-post-create .wpf-topic-sbs label, |
| 1025 |
#wpforo-wrap .wpf-topic-create .wpf-topic-sbs label{padding-right: 5px;} |
| 1026 |
#wpforo-wrap .wpf-contact-admin{ border: 1px dotted; padding: 2px 10px; display: inline-block;} |
| 1027 |
#wpforo-wrap .wpforo-profile-account .wpf-contact-admin{float: right;} |
| 1028 |
|
| 1029 |
#wpforo-wrap .fa-info-circle.wpf-reg-info{padding-right: 20px;} |
| 1030 |
#wpforo-wrap .wpforo-fb-info .wpforo-legal-checkbox{margin: 10px 0px 2px 0px;} |
| 1031 |
|
| 1032 |
@media screen and (max-width:800px) { |
| 1033 |
#wpforo-wrap .wpforo-content{width:100%; float:none; } |
| 1034 |
#wpforo-wrap .wpforo-right-sidebar{width:100%; float:none; margin-top:25px;} |
| 1035 |
.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ width:99%; height:99%;} |
| 1036 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-lb-box{display:block; width:100%;} |
| 1037 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author-data{display:block; width:100%; margin-top:10px;} |
| 1038 |
#wpforo-wrap .wpforo-post-content .wpf-video{max-width:95%;height:280px;} |
| 1039 |
#wpforo-wrap .wpforo-post-content .wpf-video iframe{max-width: 100%;height:280px;} |
| 1040 |
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu i{display:inline;} |
| 1041 |
#wpforo-wrap .wpf-field { padding-bottom: 3px 10px 5px 10px;} |
| 1042 |
#wpforo-wrap .wpf-field .wpf-label-wrap {display: block; width: 100%; float: none; } |
| 1043 |
#wpforo-wrap .wpf-field .wpf-field-wrap {display: block; width: 100%; } |
| 1044 |
#wpforo-wrap .wpf-th{display:block; float: none; box-sizing: border-box; width: 100%;} |
| 1045 |
#wpforo-wrap .wpf-td{display:block; float: none; box-sizing: border-box; width: 100%;} |
| 1046 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu { top:12px;} |
| 1047 |
#wpforo-wrap .wpforo-profile-wrap .wpf-profile-plugin-menu .wpf-pp-menu .wpf-pp-menu-item span{ display:none;} |
| 1048 |
#wpforo-wrap .wpforo-login-wrap .wpforo-login-table{width: 80%; min-width:auto; } |
| 1049 |
#wpforo-wrap .wpforo-fb-login-wrap{padding: 5px 0px;} |
| 1050 |
#wpforo-wrap .wpforo-register-wrap .wpf-field.wpf-field-type-submit input[type="submit"]{width: 100%;} |
| 1051 |
#wpforo-wrap .wpf-tools .wpf-tool h3{display: none;} |
| 1052 |
#wpforo-wrap .wpf-tools .wpf-tool {margin-top: 15px;} |
| 1053 |
#wpforo-wrap .wpf-tools .wpf-tool li select{width: 100%;} |
| 1054 |
#wpforo-wrap .wpf-tools .wpf-tool li input[type="text"]{width: 100%;} |
| 1055 |
} |
| 1056 |
|
| 1057 |
@media screen and (max-width:700px) { |
| 1058 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-user{display:none;} |
| 1059 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-title{display:inline; float:none;} |
| 1060 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-date{display:inline; float:none;} |
| 1061 |
#wpforo-wrap .wpfl-1 .wpf-last-post-by{display:block;} |
| 1062 |
|
| 1063 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-user{display:none;} |
| 1064 |
#wpforo-wrap .wpfl-1 .author-rating-full{ text-align:right; display: block; } |
| 1065 |
|
| 1066 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic .views{display:none;} |
| 1067 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic{width:130px;} |
| 1068 |
#wpforo-wrap .wpfl-3 .cat-stat-posts{ display:none;} |
| 1069 |
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-posts{ display:none;} |
| 1070 |
|
| 1071 |
#wpforo-wrap .wpfl-3 .wpforo-topic .views{display:none;} |
| 1072 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status{width:130px;} |
| 1073 |
|
| 1074 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-icon, |
| 1075 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-icon{ display:none;} |
| 1076 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-result, |
| 1077 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-result{ visibility:hidden; width:0px; font-size:0px; line-height:0px; padding:0px;} |
| 1078 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-title a{ font-size:13px;} |
| 1079 |
|
| 1080 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-forum, |
| 1081 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-forum, |
| 1082 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-user, |
| 1083 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-user, |
| 1084 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-date, |
| 1085 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-date{ font-size:12px; line-height:14px;} |
| 1086 |
#wpf-msg-box { width:35%;} |
| 1087 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:31%} |
| 1088 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-left:none!important;} |
| 1089 |
} |
| 1090 |
@media screen and (min-width:621px) { |
| 1091 |
#wpforo-wrap #wpforo-menu .wpf-menu{display:block!important;} |
| 1092 |
#wpforo-wrap .wpf-search input[type="text"].wpf-search-field:focus{margin:11px 0px 11px 10px;} |
| 1093 |
} |
| 1094 |
@media screen and (max-width:620px) { |
| 1095 |
|
| 1096 |
#wpforo-wrap .wpf-search i{top:15px;} |
| 1097 |
#wpforo-wrap .wpforo-table{display:block;} |
| 1098 |
#wpforo-wrap .wpforo-tr{display:block; width:100%!important;} |
| 1099 |
#wpforo-wrap .wpforo-th{display:block; width:100%!important;} |
| 1100 |
#wpforo-wrap .wpforo-td{display:block; width:100%!important;} |
| 1101 |
#wpforo-wrap .wpforo-td input[type="text"], |
| 1102 |
#wpforo-wrap .wpforo-td input[type="email"], |
| 1103 |
#wpforo-wrap .wpforo-td input[type="search"], |
| 1104 |
#wpforo-wrap .wpforo-td input[type="url"], |
| 1105 |
#wpforo-wrap .wpforo-td input[type="password"], |
| 1106 |
#wpforo-wrap .wpforo-td select, |
| 1107 |
#wpforo-wrap .wpforo-td textarea{width:100%!important;} |
| 1108 |
|
| 1109 |
#wpforo-wrap .wpf-button{padding:5px 5px!important; font-size:13px; line-height: 14px;} |
| 1110 |
#wpforo-wrap .wpf-head-bar-left #wpforo-title{font-size: 17px;margin: 7px 0 10px;} |
| 1111 |
#wpforo-wrap .wpforo-feed{ float:none; display:block; padding-top:5px;} |
| 1112 |
|
| 1113 |
#wpforo-wrap .wpf-breadcrumb a{display:none;} |
| 1114 |
#wpforo-wrap .wpf-breadcrumb a:first-child {display: inline-block!important;} |
| 1115 |
#wpforo-wrap .wpf-breadcrumb a:nth-last-child(2) {display: inline-block!important;} |
| 1116 |
#wpforo-wrap .wpf-breadcrumb a:last-child {display: inline-block!important;} |
| 1117 |
|
| 1118 |
#wpforo-wrap .wpfl-1 .cat-stat-posts{display:none;} |
| 1119 |
#wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts{display:none;} |
| 1120 |
#wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{width:15%;} |
| 1121 |
#wpforo-wrap .wpfl-1 .wpforo-forum-info{width:82%; padding-right:10px;} |
| 1122 |
#wpforo-wrap .wpfl-1 .wpforo-forum-icon{display:none;} |
| 1123 |
#wpforo-wrap .wpfl-1 .wpforo-topic-icon{display:none;} |
| 1124 |
#wpforo-wrap .wpfl-1 .wpforo-topic-info{width:82%; padding-right:10px;} |
| 1125 |
#wpforo-wrap .wpfl-1 .head-stat-views{display:none;} |
| 1126 |
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-views{display:none;} |
| 1127 |
#wpforo-wrap .wpfl-1 .wpforo-topic-start-info{ font-size:12px; line-height:18px;} |
| 1128 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left{ float:none; width:100%;} |
| 1129 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .avatar{width:70px; max-height:70px;} |
| 1130 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar{display:inline-block; width:80px; float:right; margin-left:10px;} |
| 1131 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-data{ margin-right:80px; display:block; text-align:right;} |
| 1132 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name{text-align:right; padding:0px; margin:0px;} |
| 1133 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title{text-align:right; padding:0px; margin:0px; line-height:16px;} |
| 1134 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-rating{margin:5px 10px 5px 0px; display:block; } |
| 1135 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined{text-align:right; display:inline-block; padding-left:5px;} |
| 1136 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts{text-align:right; display:inline-block; padding-left:0px;} |
| 1137 |
#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right{ float:none; width:100%; margin-right:0px;} |
| 1138 |
|
| 1139 |
#wpforo-wrap .wpfl-2 .wpforo-last-post-avatar{display:none;} |
| 1140 |
#wpforo-wrap .wpfl-2 .wpforo-forum-icon{display:none;} |
| 1141 |
#wpforo-wrap .wpfl-2 .wpforo-forum-info{width:70%; padding-right:10px;} |
| 1142 |
#wpforo-wrap .wpfl-2 .wpforo-topic-avatar{display:none} |
| 1143 |
#wpforo-wrap .wpfl-2 .head-stat-views{ display:none;} |
| 1144 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-views{display:none;} |
| 1145 |
#wpforo-wrap .wpfl-2 .head-stat-posts{width:13%;} |
| 1146 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{width:13%; font-size:13px;} |
| 1147 |
#wpforo-wrap .wpfl-2 .head-stat-lastpost{width:25%;} |
| 1148 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{width:25%;} |
| 1149 |
#wpforo-wrap .wpfl-2 .wpforo-topic-info{width:60%; padding-right:10px;} |
| 1150 |
#wpforo-wrap .wpfl-2 .wpforo-topic-title{font-size:14px;} |
| 1151 |
|
| 1152 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left{width: 100%; float:none; text-align:right;} |
| 1153 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-right{float:none; width:100%; margin-right:0px;} |
| 1154 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .avatar{width:54px; max-height:54px;} |
| 1155 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-avatar{display:inline-block; width:54px; float:right; margin-left:10px;} |
| 1156 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-data{ margin-right:54px; display:block;} |
| 1157 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-name{text-align:right; line-height:20px; font-size:14px; font-weight:normal;} |
| 1158 |
#wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title{text-align:right; line-height:20px;} |
| 1159 |
|
| 1160 |
#wpforo-wrap .wpfl-3 .wpforo-forum-icon{display:none;} |
| 1161 |
#wpforo-wrap .wpfl-3 .wpforo-forum-info{padding-right:10px;} |
| 1162 |
#wpforo-wrap .wpfl-3 .cat-stat-answers{display:none;} |
| 1163 |
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-answers{display:none;} |
| 1164 |
#wpforo-wrap .wpfl-3 .wpforo-topic-stat-lastpost{display:none;} |
| 1165 |
#wpforo-wrap .wpfl-3 .wpforo-topic-avatar{display:none;} |
| 1166 |
#wpforo-wrap .wpfl-3 .head-stat-lastpost{display:none;} |
| 1167 |
#wpforo-wrap .wpfl-3 .wpforo-topic-info{padding-right:15px; } |
| 1168 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-answer-button, |
| 1169 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-add-comment-button, |
| 1170 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-answer-button .wpf-button, |
| 1171 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpf-add-comment-button .wpf-button{} |
| 1172 |
|
| 1173 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left{width:30px;} |
| 1174 |
#wpforo-wrap .wpfl-3 .wpf-positive{font-size:16px;} |
| 1175 |
#wpforo-wrap .wpfl-3 .wpf-negative{font-size:16px;} |
| 1176 |
#wpforo-wrap .wpfl-3 .wpf-vote-number{font-size:13px; line-height:13px;} |
| 1177 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-answer{font-size:16px; line-height:16px; padding-top: 2px;} |
| 1178 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-left .wpf-toggle-not-answer{font-size:16px; line-height:16px; padding-top: 2px;} |
| 1179 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right{margin-right:35px;} |
| 1180 |
#wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-author{padding:10px;} |
| 1181 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-left{ width:35px;} |
| 1182 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-left .wpf-comment-icon{ padding-right:0px; font-size:16px;} |
| 1183 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right{margin-right:35px;} |
| 1184 |
#wpforo-wrap .wpfl-3 .wpforo-comment .wpf-right .wpforo-comment-content p{ font-size:13px; line-height:17px;} |
| 1185 |
|
| 1186 |
#wpforo-wrap #wpforo-menu .wpf-menu{ display:none; position:absolute; z-index:99999;} |
| 1187 |
#wpforo-wrap #wpforo-menu .wpf-res-menu{ display:inline-block; } |
| 1188 |
#wpforo-wrap #wpforo-menu .wpf-menu li{ display:block; float:none; clear:both; } |
| 1189 |
#wpforo-wrap #wpforo-menu .wpf-menu li > ul{ display:none!important; } |
| 1190 |
#wpforo-wrap .wpf-search input[type="text"]:focus{ width:80%;} |
| 1191 |
#wpforo-wrap .wpf-search input[type="search"]:focus{ width:80%;} |
| 1192 |
|
| 1193 |
#wpforo-wrap .wpforo-members-wrap th.wpf-members-regdate{ display:none; } |
| 1194 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-regdate{ display:none;} |
| 1195 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar{ vertical-align:top;} |
| 1196 |
#wpforo-wrap .wpforo-members-wrap th.wpf-members-avatar{ width:20%;} |
| 1197 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar img, |
| 1198 |
#wpforo-wrap .wpforo-members-wrap td.wpf-members-avatar .avatar{ width:100% !important; height:auto !important;} |
| 1199 |
|
| 1200 |
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{ padding: 5px 8px;} |
| 1201 |
#wpforo-wrap .wpforo-profile-wrap .wpforo-profile-label{ border-bottom:none!important; padding-bottom:0px;} |
| 1202 |
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell {font-size: 12px; line-height: 18px; min-width: 20px; } |
| 1203 |
|
| 1204 |
#wpforo-wrap .wpforo-activity-content .activity-icon{ display:none;} |
| 1205 |
#wpf-msg-box { width:45%;} |
| 1206 |
#wpforo-wrap .wpf-navi .wpf-navi-wrap{white-space:normal;} |
| 1207 |
|
| 1208 |
body.wpforo .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in{right: 5%!important;left: 5%!important;width: 88%!important;} |
| 1209 |
body.wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout{width: 100%!important;} |
| 1210 |
body.wpforo .mce-container.mce-panel .mce-combobox.mce-abs-layout-item{width: 100%!important;} |
| 1211 |
body.wpforo .mce-container.mce-panel .mce-textbox.mce-abs-layout-item.mce-last{width: 100%!important;} |
| 1212 |
body.wpforo .mce-container.mce-panel .mce-combobox.mce-abs-layout-item .mce-textbox{width: 100%!important;} |
| 1213 |
body.wpforo .mce-container.mce-panel .mce-container.mce-panel.mce-foot, |
| 1214 |
body.wpforo .mce-container.mce-panel .mce-container-body.mce-abs-layout{width: 90%!important;} |
| 1215 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%} |
| 1216 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-left:none!important;} |
| 1217 |
#wpforo-wrap .wpforo-post .wpf-left .author-rating-full{text-align: right;} |
| 1218 |
#wpforo-wrap .wpf-head-bar-right .wpf-button{white-space: normal!important;} |
| 1219 |
} |
| 1220 |
@media screen and (max-width:480px) { |
| 1221 |
#wpforo-wrap .wpfl-1 .cat-stat-topics{display:none;} |
| 1222 |
#wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics{display:none;} |
| 1223 |
#wpforo-wrap .wpfl-1 .wpforo-forum-info{width:100%;} |
| 1224 |
#wpforo-wrap .wpfl-1 .wpforo-subforum li{width:100%; display:block;} |
| 1225 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-date{display:none;} |
| 1226 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-title{width:100%;} |
| 1227 |
#wpforo-wrap .wpfl-1 .wpforo-last-topic-title{white-space:nowrap; overflow:hidden;} |
| 1228 |
#wpforo-wrap .wpfl-1 .head-stat-posts{display:none;} |
| 1229 |
#wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts{display:none;} |
| 1230 |
#wpforo-wrap .wpfl-1 .wpforo-topic-start-info .wpf-vsep{display:none} |
| 1231 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-date{padding-right:7px;} |
| 1232 |
#wpforo-wrap .wpfl-1 .wpforo-topic-title a{font-size:15px;} |
| 1233 |
#wpforo-wrap .wpfl-1 .wpforo-topic-info{width:100%;} |
| 1234 |
|
| 1235 |
#wpforo-wrap .wpfl-2 .wpforo-last-post{display:none;} |
| 1236 |
#wpforo-wrap .wpfl-2 .cat-lastpostinfo{display:none;} |
| 1237 |
#wpforo-wrap .wpfl-2 .cat-title{width:100%;} |
| 1238 |
#wpforo-wrap .wpfl-2 .wpforo-forum-info{width:100%;} |
| 1239 |
#wpforo-wrap .wpfl-2 .wpforo-subforum li{width:100%; display:block;} |
| 1240 |
#wpforo-wrap .wpfl-2 .head-stat-lastpost{display:none;} |
| 1241 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-lastpost{display:none;} |
| 1242 |
#wpforo-wrap .wpfl-2 .wpforo-topic-info{width:80%;} |
| 1243 |
#wpforo-wrap .wpfl-2 .head-stat-posts{width:18%;} |
| 1244 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{width:18%;} |
| 1245 |
|
| 1246 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-info{display:none;} |
| 1247 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-title{font-size:13px; line-height:17px; height:47px;} |
| 1248 |
#wpforo-wrap .wpfl-3 .cat-stat-questions{ display:none;} |
| 1249 |
#wpforo-wrap .wpfl-3 .wpforo-forum-stat-questions{ display:none;} |
| 1250 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic .votes{ display:none;} |
| 1251 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic{ width:70px;} |
| 1252 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status{width:70px;} |
| 1253 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status .votes{display:none;} |
| 1254 |
#wpforo-wrap .wpfl-3 .wpforo-last-topic-posts{display:none;} |
| 1255 |
|
| 1256 |
#wpforo-wrap .wpforo-profile-wrap .h-picture img, |
| 1257 |
#wpforo-wrap .wpforo-profile-wrap .h-picture .avatar{ width:80px; height:80px; vertical-align:top;} |
| 1258 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpf-profile-info-wrap{right:0px;} |
| 1259 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpfy{right:0px; width:100%;} |
| 1260 |
#wpforo-wrap .wpforo-profile-wrap .profile-display-name{ padding-top:25px;} |
| 1261 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpf-profile-img-wrap{ float:none;} |
| 1262 |
#wpforo-wrap .wpforo-profile-wrap .h-header .wpf-profile-data-wrap{ float:none;} |
| 1263 |
#wpforo-wrap .wpforo-profile-wrap .h-right{ margin-right:58px; vertical-align:top;} |
| 1264 |
#wpforo-wrap .wpforo-profile-wrap .profile-display-name{ margin-top:0px; font-size:16px;} |
| 1265 |
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data-item{ margin-bottom:0px;} |
| 1266 |
#wpforo-wrap .wpforo-profile-wrap .profile-stat-data{ padding-bottom:10px;} |
| 1267 |
#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{ width:100%; float:none; padding: 5px 7px;} |
| 1268 |
|
| 1269 |
#wpforo-wrap .wpforo-activity-content .activity-date{ display:none;} |
| 1270 |
#wpforo-wrap .wpforo-sbn-content .sbn-icon{ display:none;} |
| 1271 |
|
| 1272 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-forum, |
| 1273 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-forum, |
| 1274 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-user, |
| 1275 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-user, |
| 1276 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-shead-date, |
| 1277 |
#wpforo-wrap .wpforo-search-wrap .wpforo-search-content td.wpf-spost-date{visibility:hidden; width:0px; font-size:0px; line-height:0px; padding:0px;} |
| 1278 |
#wpf-msg-box {left:10px;width:80%;} |
| 1279 |
#wpf-msg-box > p{font-size: 13px; line-height: 14px;} |
| 1280 |
#wpforo-wrap .wpf-profile-section .wpf-statbox{width:100%;} |
| 1281 |
#wpforo-wrap .wpforo-post-content .wpf-video{max-width:95%;height:200px;} |
| 1282 |
#wpforo-wrap .wpforo-post-content .wpf-video iframe{max-width: 100%;height:200px;} |
| 1283 |
#wpforo-wrap .wpf-navi.wpf-navi-topic-top{margin-top:-10px;} |
| 1284 |
#wpforo-wrap .wpf-navi.wpf-navi-post-top{margin-top:-10px;} |
| 1285 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:48%} |
| 1286 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-left:none!important;} |
| 1287 |
#wpforo-wrap .wpforo-login-wrap .wpforo-login-table{width: 98%; background-color: transparent;} |
| 1288 |
#wpforo-wrap .wpf-tools .wpf-tool-tabs .wpf-tool-tab{border-bottom: none;} |
| 1289 |
} |
| 1290 |
@media screen and (max-width:350px) { |
| 1291 |
#wpforo-wrap .wpf-button{white-space: normal;} |
| 1292 |
#wpforo-wrap .wpfl-1 .wpforo-last-post-date{display:none} |
| 1293 |
#wpforo-wrap .wpfl-3 .wpforo-topic-stat-posts{display:none;} |
| 1294 |
#wpforo-wrap .wpfl-3 .wpforo-topic-status{display:none;} |
| 1295 |
#wpforo-wrap .wpfl-2 .head-stat-posts{display:none;} |
| 1296 |
#wpforo-wrap .wpfl-2 .wpforo-topic-stat-posts{display:none;} |
| 1297 |
#wpforo-wrap .wpfl-2 .wpforo-topic-info{width:100%;} |
| 1298 |
#wpforo-wrap .wpforo-profile-wrap .profile-rating-bar-wrap .rating-bar-cell {font-size: 11px; line-height: 16px; min-width: 18px; } |
| 1299 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ width:99%} |
| 1300 |
#wpforo-wrap #wpforo-stat-body .wpf-stat-item{ border-left:none!important;} |
| 1301 |
} |
| 1302 |
|
| 1303 |
/***********************************/ |
| 1304 |
/********* NON-CORE COMPONENTS *****/ |
| 1305 |
/***********************************/ |
| 1306 |
|
| 1307 |
/* Emoji button */ |
| 1308 |
.mce-wpf-emoji-extra-wrap{height: auto !important;max-width: 250px!important;max-height: 250px!important;overflow: auto;} |
| 1309 |
#wpf-emoji-wrap.wpf-emoji-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 5px;} |
| 1310 |
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji{cursor: pointer;padding: 5px;} |
| 1311 |
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji > img{font-size: 20px;} |
| 1312 |
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji:hover{outline: 1px dotted black;} |
| 1313 |
#wpf-emoji-wrap.wpf-emoji-wrap > span.wpf-emoji:hover > img{filter: grayscale(100%);} |
| 1314 |
|
| 1315 |
/* Font size button */ |
| 1316 |
#wpforo-wrap .mce-toolbar #mceu_0.mce-listbox button {font-size: 12px; line-height: 18px; padding-right: 3px; padding-left: 0px; text-transform: lowercase; background: transparent; width: 34px;} |
| 1317 |
#wpforo-wrap .mce-toolbar .mce-btn-group #mceu_0.mce-btn.mce-listbox {background: transparent;} |
| 1318 |
#wpforo-wrap .mce-toolbar #mceu_0.mce-listbox button i{display:none;} |
| 1319 |
|
| 1320 |
/* reCAPTCHA */ |
| 1321 |
#wpforo-wrap #wpforo_recaptcha_widget{ -webkit-transform:scale(0.9); transform:scale(0.9); } |
| 1322 |
@media screen and (max-width:1000px){ #wpforo-wrap #wpforo_recaptcha_widget{ transform:scale(0.75);-webkit-transform:scale(0.75); }} |
| 1323 |
@media screen and (max-width:600px){ #wpforo-wrap #wpforo_recaptcha_widget{ transform:scale(0.65);-webkit-transform:scale(0.65); -webkit-transform-origin:right 0; transform-origin:right 0; }} |
| 1324 |
|
| 1325 |
#wpforo-wrap .wpf-extra-fields #wpforo_recaptcha_widget{ -webkit-transform:scale(0.85); transform:scale(0.85); -webkit-transform-origin:right 0; transform-origin:right 0; } |
| 1326 |
@media screen and (max-width:1000px){ #wpforo-wrap .wpf-extra-fields #wpforo_recaptcha_widget{ transform:scale(0.75);-webkit-transform:scale(0.75); transform-origin:right 0;-webkit-transform-origin:right 0; }} |
| 1327 |
@media screen and (max-width:420px){ #wpforo-wrap .wpf-extra-fields #wpforo_recaptcha_widget{ transform:scale(0.65);-webkit-transform:scale(0.65); transform-origin:right 0;-webkit-transform-origin:right 0; }} |
| 1328 |
|
| 1329 |
/* Font Awesome Fixes */ |
| 1330 |
#wpforo-wrap .fa-reply:before { content: "\f3e5" !important; } |
| 1331 |
#wpforo-wrap .fas.far{font-weight: normal;} |