| 1 |
#wpf-admin-wrap .menu_edit{ |
| 2 |
color: #a7a7a7; |
| 3 |
cursor: pointer; |
| 4 |
} |
| 5 |
#wpf-admin-wrap .menu_edit:hover{ |
| 6 |
color: #004eb7; |
| 7 |
cursor: pointer; |
| 8 |
} |
| 9 |
|
| 10 |
#wpf-admin-wrap .menu_delete{ |
| 11 |
color: #a7a7a7; |
| 12 |
cursor: pointer; |
| 13 |
} |
| 14 |
#wpf-admin-wrap .menu_delete:hover{ |
| 15 |
color: #eb3034; |
| 16 |
cursor: pointer; |
| 17 |
} |
| 18 |
#wpf-admin-wrap .forum_width{ |
| 19 |
width: 65%; |
| 20 |
} |
| 21 |
#wpf-admin-wrap .forumtitle{ |
| 22 |
font-size:14px; |
| 23 |
font-weight:bold; |
| 24 |
width: 52%; |
| 25 |
} |
| 26 |
#wpf-admin-wrap .item-controls{ |
| 27 |
font-size:13px; |
| 28 |
} |
| 29 |
#wpf-admin-wrap .root_forum{ |
| 30 |
text-decoration: none!important; |
| 31 |
color:#231f1f; |
| 32 |
} |
| 33 |
#wpf-admin-wrap .forum_submit{ |
| 34 |
width: 80px!important; |
| 35 |
} |
| 36 |
#wpf-admin-wrap .item-controls{ |
| 37 |
top: 10%!important; |
| 38 |
} |
| 39 |
#forum_submit{ |
| 40 |
width: 80px!important; |
| 41 |
} |
| 42 |
#usergroup_table{ |
| 43 |
width:98%; |
| 44 |
} |
| 45 |
#use_us_cat{ |
| 46 |
width: 1%!important; |
| 47 |
} |
| 48 |
#wpf-admin-wrap .form-field textarea{ |
| 49 |
width: 100% !important; |
| 50 |
} |
| 51 |
#wpf-admin-wrap .option_box{ |
| 52 |
margin: 30px; |
| 53 |
padding: 30px; |
| 54 |
width: 30%; |
| 55 |
height: 20%; |
| 56 |
background: #e9e9eb; |
| 57 |
border: 1px dotted black; |
| 58 |
border-radius: 10px; |
| 59 |
float: left; |
| 60 |
overflow: auto; |
| 61 |
} |
| 62 |
|
| 63 |
#wpf-admin-wrap .option_box label{ |
| 64 |
margin: 0.5%; |
| 65 |
font-weight: bold; |
| 66 |
} |
| 67 |
#wpf-admin-wrap .wpfadmin_notice{ |
| 68 |
cursor: pointer; |
| 69 |
} |
| 70 |
|
| 71 |
#wpf-admin-wrap .wpf-table-box-left{ width:30%; margin:0px; padding:10px; border:#CCCCCC 1px dotted; float:left; background:#FDFDFD; } |
| 72 |
#wpf-admin-wrap .wpf-td-label{ font-weight:bold; font-size:13px; line-height:16px; } |
| 73 |
#wpf-admin-wrap .wpf-td-label-left{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; } |
| 74 |
#wpf-admin-wrap .wpf-td-label-left-p{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; padding:5px 1px; } |
| 75 |
#wpf-admin-wrap .wpf-dw-td{ vertical-align:top; text-align:left; width:40%; font-weight:bold;line-height: 2.1em; } |
| 76 |
#wpf-admin-wrap .wpf-dw-td-nowrap{ vertical-align:top; text-align:left; font-weight:bold; white-space:nowrap; line-height: 2.1em; } |
| 77 |
#wpf-admin-wrap .wpf-dw-td-value{ vertical-align:top; text-align:left;line-height: 2.1em; } |
| 78 |
#wpf-admin-wrap .wpf-dw-td-g{ width:50%; text-align:right; vertical-align:top; padding-right:10px; font-weight:bold; } |
| 79 |
#wpf-admin-wrap .wpf-dw-td-value-b{ vertical-align:bottom; text-align:left; } |
| 80 |
#wpf-admin-wrap .wpf-dw-td-value-p{ vertical-align:top; text-align:left; padding:5px 1px; } |
| 81 |
|
| 82 |
|
| 83 |
|
| 84 |
/****************************************************/ |
| 85 |
/************* Admin members bar ********************/ |
| 86 |
/****************************************************/ |
| 87 |
|
| 88 |
.author-rating { |
| 89 |
height: 8px; |
| 90 |
border: 1px solid #E0E0E0; |
| 91 |
background: #F5F5F5; |
| 92 |
width: 90px; |
| 93 |
margin: 15px auto 2px 0px; |
| 94 |
padding: 0px; |
| 95 |
} |
| 96 |
.author-rating .bar{ height:8px; } |
| 97 |
|
| 98 |
.wpfw-0 { width:0%; } |
| 99 |
.wpfw-10{ width:10%; } |
| 100 |
.wpfw-20{ width:20%; } |
| 101 |
.wpfw-30{ width:30%; } |
| 102 |
.wpfw-40{ width:40%; } |
| 103 |
.wpfw-50{ width:50%; } |
| 104 |
.wpfw-60{ width:60%; } |
| 105 |
.wpfw-70{ width:70%; } |
| 106 |
.wpfw-80{ width:80%; } |
| 107 |
.wpfw-90{ width:90%; } |
| 108 |
.wpfw-100{ width:100%; } |
| 109 |
|
| 110 |
.wpfcl-a{ color:#68A3C1!important; } /* Blue Dark */ |
| 111 |
.wpfbg-a{ background-color:#68A3C1!important; } |
| 112 |
.wpfcl-b{ color:#43A6DF!important; } /* Blue Dark */ |
| 113 |
.wpfbg-b{ background-color:#43A6DF!important; } |
| 114 |
.wpfcl-0{ color:#999999!important; } /* Grey */ |
| 115 |
.wpfbg-0{ background-color:#999999!important; } |
| 116 |
.wpfcl-1{ color:#555555!important; } /* Grey - Black */ |
| 117 |
.wpfbg-1{ background-color:#555555!important; } |
| 118 |
.wpfcl-2{ color:#777777!important; } /* Grey */ |
| 119 |
.wpfbg-2{ background-color:#777777!important; } |
| 120 |
.wpfcl-3{ color:#ffffff!important; } /* White */ |
| 121 |
.wpfbg-3{ background-color:#ffffff!important; } |
| 122 |
.wpfcl-4{ color:#72CCFC!important;} /* Blue Light */ |
| 123 |
.wpfbg-4{ background-color:#72CCFC!important; } |
| 124 |
.wpfcl-5{ color:#FF812D!important; } /* Orange */ |
| 125 |
.wpfbg-5{ background-color:#FF812D!important; } |
| 126 |
.wpfcl-6{ color:#0099CC!important; } /* Blue */ |
| 127 |
.wpfbg-6{ background-color:#0099CC!important; } |
| 128 |
.wpfcl-7{ color:#E6E6E6!important; } /* Grey */ |
| 129 |
.wpfbg-7{ background-color:#E6E6E6!important; } |
| 130 |
.wpfcl-8{ color:#4DCA5C!important; } /* Green */ |
| 131 |
.wpfbg-8{ background-color:#4DCA5C!important; } |
| 132 |
.wpfcl-9{ color:#f5f5f5!important; } /* Grey */ |
| 133 |
.wpfbg-9{ background-color:#f5f5f5!important; } |
| 134 |
|
| 135 |
|
| 136 |
|
| 137 |
/**************************/ |
| 138 |
/* Global *****************/ |
| 139 |
/**************************/ |
| 140 |
|
| 141 |
#wpf-admin-wrap{ margin-top:0px; } |
| 142 |
#wpf-admin-wrap .wpf-delete{ color:#aa0000;} |
| 143 |
#wpf-admin-wrap .wpf-delete:hover{ color:#ff0000;} |
| 144 |
.wpforo-themes .wpf-delete{ color:#aa0000;} |
| 145 |
.wpforo-themes .wpf-delete:hover{ color:#ff0000;} |
| 146 |
#wpf-admin-wrap .show-settings { border:none; text-decoration:none; overflow:hidden; outline:none; } |
| 147 |
#wpf-admin-wrap .wpforo-search-box{ display:block; margin:15px 0px 5px 0px; text-align:right; } |
| 148 |
#wpf-admin-wrap .wpf-red{ color:#D74245; } |
| 149 |
#wpf-admin-wrap .wpf-green{ color:#42B720; } |
| 150 |
|
| 151 |
/**************************/ |
| 152 |
/* Forums *****************/ |
| 153 |
/**************************/ |
| 154 |
#wpf-admin-wrap .menu-item-bar > .forum_width{ background: #F6F6F6; border-left: 1px dotted #666666; border-right: 1px dotted #666666} |
| 155 |
#wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted white; padding-left: 22px} |
| 156 |
#wpf-admin-wrap .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted #666666; padding-left: 22px} |
| 157 |
#wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width{ background: #43A6DF; color: white} |
| 158 |
#wpf-admin-wrap .menu-item-bar > .forum_width:hover{ border: 1px solid #666666} |
| 159 |
#wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width a{ color: white} |
| 160 |
#wpf-admin-wrap .menu-item-bar > .forum_width .menu_edit a:hover{ color: rgb(175, 116, 7); background-color: #F6F6F6;} |
| 161 |
#wpf-admin-wrap .menu-item-bar > .forum_width .menu_delete a:hover{ color: red; background-color: #F6F6F6;} |
| 162 |
#wpf-admin-wrap .menu-item-bar > .forum_width .menu_view a:hover{ color: green; background-color: #F6F6F6;} |
| 163 |
#wpf-admin-wrap .menu-item-bar > .forum_width .wpforo-cat-layout{ position: absolute; right: 192px; top: 10%} |
| 164 |
#wpf-admin-wrap .inside .main .wpforo-dashboard-logo{ width:220px; height:auto;} |
| 165 |
#wpf-admin-wrap .vert_tab{ display: block; margin: 1px 0px 0px 0px;} |
| 166 |
#wpf-admin-wrap .nav-tab-wrapper.vert_tab{ display: inline-block; width: 17%; border: none; vertical-align: top; margin: 0 !important; padding: 0 !important; float: left; position:relative; z-index:9;} |
| 167 |
#wpf-admin-wrap .nav-tab.vert_tab{ border-bottom: 1px solid #ccc} |
| 168 |
#wpf-admin-wrap .nav-tab-wrapper.vert_tab > a:first-child{ margin-top: 0} |
| 169 |
#wpf-admin-wrap .nav-tab-active.vert_tab{ border-bottom-color: #ccc !important; border-right-color: ghostwhite; background-color: ghostwhite !important} |
| 170 |
#wpf-admin-wrap .plugins-tab-wrap{ width: 83%; min-height: 700px; border: 1px solid #cccccc; background: ghostwhite; display: inline-block; margin-left: -1px; padding: 5px 25px; box-sizing: border-box; float: left} |
| 171 |
#wpf-admin-wrap .nav-tab-wrapper > a.nav-tab:last-child{ float: right} |
| 172 |
#wpf-admin-wrap .nav-tab-wrapper > a.nav-tab.vert_tab{ float: none !important} |
| 173 |
#wpf-admin-wrap .nav-tab-wrapper > a.nav-tab.vert_tab:last-child{ float: none !important} |
| 174 |
|
| 175 |
|
| 176 |
/**************************/ |
| 177 |
/* SETTINGS ***************/ |
| 178 |
/**************************/ |
| 179 |
|
| 180 |
#wpf-admin-wrap .nav-tab{ padding: 7px 12px; } |
| 181 |
#wpf-admin-wrap .nav-tab-active, |
| 182 |
#wpf-admin-wrap .nav-tab-active:hover{ background-color:#FFFFFF; border-bottom-color:#FFFFFF; } |
| 183 |
#wpf-admin-wrap .wpf-info-bar { background: none repeat scroll 0 0 #fff; border: 1px solid #e5e5e5; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); font-size: 13px; line-height: 2.1em; margin:0px; overflow: auto; padding: 10px 15px 15px 15px; position: relative; border-top:none; } |
| 184 |
#wpf-admin-wrap .major-publishing-actions{ margin-top:20px; } |
| 185 |
#wpf-admin-wrap .wpf-label-big{ font-size:16px; display:table; margin-bottom:5px; } |
| 186 |
#wpf-admin-wrap .wpf-field-small{ width:25% } |
| 187 |
#wpf-admin-wrap .wpf-field-medium{ width:50% } |
| 188 |
#wpf-admin-wrap .wpf-field-full{ width:100% } |
| 189 |
#wpf-admin-wrap .wpf-info{ color:#777; font-size:13px; font-style:italic; font-weight:400; line-height:18px; margin:0px;} |
| 190 |
|
| 191 |
.wpforo_settings_table{ width:100%; padding:0px; margin:2px; border-spacing: 0; border-collapse: collapse;} |
| 192 |
.wpforo_settings_table th, .wpforo_settings_table td { padding:8px 10px; text-align:left; vertical-align:top; } |
| 193 |
.wpforo_settings_table th{ font-weight:bold; font-size:14px; width:40%; } |
| 194 |
.wpforo_settings_table tr:nth-child(odd) { background: #f5f5f5; } |
| 195 |
.wpforo_settings_table tr:nth-child(even) { background: #FFFFFF; } |
| 196 |
.wpforo_settings_table input[type="text"], |
| 197 |
.wpforo_settings_table input[type="password"], |
| 198 |
.wpforo_settings_table input[type="email"], |
| 199 |
.wpforo_settings_table input[type="url"], |
| 200 |
.wpforo_settings_table textarea{ padding:5px 10px; width:70%; } |
| 201 |
.wpforo_settings_table select{ min-width:150px;} |
| 202 |
.wpforo_settings_table input[type="number"]{ padding:1px 2px 1px 10px; width:30%; } |
| 203 |
.wpforo_settings_foot{ clear:both; width:100%; text-align:right; padding:15px 0px 5px 0px; margin:0px 0px 0px 0px; border-top:#f8f8f8 solid 3px; } |
| 204 |
|
| 205 |
.wpf-switch-field input { display: none;} |
| 206 |
.wpf-switch-field label {float: left;} |
| 207 |
.wpf-switch-field label {display: inline-block; line-height: 20px; width:80px; background-color: #e4e4e4;color:#333;font-size: 13px;font-weight: normal;text-align: center;text-shadow: none;padding: 2px 6px;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;-ms-transition: all 0.1s ease-in-out;-o-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;} |
| 208 |
.wpf-switch-field label:hover {cursor: pointer;} |
| 209 |
.wpf-switch-field input:checked + label {background-color: #43A6DF; -webkit-box-shadow: none; box-shadow: none; color:#fff;} /* #66DD8D */ |
| 210 |
/* .wpf-switch-field input:last-of-type:checked + label {background-color:#F77059; -webkit-box-shadow: none; box-shadow: none;} */ |
| 211 |
.wpf-switch-field label:first-of-type {border-radius: 4px 0 0 4px;} |
| 212 |
.wpf-switch-field label:last-of-type {border-radius: 0 4px 4px 0;} |
| 213 |
|
| 214 |
/**************************/ |
| 215 |
/* SETTINGS > GENERAL *****/ |
| 216 |
/**************************/ |
| 217 |
|
| 218 |
|
| 219 |
/**************************/ |
| 220 |
/* SETTINGS > MEMBERS *****/ |
| 221 |
/**************************/ |
| 222 |
|
| 223 |
#wpf-rating-table{ width:100%; font-size:12px; } |
| 224 |
#wpf-rating-table input{ font-size:12px; height: 24px; width:100%; } |
| 225 |
#wpf-rating-table i{} |
| 226 |
#wpf-rating-table h4{ margin:0px; padding:0px; font-size:14px; font-weight:bold; white-space:nowrap; } |
| 227 |
#wpf-rating-table .wpf-badge-short{ color:#FFFFFF; white-space:nowrap; font-size:15px; line-height:22px; font-weight:bold; text-align:center; display:inline-block; padding:2px 10px; min-width:30px;} |
| 228 |
#wpf-rating-table .wpf-badge-full{ color:#FFFFFF; white-space:nowrap; font-size:15px; line-height:16px; font-weight:bold; text-align:center; display:inline-block; padding:2px 8px; min-width:30px;} |
| 229 |
#wpf-rating-table .wpf-badge-full.wpf-badge-level-6, #wpf-rating-table .wpf-badge-full.wpf-badge-level-7, #wpf-rating-table .wpf-badge-full.wpf-badge-level-8 { font-size:18px!important; } |
| 230 |
#wpf-rating-table .wpf-badge-full.wpf-badge-level-9, #wpf-rating-table .wpf-badge-full.wpf-badge-level-10 { font-size:22px!important; } |
| 231 |
|
| 232 |
#wpf-rating-table th{ text-transform:uppercase; font-size:12px;} |
| 233 |
/**************************/ |
| 234 |
/* SETTINGS > STYLES ******/ |
| 235 |
/**************************/ |
| 236 |
|
| 237 |
.wpforo-style-color-wrapper{ width:150px; float:left; } |
| 238 |
.wpforo-style-field{ display:block; float:left; width:100px; height:23px; margin-right:10px; text-align:center; font-size:14px; } |
| 239 |
.wpforo-style-field input{ width:100%; border: none; padding: 0; cursor:pointer; } |
| 240 |
.wpforo-style-color{ display:block; color:#333333; font-weight:bold; text-align:center; float:left; width:23px; padding:0px 5px; margin-right:5px; border:#CCCCCC 1px solid; text-align:center; } |
| 241 |
|
| 242 |
|
| 243 |
/**************************/ |
| 244 |
/* THEMES *****************/ |
| 245 |
/**************************/ |
| 246 |
|
| 247 |
.wpforo-themes .wpf-div-table{ display:table!important; border: 1px solid #e5e5e5; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background:#FFFFFF; width:100%; padding:0px 10px 10px 10px; margin-top:30px; box-sizing:border-box;} |
| 248 |
.wpforo-themes .wpf-div-tr{ display:table-row; } |
| 249 |
.wpforo-themes .wpf-div-td{ display:table-cell; vertical-align:top; padding:15px 10px 10px 15px; } |
| 250 |
.wpforo-themes .wpf-theme-screenshot{ width:250px; height:180px; border:3px solid #ddd; float:left; } |
| 251 |
.wpforo-themes .wpf-theme-info{ margin-left:270px; min-height:185px; } |
| 252 |
.wpforo-themes .wpf-theme-info p{ margin:1px;} |
| 253 |
.wpforo-themes .wpf-layout-info p{ margin:1px;} |
| 254 |
.wpforo-themes .wpf-layout-info a{ text-decoration:none; font-weight:normal; } |
| 255 |
.wpforo-themes .wpf-theme-actions{ display:block; clear:both; margin-top:10px; text-align:right; box-sizing:border-box; padding:2px 20px; } |
| 256 |
.wpforo-themes .wpf-theme-actions .wpf-action{ } |
| 257 |
|
| 258 |
|