| @@ -1,24 +1,74 @@ | ||
| 1 | -#wpf-admin-wrap .menu_edit{color: #a7a7a7;cursor: pointer;} | |
| 2 | -#wpf-admin-wrap .menu_edit:hover{color: #004eb7;cursor: pointer;} | |
| 3 | -#wpf-admin-wrap .menu_delete{color: #a7a7a7;cursor: pointer;} | |
| 4 | -#wpf-admin-wrap .menu_delete:hover{color: #eb3034;cursor: pointer;} | |
| 5 | -#wpf-admin-wrap .forum_width{width: 65%;} | |
| 6 | -#wpf-admin-wrap .forumtitle{font-size:14px;font-weight:bold;width: 52%;} | |
| 7 | -#wpf-admin-wrap .item-controls{font-size:13px;} | |
| 8 | -#wpf-admin-wrap .item-controls span a img{ vertical-align:middle;} | |
| 9 | -#wpf-admin-wrap .root_forum{text-decoration: none!important;color:#231f1f; } | |
| 10 | -#wpf-admin-wrap .forum_submit {margin: 0px 5px 10px 5px; min-width: 80px !important;} | |
| 11 | -#wpf-admin-wrap .wpf-delete.button, #wpf-admin-wrap .preview.button{display: inline-block !important;margin-bottom: 10px !important;} | |
| 12 | -#wpf-admin-wrap .item-controls{top: 10%!important;} | |
| 13 | -#forum_submit{width: 80px!important;} | |
| 14 | -#usergroup_table{width:98%;} | |
| 15 | -#use_us_cat{width: 1%!important;} | |
| 16 | -#wpf-admin-wrap .form-field textarea{width: 100% !important;} | |
| 17 | -#wpf-admin-wrap .option_box{ margin: 30px;padding: 30px; width: 30%;height: 20%;background: #e9e9eb;border: 1px dotted black;border-radius: 10px;float: left;overflow: auto;} | |
| 18 | -#wpf-admin-wrap .option_box label{margin: 0.5%;font-weight: bold;} | |
| 19 | -#wpf-admin-wrap .wpfadmin_notice{cursor: pointer;} | |
| 20 | -#wpf-admin-wrap .wp-color-result:after{white-space:nowrap;} | |
| 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 | + | |
| 21 | 71 | #wpf-admin-wrap .wpf-table-box-left{ width:30%; margin:0px; padding:10px; border:#CCCCCC 1px dotted; float:left; background:#FDFDFD; } |
| 22 | 72 | #wpf-admin-wrap .wpf-td-label{ font-weight:bold; font-size:13px; line-height:16px; } |
| 23 | 73 | #wpf-admin-wrap .wpf-td-label-left{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; } |
| 24 | 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; } |
| @@ -29,8 +79,9 @@ | ||
| 29 | 79 | #wpf-admin-wrap .wpf-dw-td-value-b{ vertical-align:bottom; text-align:left; } |
| 30 | 80 | #wpf-admin-wrap .wpf-dw-td-value-p{ vertical-align:top; text-align:left; padding:5px 1px; } |
| 31 | 81 | |
| 32 | 82 | |
| 83 | + | |
| 33 | 84 | /****************************************************/ |
| 34 | 85 | /************* Admin members bar ********************/ |
| 35 | 86 | /****************************************************/ |
| 36 | 87 | |
| @@ -101,21 +152,23 @@ | ||
| 101 | 152 | /* Forums *****************/ |
| 102 | 153 | /**************************/ |
| 103 | 154 | #wpf-admin-wrap .menu-item-bar > .forum_width{ background: #F6F6F6; border-left: 1px dotted #666666; border-right: 1px dotted #666666} |
| 104 | 155 | #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted white; padding-left: 22px} |
| 105 | -#wpf-admin-wrap .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted #666666; padding-left: 22px; font-size:16px;} | |
| 156 | +#wpf-admin-wrap .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted #666666; padding-left: 22px} | |
| 106 | 157 | #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width{ background: #43A6DF; color: white} |
| 107 | 158 | #wpf-admin-wrap .menu-item-bar > .forum_width:hover{ border: 1px solid #666666} |
| 108 | -#wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width a{ color: white; font-size:16px; padding:0px 2px; border-radius:10%;} | |
| 109 | -#wpf-admin-wrap .menu-item-bar > .forum_width .wpforo-cat-layout { font-size:12px;} | |
| 110 | -/* #wpf-admin-wrap .menu-item-bar > .forum_width .menu_edit a:hover{ color:#FF8A18; background:#fff;} #wpf-admin-wrap .menu-item-bar > .forum_width .menu_delete a:hover{ color: red; background:#fff;} #wpf-admin-wrap .menu-item-bar > .forum_width .menu_view a:hover{ color:#4278F7; background:#fff;} #wpf-admin-wrap .menu-item-bar > .forum_width .menu_add a:hover{ color:#129E15; background:#fff;} */ | |
| 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%} | |
| 111 | 164 | #wpf-admin-wrap .inside .main .wpforo-dashboard-logo{ width:220px; height:auto;} |
| 112 | 165 | #wpf-admin-wrap .vert_tab{ display: block; margin: 1px 0px 0px 0px;} |
| 113 | 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;} |
| 114 | 167 | #wpf-admin-wrap .nav-tab.vert_tab{ border-bottom: 1px solid #ccc} |
| 115 | 168 | #wpf-admin-wrap .nav-tab-wrapper.vert_tab > a:first-child{ margin-top: 0} |
| 116 | -#wpf-admin-wrap .nav-tab-active.vert_tab{ border-bottom-color: #ccc !important; border-right-color:#fff;} | |
| 117 | -#wpf-admin-wrap .plugins-tab-wrap{ width: 83%; min-height: 700px; border: 1px solid #cccccc; display: inline-block; margin-left: -1px; padding: 5px 25px; box-sizing: border-box; float: left} | |
| 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} | |
| 118 | 171 | #wpf-admin-wrap .nav-tab-wrapper > a.nav-tab:last-child{ float: right} |
| 119 | 172 | #wpf-admin-wrap .nav-tab-wrapper > a.nav-tab.vert_tab{ float: none !important} |
| 120 | 173 | #wpf-admin-wrap .nav-tab-wrapper > a.nav-tab.vert_tab:last-child{ float: none !important} |
| 121 | 174 | |
| @@ -136,9 +189,9 @@ | ||
| 136 | 189 | #wpf-admin-wrap .wpf-info{ color:#777; font-size:13px; font-style:italic; font-weight:400; line-height:18px; margin:0px;} |
| 137 | 190 | |
| 138 | 191 | .wpforo_settings_table{ width:100%; padding:0px; margin:2px; border-spacing: 0; border-collapse: collapse;} |
| 139 | 192 | .wpforo_settings_table th, .wpforo_settings_table td { padding:8px 10px; text-align:left; vertical-align:top; } |
| 140 | -.wpforo_settings_table th{ font-weight:bold; font-size:14px; width:42%; } | |
| 193 | +.wpforo_settings_table th{ font-weight:bold; font-size:14px; width:40%; } | |
| 141 | 194 | .wpforo_settings_table tr:nth-child(odd) { background: #f5f5f5; } |
| 142 | 195 | .wpforo_settings_table tr:nth-child(even) { background: #FFFFFF; } |
| 143 | 196 | .wpforo_settings_table input[type="text"], |
| 144 | 197 | .wpforo_settings_table input[type="password"], |
| @@ -150,9 +203,9 @@ | ||
| 150 | 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; } |
| 151 | 204 | |
| 152 | 205 | .wpf-switch-field input { display: none;} |
| 153 | 206 | .wpf-switch-field label {float: left;} |
| 154 | -.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;} | |
| 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;} | |
| 155 | 208 | .wpf-switch-field label:hover {cursor: pointer;} |
| 156 | 209 | .wpf-switch-field input:checked + label {background-color: #43A6DF; -webkit-box-shadow: none; box-shadow: none; color:#fff;} /* #66DD8D */ |
| 157 | 210 | /* .wpf-switch-field input:last-of-type:checked + label {background-color:#F77059; -webkit-box-shadow: none; box-shadow: none;} */ |
| 158 | 211 | .wpf-switch-field label:first-of-type {border-radius: 4px 0 0 4px;} |
| @@ -180,18 +233,14 @@ | ||
| 180 | 233 | /**************************/ |
| 181 | 234 | /* SETTINGS > STYLES ******/ |
| 182 | 235 | /**************************/ |
| 183 | 236 | |
| 184 | -.wpforo-style-color-wrapper{ width:130px; float:left; } | |
| 185 | -.wpforo-style-field{ height:29px;} | |
| 186 | -.wpforo-style-field input{} | |
| 187 | -.wp-picker-container input.wp-color-picker[type="text"]{ vertical-align:top; } | |
| 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; } | |
| 188 | 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; } |
| 189 | -#wpf-admin-wrap .iris-picker{ | |
| 190 | - z-index: 1; | |
| 191 | - position: absolute; | |
| 192 | -} | |
| 193 | 241 | |
| 242 | + | |
| 194 | 243 | /**************************/ |
| 195 | 244 | /* THEMES *****************/ |
| 196 | 245 | /**************************/ |
| 197 | 246 | |
| @@ -205,36 +254,4 @@ | ||
| 205 | 254 | .wpforo-themes .wpf-layout-info a{ text-decoration:none; font-weight:normal; } |
| 206 | 255 | .wpforo-themes .wpf-theme-actions{ display:block; clear:both; margin-top:10px; text-align:right; box-sizing:border-box; padding:2px 20px; } |
| 207 | 256 | .wpforo-themes .wpf-theme-actions .wpf-action{ } |
| 208 | 257 | |
| 209 | -/**************************/ | |
| 210 | -/* ADDONS *****************/ | |
| 211 | -/**************************/ | |
| 212 | - #menu-comments ul > li:nth-child(3) a{ color:#25ACEA!important; text-shadow: 1px 1px 1px #000; } | |
| 213 | -.wpforo-addons .wpforo-addons-wrapper {box-sizing: border-box;} | |
| 214 | -.wpforo-addons .wpforo-addon-block {width: 330px; padding-top:10px; height:auto; float: left; margin-right: 1%; margin-bottom: 20px; background: #fff; border: 2px solid #e5e5e5; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);} | |
| 215 | -.wpforo-addons .wpforo-addon-block .addon-thumb {float:none; width: 310px; padding:10px; margin-top:2px; height:180px;} | |
| 216 | -.wpforo-addons .wpforo-addon-block .addon-info {display:block; margin:0px; background:#43A6DF; padding:10px 15px; border:3px solid #fff; border-top:none; margin-top:10px;} | |
| 217 | -.wpforo-addons .wpforo-addon-block .addon-title { font-size:16px; font-weight:bold; color:#FFFFFF; margin:0px; line-height:18px; display:inline-block; text-decoration:none;} | |
| 218 | -.wpforo-addons .wpforo-addon-block .addon-title:hover { color:#E5F6FF;} | |
| 219 | -.wpforo-addons .wpforo-addon-block .addon-desc { font-size:13px; color:#FFFFFF; margin:0px; line-height:18px; margin:0px; padding:10px 0px 0px 0px; font-style:italic;} | |
| 220 | -.wpforo-addons .wpforo-addon-block .addon-isactive {margin: 0px; padding:10px; background:#e5e5e5; text-align:center;} | |
| 221 | -.wpforo-addons .wpforo-addon-block .addon-button{ margin-bottom:10px;} | |
| 222 | -.wpforo-addons .wpforo-addon-block .note-installed { padding:10px 20px; background:#fff; border: 1px solid #ddd; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04); color:#2396D3; font-size:14px; margin-top:20px; } | |
| 223 | - | |
| 224 | -/**************************/ | |
| 225 | -/* TOOLS ******************/ | |
| 226 | -/**************************/ | |
| 227 | -#wpf-admin-wrap .wpf-tool-box { border:1px solid #ddd; min-height:350px; float:left; margin-right:1%; margin-bottom:10px; padding:10px 10px 20px 10px; box-sizing:border-box; width:100%;} | |
| 228 | -#wpf-admin-wrap .wpf-tool-box h3{ margin:0px; font-weight:normal; border-bottom:1px dotted #ccc; padding-bottom:5px;} | |
| 229 | -#wpf-admin-wrap .wpf-tool-box th{ padding:5px 5px 5px 5px; font-size:13px; text-align:left; font-weight:400; line-height:16px; border-bottom:1px solid #EDEDED;} | |
| 230 | -#wpf-admin-wrap .wpf-tool-box td{ padding:5px 5px 5px 5px; border-bottom:1px solid #EDEDED;} | |
| 231 | -#wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:52%; min-width:500px;max-height:300px; overflow-y:auto; } | |
| 232 | -#wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:45%; min-width:300px;} | |
| 233 | -#wpf-admin-wrap .wpf-tool-box.wpf-spam-attach .wpf-spam-attach-dir{ color:#4742C5; display:block; text-align:right; } | |
| 234 | -#wpf-admin-wrap .wpf-tool-box tr:nth-child(even){ background:#EDEDED;} | |
| 235 | -#wpf-admin-wrap .wpf-tool-box .wpf-spam-item{} | |
| 236 | -#wpf-admin-wrap .wpf-tool-box .wpf-actions{} | |
| 237 | -@media screen and (max-width:1250px) { | |
| 238 | - #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.left-box { width:100%; min-width:100%; min-height:none; max-height:none!important;} | |
| 239 | - #wpf-admin-wrap .wpf-tool-box.wpf-spam-attach.right-box { width:100%; min-width:100%; min-height:none; max-height:none!important;} | |
| 240 | -} | |