Version Description
Download this release
Release Info
Developer | Bueltge |
Plugin | Adminimize |
Version | 1.4.7 |
Comparing to | |
See all releases |
Code changes from version 1.3 to 1.4.7
- adminimize.php +249 -231
- adminimize_page.php +148 -134
- css/colors-colorblind.css +733 -0
- css/colors-grey.css +733 -0
- css/colors-wp23.css +940 -0
- css/mw_20p_sidebar.css +7 -0
- css/mw_300_sidebar.css +7 -0
- css/mw_30p_sidebar.css +7 -0
- css/mw_400_sidebar.css +7 -0
- css/mw_admin.css +121 -0
- css/mw_basic.css +16 -0
- css/mw_big_sidebar.css +7 -0
- css/mw_cat.css +26 -0
- css/mw_classic.css +8 -0
- css/mw_classic_lm.css +7 -0
- css/mw_classic_ozh_am.css +7 -0
- css/mw_colorblind.css +4 -0
- css/mw_fresh.css +4 -0
- css/mw_fresh_lm.css +3 -0
- css/mw_fresh_ozh_am.css +3 -0
- css/mw_grey.css +4 -0
- css/mw_small_user_info.css +16 -0
- css/mw_wp23.css +4 -0
- js/adminimize.js +41 -0
- js/tb_window.js +54 -0
- js/writescroll.js +13 -0
- languages/adminimize-de_DE.mo +0 -0
- languages/adminimize-de_DE.po +504 -0
- languages/adminimize.pot +504 -0
- readme.txt +104 -0
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
- screenshot-3.png +0 -0
- screenshot-4.png +0 -0
adminimize.php
CHANGED
@@ -6,8 +6,8 @@ Plugin URI: http://bueltge.de/wordpress-admin-theme-adminimize/674/
|
|
6 |
Description: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves 'Dashboard' onto the main administrative menu because having it sit in the tip-top black bar was ticking me off and many other changes in the edit-area. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, with or without admins. You can also hide post meta controls on the edit-area to simplify the interface.
|
7 |
Author: Frank Bueltge
|
8 |
Author URI: http://bueltge.de/
|
9 |
-
Version: 1.
|
10 |
-
Last Update:
|
11 |
*/
|
12 |
|
13 |
/**
|
@@ -21,11 +21,14 @@ Last Update: 01.08.2008 08:35:48
|
|
21 |
|
22 |
|
23 |
// Pre-2.6 compatibility
|
24 |
-
if ( !defined('WP_CONTENT_URL') )
|
25 |
-
define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content');
|
26 |
-
if ( !defined('WP_CONTENT_DIR') )
|
27 |
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
|
28 |
-
|
|
|
|
|
|
|
29 |
|
30 |
function _mw_adminimize_textdomain() {
|
31 |
|
@@ -39,26 +42,8 @@ function _mw_adminimize_textdomain() {
|
|
39 |
}
|
40 |
|
41 |
|
42 |
-
/**
|
43 |
-
* some basic security with nonce
|
44 |
-
* @var $_mw_adminimize_nonce
|
45 |
-
*/
|
46 |
-
if ( !function_exists('wp_nonce_field') ) {
|
47 |
-
function _mw_adminimize_nonce_field($action = -1) {
|
48 |
-
return;
|
49 |
-
}
|
50 |
-
$_mw_adminimize_nonce = -1;
|
51 |
-
} else {
|
52 |
-
function _mw_adminimize_nonce_field($action = -1) {
|
53 |
-
return wp_nonce_field($action);
|
54 |
-
}
|
55 |
-
$_mw_adminimize_nonce = '_mw_adminimize_update_key';
|
56 |
-
}
|
57 |
-
|
58 |
-
|
59 |
/**
|
60 |
* some basics for message
|
61 |
-
* @var $_mw_adminimize_nonce
|
62 |
*/
|
63 |
class _mw_adminimize_message_class {
|
64 |
function _mw_adminimize_message_class() {
|
@@ -75,19 +60,19 @@ class _mw_adminimize_message_class {
|
|
75 |
function get_error($code = '') {
|
76 |
$errorMessage = $this->errors->get_error_message($code);
|
77 |
if ($errorMessage == null) {
|
78 |
-
return __("
|
79 |
}
|
80 |
return $errorMessage;
|
81 |
}
|
82 |
|
83 |
// Initializes all the error messages
|
84 |
function initialize_errors() {
|
85 |
-
$this->errors->add('_mw_adminimize_update', __('
|
86 |
-
$this->errors->add('_mw_adminimize_access_denied', __('
|
87 |
-
$this->errors->add('_mw_adminimize_deinstall', __('
|
88 |
-
$this->errors->add('_mw_adminimize_deinstall_yes', __('
|
89 |
-
$this->errors->add('_mw_adminimize_get_option', __('
|
90 |
-
$this->errors->add('_mw_adminimize_set_theme', __('Backend-Theme
|
91 |
}
|
92 |
}
|
93 |
|
@@ -97,15 +82,36 @@ class _mw_adminimize_message_class {
|
|
97 |
* @uses $pagenow
|
98 |
*/
|
99 |
function _mw_adminimize_init() {
|
100 |
-
global $pagenow, $menu, $submenu;
|
|
|
|
|
101 |
|
102 |
-
$disabled_metaboxes_post =
|
103 |
-
$disabled_metaboxes_page =
|
104 |
-
$disabled_metaboxes_post_adm =
|
105 |
-
$disabled_metaboxes_page_adm =
|
106 |
|
107 |
$_mw_admin_color = get_user_option('admin_color');
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
if ( ($_mw_admin_color == 'mw_fresh') ||
|
110 |
($_mw_admin_color == 'mw_classic') ||
|
111 |
($_mw_admin_color == 'mw_colorblind') ||
|
@@ -127,10 +133,12 @@ function _mw_adminimize_init() {
|
|
127 |
|
128 |
if ( ('post-new.php' == $pagenow) || ('post.php' == $pagenow) ) {
|
129 |
add_action('admin_head', '_mw_adminimize_remove_box', 99);
|
130 |
-
add_action('admin_head', '_mw_adminimize_remove_tb_window');
|
131 |
-
|
132 |
-
//add_filter('image_downsize', '_mw_adminimize_image_downsize', 1, 3);
|
133 |
|
|
|
|
|
|
|
|
|
|
|
134 |
if ( !in_array('#categorydivsb', $disabled_metaboxes_post) || !in_array('#categorydivsb', $disabled_metaboxes_post_adm) )
|
135 |
add_action('submitpost_box', '_mw_adminimize_sidecat_list_category_box');
|
136 |
if ( !in_array('#tagsdivsb', $disabled_metaboxes_post) || !in_array('#tagsdivsb', $disabled_metaboxes_post_adm) )
|
@@ -140,10 +148,12 @@ function _mw_adminimize_init() {
|
|
140 |
}
|
141 |
|
142 |
if ( ('page-new.php' == $pagenow) || ('page.php' == $pagenow) ) {
|
143 |
-
add_action('admin_head', '_mw_adminimize_remove_tb_window');
|
144 |
|
145 |
-
//
|
146 |
-
|
|
|
|
|
|
|
147 |
if ( in_array('media_buttons', $disabled_metaboxes_page) || in_array('media_buttons', $disabled_metaboxes_page_adm) )
|
148 |
remove_action('media_buttons', 'media_buttons');
|
149 |
}
|
@@ -152,21 +162,13 @@ function _mw_adminimize_init() {
|
|
152 |
|
153 |
if ( ('post-new.php' == $pagenow) || ('page-new.php' == $pagenow) || ('page.php' == $pagenow) || ('post.php' == $pagenow) ) {
|
154 |
|
155 |
-
$_mw_adminimize_writescroll = get_option('_mw_adminimize_writescroll');
|
156 |
-
switch ($_mw_adminimize_writescroll) {
|
157 |
-
case 1:
|
158 |
-
add_action('admin_head', '_mw_adminimize_writescroll');
|
159 |
-
break;
|
160 |
-
}
|
161 |
-
$_mw_adminimize_tb_window = get_option('_mw_adminimize_tb_window');
|
162 |
-
switch ($_mw_adminimize_tb_window) {
|
163 |
-
case 1:
|
164 |
-
add_action('admin_head', '_mw_adminimize_tb_window');
|
165 |
-
break;
|
166 |
-
}
|
167 |
// set user option in edit-area
|
168 |
add_action('admin_head', '_mw_adminimize_set_user_option_edit');
|
169 |
}
|
|
|
|
|
|
|
|
|
170 |
|
171 |
// set menu option
|
172 |
add_action('admin_head', '_mw_adminimize_set_menu_option', 1);
|
@@ -176,73 +178,22 @@ function _mw_adminimize_init() {
|
|
176 |
|
177 |
add_action('in_admin_footer', '_mw_adminimize_admin_footer');
|
178 |
|
179 |
-
|
180 |
-
|
181 |
}
|
182 |
|
183 |
add_action('init', '_mw_adminimize_textdomain');
|
184 |
-
|
185 |
-
add_action('admin_menu', '_mw_adminimize_remove_dashboard');
|
186 |
-
add_action('admin_init', '_mw_adminimize_init', 1);
|
187 |
-
add_action('admin_init', '_mw_adminimize_admin_styles', 1);
|
188 |
-
|
189 |
-
register_activation_hook(__FILE__, '_mw_adminimize_install');
|
190 |
-
//register_deactivation_hook(__FILE__, '_mw_adminimize_deinstall');
|
191 |
-
|
192 |
-
|
193 |
-
/**
|
194 |
-
* remove tb_window of media-uplader
|
195 |
-
* @echo script
|
196 |
-
*/
|
197 |
-
function _mw_adminimize_remove_tb_window() {
|
198 |
-
|
199 |
-
$_mw_adminimize_remove_tb_window = "\n";
|
200 |
-
$_mw_adminimize_remove_tb_window .= '<script type="text/javascript">' . "\n";
|
201 |
-
$_mw_adminimize_remove_tb_window .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#TB_window\').remove(); });' . "\n";
|
202 |
-
$_mw_adminimize_remove_tb_window .= '</script>' . "\n";
|
203 |
|
204 |
-
|
|
|
|
|
|
|
205 |
}
|
206 |
|
207 |
|
208 |
-
|
209 |
-
|
210 |
-
*/
|
211 |
-
function _mw_adminimize_tb_window() {
|
212 |
-
|
213 |
-
?>
|
214 |
-
<script type="text/javascript">
|
215 |
-
// thickbox settings
|
216 |
-
jQuery(function($) {
|
217 |
-
tb_position = function() {
|
218 |
-
var tbWindow = $('#TB_window');
|
219 |
-
var width = $(window).width();
|
220 |
-
var H = $(window).height();
|
221 |
-
var W = ( 1720 < width ) ? 1720 : width;
|
222 |
-
|
223 |
-
if ( tbWindow.size() ) {
|
224 |
-
tbWindow.width( W - 50 ).height( H - 45 );
|
225 |
-
$('#TB_iframeContent').width( W - 50 ).height( H - 75 );
|
226 |
-
tbWindow.css({'margin-left': '-' + parseInt((( W - 50 ) / 2),10) + 'px'});
|
227 |
-
if ( ! ( $.browser.msie && $.browser.version.substr(0,1) < 7 ) )
|
228 |
-
tbWindow.css({'top':'20px','margin-top':'0'});
|
229 |
-
$('#TB_title').css({'background-color':'#222','color':'#cfcfcf'});
|
230 |
-
};
|
231 |
-
|
232 |
-
return $('a.thickbox').each( function() {
|
233 |
-
var href = $(this).attr('href');
|
234 |
-
if ( ! href ) return;
|
235 |
-
href = href.replace(/&width=[0-9]+/g, '');
|
236 |
-
href = href.replace(/&height=[0-9]+/g, '');
|
237 |
-
$(this).attr( 'href', href + '&width=' + ( W - 80 ) + '&height=' + ( H - 85 ) );
|
238 |
-
});
|
239 |
-
};
|
240 |
-
|
241 |
-
$(window).resize( function() { tb_position() } );
|
242 |
-
});
|
243 |
-
</script>
|
244 |
-
<?php
|
245 |
-
}
|
246 |
|
247 |
|
248 |
/**
|
@@ -273,28 +224,6 @@ function _mw_adminimize_image_downsize($value = false,$id = 0, $size = "medium")
|
|
273 |
}
|
274 |
|
275 |
|
276 |
-
/**
|
277 |
-
* Automatically scroll Write pages to a good position
|
278 |
-
* code by Dougal Campbell
|
279 |
-
* http://dougal.gunters.org/blog/2008/06/03/writescroll
|
280 |
-
*/
|
281 |
-
function _mw_adminimize_writescroll() {
|
282 |
-
|
283 |
-
?>
|
284 |
-
<script type="text/javascript">
|
285 |
-
jQuery(document).ready(function() {
|
286 |
-
// element to scroll
|
287 |
-
var h = jQuery('html');
|
288 |
-
// position to scroll to
|
289 |
-
var wraptop = jQuery('div#poststuff').offset().top;
|
290 |
-
var speed = 250; // ms
|
291 |
-
h.animate({scrollTop: wraptop}, speed);
|
292 |
-
});
|
293 |
-
</script>
|
294 |
-
<?php
|
295 |
-
}
|
296 |
-
|
297 |
-
|
298 |
/**
|
299 |
* list category-box in sidebar
|
300 |
* @uses $post_ID
|
@@ -402,7 +331,7 @@ function _mw_adminimize_adminmenu($file) {
|
|
402 |
*/
|
403 |
function _mw_adminimize_admin_styles($file) {
|
404 |
|
405 |
-
$_mw_adminimize_path =
|
406 |
|
407 |
// MW Adminimize Classic
|
408 |
$styleName = 'MW Adminimize:' . ' ' . __('Classic');
|
@@ -495,10 +424,10 @@ function _mw_adminimize_admin_styles($file) {
|
|
495 |
function _mw_adminimize_remove_dashboard() {
|
496 |
global $menu, $submenu, $user_ID;
|
497 |
|
498 |
-
$disabled_menu =
|
499 |
-
$disabled_submenu =
|
500 |
-
$disabled_menu_adm =
|
501 |
-
$disabled_submenu_adm =
|
502 |
|
503 |
// remove dashboard
|
504 |
if ($disabled_menu != '') {
|
@@ -508,7 +437,7 @@ function _mw_adminimize_remove_dashboard() {
|
|
508 |
( in_array('index.php', $disabled_submenu_adm) && current_user_can('level_10') )
|
509 |
) {
|
510 |
|
511 |
-
$_mw_adminimize_db_redirect =
|
512 |
switch ($_mw_adminimize_db_redirect) {
|
513 |
case 0:
|
514 |
$_mw_adminimize_db_redirect = 'profile.php';
|
@@ -568,10 +497,10 @@ function _mw_adminimize_disable_flash_uploader() {
|
|
568 |
*/
|
569 |
function _mw_adminimize_set_user_option_edit() {
|
570 |
|
571 |
-
$_mw_adminimize_path =
|
572 |
|
573 |
$_mw_adminimize_sidecat_admin_head = '';
|
574 |
-
$_mw_adminimize_sidebar_wight =
|
575 |
switch ($_mw_adminimize_sidebar_wight) {
|
576 |
case 300:
|
577 |
$_mw_adminimize_sidecat_admin_head .= '<link rel="stylesheet" href="' . "\n";
|
@@ -603,16 +532,16 @@ function _mw_adminimize_set_user_option_edit() {
|
|
603 |
* set menu options from database
|
604 |
*/
|
605 |
function _mw_adminimize_set_menu_option() {
|
606 |
-
global $pagenow, $menu, $submenu;
|
|
|
|
|
|
|
|
|
|
|
607 |
|
608 |
-
$disabled_menu = get_option('mw_adminimize_disabled_menu');
|
609 |
-
$disabled_submenu = get_option('mw_adminimize_disabled_submenu');
|
610 |
-
$disabled_menu_adm = get_option('mw_adminimize_disabled_menu_adm');
|
611 |
-
$disabled_submenu_adm = get_option('mw_adminimize_disabled_submenu_adm');
|
612 |
-
|
613 |
$_mw_adminimize_admin_head = "\n";
|
614 |
-
$_mw_adminimize_user_info =
|
615 |
-
$_mw_adminimize_ui_redirect =
|
616 |
switch ($_mw_adminimize_user_info) {
|
617 |
case 1:
|
618 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
@@ -620,7 +549,7 @@ function _mw_adminimize_set_menu_option() {
|
|
620 |
$_mw_adminimize_admin_head .= '</script>' . "\n";
|
621 |
break;
|
622 |
case 2:
|
623 |
-
$_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' .
|
624 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
625 |
$_mw_adminimize_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#user_info\').remove();';
|
626 |
if ($_mw_adminimize_ui_redirect == '1') {
|
@@ -630,9 +559,20 @@ function _mw_adminimize_set_menu_option() {
|
|
630 |
}
|
631 |
$_mw_adminimize_admin_head .= '</script>' . "\n";
|
632 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
633 |
}
|
634 |
|
635 |
-
$_mw_adminimize_footer =
|
636 |
switch ($_mw_adminimize_footer) {
|
637 |
case 1:
|
638 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
@@ -642,7 +582,7 @@ function _mw_adminimize_set_menu_option() {
|
|
642 |
}
|
643 |
|
644 |
// timestamp open
|
645 |
-
$_mw_adminimize_timestamp =
|
646 |
switch ($_mw_adminimize_timestamp) {
|
647 |
case 1:
|
648 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
@@ -654,11 +594,10 @@ function _mw_adminimize_set_menu_option() {
|
|
654 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">
|
655 |
/* <![CDATA[ */
|
656 |
adminimizeL10n = {
|
657 |
-
all: "' . __('
|
658 |
}
|
659 |
/* ]]> */
|
660 |
</script>';
|
661 |
-
$_mw_adminimize_admin_head .= '<script type="text/javascript" src="' . WP_CONTENT_URL . '/plugins/' . plugin_basename( dirname(__FILE__) ) . '/js/adminimize.js"></script>';
|
662 |
|
663 |
// set menu
|
664 |
if ($disabled_menu != '') {
|
@@ -717,9 +656,13 @@ function _mw_adminimize_set_metabox_option() {
|
|
717 |
if ( ('post-new.php' == $pagenow) || ('post.php' == $pagenow) ) {
|
718 |
remove_action('admin_head', 'index_js');
|
719 |
|
720 |
-
$disabled_metaboxes_post =
|
721 |
-
$disabled_metaboxes_post_adm =
|
722 |
|
|
|
|
|
|
|
|
|
723 |
if ( current_user_can('level_10') ) {
|
724 |
$metaboxes = implode(',', $disabled_metaboxes_post_adm); // for admins
|
725 |
} else {
|
@@ -733,9 +676,13 @@ function _mw_adminimize_set_metabox_option() {
|
|
733 |
if ( ('page-new.php' == $pagenow) || ('page.php' == $pagenow) ) {
|
734 |
remove_action('admin_head', 'index_js');
|
735 |
|
736 |
-
$disabled_metaboxes_page =
|
737 |
-
$disabled_metaboxes_page_adm =
|
738 |
|
|
|
|
|
|
|
|
|
739 |
if ( current_user_can('level_10') ) {
|
740 |
$metaboxes = implode(',', $disabled_metaboxes_page_adm);
|
741 |
} else {
|
@@ -778,10 +725,10 @@ function _mw_adminimize_admin_footer() {
|
|
778 |
$plugin_data['Title'] = '<a href="' . $plugin_data['PluginURI'] . '" title="'.__( 'Visit plugin homepage' ).'">' . $plugin_data['Name'] . '</a>';
|
779 |
|
780 |
if ( basename($_SERVER['REQUEST_URI']) == 'adminimize.php') {
|
781 |
-
printf('%1$s ' . __('plugin') . ' | ' . __('Version') . ' <a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/#historie" title="' . __('
|
782 |
}
|
783 |
-
if (
|
784 |
-
printf('%1$s ' . __('plugin
|
785 |
}
|
786 |
}
|
787 |
|
@@ -798,7 +745,6 @@ function _mw_adminimize_filter_plugin_actions($links, $file){
|
|
798 |
if( $file == $this_plugin ){
|
799 |
$settings_link = '<a href="options-general.php?page=adminimize/adminimize.php">' . __('Settings') . '</a>';
|
800 |
$links = array_merge( array($settings_link), $links); // before other links
|
801 |
-
// $links[] = $settings_link; // ... or after other links
|
802 |
}
|
803 |
return $links;
|
804 |
}
|
@@ -809,7 +755,7 @@ function _mw_adminimize_filter_plugin_actions($links, $file){
|
|
809 |
*/
|
810 |
function _mw_adminimize_add_settings_page() {
|
811 |
if( current_user_can('switch_themes') ) {
|
812 |
-
add_submenu_page('options-general.php', __('Adminimize
|
813 |
add_filter('plugin_action_links', '_mw_adminimize_filter_plugin_actions', 10, 2);
|
814 |
}
|
815 |
}
|
@@ -836,67 +782,133 @@ function _mw_adminimize_set_theme() {
|
|
836 |
}
|
837 |
|
838 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
839 |
/**
|
840 |
* Update options in database
|
841 |
*/
|
842 |
function _mw_adminimize_update() {
|
843 |
-
global $menu, $submenu;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
844 |
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
} else {
|
850 |
-
update_option($option , $_POST[$option]);
|
851 |
-
}
|
852 |
}
|
853 |
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
_mw_adminimize_get_update('_mw_adminimize_db_redirect');
|
860 |
-
_mw_adminimize_get_update('_mw_adminimize_ui_redirect');
|
861 |
-
_mw_adminimize_get_update('_mw_adminimize_advice');
|
862 |
-
_mw_adminimize_get_update('_mw_adminimize_advice_txt');
|
863 |
-
_mw_adminimize_get_update('_mw_adminimize_timestamp');
|
864 |
-
|
865 |
-
// wp menu, submenu
|
866 |
-
update_option('mw_adminimize_default_menu', $menu);
|
867 |
-
update_option('mw_adminimize_default_submenu', $submenu);
|
868 |
-
|
869 |
-
// disabled wp menu, submenu
|
870 |
-
update_option('mw_adminimize_disabled_menu',
|
871 |
-
isset($_POST['mw_adminimize_disabled_menu_items']) ? $_POST['mw_adminimize_disabled_menu_items'] : array()
|
872 |
-
);
|
873 |
-
update_option('mw_adminimize_disabled_submenu',
|
874 |
-
isset($_POST['mw_adminimize_disabled_submenu_items']) ? $_POST['mw_adminimize_disabled_submenu_items'] : array()
|
875 |
-
);
|
876 |
-
update_option('mw_adminimize_disabled_menu_adm',
|
877 |
-
isset($_POST['mw_adminimize_disabled_menu_adm_items']) ? $_POST['mw_adminimize_disabled_menu_adm_items'] : array()
|
878 |
-
);
|
879 |
-
update_option('mw_adminimize_disabled_submenu_adm',
|
880 |
-
isset($_POST['mw_adminimize_disabled_submenu_adm_items']) ? $_POST['mw_adminimize_disabled_submenu_adm_items'] : array()
|
881 |
-
);
|
882 |
|
883 |
-
|
884 |
-
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
899 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
900 |
$myErrors = new _mw_adminimize_message_class();
|
901 |
$myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_update') . '</p></div>';
|
902 |
echo $myErrors;
|
@@ -907,6 +919,8 @@ function _mw_adminimize_update() {
|
|
907 |
* Delete options in database
|
908 |
*/
|
909 |
function _mw_adminimize_deinstall() {
|
|
|
|
|
910 |
|
911 |
delete_option('_mw_adminimize_sidebar_wight');
|
912 |
delete_option('_mw_adminimize_user_info');
|
@@ -932,8 +946,6 @@ function _mw_adminimize_deinstall() {
|
|
932 |
delete_option('mw_adminimize_disabled_metaboxes_page');
|
933 |
delete_option('mw_adminimize_disabled_metaboxes_post_adm');
|
934 |
delete_option('mw_adminimize_disabled_metaboxes_page_adm');
|
935 |
-
|
936 |
-
delete_option('_mw_adminimize_update_key');
|
937 |
}
|
938 |
|
939 |
|
@@ -941,17 +953,23 @@ function _mw_adminimize_deinstall() {
|
|
941 |
* Install options in database
|
942 |
*/
|
943 |
function _mw_adminimize_install() {
|
|
|
944 |
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
|
|
|
|
|
|
|
|
|
|
956 |
}
|
957 |
?>
|
6 |
Description: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves 'Dashboard' onto the main administrative menu because having it sit in the tip-top black bar was ticking me off and many other changes in the edit-area. The plugin that lets you hide 'unnecessary' items from the WordPress administration menu, with or without admins. You can also hide post meta controls on the edit-area to simplify the interface.
|
7 |
Author: Frank Bueltge
|
8 |
Author URI: http://bueltge.de/
|
9 |
+
Version: 1.4.7
|
10 |
+
Last Update: 14.09.2008 13:14:10
|
11 |
*/
|
12 |
|
13 |
/**
|
21 |
|
22 |
|
23 |
// Pre-2.6 compatibility
|
24 |
+
if ( !defined( 'WP_CONTENT_URL' ) )
|
25 |
+
define( 'WP_CONTENT_URL', get_option( 'siteurl' ) . '/wp-content' );
|
26 |
+
if ( !defined( 'WP_CONTENT_DIR' ) )
|
27 |
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
|
28 |
+
if ( !defined( 'WP_PLUGIN_URL' ) )
|
29 |
+
define( 'WP_PLUGIN_URL', WP_CONTENT_URL. '/plugins' );
|
30 |
+
if ( !defined( 'WP_PLUGIN_DIR' ) )
|
31 |
+
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );
|
32 |
|
33 |
function _mw_adminimize_textdomain() {
|
34 |
|
42 |
}
|
43 |
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
/**
|
46 |
* some basics for message
|
|
|
47 |
*/
|
48 |
class _mw_adminimize_message_class {
|
49 |
function _mw_adminimize_message_class() {
|
60 |
function get_error($code = '') {
|
61 |
$errorMessage = $this->errors->get_error_message($code);
|
62 |
if ($errorMessage == null) {
|
63 |
+
return __("Unknown error.", $this->localizionName);
|
64 |
}
|
65 |
return $errorMessage;
|
66 |
}
|
67 |
|
68 |
// Initializes all the error messages
|
69 |
function initialize_errors() {
|
70 |
+
$this->errors->add('_mw_adminimize_update', __('The updates was saved.', $this->localizionName));
|
71 |
+
$this->errors->add('_mw_adminimize_access_denied', __('You have not enough rights for edit entries in the database.', $this->localizionName));
|
72 |
+
$this->errors->add('_mw_adminimize_deinstall', __('All entries in the database was delleted.', $this->localizionName));
|
73 |
+
$this->errors->add('_mw_adminimize_deinstall_yes', __('Set the checkbox on deinstall-button.', $this->localizionName));
|
74 |
+
$this->errors->add('_mw_adminimize_get_option', __('Can\'t load menu and submenu.', $this->localizionName));
|
75 |
+
$this->errors->add('_mw_adminimize_set_theme', __('Backend-Theme was activated!', $this->localizionName));
|
76 |
}
|
77 |
}
|
78 |
|
82 |
* @uses $pagenow
|
83 |
*/
|
84 |
function _mw_adminimize_init() {
|
85 |
+
global $pagenow, $menu, $submenu, $adminimizeoptions;
|
86 |
+
|
87 |
+
$adminimizeoptions = get_option('mw_adminimize');
|
88 |
|
89 |
+
$disabled_metaboxes_post = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_items');
|
90 |
+
$disabled_metaboxes_page = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_items');
|
91 |
+
$disabled_metaboxes_post_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_adm_items');
|
92 |
+
$disabled_metaboxes_page_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_adm_items');
|
93 |
|
94 |
$_mw_admin_color = get_user_option('admin_color');
|
95 |
|
96 |
+
if ( ('post-new.php' == $pagenow) || ('post.php' == $pagenow) || ('page-new.php' == $pagenow) || ('page.php' == $pagenow) ) {
|
97 |
+
|
98 |
+
$_mw_adminimize_writescroll = _mw_adminimize_getOptionValue('_mw_adminimize_writescroll');
|
99 |
+
switch ($_mw_adminimize_writescroll) {
|
100 |
+
case 1:
|
101 |
+
wp_enqueue_script('_mw_adminimize_writescroll', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/js/writescroll.js', array('jquery'));
|
102 |
+
break;
|
103 |
+
}
|
104 |
+
$_mw_adminimize_tb_window = _mw_adminimize_getOptionValue('_mw_adminimize_tb_window');
|
105 |
+
switch ($_mw_adminimize_tb_window) {
|
106 |
+
case 1:
|
107 |
+
wp_deregister_script('media-upload');
|
108 |
+
wp_enqueue_script('media-upload', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/js/tb_window.js', array('thickbox'));
|
109 |
+
break;
|
110 |
+
}
|
111 |
+
|
112 |
+
//add_filter('image_downsize', '_mw_adminimize_image_downsize', 1, 3);
|
113 |
+
}
|
114 |
+
|
115 |
if ( ($_mw_admin_color == 'mw_fresh') ||
|
116 |
($_mw_admin_color == 'mw_classic') ||
|
117 |
($_mw_admin_color == 'mw_colorblind') ||
|
133 |
|
134 |
if ( ('post-new.php' == $pagenow) || ('post.php' == $pagenow) ) {
|
135 |
add_action('admin_head', '_mw_adminimize_remove_box', 99);
|
|
|
|
|
|
|
136 |
|
137 |
+
// check for array empty
|
138 |
+
if ( !isset($disabled_metaboxes_post['0']) )
|
139 |
+
$disabled_metaboxes_post['0'] = '';
|
140 |
+
if ( isset($disabled_metaboxes_post_adm['0']) )
|
141 |
+
$disabled_metaboxes_post_adm['0'] = '';
|
142 |
if ( !in_array('#categorydivsb', $disabled_metaboxes_post) || !in_array('#categorydivsb', $disabled_metaboxes_post_adm) )
|
143 |
add_action('submitpost_box', '_mw_adminimize_sidecat_list_category_box');
|
144 |
if ( !in_array('#tagsdivsb', $disabled_metaboxes_post) || !in_array('#tagsdivsb', $disabled_metaboxes_post_adm) )
|
148 |
}
|
149 |
|
150 |
if ( ('page-new.php' == $pagenow) || ('page.php' == $pagenow) ) {
|
|
|
151 |
|
152 |
+
// check for array empty
|
153 |
+
if ( !isset($disabled_metaboxes_page['0']) )
|
154 |
+
$disabled_metaboxes_page['0'] = '';
|
155 |
+
if ( isset($disabled_metaboxes_page_adm['0']) )
|
156 |
+
$disabled_metaboxes_page_adm['0'] = '';
|
157 |
if ( in_array('media_buttons', $disabled_metaboxes_page) || in_array('media_buttons', $disabled_metaboxes_page_adm) )
|
158 |
remove_action('media_buttons', 'media_buttons');
|
159 |
}
|
162 |
|
163 |
if ( ('post-new.php' == $pagenow) || ('page-new.php' == $pagenow) || ('page.php' == $pagenow) || ('post.php' == $pagenow) ) {
|
164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
// set user option in edit-area
|
166 |
add_action('admin_head', '_mw_adminimize_set_user_option_edit');
|
167 |
}
|
168 |
+
|
169 |
+
if ( basename($_SERVER['REQUEST_URI']) == 'adminimize.php') {
|
170 |
+
wp_enqueue_script('_mw_adminimize', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/js/adminimize.js', array('jquery'));
|
171 |
+
}
|
172 |
|
173 |
// set menu option
|
174 |
add_action('admin_head', '_mw_adminimize_set_menu_option', 1);
|
178 |
|
179 |
add_action('in_admin_footer', '_mw_adminimize_admin_footer');
|
180 |
|
181 |
+
$adminimizeoptions['mw_adminimize_default_menu'] = $menu;
|
182 |
+
$adminimizeoptions['mw_adminimize_default_submenu'] = $submenu;
|
183 |
}
|
184 |
|
185 |
add_action('init', '_mw_adminimize_textdomain');
|
186 |
+
if ( is_admin() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
|
188 |
+
add_action('admin_menu', '_mw_adminimize_add_settings_page');
|
189 |
+
add_action('admin_menu', '_mw_adminimize_remove_dashboard');
|
190 |
+
add_action('admin_init', '_mw_adminimize_init', 1);
|
191 |
+
add_action('admin_init', '_mw_adminimize_admin_styles', 1);
|
192 |
}
|
193 |
|
194 |
|
195 |
+
register_activation_hook(__FILE__, '_mw_adminimize_install');
|
196 |
+
//register_deactivation_hook(__FILE__, '_mw_adminimize_deinstall');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
|
198 |
|
199 |
/**
|
224 |
}
|
225 |
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
/**
|
228 |
* list category-box in sidebar
|
229 |
* @uses $post_ID
|
331 |
*/
|
332 |
function _mw_adminimize_admin_styles($file) {
|
333 |
|
334 |
+
$_mw_adminimize_path = WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/';
|
335 |
|
336 |
// MW Adminimize Classic
|
337 |
$styleName = 'MW Adminimize:' . ' ' . __('Classic');
|
424 |
function _mw_adminimize_remove_dashboard() {
|
425 |
global $menu, $submenu, $user_ID;
|
426 |
|
427 |
+
$disabled_menu = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_items');
|
428 |
+
$disabled_submenu = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_items');
|
429 |
+
$disabled_menu_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_adm_items');
|
430 |
+
$disabled_submenu_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_adm_items');
|
431 |
|
432 |
// remove dashboard
|
433 |
if ($disabled_menu != '') {
|
437 |
( in_array('index.php', $disabled_submenu_adm) && current_user_can('level_10') )
|
438 |
) {
|
439 |
|
440 |
+
$_mw_adminimize_db_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_db_redirect');
|
441 |
switch ($_mw_adminimize_db_redirect) {
|
442 |
case 0:
|
443 |
$_mw_adminimize_db_redirect = 'profile.php';
|
497 |
*/
|
498 |
function _mw_adminimize_set_user_option_edit() {
|
499 |
|
500 |
+
$_mw_adminimize_path = WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/';
|
501 |
|
502 |
$_mw_adminimize_sidecat_admin_head = '';
|
503 |
+
$_mw_adminimize_sidebar_wight = _mw_adminimize_getOptionValue('_mw_adminimize_sidebar_wight');
|
504 |
switch ($_mw_adminimize_sidebar_wight) {
|
505 |
case 300:
|
506 |
$_mw_adminimize_sidecat_admin_head .= '<link rel="stylesheet" href="' . "\n";
|
532 |
* set menu options from database
|
533 |
*/
|
534 |
function _mw_adminimize_set_menu_option() {
|
535 |
+
global $pagenow, $menu, $submenu, $user_identity;
|
536 |
+
|
537 |
+
$disabled_menu = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_items');
|
538 |
+
$disabled_submenu = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_items');
|
539 |
+
$disabled_menu_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_adm_items');
|
540 |
+
$disabled_submenu_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_adm_items');
|
541 |
|
|
|
|
|
|
|
|
|
|
|
542 |
$_mw_adminimize_admin_head = "\n";
|
543 |
+
$_mw_adminimize_user_info = _mw_adminimize_getOptionValue('_mw_adminimize_user_info');
|
544 |
+
$_mw_adminimize_ui_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_ui_redirect');
|
545 |
switch ($_mw_adminimize_user_info) {
|
546 |
case 1:
|
547 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
549 |
$_mw_adminimize_admin_head .= '</script>' . "\n";
|
550 |
break;
|
551 |
case 2:
|
552 |
+
$_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info.css" type="text/css" />' . "\n";
|
553 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
554 |
$_mw_adminimize_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#user_info\').remove();';
|
555 |
if ($_mw_adminimize_ui_redirect == '1') {
|
559 |
}
|
560 |
$_mw_adminimize_admin_head .= '</script>' . "\n";
|
561 |
break;
|
562 |
+
case 3:
|
563 |
+
$_mw_adminimize_admin_head .= '<link rel="stylesheet" href="' . WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/css/mw_small_user_info.css" type="text/css" />' . "\n";
|
564 |
+
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
565 |
+
$_mw_adminimize_admin_head .= "\t" . 'jQuery(document).ready(function() { jQuery(\'#user_info\').remove();';
|
566 |
+
if ($_mw_adminimize_ui_redirect == '1') {
|
567 |
+
$_mw_adminimize_admin_head .= 'jQuery(\'div#wpcontent\').after(\'<div id="small_user_info"><p><a href="' . get_option('siteurl') . ('/wp-admin/profile.php') . '">' . $user_identity . '</a> | <a href="' . get_option('siteurl') . ('/wp-login.php?action=logout&redirect_to=') . get_option('siteurl') . '" title="' . __('Log Out') . '">' . __('Log Out') . '</a></p></div>\') });' . "\n";
|
568 |
+
} else {
|
569 |
+
$_mw_adminimize_admin_head .= 'jQuery(\'div#wpcontent\').after(\'<div id="small_user_info"><p><a href="' . get_option('siteurl') . ('/wp-admin/profile.php') . '">' . $user_identity . '</a> | <a href="' . get_option('siteurl') . ('/wp-login.php?action=logout') . '" title="' . __('Log Out') . '">' . __('Log Out') . '</a></p></div>\') });' . "\n";
|
570 |
+
}
|
571 |
+
$_mw_adminimize_admin_head .= '</script>' . "\n";
|
572 |
+
break;
|
573 |
}
|
574 |
|
575 |
+
$_mw_adminimize_footer = _mw_adminimize_getOptionValue('_mw_adminimize_footer');
|
576 |
switch ($_mw_adminimize_footer) {
|
577 |
case 1:
|
578 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
582 |
}
|
583 |
|
584 |
// timestamp open
|
585 |
+
$_mw_adminimize_timestamp = _mw_adminimize_getOptionValue('_mw_adminimize_timestamp');
|
586 |
switch ($_mw_adminimize_timestamp) {
|
587 |
case 1:
|
588 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">' . "\n";
|
594 |
$_mw_adminimize_admin_head .= '<script type="text/javascript">
|
595 |
/* <![CDATA[ */
|
596 |
adminimizeL10n = {
|
597 |
+
all: "' . __('All', 'adminimize') . '", none: "' . __('None', 'adminimize') . '"
|
598 |
}
|
599 |
/* ]]> */
|
600 |
</script>';
|
|
|
601 |
|
602 |
// set menu
|
603 |
if ($disabled_menu != '') {
|
656 |
if ( ('post-new.php' == $pagenow) || ('post.php' == $pagenow) ) {
|
657 |
remove_action('admin_head', 'index_js');
|
658 |
|
659 |
+
$disabled_metaboxes_post = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_items');
|
660 |
+
$disabled_metaboxes_post_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_adm_items');
|
661 |
|
662 |
+
if ( !isset($disabled_metaboxes_post_adm['0']) )
|
663 |
+
$disabled_metaboxes_post_adm['0'] = '';
|
664 |
+
if ( !isset($disabled_metaboxes_post['0']) )
|
665 |
+
$disabled_metaboxes_post['0'] = '';
|
666 |
if ( current_user_can('level_10') ) {
|
667 |
$metaboxes = implode(',', $disabled_metaboxes_post_adm); // for admins
|
668 |
} else {
|
676 |
if ( ('page-new.php' == $pagenow) || ('page.php' == $pagenow) ) {
|
677 |
remove_action('admin_head', 'index_js');
|
678 |
|
679 |
+
$disabled_metaboxes_page = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_items');
|
680 |
+
$disabled_metaboxes_page_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_adm_items');
|
681 |
|
682 |
+
if ( !isset($disabled_metaboxes_page_adm['0']) )
|
683 |
+
$disabled_metaboxes_page_adm['0'] = '';
|
684 |
+
if ( !isset($disabled_metaboxes_page['0']) )
|
685 |
+
$disabled_metaboxes_page['0'] = '';
|
686 |
if ( current_user_can('level_10') ) {
|
687 |
$metaboxes = implode(',', $disabled_metaboxes_page_adm);
|
688 |
} else {
|
725 |
$plugin_data['Title'] = '<a href="' . $plugin_data['PluginURI'] . '" title="'.__( 'Visit plugin homepage' ).'">' . $plugin_data['Name'] . '</a>';
|
726 |
|
727 |
if ( basename($_SERVER['REQUEST_URI']) == 'adminimize.php') {
|
728 |
+
printf('%1$s ' . __('plugin') . ' | ' . __('Version') . ' <a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/#historie" title="' . __('History', 'adminimize') . '">%2$s</a> | ' . __('Author') . ' %3$s<br />', $plugin_data['Title'], $plugin_data['Version'], $plugin_data['Author']);
|
729 |
}
|
730 |
+
if ( _mw_adminimize_getOptionValue('_mw_adminimize_advice') == 1 && basename($_SERVER['REQUEST_URI']) != 'adminimize.php' ) {
|
731 |
+
printf('%1$s ' . __('plugin activate', 'adminimize') . ' | ' . stripslashes( _mw_adminimize_getOptionValue('_mw_adminimize_advice_txt') ) . '<br />', $plugin_data['Title']);
|
732 |
}
|
733 |
}
|
734 |
|
745 |
if( $file == $this_plugin ){
|
746 |
$settings_link = '<a href="options-general.php?page=adminimize/adminimize.php">' . __('Settings') . '</a>';
|
747 |
$links = array_merge( array($settings_link), $links); // before other links
|
|
|
748 |
}
|
749 |
return $links;
|
750 |
}
|
755 |
*/
|
756 |
function _mw_adminimize_add_settings_page() {
|
757 |
if( current_user_can('switch_themes') ) {
|
758 |
+
add_submenu_page('options-general.php', __('Adminimize Options', 'adminimize'), __('Adminimize', 'adminimize'), 8, __FILE__, '_mw_adminimize_options');
|
759 |
add_filter('plugin_action_links', '_mw_adminimize_filter_plugin_actions', 10, 2);
|
760 |
}
|
761 |
}
|
782 |
}
|
783 |
|
784 |
|
785 |
+
/**
|
786 |
+
* read otpions
|
787 |
+
*/
|
788 |
+
function _mw_adminimize_getOptionValue($key) {
|
789 |
+
|
790 |
+
$adminimizeoptions = get_option('mw_adminimize');
|
791 |
+
return ($adminimizeoptions[$key]);
|
792 |
+
}
|
793 |
+
|
794 |
+
|
795 |
/**
|
796 |
* Update options in database
|
797 |
*/
|
798 |
function _mw_adminimize_update() {
|
799 |
+
global $menu, $submenu, $adminimizeoptions;
|
800 |
+
|
801 |
+
if (isset($_POST['_mw_adminimize_user_info'])) {
|
802 |
+
$adminimizeoptions['_mw_adminimize_user_info'] = strip_tags(stripslashes($_POST['_mw_adminimize_user_info']));
|
803 |
+
} else {
|
804 |
+
$adminimizeoptions['_mw_adminimize_user_info'] = 0;
|
805 |
+
}
|
806 |
+
|
807 |
+
if (isset($_POST['_mw_adminimize_sidebar_wight'])) {
|
808 |
+
$adminimizeoptions['_mw_adminimize_sidebar_wight'] = strip_tags(stripslashes($_POST['_mw_adminimize_sidebar_wight']));
|
809 |
+
} else {
|
810 |
+
$adminimizeoptions['_mw_adminimize_sidebar_wight'] = 0;
|
811 |
+
}
|
812 |
|
813 |
+
if (isset($_POST['_mw_adminimize_footer'])) {
|
814 |
+
$adminimizeoptions['_mw_adminimize_footer'] = strip_tags(stripslashes($_POST['_mw_adminimize_footer']));
|
815 |
+
} else {
|
816 |
+
$adminimizeoptions['_mw_adminimize_footer'] = 0;
|
|
|
|
|
|
|
817 |
}
|
818 |
|
819 |
+
if (isset($_POST['_mw_adminimize_writescroll'])) {
|
820 |
+
$adminimizeoptions['_mw_adminimize_writescroll'] = strip_tags(stripslashes($_POST['_mw_adminimize_writescroll']));
|
821 |
+
} else {
|
822 |
+
$adminimizeoptions['_mw_adminimize_writescroll'] = 0;
|
823 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
824 |
|
825 |
+
if (isset($_POST['_mw_adminimize_tb_window'])) {
|
826 |
+
$adminimizeoptions['_mw_adminimize_tb_window'] = strip_tags(stripslashes($_POST['_mw_adminimize_tb_window']));
|
827 |
+
} else {
|
828 |
+
$adminimizeoptions['_mw_adminimize_tb_window'] = 0;
|
829 |
+
}
|
830 |
+
|
831 |
+
if (isset($_POST['_mw_adminimize_db_redirect'])) {
|
832 |
+
$adminimizeoptions['_mw_adminimize_db_redirect'] = strip_tags(stripslashes($_POST['_mw_adminimize_db_redirect']));
|
833 |
+
} else {
|
834 |
+
$adminimizeoptions['_mw_adminimize_db_redirect'] = 0;
|
835 |
+
}
|
836 |
+
|
837 |
+
if (isset($_POST['_mw_adminimize_ui_redirect'])) {
|
838 |
+
$adminimizeoptions['_mw_adminimize_ui_redirect'] = strip_tags(stripslashes($_POST['_mw_adminimize_ui_redirect']));
|
839 |
+
} else {
|
840 |
+
$adminimizeoptions['_mw_adminimize_ui_redirect'] = 0;
|
841 |
+
}
|
842 |
+
|
843 |
+
if (isset($_POST['_mw_adminimize_advice'])) {
|
844 |
+
$adminimizeoptions['_mw_adminimize_advice'] = strip_tags(stripslashes($_POST['_mw_adminimize_advice']));
|
845 |
+
} else {
|
846 |
+
$adminimizeoptions['_mw_adminimize_advice'] = 0;
|
847 |
+
}
|
848 |
+
|
849 |
+
if (isset($_POST['_mw_adminimize_advice_txt'])) {
|
850 |
+
$adminimizeoptions['_mw_adminimize_advice_txt'] = stripslashes($_POST['_mw_adminimize_advice_txt']);
|
851 |
+
} else {
|
852 |
+
$adminimizeoptions['_mw_adminimize_advice_txt'] = 0;
|
853 |
+
}
|
854 |
+
|
855 |
+
if (isset($_POST['_mw_adminimize_timestamp'])) {
|
856 |
+
$adminimizeoptions['_mw_adminimize_timestamp'] = strip_tags(stripslashes($_POST['_mw_adminimize_timestamp']));
|
857 |
+
} else {
|
858 |
+
$adminimizeoptions['_mw_adminimize_timestamp'] = 0;
|
859 |
+
}
|
860 |
+
|
861 |
+
if (isset($_POST['mw_adminimize_disabled_menu_items'])) {
|
862 |
+
$adminimizeoptions['mw_adminimize_disabled_menu_items'] = $_POST['mw_adminimize_disabled_menu_items'];
|
863 |
+
} else {
|
864 |
+
$adminimizeoptions['mw_adminimize_disabled_menu_items'] = array();
|
865 |
+
}
|
866 |
+
|
867 |
+
if (isset($_POST['mw_adminimize_disabled_submenu_items'])) {
|
868 |
+
$adminimizeoptions['mw_adminimize_disabled_submenu_items'] = $_POST['mw_adminimize_disabled_submenu_items'];
|
869 |
+
} else {
|
870 |
+
$adminimizeoptions['mw_adminimize_disabled_submenu_items'] = array();
|
871 |
+
}
|
872 |
|
873 |
+
if (isset($_POST['mw_adminimize_disabled_menu_adm_items'])) {
|
874 |
+
$adminimizeoptions['mw_adminimize_disabled_menu_adm_items'] = $_POST['mw_adminimize_disabled_menu_adm_items'];
|
875 |
+
} else {
|
876 |
+
$adminimizeoptions['mw_adminimize_disabled_menu_adm_items'] = array();
|
877 |
+
}
|
878 |
+
|
879 |
+
if (isset($_POST['mw_adminimize_disabled_submenu_adm_items'])) {
|
880 |
+
$adminimizeoptions['mw_adminimize_disabled_submenu_adm_items'] = $_POST['mw_adminimize_disabled_submenu_adm_items'];
|
881 |
+
} else {
|
882 |
+
$adminimizeoptions['mw_adminimize_disabled_submenu_adm_items'] = array();
|
883 |
+
}
|
884 |
+
|
885 |
+
if (isset($_POST['mw_adminimize_disabled_metaboxes_post_items'])) {
|
886 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_post_items'] = $_POST['mw_adminimize_disabled_metaboxes_post_items'];
|
887 |
+
} else {
|
888 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_post_items'] = array();
|
889 |
+
}
|
890 |
+
|
891 |
+
if (isset($_POST['mw_adminimize_disabled_metaboxes_page_items'])) {
|
892 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_page_items'] = $_POST['mw_adminimize_disabled_metaboxes_page_items'];
|
893 |
+
} else {
|
894 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_page_items'] = array();
|
895 |
+
}
|
896 |
+
|
897 |
+
if (isset($_POST['mw_adminimize_disabled_metaboxes_post_adm_items'])) {
|
898 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_post_adm_items'] = $_POST['mw_adminimize_disabled_metaboxes_post_adm_items'];
|
899 |
+
} else {
|
900 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_post_adm_items'] = array();
|
901 |
+
}
|
902 |
+
|
903 |
+
if (isset($_POST['mw_adminimize_disabled_metaboxes_page_adm_items'])) {
|
904 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_page_adm_items'] = $_POST['mw_adminimize_disabled_metaboxes_page_adm_items'];
|
905 |
+
} else {
|
906 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_page_adm_items'] = array();
|
907 |
+
}
|
908 |
+
|
909 |
+
update_option('mw_adminimize', $adminimizeoptions);
|
910 |
+
$adminimizeoptions = get_option('mw_adminimize');
|
911 |
+
|
912 |
$myErrors = new _mw_adminimize_message_class();
|
913 |
$myErrors = '<div id="message" class="updated fade"><p>' . $myErrors->get_error('_mw_adminimize_update') . '</p></div>';
|
914 |
echo $myErrors;
|
919 |
* Delete options in database
|
920 |
*/
|
921 |
function _mw_adminimize_deinstall() {
|
922 |
+
|
923 |
+
delete_option('mw_adminimize');
|
924 |
|
925 |
delete_option('_mw_adminimize_sidebar_wight');
|
926 |
delete_option('_mw_adminimize_user_info');
|
946 |
delete_option('mw_adminimize_disabled_metaboxes_page');
|
947 |
delete_option('mw_adminimize_disabled_metaboxes_post_adm');
|
948 |
delete_option('mw_adminimize_disabled_metaboxes_page_adm');
|
|
|
|
|
949 |
}
|
950 |
|
951 |
|
953 |
* Install options in database
|
954 |
*/
|
955 |
function _mw_adminimize_install() {
|
956 |
+
global $menu, $submenu;
|
957 |
|
958 |
+
$adminimizeoptions = array();
|
959 |
+
|
960 |
+
$adminimizeoptions['mw_adminimize_disabled_menu_items'] = array();
|
961 |
+
$adminimizeoptions['mw_adminimize_disabled_submenu_items'] = array();
|
962 |
+
$adminimizeoptions['mw_adminimize_disabled_menu_adm_items'] = array();
|
963 |
+
$adminimizeoptions['mw_adminimize_disabled_submenu_adm_items'] = array();
|
964 |
+
|
965 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_post_items'] = array();
|
966 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_page_items'] = array();
|
967 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_post_adm_items'] = array();
|
968 |
+
$adminimizeoptions['mw_adminimize_disabled_metaboxes_page_adm_items'] = array();
|
969 |
+
|
970 |
+
$adminimizeoptions['mw_adminimize_default_menu'] = $menu;
|
971 |
+
$adminimizeoptions['mw_adminimize_default_submenu'] = $submenu;
|
972 |
+
|
973 |
+
add_option('mw_adminimize', $adminimizeoptions);
|
974 |
}
|
975 |
?>
|
adminimize_page.php
CHANGED
@@ -3,12 +3,15 @@
|
|
3 |
* options-page in wp-admin
|
4 |
*/
|
5 |
function _mw_adminimize_options() {
|
6 |
-
|
|
|
|
|
|
|
7 |
// update options
|
8 |
if ( ($_POST['_mw_adminimize_action'] == '_mw_adminimize_insert') && $_POST['_mw_adminimize_save'] ) {
|
9 |
|
10 |
if ( function_exists('current_user_can') && current_user_can('edit_plugins') ) {
|
11 |
-
check_admin_referer(
|
12 |
|
13 |
_mw_adminimize_update();
|
14 |
|
@@ -29,7 +32,7 @@ function _mw_adminimize_options() {
|
|
29 |
if ( ($_POST['_mw_adminimize_action'] == '_mw_adminimize_deinstall') && $_POST['_mw_adminimize_deinstall'] && ($_POST['_mw_adminimize_deinstall_yes'] == '_mw_adminimize_deinstall') ) {
|
30 |
|
31 |
if ( function_exists('current_user_can') && current_user_can('edit_plugins') ) {
|
32 |
-
check_admin_referer(
|
33 |
|
34 |
_mw_adminimize_deinstall();
|
35 |
|
@@ -45,7 +48,7 @@ function _mw_adminimize_options() {
|
|
45 |
|
46 |
if ( ($_POST['_mw_adminimize_action'] == '_mw_adminimize_set_theme') && $_POST['_mw_adminimize_save'] ) {
|
47 |
if ( function_exists('current_user_can') && current_user_can('edit_users') ) {
|
48 |
-
check_admin_referer(
|
49 |
|
50 |
_mw_adminimize_set_theme();
|
51 |
|
@@ -65,16 +68,16 @@ function _mw_adminimize_options() {
|
|
65 |
<br class="clear" />
|
66 |
<div id="poststuff" class="dlm">
|
67 |
<div class="postbox closed" >
|
68 |
-
<h3><?php _e('Backend
|
69 |
<div class="inside">
|
70 |
|
71 |
-
<form name="backend_option" method="post" id="_mw_adminimize_options" action="
|
72 |
-
<?php
|
73 |
<br class="clear" />
|
74 |
<table summary="config" class="widefat">
|
75 |
<thead>
|
76 |
<tr>
|
77 |
-
<th><?php _e('Backend
|
78 |
<th> </th>
|
79 |
</tr>
|
80 |
</thead>
|
@@ -82,95 +85,96 @@ function _mw_adminimize_options() {
|
|
82 |
<tr valign="top">
|
83 |
<td><?php _e('Sidebar Width', 'adminimize'); ?></td>
|
84 |
<td>
|
85 |
-
<?php $_mw_adminimize_sidebar_wight =
|
86 |
<select name="_mw_adminimize_sidebar_wight">
|
87 |
-
<option value="0"<?php if ($_mw_adminimize_sidebar_wight == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
88 |
<option value="300"<?php if ($_mw_adminimize_sidebar_wight == '300') { echo ' selected="selected"'; } ?>>300px</option>
|
89 |
<option value="400"<?php if ($_mw_adminimize_sidebar_wight == '400') { echo ' selected="selected"'; } ?>>400px</option>
|
90 |
<option value="20"<?php if ($_mw_adminimize_sidebar_wight == '20') { echo ' selected="selected"'; } ?>>20%</option>
|
91 |
<option value="30"<?php if ($_mw_adminimize_sidebar_wight == '30') { echo ' selected="selected"'; } ?>>30%</option>
|
92 |
-
</select> <?php _e('
|
93 |
</td>
|
94 |
</tr>
|
95 |
<tr valign="top">
|
96 |
<td><?php _e('User-Info', 'adminimize'); ?></td>
|
97 |
<td>
|
98 |
-
<?php $_mw_adminimize_user_info =
|
99 |
<select name="_mw_adminimize_user_info">
|
100 |
-
<option value="0"<?php if ($_mw_adminimize_user_info == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
101 |
-
<option value="1"<?php if ($_mw_adminimize_user_info == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
102 |
-
<option value="2"<?php if ($_mw_adminimize_user_info == '2') { echo ' selected="selected"'; } ?>><?php _e('
|
103 |
-
|
|
|
104 |
</td>
|
105 |
</tr>
|
106 |
-
<?php if ($_mw_adminimize_user_info
|
107 |
<tr valign="top">
|
108 |
-
<td><?php _e('User
|
109 |
<td>
|
110 |
-
<?php $_mw_adminimize_ui_redirect =
|
111 |
<select name="_mw_adminimize_ui_redirect" <?php echo $disabled_item ?>>
|
112 |
-
<option value="0"<?php if ($_mw_adminimize_ui_redirect == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
113 |
-
<option value="1"<?php if ($_mw_adminimize_ui_redirect == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
114 |
-
</select> <?php _e('
|
115 |
</td>
|
116 |
</tr>
|
117 |
<tr valign="top">
|
118 |
<td><?php _e('Footer', 'adminimize'); ?></td>
|
119 |
<td>
|
120 |
-
<?php $_mw_adminimize_footer =
|
121 |
<select name="_mw_adminimize_footer">
|
122 |
-
<option value="0"<?php if ($_mw_adminimize_footer == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
123 |
-
<option value="1"<?php if ($_mw_adminimize_footer == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
124 |
-
</select> <?php _e('
|
125 |
</td>
|
126 |
</tr>
|
127 |
<tr valign="top">
|
128 |
<td><?php _e('WriteScroll', 'adminimize'); ?></td>
|
129 |
<td>
|
130 |
-
<?php $_mw_adminimize_writescroll =
|
131 |
<select name="_mw_adminimize_writescroll">
|
132 |
-
<option value="0"<?php if ($_mw_adminimize_writescroll == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
133 |
-
<option value="1"<?php if ($_mw_adminimize_writescroll == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
134 |
-
</select> <?php _e('
|
135 |
</td>
|
136 |
</tr>
|
137 |
<tr valign="top">
|
138 |
<td><?php _e('Timestamp', 'adminimize'); ?></td>
|
139 |
<td>
|
140 |
-
<?php $_mw_adminimize_timestamp =
|
141 |
<select name="_mw_adminimize_timestamp">
|
142 |
-
<option value="0"<?php if ($_mw_adminimize_timestamp == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
143 |
-
<option value="1"<?php if ($_mw_adminimize_timestamp == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
144 |
-
</select> <?php _e('
|
145 |
</td>
|
146 |
</tr>
|
147 |
<tr valign="top">
|
148 |
<td><?php _e('Thickbox FullScreen', 'adminimize'); ?></td>
|
149 |
<td>
|
150 |
-
<?php $_mw_adminimize_tb_window =
|
151 |
<select name="_mw_adminimize_tb_window">
|
152 |
-
<option value="0"<?php if ($_mw_adminimize_tb_window == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
153 |
-
<option value="1"<?php if ($_mw_adminimize_tb_window == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
154 |
-
</select> <?php _e('
|
155 |
</td>
|
156 |
</tr>
|
157 |
<tr valign="top">
|
158 |
-
<td><?php _e('
|
159 |
<td>
|
160 |
-
<?php $_mw_adminimize_advice =
|
161 |
<select name="_mw_adminimize_advice">
|
162 |
-
<option value="0"<?php if ($_mw_adminimize_advice == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
163 |
-
<option value="1"<?php if ($_mw_adminimize_advice == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
164 |
</select>
|
165 |
-
<textarea style="width: 85%;" class="code" rows="1" cols="60" name="_mw_adminimize_advice_txt" id="_mw_adminimize_advice_txt" ><?php echo htmlspecialchars(stripslashes(
|
166 |
</td>
|
167 |
</tr>
|
168 |
<?php
|
169 |
// when remove dashboard
|
170 |
-
$disabled_menu =
|
171 |
-
$disabled_submenu =
|
172 |
-
$disabled_menu_adm =
|
173 |
-
$disabled_submenu_adm =
|
174 |
|
175 |
if ($disabled_menu != '') {
|
176 |
if ( in_array('index.php', $disabled_menu) ||
|
@@ -180,17 +184,17 @@ function _mw_adminimize_options() {
|
|
180 |
) {
|
181 |
?>
|
182 |
<tr valign="top" class="form-invalid">
|
183 |
-
<td><?php _e('Dashboard
|
184 |
<td>
|
185 |
-
<?php $_mw_adminimize_db_redirect =
|
186 |
<select name="_mw_adminimize_db_redirect">
|
187 |
-
<option value="0"<?php if ($_mw_adminimize_db_redirect == '0') { echo ' selected="selected"'; } ?>><?php _e('
|
188 |
-
<option value="1"<?php if ($_mw_adminimize_db_redirect == '1') { echo ' selected="selected"'; } ?>><?php _e('
|
189 |
-
<option value="2"<?php if ($_mw_adminimize_db_redirect == '2') { echo ' selected="selected"'; } ?>><?php _e('
|
190 |
-
<option value="3"<?php if ($_mw_adminimize_db_redirect == '3') { echo ' selected="selected"'; } ?>><?php _e('
|
191 |
-
<option value="4"<?php if ($_mw_adminimize_db_redirect == '4') { echo ' selected="selected"'; } ?>><?php _e('
|
192 |
-
<option value="5"<?php if ($_mw_adminimize_db_redirect == '5') { echo ' selected="selected"'; } ?>><?php _e('
|
193 |
-
</select> <?php _e('
|
194 |
</td>
|
195 |
</tr>
|
196 |
<?php
|
@@ -200,7 +204,7 @@ function _mw_adminimize_options() {
|
|
200 |
</tbody>
|
201 |
</table>
|
202 |
<p id="submitbutton">
|
203 |
-
<input class="button" type="submit" name="_mw_adminimize_save" value="<?php _e('
|
204 |
</p>
|
205 |
|
206 |
</div>
|
@@ -209,31 +213,27 @@ function _mw_adminimize_options() {
|
|
209 |
|
210 |
<div id="poststuff" class="dlm">
|
211 |
<div class="postbox closed" >
|
212 |
-
<h3 id="config_menu"><?php _e('Menu
|
213 |
<div class="inside">
|
214 |
<br class="clear" />
|
215 |
<table summary="config_menu" class="widefat">
|
216 |
<thead>
|
217 |
<tr>
|
218 |
-
<th><?php _e('Menu
|
219 |
-
<th><?php _e('
|
220 |
-
<th><?php _e('
|
221 |
</tr>
|
222 |
</thead>
|
223 |
<tbody>
|
224 |
<?php
|
225 |
-
$menu
|
226 |
-
$submenu
|
227 |
-
|
228 |
-
$
|
229 |
-
$
|
230 |
-
$
|
231 |
-
|
232 |
-
|
233 |
-
$disabled_metaboxes_page = get_option('mw_adminimize_disabled_metaboxes_page');
|
234 |
-
$disabled_metaboxes_post_adm = get_option('mw_adminimize_disabled_metaboxes_post_adm');
|
235 |
-
$disabled_metaboxes_page_adm = get_option('mw_adminimize_disabled_metaboxes_page_adm');
|
236 |
-
|
237 |
$metaboxes = array(
|
238 |
'#pageslugdiv',
|
239 |
'#tagsdiv,#tagsdivsb',
|
@@ -258,23 +258,27 @@ function _mw_adminimize_options() {
|
|
258 |
array_push($metaboxes, '#textcontroldiv');
|
259 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
260 |
array_push($metaboxes, '#htmlspecialchars');
|
|
|
|
|
|
|
|
|
261 |
|
262 |
$metaboxes_names = array(
|
263 |
__('Permalink', 'adminimize'),
|
264 |
__('Tags', 'adminimize'),
|
265 |
-
__('
|
266 |
-
__('
|
267 |
-
__('
|
268 |
__('Trackbacks', 'adminimize'),
|
269 |
-
__('
|
270 |
-
__('
|
271 |
-
__('
|
272 |
-
__('
|
273 |
__('Post Revisions', 'adminimize'),
|
274 |
-
__('
|
275 |
-
__('
|
276 |
-
__('h2:
|
277 |
-
__('Media Buttons (
|
278 |
);
|
279 |
|
280 |
if (class_exists('SimpleTagsAdmin'))
|
@@ -283,6 +287,10 @@ function _mw_adminimize_options() {
|
|
283 |
array_push($metaboxes_names, __('Text Control'));
|
284 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
285 |
array_push($metaboxes_names, __('HTML Special Characters'));
|
|
|
|
|
|
|
|
|
286 |
|
287 |
$metaboxes_page = array(
|
288 |
'#pageslugdiv',
|
@@ -304,27 +312,35 @@ function _mw_adminimize_options() {
|
|
304 |
array_push($metaboxes_page, '#suggestedtags');
|
305 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
306 |
array_push($metaboxes_page, '#htmlspecialchars');
|
|
|
|
|
|
|
|
|
307 |
|
308 |
$metaboxes_names_page = array(
|
309 |
__('Permalink', 'adminimize'),
|
310 |
-
__('
|
311 |
-
__('
|
312 |
-
__('
|
313 |
-
__('
|
314 |
-
__('
|
315 |
-
__('
|
316 |
-
__('
|
317 |
__('Page Revisions', 'adminimize'),
|
318 |
-
__('
|
319 |
-
__('
|
320 |
-
__('h2:
|
321 |
-
__('Media Buttons (
|
322 |
);
|
323 |
|
324 |
if (class_exists('SimpleTagsAdmin'))
|
325 |
array_push($metaboxes_names_page, __('Suggested tags from', 'adminimize'));
|
326 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
327 |
array_push($metaboxes_names_page, __('HTML Special Characters'));
|
|
|
|
|
|
|
|
|
328 |
|
329 |
// print menu, submenu
|
330 |
if ($menu != '') {
|
@@ -390,9 +406,9 @@ function _mw_adminimize_options() {
|
|
390 |
$x++;
|
391 |
}
|
392 |
echo '<tr>' . "\n";
|
393 |
-
echo '<th>' . __('
|
394 |
-
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_menu" onClick="toggleCheckboxes_menu();"><a id="atoggleCheckboxes_menu" href="javascript:toggleCheckboxes_menu();"> ' . __('
|
395 |
-
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_menuadm" onClick="toggleCheckboxes_menuadm();"><a id="atoggleCheckboxes_menuadm" href="javascript:toggleCheckboxes_menuadm();"> ' . __('
|
396 |
echo '</tr>' . "\n";
|
397 |
|
398 |
} else {
|
@@ -403,7 +419,7 @@ function _mw_adminimize_options() {
|
|
403 |
</tbody>
|
404 |
</table>
|
405 |
<p id="submitbutton">
|
406 |
-
<input class="button" type="submit" name="_mw_adminimize_save" value="<?php _e('
|
407 |
</p>
|
408 |
|
409 |
</div>
|
@@ -412,14 +428,14 @@ function _mw_adminimize_options() {
|
|
412 |
|
413 |
<div id="poststuff" class="dlm">
|
414 |
<div class="postbox closed" >
|
415 |
-
<h3 id="config_edit"><?php _e('
|
416 |
<div class="inside">
|
417 |
<br class="clear" />
|
418 |
<table summary="config_edit" class="widefat">
|
419 |
<thead>
|
420 |
<tr>
|
421 |
-
<th><?php _e('
|
422 |
-
<th><?php _e('
|
423 |
</tr>
|
424 |
</thead>
|
425 |
|
@@ -430,8 +446,8 @@ function _mw_adminimize_options() {
|
|
430 |
<thead>
|
431 |
<tr>
|
432 |
<th> </th>
|
433 |
-
<th><?php _e('< Admin (
|
434 |
-
<th><?php _e('Admin (
|
435 |
</tr>
|
436 |
</thead>
|
437 |
|
@@ -451,10 +467,10 @@ function _mw_adminimize_options() {
|
|
451 |
}
|
452 |
?>
|
453 |
<tr>
|
454 |
-
<th><?php _e('
|
455 |
<?php
|
456 |
-
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_post" onClick="toggleCheckboxes_post();"><a id="atoggleCheckboxes_post" href="javascript:toggleCheckboxes_post();"> ' . __('
|
457 |
-
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_postadm" onClick="toggleCheckboxes_postadm();"><a id="atoggleCheckboxes_postadm" href="javascript:toggleCheckboxes_postadm();"> ' . __('
|
458 |
?>
|
459 |
</tr>
|
460 |
</tbody>
|
@@ -465,8 +481,8 @@ function _mw_adminimize_options() {
|
|
465 |
<thead>
|
466 |
<tr>
|
467 |
<th> </th>
|
468 |
-
<th><?php _e('< Admin (
|
469 |
-
<th><?php _e('Admin (
|
470 |
</tr>
|
471 |
</thead>
|
472 |
|
@@ -486,10 +502,10 @@ function _mw_adminimize_options() {
|
|
486 |
}
|
487 |
?>
|
488 |
<tr>
|
489 |
-
<th><?php _e('
|
490 |
<?php
|
491 |
-
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_page" onClick="toggleCheckboxes_page();"><a id="atoggleCheckboxes_page" href="javascript:toggleCheckboxes_page();"> ' . __('
|
492 |
-
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_pageadm" onClick="toggleCheckboxes_pageadm();"><a id="atoggleCheckboxes_pageadm" href="javascript:toggleCheckboxes_pageadm();"> ' . __('
|
493 |
?>
|
494 |
</tr>
|
495 |
</tbody>
|
@@ -501,7 +517,7 @@ function _mw_adminimize_options() {
|
|
501 |
|
502 |
<p id="submitbutton">
|
503 |
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
|
504 |
-
<input class="button" type="submit" name="_mw_adminimize_save" value="<?php _e('
|
505 |
</p>
|
506 |
</form>
|
507 |
|
@@ -511,27 +527,25 @@ function _mw_adminimize_options() {
|
|
511 |
|
512 |
<div id="poststuff" class="dlm">
|
513 |
<div class="postbox closed" >
|
514 |
-
<h3 id="set_theme"><?php _e('Theme
|
515 |
<div class="inside">
|
516 |
<br class="clear" />
|
517 |
-
<form name="set_theme" method="post" id="_mw_adminimize_set_theme" action="
|
518 |
-
<?php
|
519 |
<table class="widefat">
|
520 |
<thead>
|
521 |
<tr class="thead">
|
522 |
<th> </th>
|
523 |
<th class="num"><?php _e('User-ID') ?></th>
|
524 |
-
<th><?php _e('
|
525 |
-
<th><?php _e('
|
526 |
-
<th><?php _e('
|
527 |
<th><?php _e('User Level') ?></th>
|
528 |
-
<th><?php _e('
|
529 |
</tr>
|
530 |
</thead>
|
531 |
<tbody id="users" class="list:user user-list">
|
532 |
<?php
|
533 |
-
global $wpdb, $_wp_admin_css_colors;;
|
534 |
-
|
535 |
$wp_user_search = $wpdb->get_results("SELECT ID, user_login, display_name FROM $wpdb->users ORDER BY ID");
|
536 |
|
537 |
$style = '';
|
@@ -579,8 +593,7 @@ function _mw_adminimize_options() {
|
|
579 |
</table>
|
580 |
<p id="submitbutton">
|
581 |
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_set_theme" />
|
582 |
-
<input
|
583 |
-
<input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
584 |
</p>
|
585 |
</form>
|
586 |
|
@@ -590,16 +603,16 @@ function _mw_adminimize_options() {
|
|
590 |
|
591 |
<div id="poststuff" class="dlm">
|
592 |
<div class="postbox closed" >
|
593 |
-
<h3 id="uninstall"><?php _e('
|
594 |
<div class="inside">
|
595 |
|
596 |
-
<p><?php _e('
|
597 |
-
<form name="
|
598 |
-
<?php
|
599 |
-
<p id="submitbutton>
|
|
|
|
|
600 |
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_deinstall" />
|
601 |
-
<input class="button-secondary" type="submit" name="_mw_adminimize_deinstall" value="<?php _e('Einstellungen löschen', 'adminimize'); ?> »" />
|
602 |
-
<input name="_mw_adminimize_deinstall_yes" value="_mw_adminimize_deinstall" type="checkbox" />
|
603 |
</p>
|
604 |
</form>
|
605 |
|
@@ -609,11 +622,11 @@ function _mw_adminimize_options() {
|
|
609 |
|
610 |
<div id="poststuff" class="dlm">
|
611 |
<div class="postbox closed" >
|
612 |
-
<h3 id="uninstall"><?php _e('
|
613 |
<div class="inside">
|
614 |
|
615 |
-
<p><?php _e('
|
616 |
-
|
617 |
</div>
|
618 |
</div>
|
619 |
</div>
|
@@ -628,6 +641,7 @@ function _mw_adminimize_options() {
|
|
628 |
});
|
629 |
//-->
|
630 |
</script>
|
|
|
631 |
</div>
|
632 |
<?php
|
633 |
}
|
3 |
* options-page in wp-admin
|
4 |
*/
|
5 |
function _mw_adminimize_options() {
|
6 |
+
global $wpdb, $_wp_admin_css_colors;
|
7 |
+
|
8 |
+
_mw_adminimize_user_info == '';
|
9 |
+
|
10 |
// update options
|
11 |
if ( ($_POST['_mw_adminimize_action'] == '_mw_adminimize_insert') && $_POST['_mw_adminimize_save'] ) {
|
12 |
|
13 |
if ( function_exists('current_user_can') && current_user_can('edit_plugins') ) {
|
14 |
+
check_admin_referer('mw_adminimize_nonce');
|
15 |
|
16 |
_mw_adminimize_update();
|
17 |
|
32 |
if ( ($_POST['_mw_adminimize_action'] == '_mw_adminimize_deinstall') && $_POST['_mw_adminimize_deinstall'] && ($_POST['_mw_adminimize_deinstall_yes'] == '_mw_adminimize_deinstall') ) {
|
33 |
|
34 |
if ( function_exists('current_user_can') && current_user_can('edit_plugins') ) {
|
35 |
+
check_admin_referer('mw_adminimize_nonce');
|
36 |
|
37 |
_mw_adminimize_deinstall();
|
38 |
|
48 |
|
49 |
if ( ($_POST['_mw_adminimize_action'] == '_mw_adminimize_set_theme') && $_POST['_mw_adminimize_save'] ) {
|
50 |
if ( function_exists('current_user_can') && current_user_can('edit_users') ) {
|
51 |
+
check_admin_referer('mw_adminimize_nonce');
|
52 |
|
53 |
_mw_adminimize_set_theme();
|
54 |
|
68 |
<br class="clear" />
|
69 |
<div id="poststuff" class="dlm">
|
70 |
<div class="postbox closed" >
|
71 |
+
<h3><?php _e('Backend options', 'adminimize'); ?></h3>
|
72 |
<div class="inside">
|
73 |
|
74 |
+
<form name="backend_option" method="post" id="_mw_adminimize_options" action="?page=<?php echo $_GET['page'];?>" >
|
75 |
+
<?php wp_nonce_field('mw_adminimize_nonce'); ?>
|
76 |
<br class="clear" />
|
77 |
<table summary="config" class="widefat">
|
78 |
<thead>
|
79 |
<tr>
|
80 |
+
<th><?php _e('Backend options', 'adminimize'); ?></th>
|
81 |
<th> </th>
|
82 |
</tr>
|
83 |
</thead>
|
85 |
<tr valign="top">
|
86 |
<td><?php _e('Sidebar Width', 'adminimize'); ?></td>
|
87 |
<td>
|
88 |
+
<?php $_mw_adminimize_sidebar_wight = _mw_adminimize_getOptionValue('_mw_adminimize_sidebar_wight'); ?>
|
89 |
<select name="_mw_adminimize_sidebar_wight">
|
90 |
+
<option value="0"<?php if ($_mw_adminimize_sidebar_wight == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
91 |
<option value="300"<?php if ($_mw_adminimize_sidebar_wight == '300') { echo ' selected="selected"'; } ?>>300px</option>
|
92 |
<option value="400"<?php if ($_mw_adminimize_sidebar_wight == '400') { echo ' selected="selected"'; } ?>>400px</option>
|
93 |
<option value="20"<?php if ($_mw_adminimize_sidebar_wight == '20') { echo ' selected="selected"'; } ?>>20%</option>
|
94 |
<option value="30"<?php if ($_mw_adminimize_sidebar_wight == '30') { echo ' selected="selected"'; } ?>>30%</option>
|
95 |
+
</select> <?php _e('The sidebar on the right side in the area <em>Edit</em> is configurable. Default is 200 pixel in the WordPress Theme <em>Classic</em> and <em>Fresh</em>', 'adminimize'); ?>
|
96 |
</td>
|
97 |
</tr>
|
98 |
<tr valign="top">
|
99 |
<td><?php _e('User-Info', 'adminimize'); ?></td>
|
100 |
<td>
|
101 |
+
<?php $_mw_adminimize_user_info = _mw_adminimize_getOptionValue('_mw_adminimize_user_info'); ?>
|
102 |
<select name="_mw_adminimize_user_info">
|
103 |
+
<option value="0"<?php if ($_mw_adminimize_user_info == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
104 |
+
<option value="1"<?php if ($_mw_adminimize_user_info == '1') { echo ' selected="selected"'; } ?>><?php _e('Hide', 'adminimize'); ?></option>
|
105 |
+
<option value="2"<?php if ($_mw_adminimize_user_info == '2') { echo ' selected="selected"'; } ?>><?php _e('Only logout', 'adminimize'); ?></option>
|
106 |
+
<option value="3"<?php if ($_mw_adminimize_user_info == '3') { echo ' selected="selected"'; } ?>><?php _e('User & Logout', 'adminimize'); ?></option>
|
107 |
+
</select> <?php _e('The "User-Info-area" is on the top right side of the backend. You can hide or reduced show.', 'adminimize'); ?>
|
108 |
</td>
|
109 |
</tr>
|
110 |
+
<?php if ( ($_mw_adminimize_user_info == '') || ($_mw_adminimize_user_info == '1') || ($_mw_adminimize_user_info == '0') ) $disabled_item = ' disabled="disabled"' ?>
|
111 |
<tr valign="top">
|
112 |
+
<td><?php _e('Change User-Info, redirect to', 'adminimize'); ?></td>
|
113 |
<td>
|
114 |
+
<?php $_mw_adminimize_ui_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_ui_redirect'); ?>
|
115 |
<select name="_mw_adminimize_ui_redirect" <?php echo $disabled_item ?>>
|
116 |
+
<option value="0"<?php if ($_mw_adminimize_ui_redirect == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
117 |
+
<option value="1"<?php if ($_mw_adminimize_ui_redirect == '1') { echo ' selected="selected"'; } ?>><?php _e('Frontpage of the Blog', 'adminimize'); ?>
|
118 |
+
</select> <?php _e('When the "User-Info-area" change it, then it is possible to change the redirect.', 'adminimize'); ?>
|
119 |
</td>
|
120 |
</tr>
|
121 |
<tr valign="top">
|
122 |
<td><?php _e('Footer', 'adminimize'); ?></td>
|
123 |
<td>
|
124 |
+
<?php $_mw_adminimize_footer = _mw_adminimize_getOptionValue('_mw_adminimize_footer'); ?>
|
125 |
<select name="_mw_adminimize_footer">
|
126 |
+
<option value="0"<?php if ($_mw_adminimize_footer == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
127 |
+
<option value="1"<?php if ($_mw_adminimize_footer == '1') { echo ' selected="selected"'; } ?>><?php _e('Hide', 'adminimize'); ?></option>
|
128 |
+
</select> <?php _e('The Footer-area kann hide, include all links and details.', 'adminimize'); ?>
|
129 |
</td>
|
130 |
</tr>
|
131 |
<tr valign="top">
|
132 |
<td><?php _e('WriteScroll', 'adminimize'); ?></td>
|
133 |
<td>
|
134 |
+
<?php $_mw_adminimize_writescroll = _mw_adminimize_getOptionValue('_mw_adminimize_writescroll'); ?>
|
135 |
<select name="_mw_adminimize_writescroll">
|
136 |
+
<option value="0"<?php if ($_mw_adminimize_writescroll == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
137 |
+
<option value="1"<?php if ($_mw_adminimize_writescroll == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', 'adminimize'); ?></option>
|
138 |
+
</select> <?php _e('With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page.', 'adminimize'); ?>
|
139 |
</td>
|
140 |
</tr>
|
141 |
<tr valign="top">
|
142 |
<td><?php _e('Timestamp', 'adminimize'); ?></td>
|
143 |
<td>
|
144 |
+
<?php $_mw_adminimize_timestamp = _mw_adminimize_getOptionValue('_mw_adminimize_timestamp'); ?>
|
145 |
<select name="_mw_adminimize_timestamp">
|
146 |
+
<option value="0"<?php if ($_mw_adminimize_timestamp == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
147 |
+
<option value="1"<?php if ($_mw_adminimize_timestamp == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', 'adminimize'); ?></option>
|
148 |
+
</select> <?php _e('Opens the post timestamp editing fields without you having to click the "Edit" link every time.', 'adminimize'); ?>
|
149 |
</td>
|
150 |
</tr>
|
151 |
<tr valign="top">
|
152 |
<td><?php _e('Thickbox FullScreen', 'adminimize'); ?></td>
|
153 |
<td>
|
154 |
+
<?php $_mw_adminimize_tb_window = _mw_adminimize_getOptionValue('_mw_adminimize_tb_window'); ?>
|
155 |
<select name="_mw_adminimize_tb_window">
|
156 |
+
<option value="0"<?php if ($_mw_adminimize_tb_window == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
157 |
+
<option value="1"<?php if ($_mw_adminimize_tb_window == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', 'adminimize'); ?></option>
|
158 |
+
</select> <?php _e('All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files.', 'adminimize'); ?>
|
159 |
</td>
|
160 |
</tr>
|
161 |
<tr valign="top">
|
162 |
+
<td><?php _e('Advice in Footer', 'adminimize'); ?></td>
|
163 |
<td>
|
164 |
+
<?php $_mw_adminimize_advice = _mw_adminimize_getOptionValue('_mw_adminimize_advice'); ?>
|
165 |
<select name="_mw_adminimize_advice">
|
166 |
+
<option value="0"<?php if ($_mw_adminimize_advice == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?></option>
|
167 |
+
<option value="1"<?php if ($_mw_adminimize_advice == '1') { echo ' selected="selected"'; } ?>><?php _e('Activate', 'adminimize'); ?></option>
|
168 |
</select>
|
169 |
+
<textarea style="width: 85%;" class="code" rows="1" cols="60" name="_mw_adminimize_advice_txt" id="_mw_adminimize_advice_txt" ><?php echo htmlspecialchars(stripslashes(_mw_adminimize_getOptionValue('_mw_adminimize_advice_txt'))); ?></textarea><br /><?php _e('In the Footer kann you display a advice for change the Default-design, (x)HTML is possible.', 'adminimize'); ?>
|
170 |
</td>
|
171 |
</tr>
|
172 |
<?php
|
173 |
// when remove dashboard
|
174 |
+
$disabled_menu = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_items');
|
175 |
+
$disabled_submenu = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_items');
|
176 |
+
$disabled_menu_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_menu_adm_items');
|
177 |
+
$disabled_submenu_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_submenu_adm_items');
|
178 |
|
179 |
if ($disabled_menu != '') {
|
180 |
if ( in_array('index.php', $disabled_menu) ||
|
184 |
) {
|
185 |
?>
|
186 |
<tr valign="top" class="form-invalid">
|
187 |
+
<td><?php _e('Dashboard deaktivate, redirect to', 'adminimize'); ?></td>
|
188 |
<td>
|
189 |
+
<?php $_mw_adminimize_db_redirect = _mw_adminimize_getOptionValue('_mw_adminimize_db_redirect'); ?>
|
190 |
<select name="_mw_adminimize_db_redirect">
|
191 |
+
<option value="0"<?php if ($_mw_adminimize_db_redirect == '0') { echo ' selected="selected"'; } ?>><?php _e('Default', 'adminimize'); ?> (profile.php)</option>
|
192 |
+
<option value="1"<?php if ($_mw_adminimize_db_redirect == '1') { echo ' selected="selected"'; } ?>><?php _e('Manage Posts', 'adminimize'); ?> (edit.php)</option>
|
193 |
+
<option value="2"<?php if ($_mw_adminimize_db_redirect == '2') { echo ' selected="selected"'; } ?>><?php _e('Manage Pages', 'adminimize'); ?> (edit-pages.php)</option>
|
194 |
+
<option value="3"<?php if ($_mw_adminimize_db_redirect == '3') { echo ' selected="selected"'; } ?>><?php _e('Write Post', 'adminimize'); ?> (post-new.php)</option>
|
195 |
+
<option value="4"<?php if ($_mw_adminimize_db_redirect == '4') { echo ' selected="selected"'; } ?>><?php _e('Write Page', 'adminimize'); ?> (page-new.php)</option>
|
196 |
+
<option value="5"<?php if ($_mw_adminimize_db_redirect == '5') { echo ' selected="selected"'; } ?>><?php _e('Comments', 'adminimize'); ?> (edit-comments.php)</option>
|
197 |
+
</select> <?php _e('You have deaktivate the Dashboard, please select a page for redirect?', 'adminimize'); ?>
|
198 |
</td>
|
199 |
</tr>
|
200 |
<?php
|
204 |
</tbody>
|
205 |
</table>
|
206 |
<p id="submitbutton">
|
207 |
+
<input class="button" type="submit" name="_mw_adminimize_save" value="<?php _e('Update options', 'adminimize'); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
208 |
</p>
|
209 |
|
210 |
</div>
|
213 |
|
214 |
<div id="poststuff" class="dlm">
|
215 |
<div class="postbox closed" >
|
216 |
+
<h3 id="config_menu"><?php _e('Menu Options', 'adminimize'); ?></h3>
|
217 |
<div class="inside">
|
218 |
<br class="clear" />
|
219 |
<table summary="config_menu" class="widefat">
|
220 |
<thead>
|
221 |
<tr>
|
222 |
+
<th><?php _e('Menu options - Menu, <span style=\"font-weight: 400;\">Submenu</span>', 'adminimize'); ?></th>
|
223 |
+
<th><?php _e('Deactivate < User Level 10 (Admin)', 'adminimize'); ?></th>
|
224 |
+
<th><?php _e('Deactivate for Admin\'s', 'adminimize'); ?></th>
|
225 |
</tr>
|
226 |
</thead>
|
227 |
<tbody>
|
228 |
<?php
|
229 |
+
$menu = _mw_adminimize_getOptionValue('mw_adminimize_default_menu');
|
230 |
+
$submenu = _mw_adminimize_getOptionValue('mw_adminimize_default_submenu');
|
231 |
+
|
232 |
+
$disabled_metaboxes_post = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_items');
|
233 |
+
$disabled_metaboxes_page = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_items');
|
234 |
+
$disabled_metaboxes_post_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_post_adm_items');
|
235 |
+
$disabled_metaboxes_page_adm = _mw_adminimize_getOptionValue('mw_adminimize_disabled_metaboxes_page_adm_items');
|
236 |
+
|
|
|
|
|
|
|
|
|
237 |
$metaboxes = array(
|
238 |
'#pageslugdiv',
|
239 |
'#tagsdiv,#tagsdivsb',
|
258 |
array_push($metaboxes, '#textcontroldiv');
|
259 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
260 |
array_push($metaboxes, '#htmlspecialchars');
|
261 |
+
if (class_exists('All_in_One_SEO_Pack'))
|
262 |
+
array_push($metaboxes, '#postaiosp');
|
263 |
+
if (function_exists('tdomf_edit_post_panel_admin_head'))
|
264 |
+
array_push($metaboxes, '#tdomf');
|
265 |
|
266 |
$metaboxes_names = array(
|
267 |
__('Permalink', 'adminimize'),
|
268 |
__('Tags', 'adminimize'),
|
269 |
+
__('Categories', 'adminimize'),
|
270 |
+
__('Add New Category', 'adminimize'),
|
271 |
+
__('Excerpt', 'adminimize'),
|
272 |
__('Trackbacks', 'adminimize'),
|
273 |
+
__('Custom Fields', 'adminimize'),
|
274 |
+
__('Comments & Pings', 'adminimize'),
|
275 |
+
__('Password Protect This Post', 'adminimize'),
|
276 |
+
__('Post Author', 'adminimize'),
|
277 |
__('Post Revisions', 'adminimize'),
|
278 |
+
__('Related, Shortcuts', 'adminimize'),
|
279 |
+
__('Messenges', 'adminimize'),
|
280 |
+
__('h2: Advanced Options', 'adminimize'),
|
281 |
+
__('Media Buttons (all)', 'adminimize')
|
282 |
);
|
283 |
|
284 |
if (class_exists('SimpleTagsAdmin'))
|
287 |
array_push($metaboxes_names, __('Text Control'));
|
288 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
289 |
array_push($metaboxes_names, __('HTML Special Characters'));
|
290 |
+
if (class_exists('All_in_One_SEO_Pack'))
|
291 |
+
array_push($metaboxes_names, 'All in One SEO Pack');
|
292 |
+
if (function_exists('tdomf_edit_post_panel_admin_head'))
|
293 |
+
array_push($metaboxes_names, 'TDOMF');
|
294 |
|
295 |
$metaboxes_page = array(
|
296 |
'#pageslugdiv',
|
312 |
array_push($metaboxes_page, '#suggestedtags');
|
313 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
314 |
array_push($metaboxes_page, '#htmlspecialchars');
|
315 |
+
if (class_exists('All_in_One_SEO_Pack'))
|
316 |
+
array_push($metaboxes_page, '#postaiosp');
|
317 |
+
if (function_exists('tdomf_edit_post_panel_admin_head'))
|
318 |
+
array_push($metaboxes_page, '#tdomf');
|
319 |
|
320 |
$metaboxes_names_page = array(
|
321 |
__('Permalink', 'adminimize'),
|
322 |
+
__('Custom Fields', 'adminimize'),
|
323 |
+
__('Comments & Pings', 'adminimize'),
|
324 |
+
__('Password Protect This Page', 'adminimize'),
|
325 |
+
__('Page Parent', 'adminimize'),
|
326 |
+
__('Page Template', 'adminimize'),
|
327 |
+
__('Page Order', 'adminimize'),
|
328 |
+
__('Page Author', 'adminimize'),
|
329 |
__('Page Revisions', 'adminimize'),
|
330 |
+
__('Related', 'adminimize'),
|
331 |
+
__('Messenges', 'adminimize'),
|
332 |
+
__('h2: Advanced Options', 'adminimize'),
|
333 |
+
__('Media Buttons (all)', 'adminimize')
|
334 |
);
|
335 |
|
336 |
if (class_exists('SimpleTagsAdmin'))
|
337 |
array_push($metaboxes_names_page, __('Suggested tags from', 'adminimize'));
|
338 |
if (class_exists('HTMLSpecialCharactersHelper'))
|
339 |
array_push($metaboxes_names_page, __('HTML Special Characters'));
|
340 |
+
if (class_exists('All_in_One_SEO_Pack'))
|
341 |
+
array_push($metaboxes_names_page, 'All in One SEO Pack');
|
342 |
+
if (function_exists('tdomf_edit_post_panel_admin_head'))
|
343 |
+
array_push($metaboxes_names_page, 'TDOMF');
|
344 |
|
345 |
// print menu, submenu
|
346 |
if ($menu != '') {
|
406 |
$x++;
|
407 |
}
|
408 |
echo '<tr>' . "\n";
|
409 |
+
echo '<th>' . __('All items', 'adminimize') . '</th>';
|
410 |
+
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_menu" onClick="toggleCheckboxes_menu();"><a id="atoggleCheckboxes_menu" href="javascript:toggleCheckboxes_menu();"> ' . __('All', 'adminimize') . '</a></td>';
|
411 |
+
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_menuadm" onClick="toggleCheckboxes_menuadm();"><a id="atoggleCheckboxes_menuadm" href="javascript:toggleCheckboxes_menuadm();"> ' . __('All', 'adminimize') . '</a></td>';
|
412 |
echo '</tr>' . "\n";
|
413 |
|
414 |
} else {
|
419 |
</tbody>
|
420 |
</table>
|
421 |
<p id="submitbutton">
|
422 |
+
<input class="button" type="submit" name="_mw_adminimize_save" value="<?php _e('Update options', 'adminimize'); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
423 |
</p>
|
424 |
|
425 |
</div>
|
428 |
|
429 |
<div id="poststuff" class="dlm">
|
430 |
<div class="postbox closed" >
|
431 |
+
<h3 id="config_edit"><?php _e('Write options', 'adminimize'); ?></h3>
|
432 |
<div class="inside">
|
433 |
<br class="clear" />
|
434 |
<table summary="config_edit" class="widefat">
|
435 |
<thead>
|
436 |
<tr>
|
437 |
+
<th><?php _e('Write options - Post', 'adminimize'); ?></th>
|
438 |
+
<th><?php _e('Write options - Page', 'adminimize'); ?></th>
|
439 |
</tr>
|
440 |
</thead>
|
441 |
|
446 |
<thead>
|
447 |
<tr>
|
448 |
<th> </th>
|
449 |
+
<th><?php _e('Deactivate for < Admin\'s (level 1-9)', 'adminimize'); ?></th>
|
450 |
+
<th><?php _e('Deactivate for Admin\'s (level 10)', 'adminimize'); ?></th>
|
451 |
</tr>
|
452 |
</thead>
|
453 |
|
467 |
}
|
468 |
?>
|
469 |
<tr>
|
470 |
+
<th><?php _e('All items', 'adminimize'); ?></th>
|
471 |
<?php
|
472 |
+
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_post" onClick="toggleCheckboxes_post();"><a id="atoggleCheckboxes_post" href="javascript:toggleCheckboxes_post();"> ' . __('All', 'adminimize') . '</a></td>';
|
473 |
+
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_postadm" onClick="toggleCheckboxes_postadm();"><a id="atoggleCheckboxes_postadm" href="javascript:toggleCheckboxes_postadm();"> ' . __('All', 'adminimize') . '</a></td>';
|
474 |
?>
|
475 |
</tr>
|
476 |
</tbody>
|
481 |
<thead>
|
482 |
<tr>
|
483 |
<th> </th>
|
484 |
+
<th><?php _e('Deactivate for < Admin\'s (level 1-9)', 'adminimize'); ?></th>
|
485 |
+
<th><?php _e('Deactivate for Admin\'s (level 10)', 'adminimize'); ?></th>
|
486 |
</tr>
|
487 |
</thead>
|
488 |
|
502 |
}
|
503 |
?>
|
504 |
<tr>
|
505 |
+
<th><?php _e('All items', 'adminimize'); ?></th>
|
506 |
<?php
|
507 |
+
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_page" onClick="toggleCheckboxes_page();"><a id="atoggleCheckboxes_page" href="javascript:toggleCheckboxes_page();"> ' . __('All', 'adminimize') . '</a></td>';
|
508 |
+
echo '<td class="num"><input type="checkbox" id="ctoggleCheckboxes_pageadm" onClick="toggleCheckboxes_pageadm();"><a id="atoggleCheckboxes_pageadm" href="javascript:toggleCheckboxes_pageadm();"> ' . __('All', 'adminimize') . '</a></td>';
|
509 |
?>
|
510 |
</tr>
|
511 |
</tbody>
|
517 |
|
518 |
<p id="submitbutton">
|
519 |
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_insert" />
|
520 |
+
<input class="button" type="submit" name="_mw_adminimize_save" value="<?php _e('Update options', 'adminimize'); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" />
|
521 |
</p>
|
522 |
</form>
|
523 |
|
527 |
|
528 |
<div id="poststuff" class="dlm">
|
529 |
<div class="postbox closed" >
|
530 |
+
<h3 id="set_theme"><?php _e('Set Theme', 'adminimize') ?></h3>
|
531 |
<div class="inside">
|
532 |
<br class="clear" />
|
533 |
+
<form name="set_theme" method="post" id="_mw_adminimize_set_theme" action="?page=<?php echo $_GET['page'];?>" >
|
534 |
+
<?php wp_nonce_field('mw_adminimize_nonce'); ?>
|
535 |
<table class="widefat">
|
536 |
<thead>
|
537 |
<tr class="thead">
|
538 |
<th> </th>
|
539 |
<th class="num"><?php _e('User-ID') ?></th>
|
540 |
+
<th><?php _e('Username') ?></th>
|
541 |
+
<th><?php _e('Display name publicly as') ?></th>
|
542 |
+
<th><?php _e('Admin Color Scheme') ?></th>
|
543 |
<th><?php _e('User Level') ?></th>
|
544 |
+
<th><?php _e('Role') ?></th>
|
545 |
</tr>
|
546 |
</thead>
|
547 |
<tbody id="users" class="list:user user-list">
|
548 |
<?php
|
|
|
|
|
549 |
$wp_user_search = $wpdb->get_results("SELECT ID, user_login, display_name FROM $wpdb->users ORDER BY ID");
|
550 |
|
551 |
$style = '';
|
593 |
</table>
|
594 |
<p id="submitbutton">
|
595 |
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_set_theme" />
|
596 |
+
<input type="submit" name="_mw_adminimize_save" value="<?php _e('Set Theme', 'adminimize'); ?> »" class="button" />
|
|
|
597 |
</p>
|
598 |
</form>
|
599 |
|
603 |
|
604 |
<div id="poststuff" class="dlm">
|
605 |
<div class="postbox closed" >
|
606 |
+
<h3 id="uninstall"><?php _e('Deinstall options', 'adminimize') ?></h3>
|
607 |
<div class="inside">
|
608 |
|
609 |
+
<p><?php _e('Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database.', 'adminimize'); ?></p>
|
610 |
+
<form name="deinstall_options" method="post" id="_mw_adminimize_options_deinstall" action="?page=<?php echo $_GET['page'];?>">
|
611 |
+
<?php wp_nonce_field('mw_adminimize_nonce'); ?>
|
612 |
+
<p id="submitbutton">
|
613 |
+
<input type="submit" name="_mw_adminimize_deinstall" value="<?php _e('Delete options', 'adminimize'); ?> »" class="button-secondary" />
|
614 |
+
<input type="checkbox" name="_mw_adminimize_deinstall_yes" value="_mw_adminimize_deinstall" />
|
615 |
<input type="hidden" name="_mw_adminimize_action" value="_mw_adminimize_deinstall" />
|
|
|
|
|
616 |
</p>
|
617 |
</form>
|
618 |
|
622 |
|
623 |
<div id="poststuff" class="dlm">
|
624 |
<div class="postbox closed" >
|
625 |
+
<h3 id="uninstall"><?php _e('About the plugin', 'adminimize') ?></h3>
|
626 |
<div class="inside">
|
627 |
|
628 |
+
<p><?php _e('Further information: Visit the <a href="http://bueltge.de/wordpress-admin-theme-adminimize/674/">plugin homepage</a> for further information or to grab the latest version of this plugin.', 'adminimize'); ?><br />© Copyright 2008 - <?php echo date("Y"); ?> <a href="http://bueltge.de">Frank Bültge</a> | <?php _e('You want to thank me? Visit my <a href="http://bueltge.de/wunschliste/">wishlist</a>.', 'adminimize'); ?></p>
|
629 |
+
<p class="textright"><?php echo $wpdb->num_queries; ?>q, <?php timer_stop(1); ?>s</p>
|
630 |
</div>
|
631 |
</div>
|
632 |
</div>
|
641 |
});
|
642 |
//-->
|
643 |
</script>
|
644 |
+
|
645 |
</div>
|
646 |
<?php
|
647 |
}
|
css/colors-colorblind.css
ADDED
@@ -0,0 +1,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
a.page-numbers:hover {
|
2 |
+
border-color: #FF9419; /* colorvalue 1 */
|
3 |
+
}
|
4 |
+
|
5 |
+
body {
|
6 |
+
background: #fff;
|
7 |
+
color: #333;
|
8 |
+
}
|
9 |
+
|
10 |
+
body > #upload-menu {
|
11 |
+
border-bottom-color: #fff;;
|
12 |
+
}
|
13 |
+
|
14 |
+
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
15 |
+
border-color: #CF4529; /* colorvalue 5 */
|
16 |
+
}
|
17 |
+
|
18 |
+
div.dashboard-widget-error {
|
19 |
+
background-color: #CF4529; /* colorvalue 5 */
|
20 |
+
}
|
21 |
+
|
22 |
+
div.dashboard-widget-notice {
|
23 |
+
background-color: #550007; /* colorvalue 4 */
|
24 |
+
}
|
25 |
+
|
26 |
+
div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
|
27 |
+
border-top-color: #CF4529; /* colorvalue 5 */
|
28 |
+
}
|
29 |
+
|
30 |
+
input.disabled, textarea.disabled {
|
31 |
+
background-color: #550007; /* colorvalue 4 */
|
32 |
+
}
|
33 |
+
|
34 |
+
#user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, .submit a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
|
35 |
+
#dragHelper li.widget-list-control-item h4.widget-title a,
|
36 |
+
#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
|
37 |
+
color: #550007; /* colorvalue 4 */
|
38 |
+
}
|
39 |
+
|
40 |
+
ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
|
41 |
+
background-color:#710001; /* colorvalue 3 */
|
42 |
+
color:#FF9419; /* colorvalue 1 */
|
43 |
+
}
|
44 |
+
|
45 |
+
div.ui-tabs-panel {
|
46 |
+
border-color: #710001; /* colorvalue 3 */
|
47 |
+
}
|
48 |
+
|
49 |
+
select {
|
50 |
+
background-color: #fff;
|
51 |
+
border-color: #CF4529; /* colorvalue 5 */
|
52 |
+
}
|
53 |
+
|
54 |
+
strong .post-com-count span {
|
55 |
+
background-color: #2583ad;
|
56 |
+
}
|
57 |
+
|
58 |
+
.button-secondary, #login form .submit input {
|
59 |
+
background-color: #FF9419; /* colorvalue 1 */
|
60 |
+
}
|
61 |
+
|
62 |
+
ul#widget-list li.widget-list-item h4.widget-title {
|
63 |
+
background-color: #CF4529; /* colorvalue 5 */
|
64 |
+
color: #333;
|
65 |
+
}
|
66 |
+
|
67 |
+
ul.widget-control-list .sorthelper {
|
68 |
+
background-color: #CF4529; /* colorvalue 5 */
|
69 |
+
}
|
70 |
+
|
71 |
+
.ac_match, .subsubsub a.current, h2 {
|
72 |
+
color: #333;
|
73 |
+
}
|
74 |
+
|
75 |
+
.ac_over {
|
76 |
+
background-color: #550007; /* colorvalue 4 */
|
77 |
+
}
|
78 |
+
|
79 |
+
.ac_results {
|
80 |
+
background-color: #fff;
|
81 |
+
border-color: #CF4529; /* colorvalue 5 */
|
82 |
+
}
|
83 |
+
|
84 |
+
.ac_results li {
|
85 |
+
color: #333;
|
86 |
+
}
|
87 |
+
|
88 |
+
.alternate {
|
89 |
+
background-color: #550007; /* colorvalue 4 */
|
90 |
+
}
|
91 |
+
|
92 |
+
.available-theme a.screenshot {
|
93 |
+
background-color: #550007; /* colorvalue 4 */
|
94 |
+
border-color: #CF4529; /* colorvalue 5 */
|
95 |
+
}
|
96 |
+
|
97 |
+
.bar {
|
98 |
+
background-color: #CF4529; /* colorvalue 5 */
|
99 |
+
border-right-color: #550007; /* colorvalue 4 */
|
100 |
+
}
|
101 |
+
|
102 |
+
.describe {
|
103 |
+
border-top-color: #CF4529; /* colorvalue 5 */
|
104 |
+
}
|
105 |
+
|
106 |
+
.error, #login #login_error {
|
107 |
+
background-color: #ffebe8;
|
108 |
+
border-color: #c00;
|
109 |
+
}
|
110 |
+
|
111 |
+
.error a {
|
112 |
+
color: #c00;
|
113 |
+
}
|
114 |
+
|
115 |
+
.form-invalid {
|
116 |
+
background-color: #ffebe8 !important;
|
117 |
+
}
|
118 |
+
|
119 |
+
.form-invalid input {
|
120 |
+
border-color: #c00 !important;
|
121 |
+
}
|
122 |
+
|
123 |
+
.form-table input, .form-table textarea {
|
124 |
+
border-color: #CF4529; /* colorvalue 5 */
|
125 |
+
}
|
126 |
+
|
127 |
+
.form-table td, .form-table th {
|
128 |
+
border-bottom-color: #fff;
|
129 |
+
}
|
130 |
+
|
131 |
+
.highlight {
|
132 |
+
background-color: #710001; /* colorvalue 3 */
|
133 |
+
color: #F0720C; /* colorvalue 2 */
|
134 |
+
}
|
135 |
+
|
136 |
+
.howto, .nonessential, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
|
137 |
+
color: #CF4529; /* colorvalue 5 */
|
138 |
+
}
|
139 |
+
|
140 |
+
#dashmenu a, #user_info a {
|
141 |
+
color: #710001; /* colorvalue 3 */
|
142 |
+
}
|
143 |
+
|
144 |
+
.media-item {
|
145 |
+
border-bottom-color: #CF4529; /* colorvalue 5 */
|
146 |
+
}
|
147 |
+
|
148 |
+
.media-upload-form label.form-help, td.help {
|
149 |
+
color: #F0720C; /* colorvalue 2 */
|
150 |
+
}
|
151 |
+
|
152 |
+
.page-numbers {
|
153 |
+
background-color: #fff;
|
154 |
+
border-color: #fff;
|
155 |
+
}
|
156 |
+
|
157 |
+
.page-numbers.current {
|
158 |
+
background-color: #F0720C; /* colorvalue 2 */
|
159 |
+
border-color: #F0720C; /* colorvalue 2 */
|
160 |
+
color: #fff;
|
161 |
+
}
|
162 |
+
|
163 |
+
.post-com-count {
|
164 |
+
background-image: url(../../../../wp-admin/images/bubble_bg.gif);
|
165 |
+
color: #fff;
|
166 |
+
}
|
167 |
+
|
168 |
+
.post-com-count span {
|
169 |
+
background-color: #bbb;
|
170 |
+
color: #fff;
|
171 |
+
}
|
172 |
+
|
173 |
+
.post-com-count:hover span {
|
174 |
+
background-color: #d54e21;
|
175 |
+
}
|
176 |
+
|
177 |
+
.quicktags, .search {
|
178 |
+
background-color: #F0720C; /* colorvalue 2 */
|
179 |
+
color: #333;
|
180 |
+
}
|
181 |
+
|
182 |
+
.side-info h5, .bordertitle {
|
183 |
+
border-bottom-color: #CF4529; /* colorvalue 5 */
|
184 |
+
}
|
185 |
+
|
186 |
+
.side-info ul, .widget-description {
|
187 |
+
color: #F0720C; /* colorvalue 2 */
|
188 |
+
}
|
189 |
+
|
190 |
+
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
|
191 |
+
background-color: #550007; /* colorvalue 4 */
|
192 |
+
color: #F0720C; /* colorvalue 2 */
|
193 |
+
border-color: #710001; /* colorvalue 3 */
|
194 |
+
}
|
195 |
+
|
196 |
+
.tablenav .button-secondary {
|
197 |
+
border-color: #F0720C; /* colorvalue 2 */
|
198 |
+
}
|
199 |
+
|
200 |
+
.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
|
201 |
+
border-color: #710001; /* colorvalue 3 */
|
202 |
+
}
|
203 |
+
|
204 |
+
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
|
205 |
+
color: #FF9419; /* colorvalue 1 */
|
206 |
+
}
|
207 |
+
|
208 |
+
#adminmenu a:hover, #sidemenu a:hover {
|
209 |
+
color: #550007; /* colorvalue 4 */
|
210 |
+
}
|
211 |
+
|
212 |
+
.button-secondary:hover, #login form .submit input:hover {
|
213 |
+
border-color: #F0720C; /* colorvalue 2 */
|
214 |
+
background-color: #550007; /* colorvalue 4 */
|
215 |
+
}
|
216 |
+
|
217 |
+
.submitbox #autosave .error, ul.view-switch li.current a {
|
218 |
+
color: #CF4529; /* colorvalue 5 */
|
219 |
+
}
|
220 |
+
|
221 |
+
.submitbox #previewview {
|
222 |
+
background-color:#F0720C; /* colorvalue 2 */
|
223 |
+
}
|
224 |
+
|
225 |
+
.submitbox #previewview a, #rightnow .rbutton {
|
226 |
+
background-color: #CF4529; /* colorvalue 5 */
|
227 |
+
color: #710001; /* colorvalue 3 */
|
228 |
+
}
|
229 |
+
|
230 |
+
.submitbox .submit {
|
231 |
+
background-color: #CF4529; /* colorvalue 5 */
|
232 |
+
color: #710001; /* colorvalue 3 */
|
233 |
+
}
|
234 |
+
|
235 |
+
.submitbox .submitdelete {
|
236 |
+
border-bottom-color: #CF4529; /* colorvalue 5 */
|
237 |
+
}
|
238 |
+
|
239 |
+
.submitbox .submitdelete:hover {
|
240 |
+
color: #fff;
|
241 |
+
background-color: #f00;
|
242 |
+
border-bottom-color: #f00;
|
243 |
+
}
|
244 |
+
|
245 |
+
.tablenav .dots {
|
246 |
+
background-color: #710001; /* colorvalue 3 */
|
247 |
+
border-color: #710001; /* colorvalue 3 */
|
248 |
+
}
|
249 |
+
|
250 |
+
.tablenav .next, .tablenav .prev{
|
251 |
+
background-color: #710001; /* colorvalue 3 */
|
252 |
+
border-bottom-color: #710001; /* colorvalue 3 */
|
253 |
+
border-color: #710001; /* colorvalue 3 */
|
254 |
+
color: #F0720C; /* colorvalue 2 */
|
255 |
+
}
|
256 |
+
|
257 |
+
.tablenav .next:hover, .tablenav .prev:hover {
|
258 |
+
border-bottom-color: #d54e21;
|
259 |
+
border-color: #710001; /* colorvalue 3 */
|
260 |
+
color: #d54e21;
|
261 |
+
}
|
262 |
+
|
263 |
+
.updated, .login #login_error, .login .message {
|
264 |
+
background-color:#F0720C; /* colorvalue 2 */
|
265 |
+
border-color:#FF9419; /* colorvalue 1 */
|
266 |
+
}
|
267 |
+
|
268 |
+
.updated a {
|
269 |
+
border-bottom-color: #710001; /* colorvalue 3 */
|
270 |
+
}
|
271 |
+
|
272 |
+
.widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
|
273 |
+
border-bottom-color: #CF4529; /* colorvalue 5 */
|
274 |
+
}
|
275 |
+
|
276 |
+
.widefat thead, .thead {
|
277 |
+
background-color:#CF4529; /* colorvalue 5 */
|
278 |
+
color: #F0720C; /* colorvalue 2 */
|
279 |
+
}
|
280 |
+
|
281 |
+
.widget-control-save, .widget-control-remove {
|
282 |
+
background-color: #710001; /* colorvalue 3 */
|
283 |
+
color: #CF4529; /* colorvalue 5 */
|
284 |
+
}
|
285 |
+
|
286 |
+
.wrap h2 {
|
287 |
+
border-bottom-color:#710001; /* colorvalue 3 */
|
288 |
+
color:#F0720C; /* colorvalue 2 */
|
289 |
+
}
|
290 |
+
|
291 |
+
#poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a {
|
292 |
+
color: #F0720C; /* colorvalue 2 */
|
293 |
+
}
|
294 |
+
|
295 |
+
#adminmenu a {
|
296 |
+
color: #710001; /* colorvalue 3 */
|
297 |
+
}
|
298 |
+
|
299 |
+
#submenu a {
|
300 |
+
color: #F0720C; /* colorvalue 2 */
|
301 |
+
}
|
302 |
+
/* Because we don't want visited on these links */
|
303 |
+
#adminmenu a.current, #sidemenu a.current {
|
304 |
+
background-color: #fff;
|
305 |
+
border-color: #FF9419; /* colorvalue 1 */
|
306 |
+
border-bottom-color: #fff;
|
307 |
+
color: #333;
|
308 |
+
font-weight: bold;
|
309 |
+
}
|
310 |
+
|
311 |
+
#adminmenu li a #awaiting-mod {
|
312 |
+
background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif);
|
313 |
+
}
|
314 |
+
|
315 |
+
#adminmenu li a #awaiting-mod span {
|
316 |
+
background-color: #d54e21;
|
317 |
+
color: #fff;
|
318 |
+
}
|
319 |
+
|
320 |
+
#rightnow .reallynow {
|
321 |
+
background-color:#F0720C; /* colorvalue 2 */
|
322 |
+
color:#550007; /* colorvalue 4 */
|
323 |
+
}
|
324 |
+
|
325 |
+
#rightnow .reallynow a {
|
326 |
+
background-color:#550007; /* colorvalue 4 */
|
327 |
+
color:#F0720C; /* colorvalue 2 */
|
328 |
+
}
|
329 |
+
|
330 |
+
#rightnow .reallynow a:hover {
|
331 |
+
color:#CF4529; /* colorvalue 5 */
|
332 |
+
}
|
333 |
+
|
334 |
+
|
335 |
+
#adminmenu li a:hover #awaiting-mod span {
|
336 |
+
background-color: #FF9419; /* colorvalue 1 */
|
337 |
+
}
|
338 |
+
|
339 |
+
#adminmenu, div#media-upload-header {
|
340 |
+
background-color: #F0720C; /* colorvalue 2 */
|
341 |
+
border-bottom-color: #FF9419; /* colorvalue 1 */
|
342 |
+
}
|
343 |
+
|
344 |
+
#currenttheme img {
|
345 |
+
border-color: #CF4529; /* colorvalue 5 */
|
346 |
+
}
|
347 |
+
|
348 |
+
#current-widgets .drop-widget-here {
|
349 |
+
background-color: #ffc;
|
350 |
+
}
|
351 |
+
|
352 |
+
#dashboard_secondary div.dashboard-widget-content ul li a {
|
353 |
+
background-color: #550007; /* colorvalue 4 */
|
354 |
+
}
|
355 |
+
|
356 |
+
input.readonly {
|
357 |
+
background-color: #CF4529; /* colorvalue 5 */
|
358 |
+
}
|
359 |
+
|
360 |
+
#dashmenu a.current {
|
361 |
+
background-color: #F0720C; /* colorvalue 2 */
|
362 |
+
color: #710001; /* colorvalue 3 */
|
363 |
+
}
|
364 |
+
|
365 |
+
#dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
|
366 |
+
background-color: #F0720C; /* colorvalue 2 */
|
367 |
+
color: #550007; /* colorvalue 4 */
|
368 |
+
}
|
369 |
+
|
370 |
+
#ed_toolbar input {
|
371 |
+
background: url( ../../../../wp-admin/images/fade-butt.png ) #fff repeat-x 0 -2px;
|
372 |
+
}
|
373 |
+
|
374 |
+
#editable-post-name {
|
375 |
+
background-color: #fffbcc;
|
376 |
+
}
|
377 |
+
|
378 |
+
#edit-slug-box strong, .login #nav a {
|
379 |
+
color: #CF4529; /* colorvalue 5 */
|
380 |
+
}
|
381 |
+
|
382 |
+
#edit-slug-buttons a.save {
|
383 |
+
background-color: #CF4529; /* colorvalue 5 */
|
384 |
+
}
|
385 |
+
|
386 |
+
#footer {
|
387 |
+
background-image: url(../img/wplogo.png) !important;
|
388 |
+
background-position:10px 10px;
|
389 |
+
background-repeat: no-repeat;
|
390 |
+
_background-image: url(../img/wplogo.gif);
|
391 |
+
background-color:#CF4529; /* colorvalue 5 */
|
392 |
+
color:#FF9419; /* colorvalue 1 */
|
393 |
+
}
|
394 |
+
|
395 |
+
#media-items {
|
396 |
+
border-color: #CF4529; /* colorvalue 5 */
|
397 |
+
}
|
398 |
+
|
399 |
+
#pass-strength-result {
|
400 |
+
background-color: #CF4529; /* colorvalue 5 */
|
401 |
+
border-color: #550007; /* colorvalue 4 */
|
402 |
+
}
|
403 |
+
|
404 |
+
#pass-strength-result.bad {
|
405 |
+
background-color: #550007; /* colorvalue 4 */
|
406 |
+
border-color: #FF9419; /* colorvalue 1 */
|
407 |
+
}
|
408 |
+
|
409 |
+
#pass-strength-result.good {
|
410 |
+
background-color: #CF4529; /* colorvalue 5 */
|
411 |
+
border-color: #550007; /* colorvalue 4 */
|
412 |
+
}
|
413 |
+
|
414 |
+
#pass-strength-result.short {
|
415 |
+
background-color: #CF4529; /* colorvalue 5 */
|
416 |
+
}
|
417 |
+
|
418 |
+
#pass-strength-result.strong {
|
419 |
+
background-color: #F0720C; /* colorvalue 2 */
|
420 |
+
border-color: #550007; /* colorvalue 4 */
|
421 |
+
}
|
422 |
+
|
423 |
+
.checkbox, .side-info, #your-profile #rich_editing {
|
424 |
+
background-color: #fff;
|
425 |
+
}
|
426 |
+
|
427 |
+
#plugins .active {
|
428 |
+
background-color:#710001; /* colorvalue 3 */
|
429 |
+
color:#F0720C; /* colorvalue 2 */
|
430 |
+
}
|
431 |
+
|
432 |
+
#plugins .togl {
|
433 |
+
border-right-color: #550007; /* colorvalue 4 */
|
434 |
+
}
|
435 |
+
|
436 |
+
#the-comment-list .unapproved {
|
437 |
+
background-color: #ffffe0;
|
438 |
+
}
|
439 |
+
|
440 |
+
#plugins tr {
|
441 |
+
background-color: #fff;
|
442 |
+
}
|
443 |
+
|
444 |
+
#poststuff #editor-toolbar .active {
|
445 |
+
background-color: #550007; /* colorvalue 4 */
|
446 |
+
color: #F0720C; /* colorvalue 2 */
|
447 |
+
}
|
448 |
+
|
449 |
+
#poststuff .closed .togbox {
|
450 |
+
background-color: #710001; /* colorvalue 3 */
|
451 |
+
background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
|
452 |
+
}
|
453 |
+
|
454 |
+
#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
|
455 |
+
border-color: #CF4529; /* colorvalue 5 */
|
456 |
+
border-right-color: #710001; /* colorvalue 3 */
|
457 |
+
border-bottom-color: #710001; /* colorvalue 3 */
|
458 |
+
}
|
459 |
+
|
460 |
+
#poststuff .togbox {
|
461 |
+
background-color:#CF4529; /* colorvalue 5 */
|
462 |
+
background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
|
463 |
+
}
|
464 |
+
|
465 |
+
#quicktags #ed_link {
|
466 |
+
color: #F0720C; /* colorvalue 2 */
|
467 |
+
}
|
468 |
+
|
469 |
+
#rightnow .youhave {
|
470 |
+
background-color: #710001; /* colorvalue 3 */
|
471 |
+
}
|
472 |
+
|
473 |
+
#rightnow a {
|
474 |
+
color: #F0720C; /* colorvalue 2 */
|
475 |
+
}
|
476 |
+
|
477 |
+
#sidemenu a {
|
478 |
+
background-color: #F0720C; /* colorvalue 2 */
|
479 |
+
border-bottom-color: #FF9419; /* colorvalue 1 */
|
480 |
+
border-top-color: #F0720C; /* colorvalue 2 */
|
481 |
+
color: #710001; /* colorvalue 3 */
|
482 |
+
}
|
483 |
+
|
484 |
+
#tagchecklist span a {
|
485 |
+
background: url(../../../../wp-admin/images/xit.gif) no-repeat;
|
486 |
+
}
|
487 |
+
|
488 |
+
#tagchecklist span a:hover {
|
489 |
+
background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
|
490 |
+
}
|
491 |
+
|
492 |
+
#the-comment-list .comment a {
|
493 |
+
border-bottom-color: #CF4529; /* colorvalue 5 */
|
494 |
+
color: #710001; /* colorvalue 3 */
|
495 |
+
}
|
496 |
+
|
497 |
+
#update-nag, .plugin-update {
|
498 |
+
background-color: #fffeeb;
|
499 |
+
border-bottom-color: #ccc;
|
500 |
+
border-top-color: #ccc;
|
501 |
+
color: #555;
|
502 |
+
}
|
503 |
+
|
504 |
+
#upload-files a.file-link {
|
505 |
+
background-color: #550007; /* colorvalue 4 */
|
506 |
+
}
|
507 |
+
|
508 |
+
#upload-file-view a img {
|
509 |
+
border-bottom-color: #F0720C; /* colorvalue 2 */
|
510 |
+
}
|
511 |
+
|
512 |
+
#upload-menu li #current-tab-nav, #upload-file {
|
513 |
+
background-color: #550007; /* colorvalue 4 */
|
514 |
+
}
|
515 |
+
|
516 |
+
#upload-menu li span a.page-numbers {
|
517 |
+
color: #FF9419; /* colorvalue 1 */
|
518 |
+
}
|
519 |
+
|
520 |
+
#upload-menu li.current {
|
521 |
+
border-right-color: #710001; /* colorvalue 3 */
|
522 |
+
color: #333;
|
523 |
+
}
|
524 |
+
|
525 |
+
#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
|
526 |
+
background-color: #550007; /* colorvalue 4 */
|
527 |
+
color: #333;
|
528 |
+
}
|
529 |
+
|
530 |
+
#upload-menu, #upload-menu li {
|
531 |
+
border-top-color: #550007; /* colorvalue 4 */
|
532 |
+
}
|
533 |
+
|
534 |
+
#user_info, .login #backtoblog a {
|
535 |
+
color: #550007; /* colorvalue 4 */
|
536 |
+
}
|
537 |
+
|
538 |
+
#wphead {
|
539 |
+
background-color:#F0720C; /* colorvalue 2 */
|
540 |
+
color:#710001; /* colorvalue 3 */
|
541 |
+
}
|
542 |
+
|
543 |
+
#wphead, body.login {
|
544 |
+
border-top-color:#FF9419; /* colorvalue 1 */
|
545 |
+
color:#F0720C; /* colorvalue 2 */
|
546 |
+
}
|
547 |
+
|
548 |
+
#wphead #viewsite a {
|
549 |
+
background-color: #710001; /* colorvalue 3 */
|
550 |
+
color: #F0720C; /* colorvalue 2 */
|
551 |
+
border-color: #550007; /* colorvalue 4 */
|
552 |
+
}
|
553 |
+
|
554 |
+
#wphead #viewsite a:hover {
|
555 |
+
color: #FF9419; /* colorvalue 1 */
|
556 |
+
}
|
557 |
+
|
558 |
+
#wphead h1, #dashmenu a.current:hover {
|
559 |
+
color:#710001; /* colorvalue 3 */
|
560 |
+
}
|
561 |
+
|
562 |
+
div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
|
563 |
+
color: #f00;
|
564 |
+
}
|
565 |
+
|
566 |
+
#media-upload a.delete {
|
567 |
+
color: #CF4529; /* colorvalue 5 */
|
568 |
+
}
|
569 |
+
|
570 |
+
|
571 |
+
/* TinyMCE */
|
572 |
+
.wp_themeSkin *,
|
573 |
+
.wp_themeSkin a:hover,
|
574 |
+
.wp_themeSkin a:link,
|
575 |
+
.wp_themeSkin a:visited,
|
576 |
+
.wp_themeSkin a:active {
|
577 |
+
color: #000;
|
578 |
+
}
|
579 |
+
|
580 |
+
/* Containers */
|
581 |
+
.wp_themeSkin table {
|
582 |
+
background: #710001; /* colorvalue 3 */
|
583 |
+
}
|
584 |
+
|
585 |
+
.wp_themeSkin iframe {
|
586 |
+
background: #fff;
|
587 |
+
}
|
588 |
+
|
589 |
+
/* Layout */
|
590 |
+
.wp_themeSkin .mceStatusbar {
|
591 |
+
color:#333;
|
592 |
+
background-color: #550007; /* colorvalue 4 */
|
593 |
+
}
|
594 |
+
|
595 |
+
/* Button */
|
596 |
+
.wp_themeSkin .mceButton {
|
597 |
+
background-color: #CF4529; /* colorvalue 5 */
|
598 |
+
border-color: #710001; /* colorvalue 3 */
|
599 |
+
}
|
600 |
+
|
601 |
+
.wp_themeSkin a.mceButtonEnabled:hover,
|
602 |
+
.wp_themeSkin a.mceButtonActive,
|
603 |
+
.wp_themeSkin a.mceButtonSelected {
|
604 |
+
background-color: #d6d8da;
|
605 |
+
border-color: #7789ba !important;
|
606 |
+
}
|
607 |
+
|
608 |
+
.wp_themeSkin .mceButtonDisabled {
|
609 |
+
border-color: #83B4D5 !important;
|
610 |
+
}
|
611 |
+
|
612 |
+
/* ListBox */
|
613 |
+
.wp_themeSkin .mceListBox .mceText,
|
614 |
+
.wp_themeSkin .mceListBox .mceOpen {
|
615 |
+
border-color: #710001; /* colorvalue 3 */
|
616 |
+
background-color: #CF4529; /* colorvalue 5 */
|
617 |
+
}
|
618 |
+
|
619 |
+
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
|
620 |
+
.wp_themeSkin .mceListBoxHover .mceOpen,
|
621 |
+
.wp_themeSkin .mceListBoxSelected .mceOpen,
|
622 |
+
.wp_themeSkin .mceListBoxSelected .mceText {
|
623 |
+
border-color: #7789ba !important;
|
624 |
+
background-color: #d6d8da;
|
625 |
+
}
|
626 |
+
|
627 |
+
.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
|
628 |
+
.wp_themeSkin .mceListBoxHover .mceText {
|
629 |
+
border-color: #7789ba !important;
|
630 |
+
}
|
631 |
+
|
632 |
+
.wp_themeSkin select.mceListBox {
|
633 |
+
border-color: #550007; /* colorvalue 4 */
|
634 |
+
background-color: #fff;
|
635 |
+
}
|
636 |
+
|
637 |
+
/* SplitButton */
|
638 |
+
.wp_themeSkin .mceSplitButton a.mceAction,
|
639 |
+
.wp_themeSkin .mceSplitButton a.mceOpen {
|
640 |
+
background-color: #CF4529; /* colorvalue 5 */
|
641 |
+
border-color: #710001; /* colorvalue 3 */
|
642 |
+
}
|
643 |
+
|
644 |
+
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
|
645 |
+
.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
|
646 |
+
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
|
647 |
+
.wp_themeSkin .mceSplitButton a.mceAction:hover {
|
648 |
+
background-color: #d6d8da;
|
649 |
+
border-color: #7789ba !important;
|
650 |
+
}
|
651 |
+
|
652 |
+
.wp_themeSkin .mceSplitButtonActive {
|
653 |
+
background-color: #d6d8da;
|
654 |
+
}
|
655 |
+
|
656 |
+
/* ColorSplitButton */
|
657 |
+
.wp_themeSkin div.mceColorSplitMenu table {
|
658 |
+
background-color: #ebeaeb;
|
659 |
+
border-color: #808080;
|
660 |
+
}
|
661 |
+
|
662 |
+
.wp_themeSkin .mceColorSplitMenu a {
|
663 |
+
border-color: #808080;
|
664 |
+
}
|
665 |
+
|
666 |
+
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
|
667 |
+
border-color: #fff;
|
668 |
+
}
|
669 |
+
|
670 |
+
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
|
671 |
+
border-color: #0A246A;
|
672 |
+
background-color: #B6BDD2;
|
673 |
+
}
|
674 |
+
|
675 |
+
.wp_themeSkin a.mceMoreColors:hover {
|
676 |
+
border-color: #0A246A;
|
677 |
+
}
|
678 |
+
|
679 |
+
/* Menu */
|
680 |
+
.wp_themeSkin .mceMenu {
|
681 |
+
border-color: #ddd;
|
682 |
+
}
|
683 |
+
|
684 |
+
.wp_themeSkin .mceMenu table {
|
685 |
+
background-color: #ebeaeb;
|
686 |
+
}
|
687 |
+
|
688 |
+
.wp_themeSkin .mceMenu .mceText {
|
689 |
+
color: #000;
|
690 |
+
}
|
691 |
+
|
692 |
+
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
|
693 |
+
.wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
|
694 |
+
background-color:#550007; /* colorvalue 4 */
|
695 |
+
}
|
696 |
+
.wp_themeSkin td.mceMenuItemSeparator {
|
697 |
+
background-color: #aaa;
|
698 |
+
}
|
699 |
+
.wp_themeSkin .mceMenuItemTitle a {
|
700 |
+
background-color: #ccc;
|
701 |
+
border-bottom-color: #aaa;
|
702 |
+
}
|
703 |
+
.wp_themeSkin .mceMenuItemTitle span.mceText {
|
704 |
+
color: #000;
|
705 |
+
}
|
706 |
+
.wp_themeSkin .mceMenuItemDisabled .mceText {
|
707 |
+
color: #888;
|
708 |
+
}
|
709 |
+
|
710 |
+
/* pop-up */
|
711 |
+
.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
|
712 |
+
background-color: #550007; /* colorvalue 4 */
|
713 |
+
border-color: #710001; /* colorvalue 3 */
|
714 |
+
}
|
715 |
+
|
716 |
+
.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
|
717 |
+
background-color: #710001; /* colorvalue 3 */
|
718 |
+
border-color: #CF4529; /* colorvalue 5 */
|
719 |
+
}
|
720 |
+
|
721 |
+
#editorcontainer {
|
722 |
+
border-color: #CF4529; /* colorvalue 5 */
|
723 |
+
}
|
724 |
+
|
725 |
+
#poststuff #titlewrap {
|
726 |
+
border-color: #CF4529; /* colorvalue 5 */
|
727 |
+
}
|
728 |
+
|
729 |
+
#tTips p#tTips_inside {
|
730 |
+
background-color: #ddd;
|
731 |
+
color: #333;
|
732 |
+
}
|
733 |
+
|
css/colors-grey.css
ADDED
@@ -0,0 +1,733 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
a.page-numbers:hover {
|
2 |
+
border-color: #000000; /* colorvalue 1 */
|
3 |
+
}
|
4 |
+
|
5 |
+
body {
|
6 |
+
background: #fff;
|
7 |
+
color: #333;
|
8 |
+
}
|
9 |
+
|
10 |
+
body > #upload-menu {
|
11 |
+
border-bottom-color: #fff;;
|
12 |
+
}
|
13 |
+
|
14 |
+
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
15 |
+
border-color: #909090; /* colorvalue 5 */
|
16 |
+
}
|
17 |
+
|
18 |
+
div.dashboard-widget-error {
|
19 |
+
background-color: #909090; /* colorvalue 5 */
|
20 |
+
}
|
21 |
+
|
22 |
+
div.dashboard-widget-notice {
|
23 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
24 |
+
}
|
25 |
+
|
26 |
+
div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
|
27 |
+
border-top-color: #909090; /* colorvalue 5 */
|
28 |
+
}
|
29 |
+
|
30 |
+
input.disabled, textarea.disabled {
|
31 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
32 |
+
}
|
33 |
+
|
34 |
+
#user_info a:hover, li.widget-list-control-item h4.widget-title a:hover, .submit a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
|
35 |
+
#dragHelper li.widget-list-control-item h4.widget-title a,
|
36 |
+
#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
|
37 |
+
color: #D8D8D8; /* colorvalue 4 */
|
38 |
+
}
|
39 |
+
|
40 |
+
ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
|
41 |
+
background-color:#F0F0F0; /* colorvalue 3 */
|
42 |
+
color:#000000; /* colorvalue 1 */
|
43 |
+
}
|
44 |
+
|
45 |
+
div.ui-tabs-panel {
|
46 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
47 |
+
}
|
48 |
+
|
49 |
+
select {
|
50 |
+
background-color: #fff;
|
51 |
+
border-color: #909090; /* colorvalue 5 */
|
52 |
+
}
|
53 |
+
|
54 |
+
strong .post-com-count span {
|
55 |
+
background-color: #2583ad;
|
56 |
+
}
|
57 |
+
|
58 |
+
.button-secondary, #login form .submit input {
|
59 |
+
background-color: #000000; /* colorvalue 1 */
|
60 |
+
}
|
61 |
+
|
62 |
+
ul#widget-list li.widget-list-item h4.widget-title {
|
63 |
+
background-color: #909090; /* colorvalue 5 */
|
64 |
+
color: #333;
|
65 |
+
}
|
66 |
+
|
67 |
+
ul.widget-control-list .sorthelper {
|
68 |
+
background-color: #909090; /* colorvalue 5 */
|
69 |
+
}
|
70 |
+
|
71 |
+
.ac_match, .subsubsub a.current, h2 {
|
72 |
+
color: #333;
|
73 |
+
}
|
74 |
+
|
75 |
+
.ac_over {
|
76 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
77 |
+
}
|
78 |
+
|
79 |
+
.ac_results {
|
80 |
+
background-color: #fff;
|
81 |
+
border-color: #909090; /* colorvalue 5 */
|
82 |
+
}
|
83 |
+
|
84 |
+
.ac_results li {
|
85 |
+
color: #333;
|
86 |
+
}
|
87 |
+
|
88 |
+
.alternate {
|
89 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
90 |
+
}
|
91 |
+
|
92 |
+
.available-theme a.screenshot {
|
93 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
94 |
+
border-color: #909090; /* colorvalue 5 */
|
95 |
+
}
|
96 |
+
|
97 |
+
.bar {
|
98 |
+
background-color: #909090; /* colorvalue 5 */
|
99 |
+
border-right-color: #D8D8D8; /* colorvalue 4 */
|
100 |
+
}
|
101 |
+
|
102 |
+
.describe {
|
103 |
+
border-top-color: #909090; /* colorvalue 5 */
|
104 |
+
}
|
105 |
+
|
106 |
+
.error, #login #login_error {
|
107 |
+
background-color: #ffebe8;
|
108 |
+
border-color: #c00;
|
109 |
+
}
|
110 |
+
|
111 |
+
.error a {
|
112 |
+
color: #c00;
|
113 |
+
}
|
114 |
+
|
115 |
+
.form-invalid {
|
116 |
+
background-color: #ffebe8 !important;
|
117 |
+
}
|
118 |
+
|
119 |
+
.form-invalid input {
|
120 |
+
border-color: #c00 !important;
|
121 |
+
}
|
122 |
+
|
123 |
+
.form-table input, .form-table textarea {
|
124 |
+
border-color: #909090; /* colorvalue 5 */
|
125 |
+
}
|
126 |
+
|
127 |
+
.form-table td, .form-table th {
|
128 |
+
border-bottom-color: #fff;
|
129 |
+
}
|
130 |
+
|
131 |
+
.highlight {
|
132 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
133 |
+
color: #787878; /* colorvalue 2 */
|
134 |
+
}
|
135 |
+
|
136 |
+
.howto, .nonessential, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
|
137 |
+
color: #909090; /* colorvalue 5 */
|
138 |
+
}
|
139 |
+
|
140 |
+
#dashmenu a, #user_info a {
|
141 |
+
color: #F0F0F0; /* colorvalue 3 */
|
142 |
+
}
|
143 |
+
|
144 |
+
.media-item {
|
145 |
+
border-bottom-color: #909090; /* colorvalue 5 */
|
146 |
+
}
|
147 |
+
|
148 |
+
.media-upload-form label.form-help, td.help {
|
149 |
+
color: #787878; /* colorvalue 2 */
|
150 |
+
}
|
151 |
+
|
152 |
+
.page-numbers {
|
153 |
+
background-color: #fff;
|
154 |
+
border-color: #fff;
|
155 |
+
}
|
156 |
+
|
157 |
+
.page-numbers.current {
|
158 |
+
background-color: #787878; /* colorvalue 2 */
|
159 |
+
border-color: #787878; /* colorvalue 2 */
|
160 |
+
color: #fff;
|
161 |
+
}
|
162 |
+
|
163 |
+
.post-com-count {
|
164 |
+
background-image: url(../../../../wp-admin/images/bubble_bg.gif);
|
165 |
+
color: #fff;
|
166 |
+
}
|
167 |
+
|
168 |
+
.post-com-count span {
|
169 |
+
background-color: #bbb;
|
170 |
+
color: #fff;
|
171 |
+
}
|
172 |
+
|
173 |
+
.post-com-count:hover span {
|
174 |
+
background-color: #d54e21;
|
175 |
+
}
|
176 |
+
|
177 |
+
.quicktags, .search {
|
178 |
+
background-color: #787878; /* colorvalue 2 */
|
179 |
+
color: #333;
|
180 |
+
}
|
181 |
+
|
182 |
+
.side-info h5, .bordertitle {
|
183 |
+
border-bottom-color: #909090; /* colorvalue 5 */
|
184 |
+
}
|
185 |
+
|
186 |
+
.side-info ul, .widget-description {
|
187 |
+
color: #787878; /* colorvalue 2 */
|
188 |
+
}
|
189 |
+
|
190 |
+
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
|
191 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
192 |
+
color: #787878; /* colorvalue 2 */
|
193 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
194 |
+
}
|
195 |
+
|
196 |
+
.tablenav .button-secondary {
|
197 |
+
border-color: #787878; /* colorvalue 2 */
|
198 |
+
}
|
199 |
+
|
200 |
+
.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
|
201 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
202 |
+
}
|
203 |
+
|
204 |
+
.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #submenu a.current, #submenu a:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
|
205 |
+
color: #000000; /* colorvalue 1 */
|
206 |
+
}
|
207 |
+
|
208 |
+
#adminmenu a:hover, #sidemenu a:hover {
|
209 |
+
color: #D8D8D8; /* colorvalue 4 */
|
210 |
+
}
|
211 |
+
|
212 |
+
.button-secondary:hover, #login form .submit input:hover {
|
213 |
+
border-color: #787878; /* colorvalue 2 */
|
214 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
215 |
+
}
|
216 |
+
|
217 |
+
.submitbox #autosave .error, ul.view-switch li.current a {
|
218 |
+
color: #909090; /* colorvalue 5 */
|
219 |
+
}
|
220 |
+
|
221 |
+
.submitbox #previewview {
|
222 |
+
background-color:#787878; /* colorvalue 2 */
|
223 |
+
}
|
224 |
+
|
225 |
+
.submitbox #previewview a, #rightnow .rbutton {
|
226 |
+
background-color: #909090; /* colorvalue 5 */
|
227 |
+
color: #F0F0F0; /* colorvalue 3 */
|
228 |
+
}
|
229 |
+
|
230 |
+
.submitbox .submit {
|
231 |
+
background-color: #909090; /* colorvalue 5 */
|
232 |
+
color: #F0F0F0; /* colorvalue 3 */
|
233 |
+
}
|
234 |
+
|
235 |
+
.submitbox .submitdelete {
|
236 |
+
border-bottom-color: #909090; /* colorvalue 5 */
|
237 |
+
}
|
238 |
+
|
239 |
+
.submitbox .submitdelete:hover {
|
240 |
+
color: #fff;
|
241 |
+
background-color: #f00;
|
242 |
+
border-bottom-color: #f00;
|
243 |
+
}
|
244 |
+
|
245 |
+
.tablenav .dots {
|
246 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
247 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
248 |
+
}
|
249 |
+
|
250 |
+
.tablenav .next, .tablenav .prev{
|
251 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
252 |
+
border-bottom-color: #F0F0F0; /* colorvalue 3 */
|
253 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
254 |
+
color: #787878; /* colorvalue 2 */
|
255 |
+
}
|
256 |
+
|
257 |
+
.tablenav .next:hover, .tablenav .prev:hover {
|
258 |
+
border-bottom-color: #d54e21;
|
259 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
260 |
+
color: #d54e21;
|
261 |
+
}
|
262 |
+
|
263 |
+
.updated, .login #login_error, .login .message {
|
264 |
+
background-color:#787878; /* colorvalue 2 */
|
265 |
+
border-color:#000000; /* colorvalue 1 */
|
266 |
+
}
|
267 |
+
|
268 |
+
.updated a {
|
269 |
+
border-bottom-color: #F0F0F0; /* colorvalue 3 */
|
270 |
+
}
|
271 |
+
|
272 |
+
.widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
|
273 |
+
border-bottom-color: #909090; /* colorvalue 5 */
|
274 |
+
}
|
275 |
+
|
276 |
+
.widefat thead, .thead {
|
277 |
+
background-color:#909090; /* colorvalue 5 */
|
278 |
+
color: #787878; /* colorvalue 2 */
|
279 |
+
}
|
280 |
+
|
281 |
+
.widget-control-save, .widget-control-remove {
|
282 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
283 |
+
color: #909090; /* colorvalue 5 */
|
284 |
+
}
|
285 |
+
|
286 |
+
.wrap h2 {
|
287 |
+
border-bottom-color:#F0F0F0; /* colorvalue 3 */
|
288 |
+
color:#787878; /* colorvalue 2 */
|
289 |
+
}
|
290 |
+
|
291 |
+
#poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a {
|
292 |
+
color: #787878; /* colorvalue 2 */
|
293 |
+
}
|
294 |
+
|
295 |
+
#adminmenu a {
|
296 |
+
color: #F0F0F0; /* colorvalue 3 */
|
297 |
+
}
|
298 |
+
|
299 |
+
#submenu a {
|
300 |
+
color: #787878; /* colorvalue 2 */
|
301 |
+
}
|
302 |
+
/* Because we don't want visited on these links */
|
303 |
+
#adminmenu a.current, #sidemenu a.current {
|
304 |
+
background-color: #fff;
|
305 |
+
border-color: #000000; /* colorvalue 1 */
|
306 |
+
border-bottom-color: #fff;
|
307 |
+
color: #333;
|
308 |
+
font-weight: bold;
|
309 |
+
}
|
310 |
+
|
311 |
+
#adminmenu li a #awaiting-mod {
|
312 |
+
background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif);
|
313 |
+
}
|
314 |
+
|
315 |
+
#adminmenu li a #awaiting-mod span {
|
316 |
+
background-color: #d54e21;
|
317 |
+
color: #fff;
|
318 |
+
}
|
319 |
+
|
320 |
+
#rightnow .reallynow {
|
321 |
+
background-color:#787878; /* colorvalue 2 */
|
322 |
+
color:#D8D8D8; /* colorvalue 4 */
|
323 |
+
}
|
324 |
+
|
325 |
+
#rightnow .reallynow a {
|
326 |
+
background-color:#D8D8D8; /* colorvalue 4 */
|
327 |
+
color:#787878; /* colorvalue 2 */
|
328 |
+
}
|
329 |
+
|
330 |
+
#rightnow .reallynow a:hover {
|
331 |
+
color:#909090; /* colorvalue 5 */
|
332 |
+
}
|
333 |
+
|
334 |
+
|
335 |
+
#adminmenu li a:hover #awaiting-mod span {
|
336 |
+
background-color: #000000; /* colorvalue 1 */
|
337 |
+
}
|
338 |
+
|
339 |
+
#adminmenu, div#media-upload-header {
|
340 |
+
background-color: #787878; /* colorvalue 2 */
|
341 |
+
border-bottom-color: #000000; /* colorvalue 1 */
|
342 |
+
}
|
343 |
+
|
344 |
+
#currenttheme img {
|
345 |
+
border-color: #909090; /* colorvalue 5 */
|
346 |
+
}
|
347 |
+
|
348 |
+
#current-widgets .drop-widget-here {
|
349 |
+
background-color: #ffc;
|
350 |
+
}
|
351 |
+
|
352 |
+
#dashboard_secondary div.dashboard-widget-content ul li a {
|
353 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
354 |
+
}
|
355 |
+
|
356 |
+
input.readonly {
|
357 |
+
background-color: #909090; /* colorvalue 5 */
|
358 |
+
}
|
359 |
+
|
360 |
+
#dashmenu a.current {
|
361 |
+
background-color: #787878; /* colorvalue 2 */
|
362 |
+
color: #F0F0F0; /* colorvalue 3 */
|
363 |
+
}
|
364 |
+
|
365 |
+
#dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
|
366 |
+
background-color: #787878; /* colorvalue 2 */
|
367 |
+
color: #D8D8D8; /* colorvalue 4 */
|
368 |
+
}
|
369 |
+
|
370 |
+
#ed_toolbar input {
|
371 |
+
background: url( ../../../../wp-admin/images/fade-butt.png ) #fff repeat-x 0 -2px;
|
372 |
+
}
|
373 |
+
|
374 |
+
#editable-post-name {
|
375 |
+
background-color: #fffbcc;
|
376 |
+
}
|
377 |
+
|
378 |
+
#edit-slug-box strong, .login #nav a {
|
379 |
+
color: #909090; /* colorvalue 5 */
|
380 |
+
}
|
381 |
+
|
382 |
+
#edit-slug-buttons a.save {
|
383 |
+
background-color: #909090; /* colorvalue 5 */
|
384 |
+
}
|
385 |
+
|
386 |
+
#footer {
|
387 |
+
background-image: url(../img/wplogo.png) !important;
|
388 |
+
background-position:10px 10px;
|
389 |
+
background-repeat: no-repeat;
|
390 |
+
_background-image: url(../img/wplogo.gif);
|
391 |
+
background-color:#909090; /* colorvalue 5 */
|
392 |
+
color:#000000; /* colorvalue 1 */
|
393 |
+
}
|
394 |
+
|
395 |
+
#media-items {
|
396 |
+
border-color: #909090; /* colorvalue 5 */
|
397 |
+
}
|
398 |
+
|
399 |
+
#pass-strength-result {
|
400 |
+
background-color: #909090; /* colorvalue 5 */
|
401 |
+
border-color: #D8D8D8; /* colorvalue 4 */
|
402 |
+
}
|
403 |
+
|
404 |
+
#pass-strength-result.bad {
|
405 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
406 |
+
border-color: #000000; /* colorvalue 1 */
|
407 |
+
}
|
408 |
+
|
409 |
+
#pass-strength-result.good {
|
410 |
+
background-color: #909090; /* colorvalue 5 */
|
411 |
+
border-color: #D8D8D8; /* colorvalue 4 */
|
412 |
+
}
|
413 |
+
|
414 |
+
#pass-strength-result.short {
|
415 |
+
background-color: #909090; /* colorvalue 5 */
|
416 |
+
}
|
417 |
+
|
418 |
+
#pass-strength-result.strong {
|
419 |
+
background-color: #787878; /* colorvalue 2 */
|
420 |
+
border-color: #D8D8D8; /* colorvalue 4 */
|
421 |
+
}
|
422 |
+
|
423 |
+
.checkbox, .side-info, #your-profile #rich_editing {
|
424 |
+
background-color: #fff;
|
425 |
+
}
|
426 |
+
|
427 |
+
#plugins .active {
|
428 |
+
background-color:#F0F0F0; /* colorvalue 3 */
|
429 |
+
color:#787878; /* colorvalue 2 */
|
430 |
+
}
|
431 |
+
|
432 |
+
#plugins .togl {
|
433 |
+
border-right-color: #D8D8D8; /* colorvalue 4 */
|
434 |
+
}
|
435 |
+
|
436 |
+
#the-comment-list .unapproved {
|
437 |
+
background-color: #ffffe0;
|
438 |
+
}
|
439 |
+
|
440 |
+
#plugins tr {
|
441 |
+
background-color: #fff;
|
442 |
+
}
|
443 |
+
|
444 |
+
#poststuff #editor-toolbar .active {
|
445 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
446 |
+
color: #787878; /* colorvalue 2 */
|
447 |
+
}
|
448 |
+
|
449 |
+
#poststuff .closed .togbox {
|
450 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
451 |
+
background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
|
452 |
+
}
|
453 |
+
|
454 |
+
#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
|
455 |
+
border-color: #909090; /* colorvalue 5 */
|
456 |
+
border-right-color: #F0F0F0; /* colorvalue 3 */
|
457 |
+
border-bottom-color: #F0F0F0; /* colorvalue 3 */
|
458 |
+
}
|
459 |
+
|
460 |
+
#poststuff .togbox {
|
461 |
+
background-color:#909090; /* colorvalue 5 */
|
462 |
+
background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
|
463 |
+
}
|
464 |
+
|
465 |
+
#quicktags #ed_link {
|
466 |
+
color: #787878; /* colorvalue 2 */
|
467 |
+
}
|
468 |
+
|
469 |
+
#rightnow .youhave {
|
470 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
471 |
+
}
|
472 |
+
|
473 |
+
#rightnow a {
|
474 |
+
color: #787878; /* colorvalue 2 */
|
475 |
+
}
|
476 |
+
|
477 |
+
#sidemenu a {
|
478 |
+
background-color: #787878; /* colorvalue 2 */
|
479 |
+
border-bottom-color: #000000; /* colorvalue 1 */
|
480 |
+
border-top-color: #787878; /* colorvalue 2 */
|
481 |
+
color: #F0F0F0; /* colorvalue 3 */
|
482 |
+
}
|
483 |
+
|
484 |
+
#tagchecklist span a {
|
485 |
+
background: url(../../../../wp-admin/images/xit.gif) no-repeat;
|
486 |
+
}
|
487 |
+
|
488 |
+
#tagchecklist span a:hover {
|
489 |
+
background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
|
490 |
+
}
|
491 |
+
|
492 |
+
#the-comment-list .comment a {
|
493 |
+
border-bottom-color: #909090; /* colorvalue 5 */
|
494 |
+
color: #F0F0F0; /* colorvalue 3 */
|
495 |
+
}
|
496 |
+
|
497 |
+
#update-nag, .plugin-update {
|
498 |
+
background-color: #fffeeb;
|
499 |
+
border-bottom-color: #ccc;
|
500 |
+
border-top-color: #ccc;
|
501 |
+
color: #555;
|
502 |
+
}
|
503 |
+
|
504 |
+
#upload-files a.file-link {
|
505 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
506 |
+
}
|
507 |
+
|
508 |
+
#upload-file-view a img {
|
509 |
+
border-bottom-color: #787878; /* colorvalue 2 */
|
510 |
+
}
|
511 |
+
|
512 |
+
#upload-menu li #current-tab-nav, #upload-file {
|
513 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
514 |
+
}
|
515 |
+
|
516 |
+
#upload-menu li span a.page-numbers {
|
517 |
+
color: #000000; /* colorvalue 1 */
|
518 |
+
}
|
519 |
+
|
520 |
+
#upload-menu li.current {
|
521 |
+
border-right-color: #F0F0F0; /* colorvalue 3 */
|
522 |
+
color: #333;
|
523 |
+
}
|
524 |
+
|
525 |
+
#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
|
526 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
527 |
+
color: #333;
|
528 |
+
}
|
529 |
+
|
530 |
+
#upload-menu, #upload-menu li {
|
531 |
+
border-top-color: #D8D8D8; /* colorvalue 4 */
|
532 |
+
}
|
533 |
+
|
534 |
+
#user_info, .login #backtoblog a {
|
535 |
+
color: #D8D8D8; /* colorvalue 4 */
|
536 |
+
}
|
537 |
+
|
538 |
+
#wphead {
|
539 |
+
background-color:#787878; /* colorvalue 2 */
|
540 |
+
color:#F0F0F0; /* colorvalue 3 */
|
541 |
+
}
|
542 |
+
|
543 |
+
#wphead, body.login {
|
544 |
+
border-top-color:#000000; /* colorvalue 1 */
|
545 |
+
color:#787878; /* colorvalue 2 */
|
546 |
+
}
|
547 |
+
|
548 |
+
#wphead #viewsite a {
|
549 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
550 |
+
color: #787878; /* colorvalue 2 */
|
551 |
+
border-color: #D8D8D8; /* colorvalue 4 */
|
552 |
+
}
|
553 |
+
|
554 |
+
#wphead #viewsite a:hover {
|
555 |
+
color: #000000; /* colorvalue 1 */
|
556 |
+
}
|
557 |
+
|
558 |
+
#wphead h1, #dashmenu a.current:hover {
|
559 |
+
color:#F0F0F0; /* colorvalue 3 */
|
560 |
+
}
|
561 |
+
|
562 |
+
div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
|
563 |
+
color: #f00;
|
564 |
+
}
|
565 |
+
|
566 |
+
#media-upload a.delete {
|
567 |
+
color: #909090; /* colorvalue 5 */
|
568 |
+
}
|
569 |
+
|
570 |
+
|
571 |
+
/* TinyMCE */
|
572 |
+
.wp_themeSkin *,
|
573 |
+
.wp_themeSkin a:hover,
|
574 |
+
.wp_themeSkin a:link,
|
575 |
+
.wp_themeSkin a:visited,
|
576 |
+
.wp_themeSkin a:active {
|
577 |
+
color: #000;
|
578 |
+
}
|
579 |
+
|
580 |
+
/* Containers */
|
581 |
+
.wp_themeSkin table {
|
582 |
+
background: #F0F0F0; /* colorvalue 3 */
|
583 |
+
}
|
584 |
+
|
585 |
+
.wp_themeSkin iframe {
|
586 |
+
background: #fff;
|
587 |
+
}
|
588 |
+
|
589 |
+
/* Layout */
|
590 |
+
.wp_themeSkin .mceStatusbar {
|
591 |
+
color:#333;
|
592 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
593 |
+
}
|
594 |
+
|
595 |
+
/* Button */
|
596 |
+
.wp_themeSkin .mceButton {
|
597 |
+
background-color: #909090; /* colorvalue 5 */
|
598 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
599 |
+
}
|
600 |
+
|
601 |
+
.wp_themeSkin a.mceButtonEnabled:hover,
|
602 |
+
.wp_themeSkin a.mceButtonActive,
|
603 |
+
.wp_themeSkin a.mceButtonSelected {
|
604 |
+
background-color: #d6d8da;
|
605 |
+
border-color: #7789ba !important;
|
606 |
+
}
|
607 |
+
|
608 |
+
.wp_themeSkin .mceButtonDisabled {
|
609 |
+
border-color: #83B4D5 !important;
|
610 |
+
}
|
611 |
+
|
612 |
+
/* ListBox */
|
613 |
+
.wp_themeSkin .mceListBox .mceText,
|
614 |
+
.wp_themeSkin .mceListBox .mceOpen {
|
615 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
616 |
+
background-color: #909090; /* colorvalue 5 */
|
617 |
+
}
|
618 |
+
|
619 |
+
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
|
620 |
+
.wp_themeSkin .mceListBoxHover .mceOpen,
|
621 |
+
.wp_themeSkin .mceListBoxSelected .mceOpen,
|
622 |
+
.wp_themeSkin .mceListBoxSelected .mceText {
|
623 |
+
border-color: #7789ba !important;
|
624 |
+
background-color: #d6d8da;
|
625 |
+
}
|
626 |
+
|
627 |
+
.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
|
628 |
+
.wp_themeSkin .mceListBoxHover .mceText {
|
629 |
+
border-color: #7789ba !important;
|
630 |
+
}
|
631 |
+
|
632 |
+
.wp_themeSkin select.mceListBox {
|
633 |
+
border-color: #D8D8D8; /* colorvalue 4 */
|
634 |
+
background-color: #fff;
|
635 |
+
}
|
636 |
+
|
637 |
+
/* SplitButton */
|
638 |
+
.wp_themeSkin .mceSplitButton a.mceAction,
|
639 |
+
.wp_themeSkin .mceSplitButton a.mceOpen {
|
640 |
+
background-color: #909090; /* colorvalue 5 */
|
641 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
642 |
+
}
|
643 |
+
|
644 |
+
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
|
645 |
+
.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
|
646 |
+
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
|
647 |
+
.wp_themeSkin .mceSplitButton a.mceAction:hover {
|
648 |
+
background-color: #d6d8da;
|
649 |
+
border-color: #7789ba !important;
|
650 |
+
}
|
651 |
+
|
652 |
+
.wp_themeSkin .mceSplitButtonActive {
|
653 |
+
background-color: #d6d8da;
|
654 |
+
}
|
655 |
+
|
656 |
+
/* ColorSplitButton */
|
657 |
+
.wp_themeSkin div.mceColorSplitMenu table {
|
658 |
+
background-color: #ebeaeb;
|
659 |
+
border-color: #808080;
|
660 |
+
}
|
661 |
+
|
662 |
+
.wp_themeSkin .mceColorSplitMenu a {
|
663 |
+
border-color: #808080;
|
664 |
+
}
|
665 |
+
|
666 |
+
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
|
667 |
+
border-color: #fff;
|
668 |
+
}
|
669 |
+
|
670 |
+
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
|
671 |
+
border-color: #0A246A;
|
672 |
+
background-color: #B6BDD2;
|
673 |
+
}
|
674 |
+
|
675 |
+
.wp_themeSkin a.mceMoreColors:hover {
|
676 |
+
border-color: #0A246A;
|
677 |
+
}
|
678 |
+
|
679 |
+
/* Menu */
|
680 |
+
.wp_themeSkin .mceMenu {
|
681 |
+
border-color: #ddd;
|
682 |
+
}
|
683 |
+
|
684 |
+
.wp_themeSkin .mceMenu table {
|
685 |
+
background-color: #ebeaeb;
|
686 |
+
}
|
687 |
+
|
688 |
+
.wp_themeSkin .mceMenu .mceText {
|
689 |
+
color: #000;
|
690 |
+
}
|
691 |
+
|
692 |
+
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
|
693 |
+
.wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
|
694 |
+
background-color:#D8D8D8; /* colorvalue 4 */
|
695 |
+
}
|
696 |
+
.wp_themeSkin td.mceMenuItemSeparator {
|
697 |
+
background-color: #aaa;
|
698 |
+
}
|
699 |
+
.wp_themeSkin .mceMenuItemTitle a {
|
700 |
+
background-color: #ccc;
|
701 |
+
border-bottom-color: #aaa;
|
702 |
+
}
|
703 |
+
.wp_themeSkin .mceMenuItemTitle span.mceText {
|
704 |
+
color: #000;
|
705 |
+
}
|
706 |
+
.wp_themeSkin .mceMenuItemDisabled .mceText {
|
707 |
+
color: #888;
|
708 |
+
}
|
709 |
+
|
710 |
+
/* pop-up */
|
711 |
+
.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
|
712 |
+
background-color: #D8D8D8; /* colorvalue 4 */
|
713 |
+
border-color: #F0F0F0; /* colorvalue 3 */
|
714 |
+
}
|
715 |
+
|
716 |
+
.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
|
717 |
+
background-color: #F0F0F0; /* colorvalue 3 */
|
718 |
+
border-color: #909090; /* colorvalue 5 */
|
719 |
+
}
|
720 |
+
|
721 |
+
#editorcontainer {
|
722 |
+
border-color: #909090; /* colorvalue 5 */
|
723 |
+
}
|
724 |
+
|
725 |
+
#poststuff #titlewrap {
|
726 |
+
border-color: #909090; /* colorvalue 5 */
|
727 |
+
}
|
728 |
+
|
729 |
+
#tTips p#tTips_inside {
|
730 |
+
background-color: #ddd;
|
731 |
+
color: #333;
|
732 |
+
}
|
733 |
+
|
css/colors-wp23.css
ADDED
@@ -0,0 +1,940 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
Scheme: WordPress 2.3
|
3 |
+
Colors: 000000|14568A|448ABD|83B4D8
|
4 |
+
Author of Basis: James Dick
|
5 |
+
Basis from Plugin: http://www.jamesdimick.com/creations/easy-admin-color-schemes/
|
6 |
+
*/
|
7 |
+
a.page-numbers:hover {
|
8 |
+
border-color: #999;
|
9 |
+
}
|
10 |
+
|
11 |
+
body > #upload-menu {
|
12 |
+
border-bottom-color: #fff;
|
13 |
+
}
|
14 |
+
|
15 |
+
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
|
16 |
+
border-color: #ccc;
|
17 |
+
}
|
18 |
+
|
19 |
+
div.dashboard-widget-error {
|
20 |
+
background-color: #c43;
|
21 |
+
}
|
22 |
+
|
23 |
+
div.dashboard-widget-notice {
|
24 |
+
background-color: #F0F6FB;
|
25 |
+
}
|
26 |
+
|
27 |
+
div.dashboard-widget-submit, ul.widget-control-list div.widget-control-actions {
|
28 |
+
border-top-color: #ccc;
|
29 |
+
}
|
30 |
+
|
31 |
+
input.disabled, textarea.disabled {
|
32 |
+
background-color: #ccc;
|
33 |
+
}
|
34 |
+
|
35 |
+
li.widget-list-control-item h4.widget-title a:hover, .submit a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
|
36 |
+
#dragHelper li.widget-list-control-item h4.widget-title a,
|
37 |
+
#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
|
38 |
+
color: #fff;
|
39 |
+
}
|
40 |
+
|
41 |
+
ul#category-tabs li.ui-tabs-selected, li.widget-list-control-item, div.nav, .tablenav, .submitbox, h3.dashboard-widget-title, h3.dashboard-widget-title span, h3.dashboard-widget-title small, ul.view-switch li.current, .form-table tr, #poststuff h3, .login form {
|
42 |
+
background-color: #cfebf7;
|
43 |
+
}
|
44 |
+
|
45 |
+
div.ui-tabs-panel {
|
46 |
+
border-color: #cfebf7;
|
47 |
+
}
|
48 |
+
|
49 |
+
select {
|
50 |
+
background-color: #fff;
|
51 |
+
border-color: #ddd;
|
52 |
+
}
|
53 |
+
|
54 |
+
strong .post-com-count span {
|
55 |
+
background-color: #2583ad;
|
56 |
+
}
|
57 |
+
|
58 |
+
.button-secondary, #login form .submit input {
|
59 |
+
background-color: #8ebddc !important;
|
60 |
+
}
|
61 |
+
|
62 |
+
ul#widget-list li.widget-list-item h4.widget-title {
|
63 |
+
background-color: #f0f0f0;
|
64 |
+
color: #000;
|
65 |
+
}
|
66 |
+
|
67 |
+
ul.widget-control-list .sorthelper {
|
68 |
+
background-color: #ccf3fa;
|
69 |
+
}
|
70 |
+
|
71 |
+
.ac_match, .subsubsub a.current, h2 {
|
72 |
+
color: #000;
|
73 |
+
}
|
74 |
+
|
75 |
+
.ac_over {
|
76 |
+
background-color: #f0f0b8;
|
77 |
+
}
|
78 |
+
|
79 |
+
.ac_results {
|
80 |
+
background-color: #fff;
|
81 |
+
border-color: #808080;
|
82 |
+
}
|
83 |
+
|
84 |
+
.ac_results li {
|
85 |
+
color: #101010;
|
86 |
+
}
|
87 |
+
|
88 |
+
.alternate {
|
89 |
+
background-color: #f9f9f9;
|
90 |
+
}
|
91 |
+
|
92 |
+
.available-theme a.screenshot {
|
93 |
+
background-color: #f1f1f1;
|
94 |
+
border-color: #ccc;
|
95 |
+
}
|
96 |
+
|
97 |
+
.bar {
|
98 |
+
background-color: #e8e8e8;
|
99 |
+
border-right-color: #99d;
|
100 |
+
}
|
101 |
+
|
102 |
+
.describe {
|
103 |
+
border-top-color: #d0d0d0;
|
104 |
+
}
|
105 |
+
|
106 |
+
#login #login_error {
|
107 |
+
background-color: #ffebe8;
|
108 |
+
border-color: #c00;
|
109 |
+
}
|
110 |
+
|
111 |
+
.form-invalid {
|
112 |
+
background-color: #ffebe8 !important;
|
113 |
+
}
|
114 |
+
|
115 |
+
.form-invalid input {
|
116 |
+
border-color: #c00 !important;
|
117 |
+
}
|
118 |
+
|
119 |
+
.form-table input, .form-table textarea {
|
120 |
+
border-color: #c6d9e9;
|
121 |
+
}
|
122 |
+
|
123 |
+
.form-table td, .form-table th {
|
124 |
+
border-bottom-color: #fff;
|
125 |
+
}
|
126 |
+
|
127 |
+
.highlight {
|
128 |
+
background-color: #cfebf7;
|
129 |
+
color: #d54e21;
|
130 |
+
}
|
131 |
+
|
132 |
+
.howto, .nonessential, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
|
133 |
+
color: #999;
|
134 |
+
}
|
135 |
+
|
136 |
+
.media-item {
|
137 |
+
border-bottom-color: #d0d0d0;
|
138 |
+
}
|
139 |
+
|
140 |
+
.media-upload-form label.form-help, td.help {
|
141 |
+
color: #9a9a9a;
|
142 |
+
}
|
143 |
+
|
144 |
+
.page-numbers {
|
145 |
+
background-color: #fff;
|
146 |
+
border-color: #fff;
|
147 |
+
}
|
148 |
+
|
149 |
+
.page-numbers.current {
|
150 |
+
background-color: #328ab2;
|
151 |
+
border-color: #328ab2;
|
152 |
+
color: #fff;
|
153 |
+
}
|
154 |
+
|
155 |
+
.post-com-count {
|
156 |
+
background-image: url(../../../../wp-admin/images/bubble_bg.gif);
|
157 |
+
color: #fff;
|
158 |
+
}
|
159 |
+
|
160 |
+
.post-com-count span {
|
161 |
+
background-color: #bbb;
|
162 |
+
color: #fff;
|
163 |
+
}
|
164 |
+
|
165 |
+
.post-com-count:hover span {
|
166 |
+
background-color: #d54e21;
|
167 |
+
}
|
168 |
+
|
169 |
+
.quicktags, .search {
|
170 |
+
background-color: #ccc;
|
171 |
+
color: #000;
|
172 |
+
}
|
173 |
+
|
174 |
+
.side-info h5, .bordertitle {
|
175 |
+
border-bottom-color: #dadada;
|
176 |
+
}
|
177 |
+
|
178 |
+
.side-info ul, .widget-description {
|
179 |
+
color: #666;
|
180 |
+
}
|
181 |
+
|
182 |
+
.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
|
183 |
+
background-color: #e5e5e5;
|
184 |
+
color: #07273e;
|
185 |
+
border-color: #a3a3a3;
|
186 |
+
}
|
187 |
+
|
188 |
+
.button[disabled], .button:disabled {
|
189 |
+
background-color: #999;
|
190 |
+
}
|
191 |
+
|
192 |
+
.tablenav .button-secondary {
|
193 |
+
border-color: #5396c5;
|
194 |
+
}
|
195 |
+
|
196 |
+
.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
|
197 |
+
border-color: #535353;
|
198 |
+
}
|
199 |
+
|
200 |
+
.submit input:hover, .button:hover, .button-secondary:hover, .submitbox #previewview a:hover, #the-comment-list .comment a:hover, #rightnow a:hover, a:hover, .subsubsub a:hover, .subsubsub a.current:hover, #login form .submit input:hover, div.dashboard-widget-submit input:hover, #edit-slug-buttons a.save:hover {
|
201 |
+
color: #d54e21;
|
202 |
+
}
|
203 |
+
|
204 |
+
.button-secondary:hover, #login form .submit input:hover {
|
205 |
+
border-color: #328ab2;
|
206 |
+
background-color: #a6d2e5 !important;
|
207 |
+
}
|
208 |
+
|
209 |
+
.submitbox #autosave .error, ul.view-switch li.current a {
|
210 |
+
color: #333;
|
211 |
+
}
|
212 |
+
|
213 |
+
.submitbox #previewview {
|
214 |
+
background-color: #5488af;
|
215 |
+
}
|
216 |
+
|
217 |
+
.submitbox #previewview a, #rightnow .rbutton {
|
218 |
+
background-color: #ebebeb;
|
219 |
+
color: #264761;
|
220 |
+
}
|
221 |
+
|
222 |
+
.submitbox .submit {
|
223 |
+
background-color: #464646;
|
224 |
+
color: #ccc;
|
225 |
+
}
|
226 |
+
|
227 |
+
.submitbox .submitdelete {
|
228 |
+
border-bottom-color: #999;
|
229 |
+
}
|
230 |
+
|
231 |
+
.submitbox .submitdelete:hover {
|
232 |
+
color: #fff;
|
233 |
+
background-color: #f00;
|
234 |
+
border-bottom-color: #f00;
|
235 |
+
}
|
236 |
+
|
237 |
+
.tablenav .dots {
|
238 |
+
background-color: #cfebf7;
|
239 |
+
border-color: #cfebf7;
|
240 |
+
}
|
241 |
+
|
242 |
+
.tablenav .next, .tablenav .prev{
|
243 |
+
background-color: #cfebf7;
|
244 |
+
border-bottom-color: #cfebf7;
|
245 |
+
border-color: #cfebf7;
|
246 |
+
color: #2583ad;
|
247 |
+
}
|
248 |
+
|
249 |
+
.tablenav .next:hover, .tablenav .prev:hover {
|
250 |
+
border-bottom-color: #d54e21;
|
251 |
+
border-color: #cfebf7;
|
252 |
+
color: #d54e21;
|
253 |
+
}
|
254 |
+
|
255 |
+
.updated, .login #login_error, .login .message {
|
256 |
+
background-color: #ffffe0;
|
257 |
+
border-color: #e6db55;
|
258 |
+
}
|
259 |
+
|
260 |
+
.widefat td, .widefat th, div#available-widgets-filter, ul#widget-list li.widget-list-item, .commentlist li {
|
261 |
+
border-bottom-color: #ccc;
|
262 |
+
}
|
263 |
+
|
264 |
+
.widefat thead, .thead {
|
265 |
+
background-color: #464646;
|
266 |
+
color: #d7d7d7;
|
267 |
+
}
|
268 |
+
|
269 |
+
.widget-control-save, .widget-control-remove {
|
270 |
+
background-color: #83b4d5;
|
271 |
+
color: #246;
|
272 |
+
}
|
273 |
+
|
274 |
+
.wrap h2 {
|
275 |
+
border-bottom-color: #dadada;
|
276 |
+
color: #5a5a5a;
|
277 |
+
}
|
278 |
+
|
279 |
+
#poststuff #edButtonPreview, #poststuff #edButtonHTML, #the-comment-list p.comment-author strong a, a {
|
280 |
+
color: #2e7ca0;
|
281 |
+
}
|
282 |
+
|
283 |
+
#rightnow .reallynow {
|
284 |
+
background-color: #14568a;
|
285 |
+
color: #fff;
|
286 |
+
}
|
287 |
+
|
288 |
+
div#media-upload-header {
|
289 |
+
background-color: #14568a;
|
290 |
+
border-bottom-color: #07273e;
|
291 |
+
}
|
292 |
+
|
293 |
+
#currenttheme img {
|
294 |
+
border-color: #666;
|
295 |
+
}
|
296 |
+
|
297 |
+
#current-widgets .drop-widget-here {
|
298 |
+
background-color: #ffc;
|
299 |
+
}
|
300 |
+
|
301 |
+
#dashboard_secondary div.dashboard-widget-content ul li a {
|
302 |
+
background-color: #f9f9f9;
|
303 |
+
}
|
304 |
+
|
305 |
+
input.readonly {
|
306 |
+
background-color: #ddd;
|
307 |
+
}
|
308 |
+
|
309 |
+
#dragHelper h4.widget-title, li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4 {
|
310 |
+
background-color: #2683ae;
|
311 |
+
color: #fff;
|
312 |
+
}
|
313 |
+
|
314 |
+
#ed_toolbar input {
|
315 |
+
background: url( ../images/fade-butt.png ) #fff repeat-x 0 -2px;
|
316 |
+
}
|
317 |
+
|
318 |
+
#editable-post-name {
|
319 |
+
background-color: #fffbcc;
|
320 |
+
}
|
321 |
+
|
322 |
+
#edit-slug-box strong, .login #nav a {
|
323 |
+
color: #777;
|
324 |
+
}
|
325 |
+
|
326 |
+
#edit-slug-buttons a.save {
|
327 |
+
background-color: #ebebeb;
|
328 |
+
}
|
329 |
+
|
330 |
+
#media-items {
|
331 |
+
border-color: #c0c0c0;
|
332 |
+
}
|
333 |
+
|
334 |
+
#pass-strength-result {
|
335 |
+
background-color: #e3e3e3;
|
336 |
+
border-color: #000;
|
337 |
+
}
|
338 |
+
|
339 |
+
#pass-strength-result.bad {
|
340 |
+
background-color: #ffeff7;
|
341 |
+
border-color: #c69;
|
342 |
+
}
|
343 |
+
|
344 |
+
#pass-strength-result.good {
|
345 |
+
background-color: #effff4;
|
346 |
+
border-color: #66cc87;
|
347 |
+
}
|
348 |
+
|
349 |
+
#pass-strength-result.short {
|
350 |
+
background-color: #e3e3e3;
|
351 |
+
}
|
352 |
+
|
353 |
+
#pass-strength-result.strong {
|
354 |
+
background-color: #59ef86;
|
355 |
+
border-color: #319f52;
|
356 |
+
}
|
357 |
+
|
358 |
+
.checkbox, .side-info, #your-profile #rich_editing {
|
359 |
+
background-color: #fff;
|
360 |
+
}
|
361 |
+
|
362 |
+
#plugins .active {
|
363 |
+
background-color: #BBEEBB;
|
364 |
+
}
|
365 |
+
|
366 |
+
#plugins .togl {
|
367 |
+
border-right-color: #ccc;
|
368 |
+
}
|
369 |
+
|
370 |
+
#the-comment-list .unapproved {
|
371 |
+
background-color: #ffffe0;
|
372 |
+
}
|
373 |
+
|
374 |
+
#plugins tr {
|
375 |
+
background-color: #fff;
|
376 |
+
}
|
377 |
+
|
378 |
+
#poststuff #editor-toolbar .active {
|
379 |
+
background-color: #83b4d5;
|
380 |
+
color: #333;
|
381 |
+
}
|
382 |
+
|
383 |
+
#poststuff .closed .togbox {
|
384 |
+
background-color: #2583ad;
|
385 |
+
background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
|
386 |
+
}
|
387 |
+
|
388 |
+
#poststuff .postbox, #titlediv, #poststuff .postarea, #poststuff .stuffbox {
|
389 |
+
border-color: #ebebeb;
|
390 |
+
border-right-color: #ccc;
|
391 |
+
border-bottom-color: #ccc;
|
392 |
+
}
|
393 |
+
|
394 |
+
#poststuff .togbox {
|
395 |
+
background-color: #b2b2b2;
|
396 |
+
background-image: url(../../../../wp-admin/images/toggle-arrow.gif);
|
397 |
+
}
|
398 |
+
|
399 |
+
#quicktags #ed_link {
|
400 |
+
color: #00f;
|
401 |
+
}
|
402 |
+
|
403 |
+
#rightnow .youhave {
|
404 |
+
background-color: #f0f6fb;
|
405 |
+
}
|
406 |
+
|
407 |
+
#rightnow a {
|
408 |
+
color: #448abd;
|
409 |
+
}
|
410 |
+
|
411 |
+
#tagchecklist span a {
|
412 |
+
background: url(../../../../wp-admin/images/xit.gif) no-repeat;
|
413 |
+
}
|
414 |
+
|
415 |
+
#tagchecklist span a:hover {
|
416 |
+
background: url(../../../../wp-admin/images/xit.gif) no-repeat -10px 0;
|
417 |
+
}
|
418 |
+
|
419 |
+
#the-comment-list .comment a {
|
420 |
+
border-bottom-color: #ababab;
|
421 |
+
color: #666;
|
422 |
+
}
|
423 |
+
|
424 |
+
#update-nag, .plugin-update {
|
425 |
+
background-color: #fffeeb;
|
426 |
+
border-bottom-color: #ccc;
|
427 |
+
border-top-color: #ccc;
|
428 |
+
color: #555;
|
429 |
+
}
|
430 |
+
|
431 |
+
#upload-files a.file-link {
|
432 |
+
background-color: #d1e2ef;
|
433 |
+
}
|
434 |
+
|
435 |
+
#upload-file-view a img {
|
436 |
+
border-bottom-color: #69c;
|
437 |
+
}
|
438 |
+
|
439 |
+
#upload-menu li #current-tab-nav, #upload-file {
|
440 |
+
background-color: #f9fcfe;
|
441 |
+
}
|
442 |
+
|
443 |
+
#upload-menu li span a.page-numbers {
|
444 |
+
color: #00019b;
|
445 |
+
}
|
446 |
+
|
447 |
+
#upload-menu li.current {
|
448 |
+
border-right-color: #448abd;
|
449 |
+
color: #000;
|
450 |
+
}
|
451 |
+
|
452 |
+
#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
|
453 |
+
background-color: #f9fcfe;
|
454 |
+
color: #000;
|
455 |
+
}
|
456 |
+
|
457 |
+
#upload-menu, #upload-menu li {
|
458 |
+
border-top-color: #247fab;
|
459 |
+
}
|
460 |
+
|
461 |
+
#user_info, .login #backtoblog a {
|
462 |
+
color: #ccc;
|
463 |
+
}
|
464 |
+
|
465 |
+
body.login {
|
466 |
+
border-top-color: #07273e;
|
467 |
+
}
|
468 |
+
|
469 |
+
div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover, .delete:hover {
|
470 |
+
color: #f00;
|
471 |
+
}
|
472 |
+
|
473 |
+
#media-upload a.delete {
|
474 |
+
color: #888;
|
475 |
+
}
|
476 |
+
|
477 |
+
.wp_themeSkin *,
|
478 |
+
.wp_themeSkin a:hover,
|
479 |
+
.wp_themeSkin a:link,
|
480 |
+
.wp_themeSkin a:visited,
|
481 |
+
.wp_themeSkin a:active {
|
482 |
+
color: #000;
|
483 |
+
}
|
484 |
+
|
485 |
+
.wp_themeSkin table {
|
486 |
+
background: #83B4D5;
|
487 |
+
}
|
488 |
+
|
489 |
+
.wp_themeSkin iframe {
|
490 |
+
background: #fff;
|
491 |
+
}
|
492 |
+
|
493 |
+
.wp_themeSkin .mceStatusbar {
|
494 |
+
color:#000;
|
495 |
+
background-color: #eaf3fa;
|
496 |
+
}
|
497 |
+
|
498 |
+
.wp_themeSkin .mceButton {
|
499 |
+
background-color: #e9e8e8;
|
500 |
+
border-color: #83B4D5;
|
501 |
+
}
|
502 |
+
|
503 |
+
.wp_themeSkin a.mceButtonEnabled:hover,
|
504 |
+
.wp_themeSkin a.mceButtonActive,
|
505 |
+
.wp_themeSkin a.mceButtonSelected {
|
506 |
+
background-color: #d6d8da;
|
507 |
+
border-color: #7789ba !important;
|
508 |
+
}
|
509 |
+
|
510 |
+
.wp_themeSkin .mceButtonDisabled {
|
511 |
+
border-color: #83B4D5 !important;
|
512 |
+
}
|
513 |
+
|
514 |
+
.wp_themeSkin .mceListBox .mceText,
|
515 |
+
.wp_themeSkin .mceListBox .mceOpen {
|
516 |
+
border-color: #83B4D5;
|
517 |
+
background-color: #e9e8e8;
|
518 |
+
}
|
519 |
+
|
520 |
+
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
|
521 |
+
.wp_themeSkin .mceListBoxHover .mceOpen,
|
522 |
+
.wp_themeSkin .mceListBoxSelected .mceOpen,
|
523 |
+
.wp_themeSkin .mceListBoxSelected .mceText {
|
524 |
+
border-color: #7789ba !important;
|
525 |
+
background-color: #d6d8da;
|
526 |
+
}
|
527 |
+
|
528 |
+
.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
|
529 |
+
.wp_themeSkin .mceListBoxHover .mceText {
|
530 |
+
border-color: #7789ba !important;
|
531 |
+
}
|
532 |
+
|
533 |
+
.wp_themeSkin select.mceListBox {
|
534 |
+
border-color: #b3c7e1;
|
535 |
+
background-color: #fff;
|
536 |
+
}
|
537 |
+
|
538 |
+
.wp_themeSkin .mceSplitButton a.mceAction,
|
539 |
+
.wp_themeSkin .mceSplitButton a.mceOpen {
|
540 |
+
background-color: #e9e8e8;
|
541 |
+
border-color: #83B4D5;
|
542 |
+
}
|
543 |
+
|
544 |
+
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
|
545 |
+
.wp_themeSkin .mceSplitButtonSelected a.mceOpen,
|
546 |
+
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
|
547 |
+
.wp_themeSkin .mceSplitButton a.mceAction:hover {
|
548 |
+
background-color: #d6d8da;
|
549 |
+
border-color: #7789ba !important;
|
550 |
+
}
|
551 |
+
|
552 |
+
.wp_themeSkin .mceSplitButtonActive {
|
553 |
+
background-color: #d6d8da;
|
554 |
+
}
|
555 |
+
|
556 |
+
.wp_themeSkin div.mceColorSplitMenu table {
|
557 |
+
background-color: #ebeaeb;
|
558 |
+
border-color: #808080;
|
559 |
+
}
|
560 |
+
|
561 |
+
.wp_themeSkin .mceColorSplitMenu a {
|
562 |
+
border-color: #808080;
|
563 |
+
}
|
564 |
+
|
565 |
+
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
|
566 |
+
border-color: #fff;
|
567 |
+
}
|
568 |
+
|
569 |
+
.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
|
570 |
+
border-color: #0A246A;
|
571 |
+
background-color: #B6BDD2;
|
572 |
+
}
|
573 |
+
|
574 |
+
.wp_themeSkin a.mceMoreColors:hover {
|
575 |
+
border-color: #0A246A;
|
576 |
+
}
|
577 |
+
|
578 |
+
.wp_themeSkin .mceMenu {
|
579 |
+
border-color: #ddd;
|
580 |
+
}
|
581 |
+
|
582 |
+
.wp_themeSkin .mceMenu table {
|
583 |
+
background-color: #ebeaeb;
|
584 |
+
}
|
585 |
+
|
586 |
+
.wp_themeSkin .mceMenu .mceText {
|
587 |
+
color: #000;
|
588 |
+
}
|
589 |
+
|
590 |
+
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
|
591 |
+
.wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
|
592 |
+
background-color: #83B4D5;
|
593 |
+
}
|
594 |
+
.wp_themeSkin td.mceMenuItemSeparator {
|
595 |
+
background-color: #aaa;
|
596 |
+
}
|
597 |
+
.wp_themeSkin .mceMenuItemTitle a {
|
598 |
+
background-color: #ccc;
|
599 |
+
border-bottom-color: #aaa;
|
600 |
+
}
|
601 |
+
.wp_themeSkin .mceMenuItemTitle span.mceText {
|
602 |
+
color: #000;
|
603 |
+
}
|
604 |
+
.wp_themeSkin .mceMenuItemDisabled .mceText {
|
605 |
+
color: #888;
|
606 |
+
}
|
607 |
+
|
608 |
+
.clearlooks2 .mceTop .mceLeft, .clearlooks2 .mceTop .mceRight {
|
609 |
+
background-color: #cee1ef;
|
610 |
+
border-color: #c6d9e9;
|
611 |
+
}
|
612 |
+
|
613 |
+
.clearlooks2 .mceFocus .mceTop .mceLeft, .clearlooks2 .mceFocus .mceTop .mceRight {
|
614 |
+
background-color: #5488AF;
|
615 |
+
border-color: #464646;
|
616 |
+
}
|
617 |
+
|
618 |
+
#editorcontainer {
|
619 |
+
border-color: #ccc;
|
620 |
+
}
|
621 |
+
|
622 |
+
#poststuff #titlewrap {
|
623 |
+
border-color: #ccc;
|
624 |
+
}
|
625 |
+
|
626 |
+
#tTips p#tTips_inside {
|
627 |
+
background-color: #ddd;
|
628 |
+
color: #333;
|
629 |
+
}
|
630 |
+
|
631 |
+
/******************** Styles added for 2.3 look ********************/
|
632 |
+
#wpcontent, #wphead, #wphead *, #user_info, #user_info *, #dashmenu, #dashmenu *, #adminmenu, #adminmenu *, #sidemenu, #sidemenu *, #minisub, #minisub *, #submenu, #submenu *, #wpbody, .wrap, #footer, #footer * {
|
633 |
+
position: static !important;
|
634 |
+
float: none !important;
|
635 |
+
clear: none !important;
|
636 |
+
font-size: 14px !important;
|
637 |
+
text-decoration: none !important;
|
638 |
+
letter-spacing: normal !important;
|
639 |
+
line-height: normal !important;
|
640 |
+
color: #000 !important;
|
641 |
+
background: transparent !important;
|
642 |
+
list-style: none !important;
|
643 |
+
padding: 0 !important;
|
644 |
+
border: none !important;
|
645 |
+
-moz-border-radius: 0 !important;
|
646 |
+
-khtml-border-radius: 0 !important;
|
647 |
+
-webkit-border-radius: 0 !important;
|
648 |
+
border-radius: 0 !important;
|
649 |
+
margin: 0 !important;
|
650 |
+
}
|
651 |
+
|
652 |
+
body {
|
653 |
+
background: #f9fcfe !important;
|
654 |
+
}
|
655 |
+
|
656 |
+
#wpcontent {
|
657 |
+
background: #83B4D8 !important;
|
658 |
+
}
|
659 |
+
|
660 |
+
#wphead {
|
661 |
+
color: #c3def1 !important;
|
662 |
+
background: #14568a !important;
|
663 |
+
padding: .7em 19em .8em 1.9em !important;
|
664 |
+
border-bottom: 3px solid #448abd !important;
|
665 |
+
}
|
666 |
+
|
667 |
+
#wphead h1 {
|
668 |
+
font: normal 1.5em/1 Georgia, "Times New Roman", Times, serif !important;
|
669 |
+
letter-spacing: -.05em !important;
|
670 |
+
color: #c3def1 !important;
|
671 |
+
padding: 0.5em 170px 16px 12px;
|
672 |
+
margin: 0;
|
673 |
+
position: absolute;
|
674 |
+
top: 0;
|
675 |
+
left: 0;
|
676 |
+
margin: 0 15% 0 0.5em;
|
677 |
+
}
|
678 |
+
|
679 |
+
#wphead h1 #viewsite, #wphead h1 #viewsite a {
|
680 |
+
font-family: Georgia, "Times New Roman", Times, serif !important;
|
681 |
+
color: #c3def1 !important;
|
682 |
+
}
|
683 |
+
|
684 |
+
#wphead h1 #viewsite {
|
685 |
+
font-size: 14px !important;
|
686 |
+
margin: 0 0 0 0.5em !important;
|
687 |
+
}
|
688 |
+
|
689 |
+
#wphead h1 #viewsite:before {
|
690 |
+
content: '\0028';
|
691 |
+
}
|
692 |
+
|
693 |
+
#wphead h1 #viewsite:after {
|
694 |
+
content: '\0029';
|
695 |
+
}
|
696 |
+
|
697 |
+
#wphead h1 #viewsite a {
|
698 |
+
display: inline !important;
|
699 |
+
color: #fff !important;
|
700 |
+
border-bottom: 1px solid #69c !important;
|
701 |
+
}
|
702 |
+
|
703 |
+
#wphead h1 #viewsite a:after {
|
704 |
+
content: ' \00BB';
|
705 |
+
}
|
706 |
+
|
707 |
+
#user_info, #user_info p, #user_info a {
|
708 |
+
color: #fff !important;
|
709 |
+
}
|
710 |
+
|
711 |
+
#user_info {
|
712 |
+
position: absolute !important;
|
713 |
+
top: 0 !important;
|
714 |
+
right: 1em !important;
|
715 |
+
}
|
716 |
+
|
717 |
+
#user_info p, #user_info a {
|
718 |
+
font-size: 12px !important;
|
719 |
+
}
|
720 |
+
|
721 |
+
#user_info p {
|
722 |
+
margin-top: .9em !important;
|
723 |
+
}
|
724 |
+
|
725 |
+
#user_info a {
|
726 |
+
border-bottom: 1px solid #69c !important;
|
727 |
+
}
|
728 |
+
|
729 |
+
#dashmenu, #adminmenu {
|
730 |
+
float: left !important;
|
731 |
+
}
|
732 |
+
|
733 |
+
#dashmenu {
|
734 |
+
padding: 0 0 0 2em !important;
|
735 |
+
}
|
736 |
+
|
737 |
+
#sidemenu {
|
738 |
+
padding: 0 2em 0 0 !important;
|
739 |
+
}
|
740 |
+
|
741 |
+
#dashmenu li, #adminmenu li, #sidemenu li, #submenu li {
|
742 |
+
display: inline !important;
|
743 |
+
}
|
744 |
+
|
745 |
+
#sidemenu a {
|
746 |
+
display: block !important;
|
747 |
+
float: right !important;
|
748 |
+
padding: 4px 5px 3px 5px !important;
|
749 |
+
margin: 0 2px 2px 2px !important;
|
750 |
+
}
|
751 |
+
|
752 |
+
#dashmenu a, #adminmenu a, #submenu a {
|
753 |
+
display: block !important;
|
754 |
+
float: left !important;
|
755 |
+
padding: 4px 5px 3px 5px !important;
|
756 |
+
margin: 0 2px 2px 2px !important;
|
757 |
+
}
|
758 |
+
|
759 |
+
#dashmenu a:hover, #dashmenu a.current, #adminmenu a:hover, #adminmenu a.current, #sidemenu a:hover, #sidemenu a.current, #submenu a:hover, #submenu a.current {
|
760 |
+
color: #333 !important;
|
761 |
+
background: #ddeaf4 !important;
|
762 |
+
}
|
763 |
+
|
764 |
+
#dashmenu a.current, #adminmenu a.current, #sidemenu a.current, #submenu a.current {
|
765 |
+
font-weight: bold !important;
|
766 |
+
color: #fff !important;
|
767 |
+
background: #0d324f !important;
|
768 |
+
padding-bottom: 7px !important;
|
769 |
+
border-top: 1px solid #96c0de !important;
|
770 |
+
border-right: 2px solid #4f96c8 !important;
|
771 |
+
margin: 0 2px -8px 2px !important;
|
772 |
+
}
|
773 |
+
|
774 |
+
#adminmenu .comment-count, #sidemenu .plugin-count {
|
775 |
+
font-size: 11px !important;
|
776 |
+
}
|
777 |
+
|
778 |
+
#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
|
779 |
+
position: absolute !important;
|
780 |
+
background-image: url(../../../../wp-admin/images/comment-stalk-classic.gif) 0 bottom no-repeat !important;
|
781 |
+
height: 0.9em !important;
|
782 |
+
width: 1em !important;
|
783 |
+
margin-top: -0.4em !important;
|
784 |
+
margin-left: -0.4em !important;
|
785 |
+
}
|
786 |
+
|
787 |
+
#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
|
788 |
+
background-position: -80px bottom !important;
|
789 |
+
}
|
790 |
+
|
791 |
+
#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
|
792 |
+
position: absolute !important;
|
793 |
+
top: -0.5em !important;
|
794 |
+
right: 0 !important;
|
795 |
+
display: block !important;
|
796 |
+
line-height: 1.3em !important;
|
797 |
+
color: #fff !important;
|
798 |
+
background-color: #d54e21 !important;
|
799 |
+
height: 1.3em !important;
|
800 |
+
padding: 0 0.6em !important;
|
801 |
+
-moz-border-radius: 3px !important;
|
802 |
+
-khtml-border-radius: 3px !important;
|
803 |
+
-webkit-border-radius: 3px !important;
|
804 |
+
border-radius: 3px !important;
|
805 |
+
}
|
806 |
+
|
807 |
+
#adminmenu li a:hover #awaiting-mod span, #sidemenu li a:hover #update-plugins span {
|
808 |
+
background-color: #07273E !important;
|
809 |
+
}
|
810 |
+
|
811 |
+
#minisub, #submenu {
|
812 |
+
clear: both !important;
|
813 |
+
background: #0d324f !important;
|
814 |
+
padding: 1px 2em 0 4em !important;
|
815 |
+
}
|
816 |
+
|
817 |
+
#minisub {
|
818 |
+
height: 8px !important;
|
819 |
+
}
|
820 |
+
|
821 |
+
#submenu, #submenu a {
|
822 |
+
font-size: 12px !important;
|
823 |
+
line-height: 180% !important;
|
824 |
+
color: #fff !important;
|
825 |
+
}
|
826 |
+
|
827 |
+
#submenu, #submenu li {
|
828 |
+
height: 25px !important;
|
829 |
+
}
|
830 |
+
|
831 |
+
#submenu:after {
|
832 |
+
display: block !important;
|
833 |
+
visibility: hidden !important;
|
834 |
+
clear: both !important;
|
835 |
+
content: '.';
|
836 |
+
height: 0 !important;
|
837 |
+
width: 0 !important;
|
838 |
+
}
|
839 |
+
|
840 |
+
#submenu a {
|
841 |
+
padding: .2em .4em .3em !important;
|
842 |
+
}
|
843 |
+
|
844 |
+
#submenu a.current {
|
845 |
+
color: #000 !important;
|
846 |
+
background: #f9fcfe !important;
|
847 |
+
padding-bottom: 2px !important;
|
848 |
+
border-top: 1px solid #045290 !important;
|
849 |
+
border-right: 2px solid #045290 !important;
|
850 |
+
margin: 0 2px -8px 2px !important;
|
851 |
+
}
|
852 |
+
|
853 |
+
#submenu a:hover {
|
854 |
+
color: #393939 !important;
|
855 |
+
background: #ddeaf4 !important;
|
856 |
+
}
|
857 |
+
|
858 |
+
.updated, .confirm {
|
859 |
+
background: #CFEBF7 url(notice.gif) no-repeat 1em !important;
|
860 |
+
padding: 0 1em 0 3em !important;
|
861 |
+
border: 1px solid #2580B2 !important;
|
862 |
+
margin: 1em 5% 10px !important;
|
863 |
+
}
|
864 |
+
|
865 |
+
.updated a {
|
866 |
+
border-bottom-color: #2583ad !important;
|
867 |
+
}
|
868 |
+
|
869 |
+
.error {
|
870 |
+
background: #FFEFF7 !important;
|
871 |
+
padding: 0 1em 0 1em !important;
|
872 |
+
border: 1px solid #c69 !important;
|
873 |
+
margin: 1em 5% 10px !important;
|
874 |
+
}
|
875 |
+
|
876 |
+
.error a {
|
877 |
+
color: #c00 !important;
|
878 |
+
}
|
879 |
+
|
880 |
+
#wpbody {
|
881 |
+
background: #f9fcfe !important;
|
882 |
+
padding: 1px 0 0 0 !important;
|
883 |
+
}
|
884 |
+
|
885 |
+
.wrap {
|
886 |
+
background: #fff !important;
|
887 |
+
padding: 1em !important;
|
888 |
+
border: 1px solid #ccc !important;
|
889 |
+
margin: 15px 5% !important;
|
890 |
+
}
|
891 |
+
|
892 |
+
.submit input, .submit input:focus, .button, .button:focus {
|
893 |
+
font-size: 13px !important;
|
894 |
+
color: #333 !important;
|
895 |
+
background: url(../../../../wp-admin/images/fade-butt.png) !important;
|
896 |
+
padding: 0.10em 0.25em !important;
|
897 |
+
border: 3px double #999 !important;
|
898 |
+
border-top-color: #ccc !important;
|
899 |
+
border-left-color: #ccc !important;
|
900 |
+
-moz-border-radius: 0 !important;
|
901 |
+
-khtml-border-radius: 0 !important;
|
902 |
+
-webkit-border-radius: 0 !important;
|
903 |
+
border-radius: 0 !important;
|
904 |
+
}
|
905 |
+
|
906 |
+
.submit input:active, .button:active {
|
907 |
+
background: #f4f4f4 !important;
|
908 |
+
border: 3px double #ccc !important;
|
909 |
+
border-top-color: #999 !important;
|
910 |
+
border-left-color: #999 !important;
|
911 |
+
}
|
912 |
+
|
913 |
+
#footer, #footer p, #footer a {
|
914 |
+
font-size: 13px !important;
|
915 |
+
}
|
916 |
+
|
917 |
+
#footer {
|
918 |
+
clear: both !important;
|
919 |
+
background: #f9fcfe url(logo-ghost.png) no-repeat top left !important;
|
920 |
+
height: 35px !important;
|
921 |
+
padding: 0 0 15px 40px !important;
|
922 |
+
margin: 15px 5% !important;
|
923 |
+
}
|
924 |
+
|
925 |
+
#footer p {
|
926 |
+
padding: 5px 0 !important;
|
927 |
+
}
|
928 |
+
|
929 |
+
#footer a {
|
930 |
+
color: #00019b !important;
|
931 |
+
border-bottom: 1px solid #69c !important;
|
932 |
+
}
|
933 |
+
|
934 |
+
#footer a:visited {
|
935 |
+
color: #004 !important;
|
936 |
+
}
|
937 |
+
|
938 |
+
#footer a:hover {
|
939 |
+
color: #069 !important;
|
940 |
+
}
|
css/mw_20p_sidebar.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#poststuff #post-body {
|
2 |
+
margin-right: 22%;
|
3 |
+
}
|
4 |
+
|
5 |
+
.submitbox {
|
6 |
+
width: 21%;
|
7 |
+
}
|
css/mw_300_sidebar.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#poststuff #post-body {
|
2 |
+
margin-right: 330px;
|
3 |
+
}
|
4 |
+
|
5 |
+
.submitbox {
|
6 |
+
width: 320px;
|
7 |
+
}
|
css/mw_30p_sidebar.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#poststuff #post-body {
|
2 |
+
margin-right: 32%;
|
3 |
+
}
|
4 |
+
|
5 |
+
.submitbox {
|
6 |
+
width: 31%;
|
7 |
+
}
|
css/mw_400_sidebar.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#poststuff #post-body {
|
2 |
+
margin-right: 430px;
|
3 |
+
}
|
4 |
+
|
5 |
+
.submitbox {
|
6 |
+
width: 420px;
|
7 |
+
}
|
css/mw_admin.css
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#wpwrap #wphead h1 {
|
2 |
+
font: italic 1.25em/1 Georgia, "Times New Roman", Times, serif;
|
3 |
+
padding: 0.5em 170px 16px 12px;
|
4 |
+
margin: 0;
|
5 |
+
position: absolute;
|
6 |
+
top: 0;
|
7 |
+
left: 0;
|
8 |
+
margin: 0 15% 0 0.5em;
|
9 |
+
color: #ABACAB;
|
10 |
+
}
|
11 |
+
#wphead h1 #viewsite {
|
12 |
+
position: static;
|
13 |
+
margin: 0;
|
14 |
+
}
|
15 |
+
|
16 |
+
#wphead h1 #viewsite a {
|
17 |
+
padding: 0 2em;
|
18 |
+
font: small-caps smaller "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
|
19 |
+
background: transparent;
|
20 |
+
color: #CEE1EF;
|
21 |
+
display: inline;
|
22 |
+
letter-spacing: normal;
|
23 |
+
border-style: none;
|
24 |
+
}
|
25 |
+
#wphead h1 #viewsite a:after {
|
26 |
+
content: " \BB ";
|
27 |
+
}
|
28 |
+
|
29 |
+
#adminmenu {
|
30 |
+
padding-top: 0.4em;
|
31 |
+
}
|
32 |
+
#adminmenu a {
|
33 |
+
font-size: 1em;
|
34 |
+
line-height: 2;
|
35 |
+
}
|
36 |
+
|
37 |
+
#submenu {
|
38 |
+
padding: 0;
|
39 |
+
border-bottom: 2px solid #C6D9E9;
|
40 |
+
margin-bottom: 1em;
|
41 |
+
}
|
42 |
+
#submenu li {
|
43 |
+
font-size: 0.95em;
|
44 |
+
}
|
45 |
+
|
46 |
+
|
47 |
+
#poststuff h3 {wp-admin.css (line 975)
|
48 |
+
font-size: 1em;
|
49 |
+
margin: 0;
|
50 |
+
padding: 0.25em 0.5em;
|
51 |
+
}
|
52 |
+
#poststuff #titlediv {
|
53 |
+
position: relative;
|
54 |
+
margin-bottom: 0;
|
55 |
+
}
|
56 |
+
#poststuff #editor-toolbar {
|
57 |
+
margin-top: -2em;
|
58 |
+
height: 2em;
|
59 |
+
}
|
60 |
+
#poststuff #edit-slug-box {
|
61 |
+
text-align: right;
|
62 |
+
position: absolute;
|
63 |
+
top: 0;
|
64 |
+
right: 0;
|
65 |
+
margin: 0.5em;
|
66 |
+
}
|
67 |
+
|
68 |
+
#ed_toolbar input {
|
69 |
+
padding: 0 0.2em;
|
70 |
+
}
|
71 |
+
|
72 |
+
|
73 |
+
.submitbox .submit {
|
74 |
+
font-size: smaller;
|
75 |
+
padding: 0.75em;
|
76 |
+
text-align: center;
|
77 |
+
}
|
78 |
+
.submitbox .submit input {
|
79 |
+
margin: 0;
|
80 |
+
padding: 0.1em 0.2em;
|
81 |
+
}
|
82 |
+
|
83 |
+
.submitbox #previewview {
|
84 |
+
padding: 0.75em;
|
85 |
+
text-align: center;
|
86 |
+
}
|
87 |
+
.submitbox #previewview a {
|
88 |
+
border-bottom: medium none;
|
89 |
+
font-size: 0.95em;
|
90 |
+
font-weight: normal;
|
91 |
+
padding: 0.25em 0.5em;
|
92 |
+
text-decoration: none;
|
93 |
+
}
|
94 |
+
.submitbox #autosave {
|
95 |
+
display: block;
|
96 |
+
padding-top: 0.25em;
|
97 |
+
}
|
98 |
+
|
99 |
+
#poststuff .postbox, #poststuff .stuffbox {
|
100 |
+
padding: 0;
|
101 |
+
}
|
102 |
+
#poststuff .togbox {
|
103 |
+
background-position: -10px 0.55em;
|
104 |
+
height: 1.75em;
|
105 |
+
margin-left: -20px;
|
106 |
+
margin-top: -3px;
|
107 |
+
}
|
108 |
+
|
109 |
+
#poststuff .closed .togbox {
|
110 |
+
background-position: 4px 0.55em;
|
111 |
+
}
|
112 |
+
|
113 |
+
|
114 |
+
#the-comment-list .unapproved {
|
115 |
+
background-color: #FFDFD0;
|
116 |
+
}
|
117 |
+
|
118 |
+
#tagchecklist strong {
|
119 |
+
margin-left: 0 !important;
|
120 |
+
position: relative !important;
|
121 |
+
}
|
css/mw_basic.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.wrap, .updated, .error, #the-comment-list td.comment {
|
2 |
+
max-width: 99%;
|
3 |
+
}
|
4 |
+
|
5 |
+
html {
|
6 |
+
height: 100%;
|
7 |
+
margin-bottom: 1px;
|
8 |
+
}
|
9 |
+
|
10 |
+
#newcat {
|
11 |
+
width:95% !important;
|
12 |
+
}
|
13 |
+
|
14 |
+
#category-add select, #newtag {
|
15 |
+
width: 75% !important;
|
16 |
+
}
|
css/mw_big_sidebar.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#poststuff #post-body {
|
2 |
+
margin-right: 430px;
|
3 |
+
}
|
4 |
+
|
5 |
+
.submitbox {
|
6 |
+
width: 420px;
|
7 |
+
}
|
css/mw_cat.css
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Category in sidebar
|
3 |
+
*/
|
4 |
+
#poststuff h2 {
|
5 |
+
clear: none;
|
6 |
+
}
|
7 |
+
|
8 |
+
.categorychecklist {
|
9 |
+
list-style-type: none;
|
10 |
+
margin: 0;
|
11 |
+
overflow: auto;
|
12 |
+
padding-left: 0;
|
13 |
+
}
|
14 |
+
|
15 |
+
.categorychecklist ul {
|
16 |
+
list-style-type: none;
|
17 |
+
margin: 0;
|
18 |
+
padding-left: 17px;
|
19 |
+
}
|
20 |
+
|
21 |
+
.inside #categorychecklist {
|
22 |
+
background: #fff;
|
23 |
+
border: 2px solid #CEE1EF;
|
24 |
+
max-height: 300px;
|
25 |
+
padding: 3px 0 5px 5px;
|
26 |
+
}
|
css/mw_classic.css
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../../../../wp-admin/css/colors-classic.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_admin.css);
|
4 |
+
@import url(mw_cat.css);
|
5 |
+
|
6 |
+
#wphead h1 #viewsite a:hover {
|
7 |
+
color: #d54e21;
|
8 |
+
}
|
css/mw_classic_lm.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../../../../wp-admin/css/colors-classic.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_cat.css);
|
4 |
+
|
5 |
+
#wphead h1 #viewsite a:hover {
|
6 |
+
color: #d54e21;
|
7 |
+
}
|
css/mw_classic_ozh_am.css
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../../../../wp-admin/css/colors-classic.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_cat.css);
|
4 |
+
|
5 |
+
#wphead h1 #viewsite a:hover {
|
6 |
+
color: #d54e21;
|
7 |
+
}
|
css/mw_colorblind.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
@import url(colors-colorblind.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_admin.css);
|
4 |
+
@import url(mw_cat.css);
|
css/mw_fresh.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
@import url(../../../../wp-admin/css/colors-fresh.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_admin.css);
|
4 |
+
@import url(mw_cat.css);
|
css/mw_fresh_lm.css
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
@import url(../../../../wp-admin/css/colors-fresh.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_cat.css);
|
css/mw_fresh_ozh_am.css
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
1 |
+
@import url(../../../../wp-admin/css/colors-fresh.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_cat.css);
|
css/mw_grey.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
@import url(colors-grey.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_admin.css);
|
4 |
+
@import url(mw_cat.css);
|
css/mw_small_user_info.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#small_user_info {
|
2 |
+
position: absolute;
|
3 |
+
right: 15px;
|
4 |
+
top: 11px;
|
5 |
+
font-size: 11px;
|
6 |
+
color: #999;
|
7 |
+
}
|
8 |
+
|
9 |
+
#small_user_info a {
|
10 |
+
color: #ccc;
|
11 |
+
}
|
12 |
+
|
13 |
+
#small_user_info p {
|
14 |
+
margin: 0;
|
15 |
+
padding: 0;
|
16 |
+
}
|
css/mw_wp23.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
@import url(colors-wp23.css);
|
2 |
+
@import url(mw_basic.css);
|
3 |
+
@import url(mw_admin.css);
|
4 |
+
@import url(mw_cat.css);
|
js/adminimize.js
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(function($) {
|
2 |
+
jQuery("input#ctoggleCheckboxes_menu, input#ctoggleCheckboxes_menuadm, input#ctoggleCheckboxes_post, input#ctoggleCheckboxes_postadm, input#ctoggleCheckboxes_page, input#ctoggleCheckboxes_pageadm").css("display", "none");
|
3 |
+
});
|
4 |
+
|
5 |
+
var bAllChecked = false;
|
6 |
+
function toggleCheckboxes_menu() {
|
7 |
+
jQuery("input[id^='check_menu']").not("input[id^='check_menuadm']").attr("checked", !bAllChecked);
|
8 |
+
bAllChecked = !bAllChecked; jQuery('#atoggleCheckboxes_menu').text( bAllChecked ? adminimizeL10n.none : adminimizeL10n.all );
|
9 |
+
}
|
10 |
+
|
11 |
+
var bAllChecked = false;
|
12 |
+
function toggleCheckboxes_menuadm() {
|
13 |
+
jQuery("input[id^='check_menuadm']").attr("checked", !bAllChecked);
|
14 |
+
bAllChecked = !bAllChecked; jQuery('#atoggleCheckboxes_menuadm').text( bAllChecked ? adminimizeL10n.none : adminimizeL10n.all );
|
15 |
+
}
|
16 |
+
|
17 |
+
//post
|
18 |
+
var bAllChecked = false;
|
19 |
+
function toggleCheckboxes_post() {
|
20 |
+
jQuery("input[id^='check_post']").not("input[id^='check_postadm']").attr("checked", !bAllChecked);
|
21 |
+
bAllChecked = !bAllChecked; jQuery('#atoggleCheckboxes_post').text( bAllChecked ? adminimizeL10n.none : adminimizeL10n.all );
|
22 |
+
}
|
23 |
+
|
24 |
+
var bAllChecked = false;
|
25 |
+
function toggleCheckboxes_postadm() {
|
26 |
+
jQuery("input[id^='check_postadm']").attr("checked", !bAllChecked);
|
27 |
+
bAllChecked = !bAllChecked; jQuery('#atoggleCheckboxes_postadm').text( bAllChecked ? adminimizeL10n.none : adminimizeL10n.all );
|
28 |
+
}
|
29 |
+
|
30 |
+
//page
|
31 |
+
var bAllChecked = false;
|
32 |
+
function toggleCheckboxes_page() {
|
33 |
+
jQuery("input[id^='check_page']").not("input[id^='check_pageadm']").attr("checked", !bAllChecked);
|
34 |
+
bAllChecked = !bAllChecked; jQuery('#atoggleCheckboxes_page').text( bAllChecked ? adminimizeL10n.none : adminimizeL10n.all );
|
35 |
+
}
|
36 |
+
|
37 |
+
var bAllChecked = false;
|
38 |
+
function toggleCheckboxes_pageadm() {
|
39 |
+
jQuery("input[id^='check_pageadm']").attr("checked", !bAllChecked);
|
40 |
+
bAllChecked = !bAllChecked; jQuery('#atoggleCheckboxes_pageadm').text( bAllChecked ? adminimizeL10n.none : adminimizeL10n.all );
|
41 |
+
}
|
js/tb_window.js
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// send html to the post editor
|
2 |
+
function send_to_editor(h) {
|
3 |
+
if ( typeof tinyMCE != 'undefined' && ( ed = tinyMCE.activeEditor ) && !ed.isHidden() ) {
|
4 |
+
ed.focus();
|
5 |
+
if (tinymce.isIE)
|
6 |
+
ed.selection.moveToBookmark(tinymce.EditorManager.activeEditor.windowManager.bookmark);
|
7 |
+
|
8 |
+
if ( h.indexOf('[caption') != -1 )
|
9 |
+
h = ed.plugins.wpeditimage._do_shcode(h);
|
10 |
+
|
11 |
+
ed.execCommand('mceInsertContent', false, h);
|
12 |
+
} else
|
13 |
+
edInsertContent(edCanvas, h);
|
14 |
+
|
15 |
+
tb_remove();
|
16 |
+
}
|
17 |
+
|
18 |
+
/**
|
19 |
+
* new tb_window of media-uplader
|
20 |
+
*/
|
21 |
+
jQuery(function($) {
|
22 |
+
tb_position = function() {
|
23 |
+
var tbWindow = $('#TB_window');
|
24 |
+
var width = $(window).width();
|
25 |
+
var H = $(window).height();
|
26 |
+
var W = ( 1720 < width ) ? 1720 : width;
|
27 |
+
|
28 |
+
if ( tbWindow.size() ) {
|
29 |
+
tbWindow.width( W - 50 ).height( H - 45 );
|
30 |
+
$('#TB_iframeContent').width( W - 50 ).height( H - 75 );
|
31 |
+
tbWindow.css({'margin-left': '-' + parseInt((( W - 50 ) / 2),10) + 'px'});
|
32 |
+
if ( typeof document.body.style.maxWidth != 'undefined' )
|
33 |
+
tbWindow.css({'top':'20px','margin-top':'0'});
|
34 |
+
$('#TB_title').css({'background-color':'#fff','color':'#cfcfcf'});
|
35 |
+
};
|
36 |
+
|
37 |
+
return $('a.thickbox').each( function() {
|
38 |
+
var href = $(this).attr('href');
|
39 |
+
if ( ! href ) return;
|
40 |
+
href = href.replace(/&width=[0-9]+/g, '');
|
41 |
+
href = href.replace(/&height=[0-9]+/g, '');
|
42 |
+
$(this).attr( 'href', href + '&width=' + ( W - 80 ) + '&height=' + ( H - 85 ) );
|
43 |
+
});
|
44 |
+
};
|
45 |
+
|
46 |
+
jQuery('a.thickbox').click(function(){
|
47 |
+
if ( typeof tinyMCE != 'undefined' && tinyMCE.activeEditor ) {
|
48 |
+
tinyMCE.get('content').focus();
|
49 |
+
tinyMCE.activeEditor.windowManager.bookmark = tinyMCE.activeEditor.selection.getBookmark('simple');
|
50 |
+
}
|
51 |
+
});
|
52 |
+
|
53 |
+
$(window).resize( function() { tb_position() } );
|
54 |
+
});
|
js/writescroll.js
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Automatically scroll Write pages to a good position
|
3 |
+
* code by Dougal Campbell
|
4 |
+
* http://dougal.gunters.org/blog/2008/06/03/writescroll
|
5 |
+
*/
|
6 |
+
jQuery(function($) {
|
7 |
+
// element to scroll
|
8 |
+
var h = jQuery('html');
|
9 |
+
// position to scroll to
|
10 |
+
var wraptop = jQuery('div#wpbody').offset().top;
|
11 |
+
var speed = 250; // ms
|
12 |
+
h.animate({scrollTop: wraptop}, speed);
|
13 |
+
});
|
languages/adminimize-de_DE.mo
ADDED
Binary file
|
languages/adminimize-de_DE.po
ADDED
@@ -0,0 +1,504 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-08-13 20:49+0100\n"
|
6 |
+
"PO-Revision-Date: 2008-08-13 20:51+0100\n"
|
7 |
+
"Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: D:\\xampp\\htdocs\\wpbeta\\wp-content\\plugins\\adminimize\\\n"
|
15 |
+
"X-Poedit-SearchPath-0: .\n"
|
16 |
+
|
17 |
+
#: adminimize.php:78
|
18 |
+
msgid "Unknown error."
|
19 |
+
msgstr "Unbekannter Fehler."
|
20 |
+
|
21 |
+
#: adminimize.php:85
|
22 |
+
msgid "The updates was saved."
|
23 |
+
msgstr "Die Einstellungen wurden gespeichert"
|
24 |
+
|
25 |
+
#: adminimize.php:86
|
26 |
+
msgid "You have not enough rights for edit entries in the database."
|
27 |
+
msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuführen!"
|
28 |
+
|
29 |
+
#: adminimize.php:87
|
30 |
+
msgid "All entries in the database was delleted."
|
31 |
+
msgstr "Die Einstellungen wurde gelöscht!"
|
32 |
+
|
33 |
+
#: adminimize.php:88
|
34 |
+
msgid "Set the checkbox on deinstall-button."
|
35 |
+
msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
|
36 |
+
|
37 |
+
#: adminimize.php:89
|
38 |
+
msgid "Can't load menu and submenu."
|
39 |
+
msgstr "Menu und Submenu können nicht geladen werden!"
|
40 |
+
|
41 |
+
#: adminimize.php:90
|
42 |
+
msgid "Backend-Theme was activated!"
|
43 |
+
msgstr "Backend-Theme wurde zugewiesen!"
|
44 |
+
|
45 |
+
#: adminimize.php:313
|
46 |
+
#: adminimize_page.php:263
|
47 |
+
msgid "Categories"
|
48 |
+
msgstr "Kategorien"
|
49 |
+
|
50 |
+
#: adminimize.php:319
|
51 |
+
#: adminimize.php:330
|
52 |
+
msgid "+ Add New Category"
|
53 |
+
msgstr "+ Add New Category"
|
54 |
+
|
55 |
+
#: adminimize.php:321
|
56 |
+
#: adminimize.php:332
|
57 |
+
msgid "New category name"
|
58 |
+
msgstr "New category name"
|
59 |
+
|
60 |
+
#: adminimize.php:322
|
61 |
+
#: adminimize.php:334
|
62 |
+
msgid "Parent category"
|
63 |
+
msgstr "Parent category"
|
64 |
+
|
65 |
+
#: adminimize.php:323
|
66 |
+
#: adminimize.php:335
|
67 |
+
msgid "Add"
|
68 |
+
msgstr "Add"
|
69 |
+
|
70 |
+
#: adminimize.php:332
|
71 |
+
#: adminimize_page.php:264
|
72 |
+
msgid "Add New Category"
|
73 |
+
msgstr "Add New Category"
|
74 |
+
|
75 |
+
#: adminimize.php:356
|
76 |
+
#: adminimize.php:357
|
77 |
+
#: adminimize_page.php:262
|
78 |
+
msgid "Tags"
|
79 |
+
msgstr "Tags"
|
80 |
+
|
81 |
+
#: adminimize.php:414
|
82 |
+
#: adminimize.php:456
|
83 |
+
#: adminimize.php:479
|
84 |
+
msgid "Classic"
|
85 |
+
msgstr "Classic"
|
86 |
+
|
87 |
+
#: adminimize.php:421
|
88 |
+
#: adminimize.php:463
|
89 |
+
#: adminimize.php:486
|
90 |
+
msgid "Fresh"
|
91 |
+
msgstr "Fresh"
|
92 |
+
|
93 |
+
#: adminimize.php:428
|
94 |
+
msgid "WordPress 2.3"
|
95 |
+
msgstr "WordPress 2.3"
|
96 |
+
|
97 |
+
#: adminimize.php:435
|
98 |
+
msgid "Maybe i'm colorblind"
|
99 |
+
msgstr "Maybe i'm colorblind"
|
100 |
+
|
101 |
+
#: adminimize.php:442
|
102 |
+
msgid "Grey"
|
103 |
+
msgstr "Grey"
|
104 |
+
|
105 |
+
#: adminimize.php:542
|
106 |
+
#: adminimize.php:545
|
107 |
+
msgid "Dashboard"
|
108 |
+
msgstr "Dashboard"
|
109 |
+
|
110 |
+
#: adminimize.php:633
|
111 |
+
#: adminimize.php:635
|
112 |
+
#: adminimize.php:644
|
113 |
+
#: adminimize.php:646
|
114 |
+
#: adminimize.php:776
|
115 |
+
msgid "Log Out"
|
116 |
+
msgstr "Log Out"
|
117 |
+
|
118 |
+
#: adminimize.php:674
|
119 |
+
#: adminimize_page.php:392
|
120 |
+
#: adminimize_page.php:393
|
121 |
+
#: adminimize_page.php:454
|
122 |
+
#: adminimize_page.php:455
|
123 |
+
#: adminimize_page.php:489
|
124 |
+
#: adminimize_page.php:490
|
125 |
+
msgid "All"
|
126 |
+
msgstr "Alle"
|
127 |
+
|
128 |
+
#: adminimize.php:674
|
129 |
+
msgid "None"
|
130 |
+
msgstr "Keine"
|
131 |
+
|
132 |
+
#: adminimize.php:795
|
133 |
+
msgid "Visit plugin homepage"
|
134 |
+
msgstr "Visit plugin homepage"
|
135 |
+
|
136 |
+
#: adminimize.php:798
|
137 |
+
msgid "plugin"
|
138 |
+
msgstr "plugin"
|
139 |
+
|
140 |
+
#: adminimize.php:798
|
141 |
+
msgid "Version"
|
142 |
+
msgstr "Version"
|
143 |
+
|
144 |
+
#: adminimize.php:798
|
145 |
+
msgid "History"
|
146 |
+
msgstr "Historie"
|
147 |
+
|
148 |
+
#: adminimize.php:798
|
149 |
+
msgid "Author"
|
150 |
+
msgstr "Author"
|
151 |
+
|
152 |
+
#: adminimize.php:801
|
153 |
+
msgid "plugin activate"
|
154 |
+
msgstr "plugin activate"
|
155 |
+
|
156 |
+
#: adminimize.php:816
|
157 |
+
msgid "Settings"
|
158 |
+
msgstr "Settings"
|
159 |
+
|
160 |
+
#: adminimize.php:829
|
161 |
+
msgid "Adminimize Options"
|
162 |
+
msgstr "Adminimize Einstellungen"
|
163 |
+
|
164 |
+
#: adminimize.php:829
|
165 |
+
#: adminimize_page.php:65
|
166 |
+
msgid "Adminimize"
|
167 |
+
msgstr "Adminimize"
|
168 |
+
|
169 |
+
#: adminimize.php:841
|
170 |
+
msgid "Cheatin’ uh?"
|
171 |
+
msgstr "Cheatin’ uh?"
|
172 |
+
|
173 |
+
#: adminimize_page.php:69
|
174 |
+
#: adminimize_page.php:78
|
175 |
+
msgid "Backend options"
|
176 |
+
msgstr "Backend Einstellungen"
|
177 |
+
|
178 |
+
#: adminimize_page.php:84
|
179 |
+
msgid "Sidebar Width"
|
180 |
+
msgstr "Sidebar Width"
|
181 |
+
|
182 |
+
#: adminimize_page.php:88
|
183 |
+
#: adminimize_page.php:101
|
184 |
+
#: adminimize_page.php:114
|
185 |
+
#: adminimize_page.php:124
|
186 |
+
#: adminimize_page.php:134
|
187 |
+
#: adminimize_page.php:144
|
188 |
+
#: adminimize_page.php:154
|
189 |
+
#: adminimize_page.php:164
|
190 |
+
#: adminimize_page.php:189
|
191 |
+
msgid "Default"
|
192 |
+
msgstr "Standard"
|
193 |
+
|
194 |
+
#: adminimize_page.php:93
|
195 |
+
msgid "The sidebar on the right side in the area <em>Edit</em> is configurable. Default is 200 pixel in the WordPress Theme <em>Classic</em> and <em>Fresh</em>"
|
196 |
+
msgstr "Der Sidebar am rechten Rand des Bereich <em>Schreiben</em> kann konfiguriert werden. Standard sind 200 Pixel im WordPress Theme <em>Classic</em> und <em>Fresh</em>"
|
197 |
+
|
198 |
+
#: adminimize_page.php:97
|
199 |
+
msgid "User-Info"
|
200 |
+
msgstr "User-Info"
|
201 |
+
|
202 |
+
#: adminimize_page.php:102
|
203 |
+
#: adminimize_page.php:125
|
204 |
+
msgid "Hide"
|
205 |
+
msgstr "Ausblenden"
|
206 |
+
|
207 |
+
#: adminimize_page.php:103
|
208 |
+
msgid "Only logout"
|
209 |
+
msgstr "nur Abmelden"
|
210 |
+
|
211 |
+
#: adminimize_page.php:104
|
212 |
+
msgid "User & Logout"
|
213 |
+
msgstr "User & Abmelden"
|
214 |
+
|
215 |
+
#: adminimize_page.php:105
|
216 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
217 |
+
msgstr "Der "User-Info-Bereich" ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
|
218 |
+
|
219 |
+
#: adminimize_page.php:110
|
220 |
+
msgid "Change User-Info, redirect to"
|
221 |
+
msgstr "User Info geändert, Weiterleitung nach"
|
222 |
+
|
223 |
+
#: adminimize_page.php:115
|
224 |
+
msgid "Frontpage of the Blog"
|
225 |
+
msgstr "Startseite des Blog"
|
226 |
+
|
227 |
+
#: adminimize_page.php:116
|
228 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
229 |
+
msgstr "Wenn der "User-Info-Bereich" geändert wird, dann kann die die Weiterleitung nach einem Logout geändert werden."
|
230 |
+
|
231 |
+
#: adminimize_page.php:120
|
232 |
+
msgid "Footer"
|
233 |
+
msgstr "Footer"
|
234 |
+
|
235 |
+
#: adminimize_page.php:126
|
236 |
+
msgid "The Footer-area kann hide, include all links and details."
|
237 |
+
msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
|
238 |
+
|
239 |
+
#: adminimize_page.php:130
|
240 |
+
msgid "WriteScroll"
|
241 |
+
msgstr "WriteScroll"
|
242 |
+
|
243 |
+
#: adminimize_page.php:135
|
244 |
+
#: adminimize_page.php:145
|
245 |
+
#: adminimize_page.php:155
|
246 |
+
#: adminimize_page.php:165
|
247 |
+
msgid "Activate"
|
248 |
+
msgstr "Aktiv"
|
249 |
+
|
250 |
+
#: adminimize_page.php:136
|
251 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
252 |
+
msgstr "Automatisches Scrollen zum Editor beim Aufruf der Seite Schreiben in Beiträge und Seite."
|
253 |
+
|
254 |
+
#: adminimize_page.php:140
|
255 |
+
msgid "Timestamp"
|
256 |
+
msgstr "Timestamp"
|
257 |
+
|
258 |
+
#: adminimize_page.php:146
|
259 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
260 |
+
msgstr "Das Feld zum Ändern des Veröffentlichungsdatum ist immer geöffnet."
|
261 |
+
|
262 |
+
#: adminimize_page.php:150
|
263 |
+
msgid "Thickbox FullScreen"
|
264 |
+
msgstr "Thickbox FullScreen"
|
265 |
+
|
266 |
+
#: adminimize_page.php:156
|
267 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
268 |
+
msgstr "Alle Thickbox-Funktionen nutzen den kompletten Raum des Browsers, zum Beispiel beim uploaden von Bildern."
|
269 |
+
|
270 |
+
#: adminimize_page.php:160
|
271 |
+
msgid "Advice in Footer"
|
272 |
+
msgstr "Hinweis im Footer"
|
273 |
+
|
274 |
+
#: adminimize_page.php:167
|
275 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
276 |
+
msgstr "Im Footer kann ein Hinweis auf die aktive Veränderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
|
277 |
+
|
278 |
+
#: adminimize_page.php:185
|
279 |
+
msgid "Dashboard deaktivate, redirect to"
|
280 |
+
msgstr "Dashboard inaktiv, Weiterleitung nach"
|
281 |
+
|
282 |
+
#: adminimize_page.php:190
|
283 |
+
msgid "Manage Posts"
|
284 |
+
msgstr "Verwalten Beiträge"
|
285 |
+
|
286 |
+
#: adminimize_page.php:191
|
287 |
+
msgid "Manage Pages"
|
288 |
+
msgstr "Verwalten Seiten"
|
289 |
+
|
290 |
+
#: adminimize_page.php:192
|
291 |
+
msgid "Write Post"
|
292 |
+
msgstr "Schreiben Beitrag"
|
293 |
+
|
294 |
+
#: adminimize_page.php:193
|
295 |
+
msgid "Write Page"
|
296 |
+
msgstr "Schreiben Seite"
|
297 |
+
|
298 |
+
#: adminimize_page.php:194
|
299 |
+
msgid "Comments"
|
300 |
+
msgstr "Kommentare"
|
301 |
+
|
302 |
+
#: adminimize_page.php:195
|
303 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
304 |
+
msgstr "Du hast das Dashboard deaktivert, wohin soll der Nutzer weitergeleitet werden?"
|
305 |
+
|
306 |
+
#: adminimize_page.php:205
|
307 |
+
#: adminimize_page.php:404
|
308 |
+
#: adminimize_page.php:502
|
309 |
+
msgid "Update options"
|
310 |
+
msgstr "Einstellungen aktualisieren"
|
311 |
+
|
312 |
+
#: adminimize_page.php:214
|
313 |
+
msgid "Menu Options"
|
314 |
+
msgstr "Menu Einstellungen"
|
315 |
+
|
316 |
+
#: adminimize_page.php:220
|
317 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
318 |
+
msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
319 |
+
|
320 |
+
#: adminimize_page.php:221
|
321 |
+
msgid "Deactivate < User Level 10 (Admin)"
|
322 |
+
msgstr "Deaktivieren < User Level 10 (Admin)"
|
323 |
+
|
324 |
+
#: adminimize_page.php:222
|
325 |
+
msgid "Deactivate for Admin's"
|
326 |
+
msgstr "Deaktivieren für Admin's"
|
327 |
+
|
328 |
+
#: adminimize_page.php:261
|
329 |
+
#: adminimize_page.php:307
|
330 |
+
msgid "Permalink"
|
331 |
+
msgstr "Permalink"
|
332 |
+
|
333 |
+
#: adminimize_page.php:265
|
334 |
+
msgid "Excerpt"
|
335 |
+
msgstr "Auszug"
|
336 |
+
|
337 |
+
#: adminimize_page.php:266
|
338 |
+
msgid "Trackbacks"
|
339 |
+
msgstr "Trackbacks"
|
340 |
+
|
341 |
+
#: adminimize_page.php:267
|
342 |
+
#: adminimize_page.php:308
|
343 |
+
msgid "Custom Fields"
|
344 |
+
msgstr "Benutzerdefinierte Felder"
|
345 |
+
|
346 |
+
#: adminimize_page.php:268
|
347 |
+
#: adminimize_page.php:309
|
348 |
+
msgid "Comments & Pings"
|
349 |
+
msgstr "Kommentare & Pings"
|
350 |
+
|
351 |
+
#: adminimize_page.php:269
|
352 |
+
msgid "Password Protect This Post"
|
353 |
+
msgstr "Diesen Artikel durch ein Passwort schützen"
|
354 |
+
|
355 |
+
#: adminimize_page.php:270
|
356 |
+
msgid "Post Author"
|
357 |
+
msgstr "Autor"
|
358 |
+
|
359 |
+
#: adminimize_page.php:271
|
360 |
+
msgid "Post Revisions"
|
361 |
+
msgstr "Post Revisions"
|
362 |
+
|
363 |
+
#: adminimize_page.php:272
|
364 |
+
msgid "Related, Shortcuts"
|
365 |
+
msgstr "Siehe auch, Tastaturkürzel"
|
366 |
+
|
367 |
+
#: adminimize_page.php:273
|
368 |
+
#: adminimize_page.php:317
|
369 |
+
msgid "Messenges"
|
370 |
+
msgstr "Mitteilungen"
|
371 |
+
|
372 |
+
#: adminimize_page.php:274
|
373 |
+
#: adminimize_page.php:318
|
374 |
+
msgid "h2: Advanced Options"
|
375 |
+
msgstr "h2: Erweiterte Einstellungen"
|
376 |
+
|
377 |
+
#: adminimize_page.php:275
|
378 |
+
#: adminimize_page.php:319
|
379 |
+
msgid "Media Buttons (all)"
|
380 |
+
msgstr "Media Buttons (alle)"
|
381 |
+
|
382 |
+
#: adminimize_page.php:279
|
383 |
+
#: adminimize_page.php:323
|
384 |
+
msgid "Suggested tags from"
|
385 |
+
msgstr "Suggested tags from"
|
386 |
+
|
387 |
+
#: adminimize_page.php:281
|
388 |
+
msgid "Text Control"
|
389 |
+
msgstr "Text Control"
|
390 |
+
|
391 |
+
#: adminimize_page.php:283
|
392 |
+
#: adminimize_page.php:325
|
393 |
+
msgid "HTML Special Characters"
|
394 |
+
msgstr "HTML Special Characters"
|
395 |
+
|
396 |
+
#: adminimize_page.php:310
|
397 |
+
msgid "Password Protect This Page"
|
398 |
+
msgstr "Diese Seite mit einem Passwort versehen"
|
399 |
+
|
400 |
+
#: adminimize_page.php:311
|
401 |
+
msgid "Page Parent"
|
402 |
+
msgstr "Übergeordnete Seite"
|
403 |
+
|
404 |
+
#: adminimize_page.php:312
|
405 |
+
msgid "Page Template"
|
406 |
+
msgstr "Seiten Template"
|
407 |
+
|
408 |
+
#: adminimize_page.php:313
|
409 |
+
msgid "Page Order"
|
410 |
+
msgstr "Reihenfolge"
|
411 |
+
|
412 |
+
#: adminimize_page.php:314
|
413 |
+
msgid "Page Author"
|
414 |
+
msgstr "Seitenautor"
|
415 |
+
|
416 |
+
#: adminimize_page.php:315
|
417 |
+
msgid "Page Revisions"
|
418 |
+
msgstr "Page Revisions"
|
419 |
+
|
420 |
+
#: adminimize_page.php:316
|
421 |
+
msgid "Related"
|
422 |
+
msgstr "Siehe auch"
|
423 |
+
|
424 |
+
#: adminimize_page.php:391
|
425 |
+
#: adminimize_page.php:452
|
426 |
+
#: adminimize_page.php:487
|
427 |
+
msgid "All items"
|
428 |
+
msgstr "Alle wählen"
|
429 |
+
|
430 |
+
#: adminimize_page.php:413
|
431 |
+
msgid "Write options"
|
432 |
+
msgstr "Schreiben Einstellungen"
|
433 |
+
|
434 |
+
#: adminimize_page.php:419
|
435 |
+
msgid "Write options - Post"
|
436 |
+
msgstr "Schreiben Einstellungen - Beiträge"
|
437 |
+
|
438 |
+
#: adminimize_page.php:420
|
439 |
+
msgid "Write options - Page"
|
440 |
+
msgstr "Schreiben Einstellungen - Seiten"
|
441 |
+
|
442 |
+
#: adminimize_page.php:431
|
443 |
+
#: adminimize_page.php:466
|
444 |
+
msgid "Deactivate for < Admin's (level 1-9)"
|
445 |
+
msgstr "Deaktivieren für < Admin (Level 1-9)"
|
446 |
+
|
447 |
+
#: adminimize_page.php:432
|
448 |
+
#: adminimize_page.php:467
|
449 |
+
msgid "Deactivate for Admin's (level 10)"
|
450 |
+
msgstr "Deaktivieren für Admin (Level 10)"
|
451 |
+
|
452 |
+
#: adminimize_page.php:512
|
453 |
+
#: adminimize_page.php:578
|
454 |
+
msgid "Set Theme"
|
455 |
+
msgstr "Theme zuweisen"
|
456 |
+
|
457 |
+
#: adminimize_page.php:521
|
458 |
+
msgid "User-ID"
|
459 |
+
msgstr "User-ID"
|
460 |
+
|
461 |
+
#: adminimize_page.php:522
|
462 |
+
msgid "Username"
|
463 |
+
msgstr "Benutzername"
|
464 |
+
|
465 |
+
#: adminimize_page.php:523
|
466 |
+
msgid "Display name publicly as"
|
467 |
+
msgstr "Name im Blog"
|
468 |
+
|
469 |
+
#: adminimize_page.php:524
|
470 |
+
msgid "Admin Color Scheme"
|
471 |
+
msgstr "Aktuelles Theme"
|
472 |
+
|
473 |
+
#: adminimize_page.php:525
|
474 |
+
msgid "User Level"
|
475 |
+
msgstr "User Level"
|
476 |
+
|
477 |
+
#: adminimize_page.php:526
|
478 |
+
msgid "Role"
|
479 |
+
msgstr "Rolle"
|
480 |
+
|
481 |
+
#: adminimize_page.php:588
|
482 |
+
msgid "Deinstall options"
|
483 |
+
msgstr "Deinstallation der Einstellungen"
|
484 |
+
|
485 |
+
#: adminimize_page.php:591
|
486 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
487 |
+
msgstr "Nutze diese Option, um die Einstellungen für das Plugin in der Datenbank zu löschen. Das Plugin entfernt die Einträge <strong>nicht</strong>, wenn es deaktiviert wird!"
|
488 |
+
|
489 |
+
#: adminimize_page.php:595
|
490 |
+
msgid "Delete options"
|
491 |
+
msgstr "Einstellungen löschen"
|
492 |
+
|
493 |
+
#: adminimize_page.php:607
|
494 |
+
msgid "About the plugin"
|
495 |
+
msgstr "Über das Plugin"
|
496 |
+
|
497 |
+
#: adminimize_page.php:610
|
498 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
499 |
+
msgstr "Weitere Information: Besuche die <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Webseite</a> für weitere Informationen oder hole die aktuelle Version des Plugins."
|
500 |
+
|
501 |
+
#: adminimize_page.php:610
|
502 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a>."
|
503 |
+
msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a>."
|
504 |
+
|
languages/adminimize.pot
ADDED
@@ -0,0 +1,504 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Adminimize\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2008-08-13 20:49+0100\n"
|
6 |
+
"PO-Revision-Date: 2008-08-13 20:51+0100\n"
|
7 |
+
"Last-Translator: Frank Bueltge <frank@bueltge.de>\n"
|
8 |
+
"Language-Team: Frank Bueltge <frank@bueltge.de>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: D:\\xampp\\htdocs\\wpbeta\\wp-content\\plugins\\adminimize\\\n"
|
15 |
+
"X-Poedit-SearchPath-0: .\n"
|
16 |
+
|
17 |
+
#: adminimize.php:78
|
18 |
+
msgid "Unknown error."
|
19 |
+
msgstr "Unbekannter Fehler."
|
20 |
+
|
21 |
+
#: adminimize.php:85
|
22 |
+
msgid "The updates was saved."
|
23 |
+
msgstr "Die Einstellungen wurden gespeichert"
|
24 |
+
|
25 |
+
#: adminimize.php:86
|
26 |
+
msgid "You have not enough rights for edit entries in the database."
|
27 |
+
msgstr "Du hast nicht ausreichend Rechte um diese Aktion durchzuführen!"
|
28 |
+
|
29 |
+
#: adminimize.php:87
|
30 |
+
msgid "All entries in the database was delleted."
|
31 |
+
msgstr "Die Einstellungen wurde gelöscht!"
|
32 |
+
|
33 |
+
#: adminimize.php:88
|
34 |
+
msgid "Set the checkbox on deinstall-button."
|
35 |
+
msgstr "Checkbox setzen, wenn wirklich deinstalliert werden soll!"
|
36 |
+
|
37 |
+
#: adminimize.php:89
|
38 |
+
msgid "Can't load menu and submenu."
|
39 |
+
msgstr "Menu und Submenu können nicht geladen werden!"
|
40 |
+
|
41 |
+
#: adminimize.php:90
|
42 |
+
msgid "Backend-Theme was activated!"
|
43 |
+
msgstr "Backend-Theme wurde zugewiesen!"
|
44 |
+
|
45 |
+
#: adminimize.php:313
|
46 |
+
#: adminimize_page.php:263
|
47 |
+
msgid "Categories"
|
48 |
+
msgstr "Kategorien"
|
49 |
+
|
50 |
+
#: adminimize.php:319
|
51 |
+
#: adminimize.php:330
|
52 |
+
msgid "+ Add New Category"
|
53 |
+
msgstr "+ Add New Category"
|
54 |
+
|
55 |
+
#: adminimize.php:321
|
56 |
+
#: adminimize.php:332
|
57 |
+
msgid "New category name"
|
58 |
+
msgstr "New category name"
|
59 |
+
|
60 |
+
#: adminimize.php:322
|
61 |
+
#: adminimize.php:334
|
62 |
+
msgid "Parent category"
|
63 |
+
msgstr "Parent category"
|
64 |
+
|
65 |
+
#: adminimize.php:323
|
66 |
+
#: adminimize.php:335
|
67 |
+
msgid "Add"
|
68 |
+
msgstr "Add"
|
69 |
+
|
70 |
+
#: adminimize.php:332
|
71 |
+
#: adminimize_page.php:264
|
72 |
+
msgid "Add New Category"
|
73 |
+
msgstr "Add New Category"
|
74 |
+
|
75 |
+
#: adminimize.php:356
|
76 |
+
#: adminimize.php:357
|
77 |
+
#: adminimize_page.php:262
|
78 |
+
msgid "Tags"
|
79 |
+
msgstr "Tags"
|
80 |
+
|
81 |
+
#: adminimize.php:414
|
82 |
+
#: adminimize.php:456
|
83 |
+
#: adminimize.php:479
|
84 |
+
msgid "Classic"
|
85 |
+
msgstr "Classic"
|
86 |
+
|
87 |
+
#: adminimize.php:421
|
88 |
+
#: adminimize.php:463
|
89 |
+
#: adminimize.php:486
|
90 |
+
msgid "Fresh"
|
91 |
+
msgstr "Fresh"
|
92 |
+
|
93 |
+
#: adminimize.php:428
|
94 |
+
msgid "WordPress 2.3"
|
95 |
+
msgstr "WordPress 2.3"
|
96 |
+
|
97 |
+
#: adminimize.php:435
|
98 |
+
msgid "Maybe i'm colorblind"
|
99 |
+
msgstr "Maybe i'm colorblind"
|
100 |
+
|
101 |
+
#: adminimize.php:442
|
102 |
+
msgid "Grey"
|
103 |
+
msgstr "Grey"
|
104 |
+
|
105 |
+
#: adminimize.php:542
|
106 |
+
#: adminimize.php:545
|
107 |
+
msgid "Dashboard"
|
108 |
+
msgstr "Dashboard"
|
109 |
+
|
110 |
+
#: adminimize.php:633
|
111 |
+
#: adminimize.php:635
|
112 |
+
#: adminimize.php:644
|
113 |
+
#: adminimize.php:646
|
114 |
+
#: adminimize.php:776
|
115 |
+
msgid "Log Out"
|
116 |
+
msgstr "Log Out"
|
117 |
+
|
118 |
+
#: adminimize.php:674
|
119 |
+
#: adminimize_page.php:392
|
120 |
+
#: adminimize_page.php:393
|
121 |
+
#: adminimize_page.php:454
|
122 |
+
#: adminimize_page.php:455
|
123 |
+
#: adminimize_page.php:489
|
124 |
+
#: adminimize_page.php:490
|
125 |
+
msgid "All"
|
126 |
+
msgstr "Alle"
|
127 |
+
|
128 |
+
#: adminimize.php:674
|
129 |
+
msgid "None"
|
130 |
+
msgstr "Keine"
|
131 |
+
|
132 |
+
#: adminimize.php:795
|
133 |
+
msgid "Visit plugin homepage"
|
134 |
+
msgstr "Visit plugin homepage"
|
135 |
+
|
136 |
+
#: adminimize.php:798
|
137 |
+
msgid "plugin"
|
138 |
+
msgstr "plugin"
|
139 |
+
|
140 |
+
#: adminimize.php:798
|
141 |
+
msgid "Version"
|
142 |
+
msgstr "Version"
|
143 |
+
|
144 |
+
#: adminimize.php:798
|
145 |
+
msgid "History"
|
146 |
+
msgstr "Historie"
|
147 |
+
|
148 |
+
#: adminimize.php:798
|
149 |
+
msgid "Author"
|
150 |
+
msgstr "Author"
|
151 |
+
|
152 |
+
#: adminimize.php:801
|
153 |
+
msgid "plugin activate"
|
154 |
+
msgstr "plugin activate"
|
155 |
+
|
156 |
+
#: adminimize.php:816
|
157 |
+
msgid "Settings"
|
158 |
+
msgstr "Settings"
|
159 |
+
|
160 |
+
#: adminimize.php:829
|
161 |
+
msgid "Adminimize Options"
|
162 |
+
msgstr "Adminimize Einstellungen"
|
163 |
+
|
164 |
+
#: adminimize.php:829
|
165 |
+
#: adminimize_page.php:65
|
166 |
+
msgid "Adminimize"
|
167 |
+
msgstr "Adminimize"
|
168 |
+
|
169 |
+
#: adminimize.php:841
|
170 |
+
msgid "Cheatin’ uh?"
|
171 |
+
msgstr "Cheatin’ uh?"
|
172 |
+
|
173 |
+
#: adminimize_page.php:69
|
174 |
+
#: adminimize_page.php:78
|
175 |
+
msgid "Backend options"
|
176 |
+
msgstr "Backend Einstellungen"
|
177 |
+
|
178 |
+
#: adminimize_page.php:84
|
179 |
+
msgid "Sidebar Width"
|
180 |
+
msgstr "Sidebar Width"
|
181 |
+
|
182 |
+
#: adminimize_page.php:88
|
183 |
+
#: adminimize_page.php:101
|
184 |
+
#: adminimize_page.php:114
|
185 |
+
#: adminimize_page.php:124
|
186 |
+
#: adminimize_page.php:134
|
187 |
+
#: adminimize_page.php:144
|
188 |
+
#: adminimize_page.php:154
|
189 |
+
#: adminimize_page.php:164
|
190 |
+
#: adminimize_page.php:189
|
191 |
+
msgid "Default"
|
192 |
+
msgstr "Standard"
|
193 |
+
|
194 |
+
#: adminimize_page.php:93
|
195 |
+
msgid "The sidebar on the right side in the area <em>Edit</em> is configurable. Default is 200 pixel in the WordPress Theme <em>Classic</em> and <em>Fresh</em>"
|
196 |
+
msgstr "Der Sidebar am rechten Rand des Bereich <em>Schreiben</em> kann konfiguriert werden. Standard sind 200 Pixel im WordPress Theme <em>Classic</em> und <em>Fresh</em>"
|
197 |
+
|
198 |
+
#: adminimize_page.php:97
|
199 |
+
msgid "User-Info"
|
200 |
+
msgstr "User-Info"
|
201 |
+
|
202 |
+
#: adminimize_page.php:102
|
203 |
+
#: adminimize_page.php:125
|
204 |
+
msgid "Hide"
|
205 |
+
msgstr "Ausblenden"
|
206 |
+
|
207 |
+
#: adminimize_page.php:103
|
208 |
+
msgid "Only logout"
|
209 |
+
msgstr "nur Abmelden"
|
210 |
+
|
211 |
+
#: adminimize_page.php:104
|
212 |
+
msgid "User & Logout"
|
213 |
+
msgstr "User & Abmelden"
|
214 |
+
|
215 |
+
#: adminimize_page.php:105
|
216 |
+
msgid "The "User-Info-area" is on the top right side of the backend. You can hide or reduced show."
|
217 |
+
msgstr "Der "User-Info-Bereich" ist im oberen rechten Bereich zu finden und kann ausgeblendet oder reduziert dargestellt werden."
|
218 |
+
|
219 |
+
#: adminimize_page.php:110
|
220 |
+
msgid "Change User-Info, redirect to"
|
221 |
+
msgstr "User Info geändert, Weiterleitung nach"
|
222 |
+
|
223 |
+
#: adminimize_page.php:115
|
224 |
+
msgid "Frontpage of the Blog"
|
225 |
+
msgstr "Startseite des Blog"
|
226 |
+
|
227 |
+
#: adminimize_page.php:116
|
228 |
+
msgid "When the "User-Info-area" change it, then it is possible to change the redirect."
|
229 |
+
msgstr "Wenn der "User-Info-Bereich" geändert wird, dann kann die die Weiterleitung nach einem Logout geändert werden."
|
230 |
+
|
231 |
+
#: adminimize_page.php:120
|
232 |
+
msgid "Footer"
|
233 |
+
msgstr "Footer"
|
234 |
+
|
235 |
+
#: adminimize_page.php:126
|
236 |
+
msgid "The Footer-area kann hide, include all links and details."
|
237 |
+
msgstr "Der Footer-Bereich kann deaktiviert werden, inklusive aller Links und Hinweise."
|
238 |
+
|
239 |
+
#: adminimize_page.php:130
|
240 |
+
msgid "WriteScroll"
|
241 |
+
msgstr "WriteScroll"
|
242 |
+
|
243 |
+
#: adminimize_page.php:135
|
244 |
+
#: adminimize_page.php:145
|
245 |
+
#: adminimize_page.php:155
|
246 |
+
#: adminimize_page.php:165
|
247 |
+
msgid "Activate"
|
248 |
+
msgstr "Aktiv"
|
249 |
+
|
250 |
+
#: adminimize_page.php:136
|
251 |
+
msgid "With the WriteScroll option active, these pages will automatically scroll to an optimal position for editing, when you visit Write Post or Write Page."
|
252 |
+
msgstr "Automatisches Scrollen zum Editor beim Aufruf der Seite Schreiben in Beiträge und Seite."
|
253 |
+
|
254 |
+
#: adminimize_page.php:140
|
255 |
+
msgid "Timestamp"
|
256 |
+
msgstr "Timestamp"
|
257 |
+
|
258 |
+
#: adminimize_page.php:146
|
259 |
+
msgid "Opens the post timestamp editing fields without you having to click the \"Edit\" link every time."
|
260 |
+
msgstr "Das Feld zum Ändern des Veröffentlichungsdatum ist immer geöffnet."
|
261 |
+
|
262 |
+
#: adminimize_page.php:150
|
263 |
+
msgid "Thickbox FullScreen"
|
264 |
+
msgstr "Thickbox FullScreen"
|
265 |
+
|
266 |
+
#: adminimize_page.php:156
|
267 |
+
msgid "All Thickbox-function use the full area of the browser. Thickbox is for examble in upload media-files."
|
268 |
+
msgstr "Alle Thickbox-Funktionen nutzen den kompletten Raum des Browsers, zum Beispiel beim uploaden von Bildern."
|
269 |
+
|
270 |
+
#: adminimize_page.php:160
|
271 |
+
msgid "Advice in Footer"
|
272 |
+
msgstr "Hinweis im Footer"
|
273 |
+
|
274 |
+
#: adminimize_page.php:167
|
275 |
+
msgid "In the Footer kann you display a advice for change the Default-design, (x)HTML is possible."
|
276 |
+
msgstr "Im Footer kann ein Hinweis auf die aktive Veränderung des Standard-Layout gesetzt werden, (x)HTML erlaubt."
|
277 |
+
|
278 |
+
#: adminimize_page.php:185
|
279 |
+
msgid "Dashboard deaktivate, redirect to"
|
280 |
+
msgstr "Dashboard inaktiv, Weiterleitung nach"
|
281 |
+
|
282 |
+
#: adminimize_page.php:190
|
283 |
+
msgid "Manage Posts"
|
284 |
+
msgstr "Verwalten Beiträge"
|
285 |
+
|
286 |
+
#: adminimize_page.php:191
|
287 |
+
msgid "Manage Pages"
|
288 |
+
msgstr "Verwalten Seiten"
|
289 |
+
|
290 |
+
#: adminimize_page.php:192
|
291 |
+
msgid "Write Post"
|
292 |
+
msgstr "Schreiben Beitrag"
|
293 |
+
|
294 |
+
#: adminimize_page.php:193
|
295 |
+
msgid "Write Page"
|
296 |
+
msgstr "Schreiben Seite"
|
297 |
+
|
298 |
+
#: adminimize_page.php:194
|
299 |
+
msgid "Comments"
|
300 |
+
msgstr "Kommentare"
|
301 |
+
|
302 |
+
#: adminimize_page.php:195
|
303 |
+
msgid "You have deaktivate the Dashboard, please select a page for redirect?"
|
304 |
+
msgstr "Du hast das Dashboard deaktivert, wohin soll der Nutzer weitergeleitet werden?"
|
305 |
+
|
306 |
+
#: adminimize_page.php:205
|
307 |
+
#: adminimize_page.php:404
|
308 |
+
#: adminimize_page.php:502
|
309 |
+
msgid "Update options"
|
310 |
+
msgstr "Einstellungen aktualisieren"
|
311 |
+
|
312 |
+
#: adminimize_page.php:214
|
313 |
+
msgid "Menu Options"
|
314 |
+
msgstr "Menu Einstellungen"
|
315 |
+
|
316 |
+
#: adminimize_page.php:220
|
317 |
+
msgid "Menu options - Menu, <span style=\\\"font-weight: 400;\\\">Submenu</span>"
|
318 |
+
msgstr "Menu Einstellungen - Menu, <span style=\"font-weight: 400;\">Submenu</span>"
|
319 |
+
|
320 |
+
#: adminimize_page.php:221
|
321 |
+
msgid "Deactivate < User Level 10 (Admin)"
|
322 |
+
msgstr "Deaktivieren < User Level 10 (Admin)"
|
323 |
+
|
324 |
+
#: adminimize_page.php:222
|
325 |
+
msgid "Deactivate for Admin's"
|
326 |
+
msgstr "Deaktivieren für Admin's"
|
327 |
+
|
328 |
+
#: adminimize_page.php:261
|
329 |
+
#: adminimize_page.php:307
|
330 |
+
msgid "Permalink"
|
331 |
+
msgstr "Permalink"
|
332 |
+
|
333 |
+
#: adminimize_page.php:265
|
334 |
+
msgid "Excerpt"
|
335 |
+
msgstr "Auszug"
|
336 |
+
|
337 |
+
#: adminimize_page.php:266
|
338 |
+
msgid "Trackbacks"
|
339 |
+
msgstr "Trackbacks"
|
340 |
+
|
341 |
+
#: adminimize_page.php:267
|
342 |
+
#: adminimize_page.php:308
|
343 |
+
msgid "Custom Fields"
|
344 |
+
msgstr "Benutzerdefinierte Felder"
|
345 |
+
|
346 |
+
#: adminimize_page.php:268
|
347 |
+
#: adminimize_page.php:309
|
348 |
+
msgid "Comments & Pings"
|
349 |
+
msgstr "Kommentare & Pings"
|
350 |
+
|
351 |
+
#: adminimize_page.php:269
|
352 |
+
msgid "Password Protect This Post"
|
353 |
+
msgstr "Diesen Artikel durch ein Passwort schützen"
|
354 |
+
|
355 |
+
#: adminimize_page.php:270
|
356 |
+
msgid "Post Author"
|
357 |
+
msgstr "Autor"
|
358 |
+
|
359 |
+
#: adminimize_page.php:271
|
360 |
+
msgid "Post Revisions"
|
361 |
+
msgstr "Post Revisions"
|
362 |
+
|
363 |
+
#: adminimize_page.php:272
|
364 |
+
msgid "Related, Shortcuts"
|
365 |
+
msgstr "Siehe auch, Tastaturkürzel"
|
366 |
+
|
367 |
+
#: adminimize_page.php:273
|
368 |
+
#: adminimize_page.php:317
|
369 |
+
msgid "Messenges"
|
370 |
+
msgstr "Mitteilungen"
|
371 |
+
|
372 |
+
#: adminimize_page.php:274
|
373 |
+
#: adminimize_page.php:318
|
374 |
+
msgid "h2: Advanced Options"
|
375 |
+
msgstr "h2: Erweiterte Einstellungen"
|
376 |
+
|
377 |
+
#: adminimize_page.php:275
|
378 |
+
#: adminimize_page.php:319
|
379 |
+
msgid "Media Buttons (all)"
|
380 |
+
msgstr "Media Buttons (alle)"
|
381 |
+
|
382 |
+
#: adminimize_page.php:279
|
383 |
+
#: adminimize_page.php:323
|
384 |
+
msgid "Suggested tags from"
|
385 |
+
msgstr "Suggested tags from"
|
386 |
+
|
387 |
+
#: adminimize_page.php:281
|
388 |
+
msgid "Text Control"
|
389 |
+
msgstr "Text Control"
|
390 |
+
|
391 |
+
#: adminimize_page.php:283
|
392 |
+
#: adminimize_page.php:325
|
393 |
+
msgid "HTML Special Characters"
|
394 |
+
msgstr "HTML Special Characters"
|
395 |
+
|
396 |
+
#: adminimize_page.php:310
|
397 |
+
msgid "Password Protect This Page"
|
398 |
+
msgstr "Diese Seite mit einem Passwort versehen"
|
399 |
+
|
400 |
+
#: adminimize_page.php:311
|
401 |
+
msgid "Page Parent"
|
402 |
+
msgstr "Übergeordnete Seite"
|
403 |
+
|
404 |
+
#: adminimize_page.php:312
|
405 |
+
msgid "Page Template"
|
406 |
+
msgstr "Seiten Template"
|
407 |
+
|
408 |
+
#: adminimize_page.php:313
|
409 |
+
msgid "Page Order"
|
410 |
+
msgstr "Reihenfolge"
|
411 |
+
|
412 |
+
#: adminimize_page.php:314
|
413 |
+
msgid "Page Author"
|
414 |
+
msgstr "Seitenautor"
|
415 |
+
|
416 |
+
#: adminimize_page.php:315
|
417 |
+
msgid "Page Revisions"
|
418 |
+
msgstr "Page Revisions"
|
419 |
+
|
420 |
+
#: adminimize_page.php:316
|
421 |
+
msgid "Related"
|
422 |
+
msgstr "Siehe auch"
|
423 |
+
|
424 |
+
#: adminimize_page.php:391
|
425 |
+
#: adminimize_page.php:452
|
426 |
+
#: adminimize_page.php:487
|
427 |
+
msgid "All items"
|
428 |
+
msgstr "Alle wählen"
|
429 |
+
|
430 |
+
#: adminimize_page.php:413
|
431 |
+
msgid "Write options"
|
432 |
+
msgstr "Schreiben Einstellungen"
|
433 |
+
|
434 |
+
#: adminimize_page.php:419
|
435 |
+
msgid "Write options - Post"
|
436 |
+
msgstr "Schreiben Einstellungen - Beiträge"
|
437 |
+
|
438 |
+
#: adminimize_page.php:420
|
439 |
+
msgid "Write options - Page"
|
440 |
+
msgstr "Schreiben Einstellungen - Seiten"
|
441 |
+
|
442 |
+
#: adminimize_page.php:431
|
443 |
+
#: adminimize_page.php:466
|
444 |
+
msgid "Deactivate for < Admin's (level 1-9)"
|
445 |
+
msgstr "Deaktivieren für < Admin (Level 1-9)"
|
446 |
+
|
447 |
+
#: adminimize_page.php:432
|
448 |
+
#: adminimize_page.php:467
|
449 |
+
msgid "Deactivate for Admin's (level 10)"
|
450 |
+
msgstr "Deaktivieren für Admin (Level 10)"
|
451 |
+
|
452 |
+
#: adminimize_page.php:512
|
453 |
+
#: adminimize_page.php:578
|
454 |
+
msgid "Set Theme"
|
455 |
+
msgstr "Theme zuweisen"
|
456 |
+
|
457 |
+
#: adminimize_page.php:521
|
458 |
+
msgid "User-ID"
|
459 |
+
msgstr "User-ID"
|
460 |
+
|
461 |
+
#: adminimize_page.php:522
|
462 |
+
msgid "Username"
|
463 |
+
msgstr "Benutzername"
|
464 |
+
|
465 |
+
#: adminimize_page.php:523
|
466 |
+
msgid "Display name publicly as"
|
467 |
+
msgstr "Name im Blog"
|
468 |
+
|
469 |
+
#: adminimize_page.php:524
|
470 |
+
msgid "Admin Color Scheme"
|
471 |
+
msgstr "Aktuelles Theme"
|
472 |
+
|
473 |
+
#: adminimize_page.php:525
|
474 |
+
msgid "User Level"
|
475 |
+
msgstr "User Level"
|
476 |
+
|
477 |
+
#: adminimize_page.php:526
|
478 |
+
msgid "Role"
|
479 |
+
msgstr "Rolle"
|
480 |
+
|
481 |
+
#: adminimize_page.php:588
|
482 |
+
msgid "Deinstall options"
|
483 |
+
msgstr "Deinstallation der Einstellungen"
|
484 |
+
|
485 |
+
#: adminimize_page.php:591
|
486 |
+
msgid "Use this option for clean your database from all entries of this plugin. When you deactivate the plugin, the deinstall of the plugin <strong>clean not</strong> all entries in the database."
|
487 |
+
msgstr "Nutze diese Option, um die Einstellungen für das Plugin in der Datenbank zu löschen. Das Plugin entfernt die Einträge <strong>nicht</strong>, wenn es deaktiviert wird!"
|
488 |
+
|
489 |
+
#: adminimize_page.php:595
|
490 |
+
msgid "Delete options"
|
491 |
+
msgstr "Einstellungen löschen"
|
492 |
+
|
493 |
+
#: adminimize_page.php:607
|
494 |
+
msgid "About the plugin"
|
495 |
+
msgstr "Über das Plugin"
|
496 |
+
|
497 |
+
#: adminimize_page.php:610
|
498 |
+
msgid "Further information: Visit the <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">plugin homepage</a> for further information or to grab the latest version of this plugin."
|
499 |
+
msgstr "Weitere Information: Besuche die <a href=\"http://bueltge.de/wordpress-admin-theme-adminimize/674/\">Plugin Webseite</a> für weitere Informationen oder hole die aktuelle Version des Plugins."
|
500 |
+
|
501 |
+
#: adminimize_page.php:610
|
502 |
+
msgid "You want to thank me? Visit my <a href=\"http://bueltge.de/wunschliste/\">wishlist</a>."
|
503 |
+
msgstr "Du willst Danke sagen? Besuche meine <a href=\"http://bueltge.de/wunschliste/\">Wunschliste</a>."
|
504 |
+
|
readme.txt
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Adminimize ===
|
2 |
+
Contributors: Bueltge
|
3 |
+
Donate link: http://bueltge.de/wunschliste/
|
4 |
+
Tags: color, scheme, theme, admin, dashboard, color scheme, plugin, interface, ui, metabox, hide, editor, minimal, menu, customization, interface, administration, lite, light, usability, lightweight, layout, zen
|
5 |
+
Requires at least: 2.5
|
6 |
+
Tested up to: 2.7beta
|
7 |
+
Stable tag: 0.5
|
8 |
+
|
9 |
+
At first: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves 'Dashboard' onto the main administrative menu because having it sit in the tip-top black bar was ticking me off and many other changes in the edit-area.
|
10 |
+
At second. Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress administration menu, submenu and even the 'Dashboard', with forwarding to the Manage-page. On top of that, you can also hide post meta controls on the Write page and other areas in the admin-area and Write-page, so as to simplify the editing interface. All is addicted from your rights, admin (user_level 10) or not admin-rights (smaller user_level 10).
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves 'Dashboard' onto the main administrative menu because having it sit in the tip-top black bar was ticking me off and many other changes in the edit-area. Adminimize is a WordPress plugin that lets you hide 'unnecessary' items from the WordPress administration menu, submenu and even the 'Dashboard', with forwarding to the Manage-page. On top of that, you can also hide post meta controls on the Write page and other areas in the admin-area and Write-page, so as to simplify the editing interface. Compatible with WordPress 2.5 or later.
|
14 |
+
Configure all metaboxes and other areas in the write-area. The new theme move the Tags- and Categorys-box to the sidebar, switch off optional metaboxes and other areas in the write-area. Scoll automatocly to the Textbox, when you click the write-button. Many options for menu, submenu and all areas, metaboxes in the write-area, separated for admins (user_level 10) and other users (< user_level 10).
|
15 |
+
|
16 |
+
= Compatibility with the drop-down menu plugins =
|
17 |
+
1. [Ozh Admin Drop Down Menu](http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/ "Admin Drop Down Menu for WordPress 2.5") by Ozh
|
18 |
+
1. [Drop Down Admin Menus](http://www.stuff.yellowswordfish.com/ "Drop Down Admin Menus for WordPress 2.5") by Andy Staines
|
19 |
+
|
20 |
+
= Compatibility with the plugins for MetaBoxes in Write-area =
|
21 |
+
1. [Simple Tag](http://wordpress.org/extend/plugins/simple-tags "Simple Tag") by Amaury BALMER
|
22 |
+
1. [Text Control](http://dev.wp-plugins.org/wiki/TextControl "Text Control") by Michael Torbert
|
23 |
+
1. [All in One SEO Pack](http://semperfiwebdesign.com "All in One SEO Pack") by Jeff Minard and Frank Bueltge
|
24 |
+
1. [TDO Mini Forms](http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin/ "TDO Mini Forms") by Mark Cunningham
|
25 |
+
|
26 |
+
= Requirements =
|
27 |
+
1. WordPress version 2.5 and later
|
28 |
+
|
29 |
+
Please visit [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize") for further details and the latest information on this plugin.
|
30 |
+
|
31 |
+
= What does this plugin do? =
|
32 |
+
The plugin changes the administration backend and gives you the power to assign rights on certain parts. Admins can activate/deactivate every part of the menu and even parts of the submenu. Meta fields can be administered separately for posts and pages. Certain parts of the write menu can be deactivated separately for admins or non-admins. The header of the backend is minimized and optimized to give you more space and the structure of the menu gets changed to make it more logical - this can all be done per user so each user can have his own settings.
|
33 |
+
|
34 |
+
= Details =
|
35 |
+
1. the admin theme can be set per user. To change this go to user settings
|
36 |
+
1. currently you can use the theme together with the color settings for the Fresh and Classic themes
|
37 |
+
1. more colors can be easily added
|
38 |
+
1. new menu structure: on the left hand site you find classic menu points for managing and writing, while the right part is reserved for settings, design, plugins and user settings
|
39 |
+
1. the dashboard has been moved into the menu itself but this can be deactivated if its not desired
|
40 |
+
1. the menu is now smaller and takes up less space
|
41 |
+
1. the WRITE menu has been changed as follows:
|
42 |
+
1. it is no longer limited to a fixed width but flows to fill your whole browser window now
|
43 |
+
1. you can scroll all input fields now, no need to make certain parts of the WRITE screen bigger
|
44 |
+
1. categories moved to the sidebar
|
45 |
+
1. tags moved to the sidebar if you are not using the plugin "Simple Tags"
|
46 |
+
1. the editing part gets auto-scrolled which makes sense when using a small resolution
|
47 |
+
1. the media uploader now uses the whole screen width
|
48 |
+
1. supports the plugin "Admin Drop Down Menu" - when the plugin is active the user has two more backend-themes to chose from
|
49 |
+
1. supports the plugin "Lighter Menus" - when that plugin is active the user has another two backend-themes to chose from
|
50 |
+
1. two new color schemes are now available
|
51 |
+
1. the width of the sidebar is changeable to standard, 300px, 400px or 30%
|
52 |
+
1. each meta field can now be deactivated (per user setting) so it doesn't clutter up your write screen
|
53 |
+
1. you can even deactivate other parts like h2, messages or the info in the sidebar
|
54 |
+
1. the part of the user info you have on the upper - right part of your menu can be deactivated or just the log-out link
|
55 |
+
1. the dashboard can be completely removed from the backend
|
56 |
+
1. all menu and sub menu points can be completely deactivated for admins and non-admins
|
57 |
+
1. most of these changes are only loaded when needed - i.e. only in the write screen
|
58 |
+
1. set a backend-theme for difficult user
|
59 |
+
1. ... many more
|
60 |
+
|
61 |
+
== Installation ==
|
62 |
+
1. Unpack the download-package
|
63 |
+
|
64 |
+
2. Upload folder include all files to the `/wp-content/plugins/` directory. The
|
65 |
+
final directory tree should look like `/wp-content/plugins/adminimize/adminimize.php`, `/wp-content/plugins/adminimize/adminimize_page.php`, `/wp-content/plugins/adminimize/css/` and `/wp-content/plugins/adminimize/languages`
|
66 |
+
|
67 |
+
3. Activate the plugin through the `Plugins` menu in WordPress
|
68 |
+
|
69 |
+
4. Colour Scheme and Theme selection in Your Profile Go to your User Profile (under `Users` > `Your Profile` or by clicking on your name at the top right corner of the administration panel).
|
70 |
+
|
71 |
+
4. Administrator can go to `Options` > `Adminimize` menu and configure the plugin (Menu, Submenu, Metaboxes, ...)
|
72 |
+
|
73 |
+
= Advice =
|
74 |
+
Please use the `Deinstall-Funktion` in the option-area bevor update to version 1.4! Version 1.4 and bigger has only one databas entry and the `Deinstall-Option` desinatll the old entrys.
|
75 |
+
|
76 |
+
See on [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize").
|
77 |
+
|
78 |
+
== Screenshots ==
|
79 |
+
1. minimize header after activate
|
80 |
+
1. configure-area for user
|
81 |
+
1. configure-area for user/admin; options for metaboxes, areas in write-area and menu
|
82 |
+
1. Adminimize Theme how in WordPress 2.3
|
83 |
+
|
84 |
+
== Other Notes ==
|
85 |
+
= Acknowledgements =
|
86 |
+
Thanks to [Eric Meyer](http://meyerweb.com/ "Eric Meyer") for the Idea and the Stylesheet to minimize the header of backend and thanks to [Alphawolf](http://www.schloebe.de/ "Alphawolf") for write a smaller javascript with jQuery.
|
87 |
+
Also Thanks to [Ovidio](http://pacura.ru/ "pacaru.ru") for an translations the details in english.
|
88 |
+
|
89 |
+
|
90 |
+
= Licence =
|
91 |
+
Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a [small donation](http://bueltge.de/wunschliste/ "Wishliste and Donate") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
|
92 |
+
|
93 |
+
= Translations =
|
94 |
+
The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all defintions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Windows).
|
95 |
+
|
96 |
+
== Frequently Asked Questions ==
|
97 |
+
= History? =
|
98 |
+
Please see the changes on version on the [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize")!
|
99 |
+
|
100 |
+
= Where can I get more information? =
|
101 |
+
Please visit [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize") for the latest information on this plugin.
|
102 |
+
|
103 |
+
= I love this plugin! How can I show the developer how much I appreciate his work? =
|
104 |
+
Please visit [the official website](http://bueltge.de/wordpress-admin-theme-adminimize/674/ "Adminimize") and let him know your care or see the [wishlist](http://bueltge.de/wunschliste/ "Wishlist") of the author.
|
screenshot-1.png
ADDED
Binary file
|
screenshot-2.png
ADDED
Binary file
|
screenshot-3.png
ADDED
Binary file
|
screenshot-4.png
ADDED
Binary file
|