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

admin.css in wpForo Forum 1.0.1, at wpf-admin/css/admin.css

210 lines 12.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 .root_forum{text-decoration: none!important;color:#231f1f; }
9 #wpf-admin-wrap .forum_submit {margin: 0px 5px 10px 5px; min-width: 80px !important;}
10 #wpf-admin-wrap .wpf-delete.button, #wpf-admin-wrap .preview.button{display: inline-block !important;margin-bottom: 10px !important;}
11 #wpf-admin-wrap .item-controls{top: 10%!important;}
12 #forum_submit{width: 80px!important;}
13 #usergroup_table{width:98%;}
14 #use_us_cat{width: 1%!important;}
15 #wpf-admin-wrap .form-field textarea{width: 100% !important;}
16 #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;}
17 #wpf-admin-wrap .option_box label{margin: 0.5%;font-weight: bold;}
18 #wpf-admin-wrap .wpfadmin_notice{cursor: pointer;}
19 #wpf-admin-wrap .wp-color-result:after{white-space:nowrap;}
20 #wpf-admin-wrap .wpf-table-box-left{ width:30%; margin:0px; padding:10px; border:#CCCCCC 1px dotted; float:left; background:#FDFDFD; }
21 #wpf-admin-wrap .wpf-td-label{ font-weight:bold; font-size:13px; line-height:16px; }
22 #wpf-admin-wrap .wpf-td-label-left{ font-weight:bold; font-size:13px; line-height:16px; text-align:left; vertical-align:top; }
23 #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; }
24 #wpf-admin-wrap .wpf-dw-td{ vertical-align:top; text-align:left; width:40%; font-weight:bold;line-height: 2.1em; }
25 #wpf-admin-wrap .wpf-dw-td-nowrap{ vertical-align:top; text-align:left; font-weight:bold; white-space:nowrap; line-height: 2.1em; }
26 #wpf-admin-wrap .wpf-dw-td-value{ vertical-align:top; text-align:left;line-height: 2.1em; }
27 #wpf-admin-wrap .wpf-dw-td-g{ width:50%; text-align:right; vertical-align:top; padding-right:10px; font-weight:bold; }
28 #wpf-admin-wrap .wpf-dw-td-value-b{ vertical-align:bottom; text-align:left; }
29 #wpf-admin-wrap .wpf-dw-td-value-p{ vertical-align:top; text-align:left; padding:5px 1px; }
30
31
32 /****************************************************/
33 /************* Admin members bar ********************/
34 /****************************************************/
35
36 .author-rating {
37 height: 8px;
38 border: 1px solid #E0E0E0;
39 background: #F5F5F5;
40 width: 90px;
41 margin: 15px auto 2px 0px;
42 padding: 0px;
43 }
44 .author-rating .bar{ height:8px; }
45
46 .wpfw-0 { width:0%; }
47 .wpfw-10{ width:10%; }
48 .wpfw-20{ width:20%; }
49 .wpfw-30{ width:30%; }
50 .wpfw-40{ width:40%; }
51 .wpfw-50{ width:50%; }
52 .wpfw-60{ width:60%; }
53 .wpfw-70{ width:70%; }
54 .wpfw-80{ width:80%; }
55 .wpfw-90{ width:90%; }
56 .wpfw-100{ width:100%; }
57
58 .wpfcl-a{ color:#68A3C1!important; } /* Blue Dark */
59 .wpfbg-a{ background-color:#68A3C1!important; }
60 .wpfcl-b{ color:#43A6DF!important; } /* Blue Dark */
61 .wpfbg-b{ background-color:#43A6DF!important; }
62 .wpfcl-0{ color:#999999!important; } /* Grey */
63 .wpfbg-0{ background-color:#999999!important; }
64 .wpfcl-1{ color:#555555!important; } /* Grey - Black */
65 .wpfbg-1{ background-color:#555555!important; }
66 .wpfcl-2{ color:#777777!important; } /* Grey */
67 .wpfbg-2{ background-color:#777777!important; }
68 .wpfcl-3{ color:#ffffff!important; } /* White */
69 .wpfbg-3{ background-color:#ffffff!important; }
70 .wpfcl-4{ color:#72CCFC!important;} /* Blue Light */
71 .wpfbg-4{ background-color:#72CCFC!important; }
72 .wpfcl-5{ color:#FF812D!important; } /* Orange */
73 .wpfbg-5{ background-color:#FF812D!important; }
74 .wpfcl-6{ color:#0099CC!important; } /* Blue */
75 .wpfbg-6{ background-color:#0099CC!important; }
76 .wpfcl-7{ color:#E6E6E6!important; } /* Grey */
77 .wpfbg-7{ background-color:#E6E6E6!important; }
78 .wpfcl-8{ color:#4DCA5C!important; } /* Green */
79 .wpfbg-8{ background-color:#4DCA5C!important; }
80 .wpfcl-9{ color:#f5f5f5!important; } /* Grey */
81 .wpfbg-9{ background-color:#f5f5f5!important; }
82
83
84
85 /**************************/
86 /* Global *****************/
87 /**************************/
88
89 #wpf-admin-wrap{ margin-top:0px; }
90 #wpf-admin-wrap .wpf-delete{ color:#aa0000;}
91 #wpf-admin-wrap .wpf-delete:hover{ color:#ff0000;}
92 .wpforo-themes .wpf-delete{ color:#aa0000;}
93 .wpforo-themes .wpf-delete:hover{ color:#ff0000;}
94 #wpf-admin-wrap .show-settings { border:none; text-decoration:none; overflow:hidden; outline:none; }
95 #wpf-admin-wrap .wpforo-search-box{ display:block; margin:15px 0px 5px 0px; text-align:right; }
96 #wpf-admin-wrap .wpf-red{ color:#D74245; }
97 #wpf-admin-wrap .wpf-green{ color:#42B720; }
98
99 /**************************/
100 /* Forums *****************/
101 /**************************/
102 #wpf-admin-wrap .menu-item-bar > .forum_width{ background: #F6F6F6; border-left: 1px dotted #666666; border-right: 1px dotted #666666}
103 #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted white; padding-left: 22px}
104 #wpf-admin-wrap .menu-item-bar > .forum_width .item-controls{ border-left: 1px dotted #666666; padding-left: 22px; font-size:16px;}
105 #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width{ background: #43A6DF; color: white}
106 #wpf-admin-wrap .menu-item-bar > .forum_width:hover{ border: 1px solid #666666}
107 #wpf-admin-wrap .menu-item-depth-0 > .menu-item-bar > .forum_width a{ color: white; font-size:16px;}
108 #wpf-admin-wrap .menu-item-bar > .forum_width .wpforo-cat-layout { font-size:12px;}
109 #wpf-admin-wrap .menu-item-bar > .forum_width .menu_edit a:hover{ color:#0D7A05; background-color: #F6F6F6;}
110 #wpf-admin-wrap .menu-item-bar > .forum_width .menu_delete a:hover{ color: red; background-color: #F6F6F6;}
111 #wpf-admin-wrap .menu-item-bar > .forum_width .menu_view a:hover{ color: green; background-color: #F6F6F6;}
112 #wpf-admin-wrap .inside .main .wpforo-dashboard-logo{ width:220px; height:auto;}
113 #wpf-admin-wrap .vert_tab{ display: block; margin: 1px 0px 0px 0px;}
114 #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;}
115 #wpf-admin-wrap .nav-tab.vert_tab{ border-bottom: 1px solid #ccc}
116 #wpf-admin-wrap .nav-tab-wrapper.vert_tab > a:first-child{ margin-top: 0}
117 #wpf-admin-wrap .nav-tab-active.vert_tab{ border-bottom-color: #ccc !important; border-right-color:#fff;}
118 #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}
119 #wpf-admin-wrap .nav-tab-wrapper > a.nav-tab:last-child{ float: right}
120 #wpf-admin-wrap .nav-tab-wrapper > a.nav-tab.vert_tab{ float: none !important}
121 #wpf-admin-wrap .nav-tab-wrapper > a.nav-tab.vert_tab:last-child{ float: none !important}
122
123
124 /**************************/
125 /* SETTINGS ***************/
126 /**************************/
127
128 #wpf-admin-wrap .nav-tab{ padding: 7px 12px; }
129 #wpf-admin-wrap .nav-tab-active,
130 #wpf-admin-wrap .nav-tab-active:hover{ background-color:#FFFFFF; border-bottom-color:#FFFFFF; }
131 #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; }
132 #wpf-admin-wrap .major-publishing-actions{ margin-top:20px; }
133 #wpf-admin-wrap .wpf-label-big{ font-size:16px; display:table; margin-bottom:5px; }
134 #wpf-admin-wrap .wpf-field-small{ width:25% }
135 #wpf-admin-wrap .wpf-field-medium{ width:50% }
136 #wpf-admin-wrap .wpf-field-full{ width:100% }
137 #wpf-admin-wrap .wpf-info{ color:#777; font-size:13px; font-style:italic; font-weight:400; line-height:18px; margin:0px;}
138
139 .wpforo_settings_table{ width:100%; padding:0px; margin:2px; border-spacing: 0; border-collapse: collapse;}
140 .wpforo_settings_table th, .wpforo_settings_table td { padding:8px 10px; text-align:left; vertical-align:top; }
141 .wpforo_settings_table th{ font-weight:bold; font-size:14px; width:40%; }
142 .wpforo_settings_table tr:nth-child(odd) { background: #f5f5f5; }
143 .wpforo_settings_table tr:nth-child(even) { background: #FFFFFF; }
144 .wpforo_settings_table input[type="text"],
145 .wpforo_settings_table input[type="password"],
146 .wpforo_settings_table input[type="email"],
147 .wpforo_settings_table input[type="url"],
148 .wpforo_settings_table textarea{ padding:5px 10px; width:70%; }
149 .wpforo_settings_table select{ min-width:150px;}
150 .wpforo_settings_table input[type="number"]{ padding:1px 2px 1px 10px; width:30%; }
151 .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; }
152
153 .wpf-switch-field input { display: none;}
154 .wpf-switch-field label {float: left;}
155 .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;}
156 .wpf-switch-field label:hover {cursor: pointer;}
157 .wpf-switch-field input:checked + label {background-color: #43A6DF; -webkit-box-shadow: none; box-shadow: none; color:#fff;} /* #66DD8D */
158 /* .wpf-switch-field input:last-of-type:checked + label {background-color:#F77059; -webkit-box-shadow: none; box-shadow: none;} */
159 .wpf-switch-field label:first-of-type {border-radius: 4px 0 0 4px;}
160 .wpf-switch-field label:last-of-type {border-radius: 0 4px 4px 0;}
161
162 /**************************/
163 /* SETTINGS > GENERAL *****/
164 /**************************/
165
166
167 /**************************/
168 /* SETTINGS > MEMBERS *****/
169 /**************************/
170
171 #wpf-rating-table{ width:100%; font-size:12px; }
172 #wpf-rating-table input{ font-size:12px; height: 24px; width:100%; }
173 #wpf-rating-table i{}
174 #wpf-rating-table h4{ margin:0px; padding:0px; font-size:14px; font-weight:bold; white-space:nowrap; }
175 #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;}
176 #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;}
177 #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; }
178 #wpf-rating-table .wpf-badge-full.wpf-badge-level-9, #wpf-rating-table .wpf-badge-full.wpf-badge-level-10 { font-size:22px!important; }
179
180 #wpf-rating-table th{ text-transform:uppercase; font-size:12px;}
181 /**************************/
182 /* SETTINGS > STYLES ******/
183 /**************************/
184
185 .wpforo-style-color-wrapper{ width:130px; float:left; }
186 .wpforo-style-field{ height:29px;}
187 .wpforo-style-field input{}
188 .wp-picker-container input.wp-color-picker[type="text"]{ vertical-align:top; }
189 .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; }
190 #wpf-admin-wrap .iris-picker{
191 z-index: 1;
192 position: absolute;
193 }
194
195 /**************************/
196 /* THEMES *****************/
197 /**************************/
198
199 .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;}
200 .wpforo-themes .wpf-div-tr{ display:table-row; }
201 .wpforo-themes .wpf-div-td{ display:table-cell; vertical-align:top; padding:15px 10px 10px 15px; }
202 .wpforo-themes .wpf-theme-screenshot{ width:250px; height:180px; border:3px solid #ddd; float:left; }
203 .wpforo-themes .wpf-theme-info{ margin-left:270px; min-height:185px; }
204 .wpforo-themes .wpf-theme-info p{ margin:1px;}
205 .wpforo-themes .wpf-layout-info p{ margin:1px;}
206 .wpforo-themes .wpf-layout-info a{ text-decoration:none; font-weight:normal; }
207 .wpforo-themes .wpf-theme-actions{ display:block; clear:both; margin-top:10px; text-align:right; box-sizing:border-box; padding:2px 20px; }
208 .wpforo-themes .wpf-theme-actions .wpf-action{ }
209
210