summaryrefslogtreecommitdiffstats
path: root/wp-admin/css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-04 16:44:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-04 16:44:15 +0000
commit7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc (patch)
treec6fd23b598f3994eddb18cb1c0f2e8d95ff054fa /wp-admin/css
parentf650f48c048bfbbb2ae702b6425d87e39358d748 (diff)
downloadwordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.tar.gz
wordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.tar.xz
wordpress-mu-7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc.zip
Merged with WordPress 2.5, unstable, only for testing
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/css')
-rw-r--r--wp-admin/css/colors-classic-rtl.css3
-rw-r--r--wp-admin/css/colors-classic.css66
-rw-r--r--wp-admin/css/colors-fresh-rtl.css3
-rw-r--r--wp-admin/css/colors-fresh.css51
-rw-r--r--wp-admin/css/dashboard-rtl.css62
-rw-r--r--wp-admin/css/dashboard.css3
-rw-r--r--wp-admin/css/global.css96
-rw-r--r--wp-admin/css/ie-rtl.css53
-rw-r--r--wp-admin/css/ie.css87
-rw-r--r--wp-admin/css/install-rtl.css34
-rw-r--r--wp-admin/css/install.css120
-rw-r--r--wp-admin/css/login-rtl.css32
-rw-r--r--wp-admin/css/media-rtl.css21
-rw-r--r--wp-admin/css/media.css6
-rw-r--r--wp-admin/css/mu.css35
-rw-r--r--wp-admin/css/theme-editor-rtl.css11
-rw-r--r--wp-admin/css/theme-editor.css24
-rw-r--r--wp-admin/css/upload-rtl.css12
-rw-r--r--wp-admin/css/widgets-rtl.css88
-rw-r--r--wp-admin/css/widgets.css298
20 files changed, 794 insertions, 311 deletions
diff --git a/wp-admin/css/colors-classic-rtl.css b/wp-admin/css/colors-classic-rtl.css
new file mode 100644
index 0000000..5d0d05c
--- /dev/null
+++ b/wp-admin/css/colors-classic-rtl.css
@@ -0,0 +1,3 @@
+#poststuff .closed .togbox, #poststuff .togbox {
+background-image: url(../images/toggle-arrow-rtl.gif) !important;
+} \ No newline at end of file
diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css
index 4251f15..3a8f138 100644
--- a/wp-admin/css/colors-classic.css
+++ b/wp-admin/css/colors-classic.css
@@ -8,7 +8,7 @@ body {
}
body > #upload-menu {
- border-bottom-style: #fff;
+ border-bottom-color: #fff;
}
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
@@ -31,7 +31,7 @@ input.disabled, textarea.disabled {
background-color: #ccc;
}
-li.widget-list-control-item h4.widget-title a:hover, .submit a, #user_info a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
+#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,
#dragHelper li.widget-list-control-item h4.widget-title a,
#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
color: #fff;
@@ -54,8 +54,8 @@ strong .post-com-count span {
background-color: #2583ad;
}
-.button-secondary, #quicktags, #login form .submit input {
- background-color: #83b4d5 !important;
+.button-secondary, #login form .submit input {
+ background-color: #8ebddc !important;
}
ul#widget-list li.widget-list-item h4.widget-title {
@@ -136,7 +136,7 @@ ul.widget-control-list .sorthelper {
color: #999;
}
-#dashmenu a {
+#dashmenu a, #user_info a {
color: #88b4d7;
}
@@ -182,13 +182,13 @@ ul.widget-control-list .sorthelper {
border-bottom-color: #dadada;
}
-.side-info ul {
+.side-info ul, .widget-description {
color: #666;
}
-.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input {
+.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
background-color: #e5e5e5;
- color: #246;
+ color: #07273e;
border-color: #a3a3a3;
}
@@ -196,16 +196,21 @@ ul.widget-control-list .sorthelper {
border-color: #5396c5;
}
-.submit input:hover, .button:hover {
+.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
border-color: #535353;
}
-.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu 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 {
+.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 {
color: #d54e21;
}
+#adminmenu a:hover, #sidemenu a:hover {
+ color: #97c4d8;
+}
+
.button-secondary:hover, #login form .submit input:hover {
border-color: #328ab2;
+ background-color: #a6d2e5 !important;
}
.submitbox #autosave .error, ul.view-switch li.current a {
@@ -296,7 +301,7 @@ ul.widget-control-list .sorthelper {
/* Because we don't want visited on these links */
#adminmenu a.current, #sidemenu a.current {
background-color: #fff;
- border-color: #c6d9e9;
+ border-color: #07273e;
border-bottom-color: #fff;
color: #d54e21;
font-weight: bold;
@@ -323,7 +328,7 @@ ul.widget-control-list .sorthelper {
#adminmenu, div#media-upload-header {
background-color: #14568a;
- border-bottom-color: #c6d9e9;
+ border-bottom-color: #07273e;
}
#currenttheme img {
@@ -401,16 +406,24 @@ input.readonly {
border-color: #319f52;
}
-#plugins .active, .checkbox, .side-info, #your-profile #rich_editing {
+.checkbox, .side-info, #your-profile #rich_editing {
background-color: #fff;
}
+#plugins .active {
+ background-color: #BBEEBB;
+}
+
#plugins .togl {
border-right-color: #ccc;
}
-#plugins tr, #the-comment-list .unapproved {
- background-color: #f0f0f0;
+#the-comment-list .unapproved {
+ background-color: #ffffe0;
+}
+
+#plugins tr {
+ background-color: #fff;
}
#poststuff #editor-toolbar .active {
@@ -448,7 +461,7 @@ input.readonly {
#sidemenu a {
background-color: #14568a;
- border-bottom-color: #c6d9e9;
+ border-bottom-color: #07273e;
border-top-color: #14568a;
color: #cfebf6;
}
@@ -466,15 +479,11 @@ input.readonly {
color: #666;
}
-#update-nag a:link, .plugin-update a:link {
- color: #036;
-}
-
#update-nag, .plugin-update {
background-color: #fffeeb;
border-bottom-color: #ccc;
border-top-color: #ccc;
- color: #cfebf6;
+ color: #555;
}
#upload-files a.file-link {
@@ -520,13 +529,13 @@ input.readonly {
}
#wphead #viewsite a {
- background-color: #94acc1;
- color: white;
- border-color: #94acc1;
+ background-color: #5488af;
+ color: #cfebf7;
+ border-color: #0b3d64;
}
#wphead #viewsite a:hover {
- color: #246;
+ color: #07273e;
}
#wphead h1, #dashmenu a.current:hover {
@@ -664,7 +673,7 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
}
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
-.wp_themeSkin .mceMenu .mceMenuItemActive {
+.wp_themeSkin .mceMenu .mceMenuItemActive, #quicktags {
background-color: #83B4D5;
}
.wp_themeSkin td.mceMenuItemSeparator {
@@ -699,3 +708,8 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
#poststuff #titlewrap {
border-color: #ccc;
}
+
+#tTips p#tTips_inside {
+ background-color: #ddd;
+ color: #333;
+}
diff --git a/wp-admin/css/colors-fresh-rtl.css b/wp-admin/css/colors-fresh-rtl.css
new file mode 100644
index 0000000..5d0d05c
--- /dev/null
+++ b/wp-admin/css/colors-fresh-rtl.css
@@ -0,0 +1,3 @@
+#poststuff .closed .togbox, #poststuff .togbox {
+background-image: url(../images/toggle-arrow-rtl.gif) !important;
+} \ No newline at end of file
diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css
index 823ba46..a0d45fb 100644
--- a/wp-admin/css/colors-fresh.css
+++ b/wp-admin/css/colors-fresh.css
@@ -8,7 +8,7 @@ body {
}
body > #upload-menu {
- border-bottom-style: #fff;
+ border-bottom-color: #fff;
}
div#current-widgets, #postcustomstuff table, #your-profile fieldset, a.page-numbers, #rightnow, div.dashboard-widget, .widefat {
@@ -35,7 +35,7 @@ input.disabled, textarea.disabled {
background-color: #ccc;
}
-li.widget-list-control-item h4.widget-title a:hover, .submit a, #user_info a, #dashmenu a:hover, #footer a, #upload-menu li a.upload-tab-link, li.widget-list-control-item h4.widget-title a,
+#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,
#dragHelper li.widget-list-control-item h4.widget-title a,
#draghelper li.widget-list-control-item h4.widget-title a:visited, .login #backtoblog a:hover {
color: #fff;
@@ -132,7 +132,7 @@ ul.widget-control-list .sorthelper {
color: #d54e21;
}
-.howto, .nonessential, #dashmenu a, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
+#user_info, .howto, .nonessential, #dashmenu a, #sidemenu, #edit-slug-box, .form-input-tip, #dashboard_primary span.rss-date, .subsubsub, #dashboard_secondary div.dashboard-widget-content ul li a cite {
color: #999;
}
@@ -178,21 +178,21 @@ ul.widget-control-list .sorthelper {
border-bottom-color: #dadada;
}
-.side-info ul {
+.side-info ul, .widget-description {
color: #666;
}
-.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input {
+.submit input, .button, .button-secondary, #login form .submit input, div.dashboard-widget-submit input, #edit-slug-buttons a.save {
background-color: #e5e5e5;
color: #246;
- border-color: #a3a3a3;
+ border-color: #80b5d0;
}
-.submit input:hover, .button:hover {
+.submit input:hover, .button:hover, #edit-slug-buttons a.save:hover {
border-color: #535353;
}
-.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu 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 {
+.submit input:hover, .button:hover, .button-secondary:hover, #wphead #viewsite a:hover, #adminmenu a:hover, #sidemenu 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, #media-upload a.delete:hover {
color: #d54e21;
}
@@ -342,10 +342,6 @@ input.readonly {
color: #777;
}
-#edit-slug-buttons a.save {
- background-color: #ebebeb;
-}
-
#footer {
background: url(../images/logo-ghost.png) #464646 no-repeat 20px 10px;
color: #999;
@@ -379,16 +375,24 @@ input.readonly {
border-color: #319f52;
}
-#plugins .active, .checkbox, .side-info, #your-profile #rich_editing {
+.checkbox, .side-info, #your-profile #rich_editing {
background-color: #fff;
}
+#plugins .active {
+ background-color: #e7f7d3;
+}
+
#plugins .togl {
border-right-color: #ccc;
}
-#plugins tr, #the-comment-list .unapproved {
- background-color: #f0f0f0;
+#the-comment-list .unapproved {
+ background-color: #ffffe0;
+}
+
+#plugins tr {
+ background-color: #fff;
}
#poststuff #editor-toolbar .active {
@@ -443,10 +447,6 @@ input.readonly {
color: #666;
}
-#update-nag a:link, .plugin-update a:link {
- color: #036;
-}
-
#update-nag, .plugin-update {
background-color: #fffeeb;
border-bottom-color: #ccc;
@@ -484,7 +484,7 @@ input.readonly {
border-top-color: #247fab;
}
-#user_info, .login #backtoblog a, .curtime {
+.login #backtoblog a, .curtime, #user_info a {
color: #ccc;
}
@@ -499,11 +499,11 @@ input.readonly {
#wphead #viewsite a {
background-color: #c6d9e9;
color: #246;
- border-color: #94acc1;
+ border-color: #80b5d0;
}
#wphead #viewsite a:hover {
- border-color: #246;
+ border-color: #328ab2;
}
#wphead h1, #dashmenu a.current:hover, #login form input {
@@ -678,4 +678,9 @@ div#media-upload-error, .file-error, abbr.required, .widget-control-remove:hover
.curtime {
color: #666;
-} \ No newline at end of file
+}
+
+#tTips p#tTips_inside {
+ background-color: #ddd;
+ color: #333;
+}
diff --git a/wp-admin/css/dashboard-rtl.css b/wp-admin/css/dashboard-rtl.css
new file mode 100644
index 0000000..29e59cf
--- /dev/null
+++ b/wp-admin/css/dashboard-rtl.css
@@ -0,0 +1,62 @@
+#rightnow {
+ margin-left: 15px;
+}
+
+#rightnow .reallynow span {
+ text-align: right;
+ float: right;
+}
+
+#rightnow .reallynow a {
+ text-align: left;
+ float: left;
+ margin: 1px 0 0 6px;
+}
+
+h3.dashboard-widget-title span {
+ text-align: right;
+ float: right;
+}
+
+#dashboard-widgets .widget_rss ul li a {
+ float:right;
+ font-weight:bold;
+ margin:0pt 0pt 0.2em 0.5em;
+}
+
+#dashboard-widgets .widget_rss ul li span.rss-date {
+ float: right;
+}
+
+h3.dashboard-widget-title small {
+ text-align: left;
+ float: left;
+}
+div.dashboard-widget-content ul,
+div.dashboard-widget-content ol,
+div.dashboard-widget-content dl {
+ padding-left:0;
+ padding-right:15px;
+}
+div#dashboard-widgets-wrap
+{
+ margin-right:0;
+ margin-left:-10px;
+}
+
+div.dashboard-widget {
+ margin-right:0;
+ margin-left:20px;
+}
+
+#dashboard-widgets .widget_rss ul li span.rss-date {
+ float:right;
+}
+#dashboard-widgets .widget_rss ul li a {
+ float:right;
+ margin:0 0 0.2em 0.5em;
+}
+#dashboard_secondary div.dashboard-widget-content ul li a {
+ border-right:0 none;
+ border-left:1px solid #DADADA;
+} \ No newline at end of file
diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css
index 003e8e3..eb07f86 100644
--- a/wp-admin/css/dashboard.css
+++ b/wp-admin/css/dashboard.css
@@ -64,7 +64,6 @@ div#dashboard-widgets-wrap {
div#dashboard-widgets {
width: 100%;
- padding-right: 7px; /* (#rightnow margin-right) */
}
div.dashboard-widget-holder {
@@ -86,7 +85,7 @@ div.dashboard-widget-holder.full {
}
div.dashboard-widget-holder.double div.dashboard-widget {
- height: 52em;
+ height: 54em;
padding-bottom: 28px /* lame */
}
diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css
index 5bd9e2f..926aa88 100644
--- a/wp-admin/css/global.css
+++ b/wp-admin/css/global.css
@@ -27,17 +27,59 @@ textarea, input, select {
}
.alignleft { float: left; }
-
.alignright { float: right; }
+.textleft { text-align: left; }
+.textright { text-align: right; }
.clear { clear: both; height: 2px; }
.hidden { display: none; }
+h1 {
+ display: block;
+ font-size: 2em;
+ font-weight: bold;
+ margin: .67em 0;
+}
+
+h2 {
+ display: block;
+ font-size: 1.5em;
+ font-weight: bold;
+ margin: .83em 0;
+}
+
+h3 {
+ display: block;
+ font-size: 1.17em;
+ font-weight: bold;
+ margin: 1em 0;
+}
+
+h4 {
+ display: block;
+ font-weight: bold;
+ margin: 1.33em 0;
+}
+
+h5 {
+ display: block;
+ font-size: 0.83em;
+ font-weight: bold;
+ margin: 1.67em 0;
+}
+
+h6 {
+ display: block;
+ font-size: 0.67em;
+ font-weight: bold;
+ margin: 2.33em 0;
+}
+
.subsubsub {
list-style: none;
- margin: 15px 0 10px 0;
+ margin: 14px 0 8px 0;
padding: 0;
white-space: nowrap;
font-size: 12px;
@@ -55,31 +97,58 @@ textarea, input, select {
border-collapse: collapse;
width: 100%;
clear: both;
+ margin: 0;
}
.widefat a {
text-decoration: none;
}
+.widefat abbr {
+ white-space: nowrap;
+}
+
.widefat td, .widefat th {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
- font-size: 12px;
- padding: 10px 10px 20px;
+ font-size: 11px;
vertical-align: text-top;
}
+.widefat td {
+ padding: 7px 15px 9px 10px;
+ vertical-align: top;
+}
+
.widefat th {
- padding-bottom: 8px;
- padding-top: 10px;
+ padding: 9px 15px 6px 10px;
text-align: left;
+ line-height: 1.3em;
+}
+
+.widefat th input {
+ margin: 0 0 0 8px;
+ padding: 0;
}
.widefat .check-column {
+ text-align: right;
+ width: 1.5em;
+ padding: 0;
+
+}
+
+.widefat tbody th.check-column {
+ padding: 8px 0 22px;
+}
+/*
+th.check-column + th, th.check-column + td {
+ padding-left: 5px;
+}
+*/
+.widefat .num {
text-align: center;
- vertical-align: text-top;
- width: 3%;
}
.wrap, .updated, .error {
@@ -93,11 +162,15 @@ textarea, input, select {
.updated, .error {
border-width: 1px;
border-style: solid;
- padding: 0 15px;
+ padding: 0 0.6em;
max-width: 950px;
margin-bottom: 1em;
}
+.updated p, .error p {
+ margin: 0.6em 0;
+}
+
.wrap .updated, .wrap .error {
margin: auto 0 0;
}
@@ -119,8 +192,5 @@ textarea, input, select {
margin: 5px 0 0 -4px;
padding: 0;
padding-bottom: 7px;
+ padding-right: 280px;
}
-
-#timestampdiv {
- display: none;
-} \ No newline at end of file
diff --git a/wp-admin/css/ie-rtl.css b/wp-admin/css/ie-rtl.css
new file mode 100644
index 0000000..54cadd0
--- /dev/null
+++ b/wp-admin/css/ie-rtl.css
@@ -0,0 +1,53 @@
+/* footer */
+body, td {
+ font-family: Tahoma,Verdana,sans-serif;
+}
+
+.wrap {
+ text-align: right;
+}
+
+.wrap h2 {
+ margin: 5px 0 0 4px;
+}
+
+#footer {
+ padding-left:50px;
+}
+#footer p {
+ background:none;
+ height:auto;
+ padding: 5px 5px 0;
+}
+
+#bh {
+ padding-left: 15px;
+ padding-right: 0px;
+}
+/* write post */
+#poststuff .togbox {
+ margin-right:-16px;
+}
+#poststuff h3 {
+ padding-right:20px;
+}
+
+p#widget-search, p#post-search {
+ padding-left: 15px;
+}
+
+.widefat th {
+ padding-bottom: 8px;
+}
+
+/* template editor */
+#template textarea {
+ float:left;
+}
+
+/* Editor */
+
+.mceToolbar {
+ direction: ltr;
+ text-align: left;
+} \ No newline at end of file
diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css
index dd7deaa..39ef254 100644
--- a/wp-admin/css/ie.css
+++ b/wp-admin/css/ie.css
@@ -31,7 +31,7 @@
position: relative;
}
-#wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list {
+#wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list, li.widget-list-control-item, #dragHelper, li.widget-list-control-item h4, .widget-sortable, .widget-control-actions {
display: block;
zoom: 100%;
}
@@ -54,5 +54,88 @@ form#template div {
#ed_toolbar input {
overflow: visible;
- padding: 1px 5px;
+ padding: 0 4px;
+}
+
+#poststuff h2 {
+ font-size: 1.6em;
+}
+
+* html #poststuff h2 {
+ margin-left: 0;
+}
+
+#bh {
+ padding-right: 15px;
+}
+
+/* without this dashboard widgets appear in one column for some screen widths */
+div#dashboard-widgets {
+ padding-right: 1px;
+}
+
+#tagchecklist {
+ display: block;
+ zoom: 100%;
+}
+
+#tagchecklist span, #tagchecklist span a {
+ display: inline-block;
+ display: block;
+}
+
+#tagchecklist span a {
+ margin: 4px 0 0 -9px;
+}
+
+#poststuff .togbox {
+ margin-left: -19px;
+}
+
+.tablenav .button-secondary, .nav .button-secondary {
+ padding: 0 1px;
+ vertical-align: middle;
+}
+
+.tablenav select {
+ font-size: 13px;
+ display: inline-block;
+ vertical-align: top;
+ margin-top: 2px;
+}
+
+.tablenav-pages .page-numbers {
+ display: inline-block;
+}
+
+.tablenav-pages {
+ display: block;
+ margin-top: -3px;
+
+}
+
+#post-search .button, #widget-search .button {
+ padding: 1px;
+}
+
+.widefat tr, .widefat th {
+ margin-bottom: 0;
+ border-spacing: 0;
+}
+
+.widefat th input {
+ margin: 0 0 0 5px;
+}
+
+.widefat .check-column {
+ padding: 6px 0 2px;
+}
+
+.widefat tbody th.check-column {
+ padding: 4px 0 22px;
+}
+
+.tablenav a.button-secondary {
+ display: inline-block;
+ padding: 2px 5px;
}
diff --git a/wp-admin/css/install-rtl.css b/wp-admin/css/install-rtl.css
index 6912736..806dbc5 100644
--- a/wp-admin/css/install-rtl.css
+++ b/wp-admin/css/install-rtl.css
@@ -1,15 +1,19 @@
-body { font: 13px Tahoma, Georgia, "Times New Roman", Times, serif; }
-
-ul, ol { padding: 5px 20px 5px 5px; }
-
-h1, h2, h3 { font-family: "Times New Roman", Times, serif; font-weight: 700 }
-
-.step, th { text-align: left }
-
-input { font-family: "Times New Roman", Times, serif; padding: 1px }
-
-#logo { background: url(../wp-content/plugins/WP-Jalali/wp-fa-logo.png) center right no-repeat; text-align: left; }
-
-#admin_email {direction: ltr; text-align: left; }
-
-#footer { font-style: normal; } \ No newline at end of file
+body {
+ font-size: 11px;;
+}
+ul, ol {
+ padding: 5px 22px 5px 5px;
+}
+.form-table th {
+ text-align: right;
+}
+input {
+ padding: 1px
+}
+#logo {
+ text-align: left;
+}
+#admin_email {
+ direction: ltr;
+ text-align: left;
+} \ No newline at end of file
diff --git a/wp-admin/css/install.css b/wp-admin/css/install.css
index 5eb85cd..5f4164c 100644
--- a/wp-admin/css/install.css
+++ b/wp-admin/css/install.css
@@ -1,40 +1,124 @@
-html { background: #eee; }
+html { background: #f1f1f1; }
body {
background: #fff;
- color: #000;
- font-family: Georgia, "Times New Roman", Times, serif;
- margin-left: 20%;
- margin-right: 20%;
- padding: .2em 2em;
+ color: #333;
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ margin: 2em auto 0 auto;
+ width: 700px;
+ padding: 1em 2em;
+ -webkit-border-radius: 12px;
+ font-size: 62.5%;
}
+a { color: #2583ad; text-decoration: none; }
+
+a:hover { color: #d54e21; }
+
+
h1 {
- color: #006;
font-size: 18px;
- font-weight: lighter;
+ margin-bottom: 0;
}
h2 { font-size: 16px; }
-p, li, dt {
- line-height: 140%;
+p, li {
padding-bottom: 2px;
+ font-size: 1.3em;
+ line-height: 1.8em;
+}
+
+code {
+ font-size: 1.3em;
}
-ul, ol { padding: 5px 5px 5px 20px; }
+ul, ol { padding: 5px 5px 5px 22px; }
-#logo { margin-bottom: 2em; }
+#logo { margin: 6px 0 14px 0px; border-bottom: none;}
.step a, .step input { font-size: 2em; }
td input { font-size: 1.5em; }
-.step, th { text-align: right; }
+.step, th { text-align: left; padding: 0; }
+
+.submit input, .button, .button-secondary {
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ padding: 6px;
+ border: none;
+ margin-left: 0;
+ font-size: 13px !important;
+ -moz-border-radius: 2px;
+ -khtml-border-radius: 2px;
+ -webkit-border-radius: 2px;
+ border-radius: 2px;
+ color: #246;
+ background: #e5e5e5;
+}
+
+.button-secondary {
+ background: #cee1ef;
+}
+
+.submit input:hover, .button:hover, .button-secondary:hover {
+ color: #d54e21;
+}
+
+.form-table {
+ border-collapse: collapse;
+ margin-top: 1em;
+ width: 100%;
+}
+
+.form-table td {
+ margin-bottom: 9px;
+ padding: 10px;
+ border-bottom: 8px solid #fff;
+}
+
+.form-table th {
+ font-size: 12px;
+ text-align: left;
+ padding: 12px 10px 10px 10px;
+ border-bottom: 8px solid #fff;
+ width: 110px;
+ vertical-align: top;
+}
+
+.form-table tr {
+ background: #eaf3fa;
+}
+
+.form-table code {
+ line-height: 18px;
+ font-size: 18px;
+}
+
+.form-table p {
+ margin: 4px 0 0 0;
+ font-size: 11px;
+}
+
+h1 {
+ border-bottom: 1px solid #dadada;
+ clear: both;
+ color: #666666;
+ font: 24px Georgia, "Times New Roman", Times, serif;
+ margin: 5px 0 0 -4px;
+ padding: 0;
+ padding-bottom: 7px;
+}
+
+#error-page {
+ margin-top: 50px;
+}
+
+#error-page p {
+ font-size: 14px;
+ line-height: 1.6em;
+}
-#footer {
- text-align: center;
- border-top: 1px solid #ccc;
- padding-top: 1em;
- font-style: italic;
+#error-page code {
+ font-size: 1em;
} \ No newline at end of file
diff --git a/wp-admin/css/login-rtl.css b/wp-admin/css/login-rtl.css
new file mode 100644
index 0000000..fc27263
--- /dev/null
+++ b/wp-admin/css/login-rtl.css
@@ -0,0 +1,32 @@
+body {
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
+ direction: rtl;
+}
+form {
+ margin-left:0;
+ margin-right:8px;
+}
+form .forgetmenot {
+ float:right;
+}
+form .submit {
+ float:left;
+}
+#login_error, .message {
+ margin:0 8px 16px 0;
+}
+#nav {
+ margin: 0 8px 0 0;
+}
+#user_pass, #user_login, #user_email {
+ margin-right:0;
+ margin-left: 6px;
+ direction:ltr;
+}
+h1 a {
+ text-decoration:none;
+}
+#backtoblog a {
+ left: auto;
+ right: 15px;
+} \ No newline at end of file
diff --git a/wp-admin/css/media-rtl.css b/wp-admin/css/media-rtl.css
new file mode 100644
index 0000000..f0c00df
--- /dev/null
+++ b/wp-admin/css/media-rtl.css
@@ -0,0 +1,21 @@
+ul#sidemenu {
+ left: auto;
+ right: 0;
+}
+.align .field label {
+ display: block;
+ float: right;
+ padding: 0 25px 0 0;
+ margin: 5px 3px 5px 5px;
+}
+.align .field input {
+ display: block;
+ float: right;
+ margin: 5px 15px 5px 0;
+}
+.image-align-none-label,
+.image-align-left-label,
+.image-align-center-label,
+.image-align-right-label {
+ background-position: center right;
+} \ No newline at end of file
diff --git a/wp-admin/css/media.css b/wp-admin/css/media.css
index a5b354e..0cb2694 100644
--- a/wp-admin/css/media.css
+++ b/wp-admin/css/media.css
@@ -8,7 +8,7 @@ div#media-upload-header {
height: 2.5em;
}
-ul#sidemenu {
+body#media-upload ul#sidemenu {
font-weight: normal;
margin: 0 5px;
position: absolute;
@@ -235,4 +235,8 @@ abbr.required {
}
#media-upload tr.align td.field {
text-align: center;
+}
+#media-upload tr.image-size {
+ margin-bottom: 1em;
+ height: 3em;
} \ No newline at end of file
diff --git a/wp-admin/css/mu.css b/wp-admin/css/mu.css
new file mode 100644
index 0000000..22ae74e
--- /dev/null
+++ b/wp-admin/css/mu.css
@@ -0,0 +1,35 @@
+/* Blog Switcher */
+
+#all-my-blogs-tab a.current {
+ position: relative;
+ padding-bottom: 10px;
+}
+
+#all-my-blogs {
+ position: absolute;
+ top: 30px;
+ left: 0;
+ right: 0;
+ _width: 100%; /* IE6 Hack */
+ margin: 4px 7px;
+ padding: 6px 10px;
+ font-size: 12px;
+}
+
+#all-my-blogs * {
+ margin: 0;
+}
+
+form#all-my-blogs p, form#all-my-blogs p * {
+ vertical-align: middle;
+}
+
+#all-my-blogs a {
+ font-size: 10px;
+ text-decoration: underline;
+ margin: 0 14px;
+}
+
+#all-my-blogs a:hover, #all-my-blogs a:active {
+ text-decoration: none;
+}
diff --git a/wp-admin/css/theme-editor-rtl.css b/wp-admin/css/theme-editor-rtl.css
new file mode 100644
index 0000000..407886b
--- /dev/null
+++ b/wp-admin/css/theme-editor-rtl.css
@@ -0,0 +1,11 @@
+#templateside {
+ float:left;
+}
+#themeselector {
+ padding-right:0;
+ padding-left:5px;
+}
+div.tablenav {
+ margin-left:210px;
+ margin-right:0;
+} \ No newline at end of file
diff --git a/wp-admin/css/theme-editor.css b/wp-admin/css/theme-editor.css
index eaaa946..2c59e97 100644
--- a/wp-admin/css/theme-editor.css
+++ b/wp-admin/css/theme-editor.css
@@ -18,6 +18,14 @@
margin: 0;
}
+h3#bordertitle {
+ margin-bottom: 10px;
+}
+
+#templateside h4 {
+ margin-bottom: 0px;
+}
+
#templateside ol, #templateside ul {
list-style: none;
margin: .5em;
@@ -35,10 +43,24 @@
bottom: 25px;
}
+#themeselector select {
+ margin: 0;
+ padding: 0;
+}
+
.nonessential {
font-size: small;
}
.highlight {
padding: 1px;
-} \ No newline at end of file
+}
+
+div.bordertitle h2 {
+ border: none;
+ padding-bottom: 0px;
+}
+
+div.tablenav {
+ margin-right: 210px;
+}
diff --git a/wp-admin/css/upload-rtl.css b/wp-admin/css/upload-rtl.css
new file mode 100644
index 0000000..dc13a4b
--- /dev/null
+++ b/wp-admin/css/upload-rtl.css
@@ -0,0 +1,12 @@
+html {
+ direction: ltr;
+ }
+#uploadoptions, table {
+ direction: rtl;
+ }
+td {
+ padding: 1px 6px 0;
+ }
+.submit {
+ text-align: left;
+ } \ No newline at end of file
diff --git a/wp-admin/css/widgets-rtl.css b/wp-admin/css/widgets-rtl.css
index d76cc9f..49359f5 100644
--- a/wp-admin/css/widgets-rtl.css
+++ b/wp-admin/css/widgets-rtl.css
@@ -1,38 +1,50 @@
-.dropzone,
-#palettediv,
-.handle,
-.controlform {
- direction: rtl;
- text-align: justify;
- }
-.dropzone {
- float: right;
- margin-left: 10px;
- margin-right: auto;
- width: 240px;
- }
-* html .dropzone ul {
- margin-right: 0;
- }
-* .handle, #lastmodule span {
- border-left: 1px solid #e8e8e8;
- border-right: 1px solid #f2f2f2;
- }
-* .popper {
- right: auto;
- left: 3px;
- }
-#palettediv .module, #lastmodule {
- margin-right: auto;
- margin-left: 10px;
- float: right;
- }
-#palettediv ul {
- padding: 0 10px 0 0;
- margin-right: 0;
- width: 100%;
- }
-.placemat {
- margin-right: 0;
- float: right;
- } \ No newline at end of file
+div.widget-liquid-left-holder {
+ clear:right;
+ float:right;
+ margin-right:0;
+ margin-left:-310px;
+}
+div.widget-liquid-left {
+ margin-right:0;
+ margin-left:310px;
+}
+div.widget-liquid-right {
+ clear:left;
+ float:left;
+}
+p#widget-search {
+ left:0;
+ right:auto
+}
+ul#widget-list li.widget-list-item h4.widget-title {
+ float:right;
+ text-align:right;
+}
+ul#widget-list li.widget-list-item div.widget-description {
+ margin:0 200px 0 0;
+ padding:0 4em 0 0;
+}
+.widget-control-save, .widget-control-remove {
+ float:right;
+ margin-right:0;
+ margin-left:8px;
+}
+h4.widget-title a {
+ right:auto;
+ left:1em;
+}
+li.widget-list-control-item h4.widget-title a, #dragHelper li.widget-list-control-item h4.widget-title a, #draghelper li.widget-list-control-item h4.widget-title a:visited {
+ right:auto;
+ left:2em;
+}
+
+li.widget-list-control-item div.widget-control {
+ padding:0 0 0 10px;
+}
+ul.widget-control-list div.widget-control-actions {
+ margin-right:0;
+ margin-left:-10px;
+}
+ul.widget-control-list .widget-title {
+ text-align:right;
+} \ No newline at end of file
diff --git a/wp-admin/css/widgets.css b/wp-admin/css/widgets.css
index f46c4ce..ea70396 100644
--- a/wp-admin/css/widgets.css
+++ b/wp-admin/css/widgets.css
@@ -1,236 +1,190 @@
-body {
- height: 100%;
-}
-
-#sbadmin #zones {
- -moz-user-select: none;
- -khtml-user-select: none;
- user-select: none;
-}
-
-#sbreset {
+/* 2 column liquid layout */
+div.widget-liquid-left-holder {
float: left;
- margin: 1px 0;
-}
-
-.dropzone {
- border: 1px solid #bbb;
- float: left;
- margin-right: 10px;
- padding: 5px;
- background-color: #f0f8ff;
-}
-
-.dropzone h3 {
- text-align: center;
- color: #333;
+ clear: left;
+ width: 100%;
+ margin-right: -310px;
}
-.dropzone input {
- display: none;
+div.widget-liquid-left {
+ margin-right: 320px;
}
-.dropzone ul {
- float: left;
- list-style-type: none;
- width: 240px;
- margin: 0;
- min-height: 200px;
- padding: 0;
- display: block;
+div.widget-liquid-right {
+ float: right;
+ clear: right;
+ width: 300px;
+ position: relative;
}
-* .module {
- width: 238px;
- padding: 0;
- margin: 5px 0;
- cursor: move;
- display: block;
- border: 1px solid #ccc;
- background-color: #fbfbfb;
+/* pasitioning etc. */
+form#widgets-filter {
position: relative;
- text-align: left;
- line-height: 25px;
}
-* .handle {
- display: block;
- width: 216px;
- padding: 0 10px;
- position: relative;
- border-top: 1px solid #f2f2f2;
- border-right: 1px solid #e8e8e8;
- border-bottom: 1px solid #e8e8e8;
- border-left: 1px solid #f2f2f2;
+div#available-widgets-filter {
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
}
-* .popper {
- margin: 0;
- display: inline;
+p#widget-search {
position: absolute;
- top: 3px;
- right: 3px;
- overflow: hidden;
- text-align: center;
- height: 16px;
- font-size: 18px;
- line-height: 14px;
- cursor: pointer;
- padding: 0 3px 1px;
- border-top: 4px solid #6da6d1;
- background: url( ../images/fade-butt.png ) -5px 0px;
-}
-
-* html .popper {
- padding: 1px 6px 0;
- font-size: 16px;
-}
-
-#sbadmin p.submit {
- padding-right: 10px;
- clear: left;
+ right: 0;
+ top: 0;
+ margin: 0;
}
-.placemat {
- cursor: default;
+ul#widget-list {
+ list-style: none;
margin: 0;
padding: 0;
- position: relative;
}
-.placemat h4 {
- text-align: center;
-}
-
-.placemat span {
- background-color: #ffe;
- border: 1px solid #ccc;
- padding: 0 10px 10px;
- position: absolute;
- text-align: justify;
+ul#widget-list li.widget-list-item {
+ padding: .7em 0.9em;
+ margin: 0;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ background-color: transparent;
+ line-height: 1;
}
-#palettediv {
- border: 1px solid #bbb;
- background-color: #f0f8ff;
- height:auto;
- margin-top: 10px;
- padding-bottom: 10px;
+ul#widget-list li.widget-list-item h4.widget-title {
+ position: relative;
+ margin: 0;
+ padding: .5em 1em;
+ width: 200px;
+ float: left;
+ font-size: 13px;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;;
}
-#palettediv:after, #zones:after, .dropzone:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
+#dragHelper h4.widget-title {
+ padding: .5em 1em;
+ margin: 0;
}
-#palettediv, #zones, .dropzone {
+ul#widget-list li.widget-list-item div.widget-description {
display: block;
- min-height: 1px;
+ margin: 0 0 0 200px;
+ padding: 0 0 0 4em;
+ font-size: 11px;
}
-* html #palettediv, * html #zones, * html .dropzone {
- height: 1%;
-}
-#palettediv h3 {
- text-align: center;
- color: #333;
- min-height: 1px;
+ul#widget-list li.widget-list-item ul.widget-control-info {
+ display: none;
}
-#palettediv ul {
- padding: 0 0 0 10px;
+div#sidebar-info {
+ padding: 0 1em;
+ margin-bottom: 1em;
+ font-size: 11px;
}
-#palettediv .module {
- margin-right: 10px;
- float: left;
- width: 120px;
+ul.widget-control-list {
+ list-style: none;
+ margin: 0;
+ padding: 0 1em;
}
-#palettediv .handle {
- height: 40px;
- font-size: 90%;
- width: 110px;
- padding: 0 5px;
+div#current-widgets p.submit {
+ padding: 1em;
}
-#palettediv .popper {
- visibility: hidden;
+li.widget-list-control-item {
+ margin: 0 0 1em;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
}
-* html #palettediv ul {
+li.widget-list-control-item h4, #dragHelper li.widget-list-control-item h4, li.widget-sortable h4 {
margin: 0;
- padding: 0 0 0 10px;
+ padding: 0.4em 2.5em 0.4em 0.8em;
+ cursor: move;
+ font-size: 13px;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+
+.widget-control-save, .widget-control-remove {
+ padding: 3px 5px;
+ -moz-border-radius: 3px;
+ -khtml-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ margin-right: 8px;
+ float: left;
+ text-decoration: none;
}
-#controls {
- height: 0px;
+h4.widget-title a {
+ position: absolute;
+ right: 1em;
+ text-decoration: underline;
+ border-bottom: none;
}
-.control {
- position: absolute;
- display: block;
- background: #f9fcfe;
- padding: 0;
+li.widget-list-control-item h4.widget-title a,
+#dragHelper li.widget-list-control-item h4.widget-title a,
+#draghelper li.widget-list-control-item h4.widget-title a:visited {
+ right: 2em;
}
-.controlhandle {
- cursor: move;
- background-color: #6da6d1;
- border-bottom: 2px solid #448abd;
- color: #333;
- display: block;
- margin: 0 0 5px;
- padding: 4px;
- font-size: 120%;
+li.widget-list-control-item h4.widget-title a:hover {
+
+ text-decoration: none;
+ border-bottom: none;
}
-.controlcloser {
- cursor: pointer;
- font-size: 120%;
- display: block;
- position: absolute;
- top: 2px;
- right: 8px;
- padding: 0 3px;
- font-weight: bold;
+li.widget-list-control-item div.widget-control {
+ display: none;
+ margin: 1em;
+ padding: 0 10px 0 7px; /* Correction for padding, margin, border of inputs */
+ font-size: 11px;
}
-.controlform {
- margin: 20px 30px;
+li.widget-list-control-item div.widget-control p {
+ margin: 0 0 1em;
+ padding: 0;
}
-.controlform p {
- text-align: center;
+ul.widget-control-list div.widget-control-actions {
+ margin-right: -10px; /* Correction for padding, margin, border of inputs */
+ margin-left: -6px;
+ border-top-width: 1px;
+ border-top-style: solid;
+ padding: 0.5em 0 0.8em;
}
-.control .checkbox {
- border: none;
- background: transparent;
+ul.widget-control-list .widget-title {
+
}
-.hidden {
- display: none;
+.widget-control-edit {
+ font-size: 10px;
+ font-weight: normal;
}
-#shadow {
- background: black;
- display: none;
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
+div#current-widgets {
+ padding-top: 1em;
+ border-width: 1px;
+ border-style: solid none none;
}
-#dragHelper {
- position: absolute;
+#widget-controls .widefat {
+ width: 92%;
+ padding: 3px;
}
-#dragHelper li.module {
+#widget-controls select.widefat {
+ width: auto;
display: block;
- float: left;
}