mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
RTL CSS for 2.7, props mani_monaj, see #8047
git-svn-id: http://svn.automattic.com/wordpress/trunk@9505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0f33f00e43
commit
a1c1da11f8
@ -2,22 +2,44 @@
|
||||
border-right-color: transparent;
|
||||
border-left-color: #99d;
|
||||
}
|
||||
|
||||
#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
|
||||
background-image: url(../images/comment-stalk-rtl.gif);
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background-position: 99% 10px;
|
||||
}
|
||||
|
||||
.plugins .togl {
|
||||
border-right-color: transparent;
|
||||
border-left-color: #ccc;
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url(../images/bubble_bg-rtl.gif);
|
||||
}
|
||||
#adminmenu li a #awaiting-mod {
|
||||
background-image: url(../images/comment-stalk-rtl.gif);
|
||||
}
|
||||
#upload-menu li.current {
|
||||
border-right-color: transparent;
|
||||
border-left-color: #448abd;
|
||||
}
|
||||
#adminmenu li.wp-menu-separator {
|
||||
background: transparent url(../images/menu-arrows-rtl.gif) no-repeat scroll right 5px;
|
||||
}
|
||||
#adminmenu.folded li.wp-menu-separator {
|
||||
background: transparent url(../images/menu-arrows-rtl.gif) no-repeat scroll left -34px;
|
||||
}
|
||||
#adminmenu li.wp-has-current-submenu .wp-menu-toggle,
|
||||
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -206px;
|
||||
}
|
||||
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
|
||||
#adminmenu .wp-menu-open .wp-menu-toggle {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -108px;
|
||||
}
|
||||
#adminmenu a.wp-has-submenu {
|
||||
background: #f1f1f1 url(../images/menu-bits-rtl.gif) repeat-x scroll right -379px;
|
||||
}
|
||||
#adminmenu .wp-submenu a {
|
||||
background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
|
||||
}
|
||||
#adminmenu li.current a,
|
||||
#adminmenu .wp-submenu a:hover {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px;
|
||||
}
|
||||
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
||||
background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top;
|
||||
}
|
||||
|
@ -2,22 +2,44 @@
|
||||
border-right-color: transparent;
|
||||
border-left-color: #99d;
|
||||
}
|
||||
|
||||
#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
|
||||
background-image: url(../images/comment-stalk-rtl.gif);
|
||||
background-position: right bottom;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background-position: 99% 10px;
|
||||
}
|
||||
|
||||
.plugins .togl {
|
||||
border-right-color: transparent;
|
||||
border-left-color: #ccc;
|
||||
}
|
||||
|
||||
.post-com-count {
|
||||
background-image: url(../images/bubble_bg-rtl.gif);
|
||||
}
|
||||
#adminmenu li a #awaiting-mod {
|
||||
background-image: url(../images/comment-stalk-rtl.gif);
|
||||
}
|
||||
#upload-menu li.current {
|
||||
border-right-color: transparent;
|
||||
border-left-color: #448abd;
|
||||
}
|
||||
#adminmenu li.wp-menu-separator {
|
||||
background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
|
||||
}
|
||||
#adminmenu.folded li.wp-menu-separator {
|
||||
background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
|
||||
}
|
||||
#adminmenu li.wp-has-current-submenu .wp-menu-toggle,
|
||||
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -206px;
|
||||
}
|
||||
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
|
||||
#adminmenu .wp-menu-open .wp-menu-toggle {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -108px;
|
||||
}
|
||||
#adminmenu a.wp-has-submenu {
|
||||
background: #f1f1f1 url(../images/menu-bits-rtl.gif) repeat-x scroll right -379px;
|
||||
}
|
||||
#adminmenu .wp-submenu a {
|
||||
background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
|
||||
}
|
||||
#adminmenu li.current a,
|
||||
#adminmenu .wp-submenu a:hover {
|
||||
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px;
|
||||
}
|
||||
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
||||
background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top;
|
||||
}
|
||||
|
@ -1 +1,44 @@
|
||||
/* TODO */
|
||||
#dashboard-widgets-wrap .has-sidebar {
|
||||
margin-right: 0;
|
||||
margin-left: -51%;
|
||||
}
|
||||
#dashboard-widgets-wrap .has-sidebar .has-sidebar-content {
|
||||
margin-right: 0;
|
||||
margin-left: 51%;
|
||||
}
|
||||
.view-all {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
#dashboard_right_now .inside {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#dashboard_right_now td.b {
|
||||
padding-right: 0;
|
||||
padding-left: 6px;
|
||||
text-align: left;
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#dashboard_right_now .t {
|
||||
padding-right: 0;
|
||||
padding-left: 12px;
|
||||
}
|
||||
#dashboard_right_now .versions a, #dashboard_right_now .versions .b {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#dashboard_right_now a.button {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
/* Recent Comments */
|
||||
#the-comment-list .comment-item {
|
||||
padding: 5px 47px 5px 5px;
|
||||
}
|
||||
#the-comment-list .comment-item .avatar {
|
||||
left: auto;
|
||||
right: 5px;
|
||||
}
|
||||
/* Feeds */
|
||||
.rss-widget cite {
|
||||
text-align: left;
|
||||
}
|
||||
|
7
wp-admin/css/farbtastic-rtl.css
Normal file
7
wp-admin/css/farbtastic-rtl.css
Normal file
@ -0,0 +1,7 @@
|
||||
.farbtastic .color, .farbtastic .overlay {
|
||||
left: 0;
|
||||
right: 47px;
|
||||
}
|
||||
.farbtastic .marker {
|
||||
margin: -8px -8px 0 0;
|
||||
}
|
@ -1,35 +1,62 @@
|
||||
/* 2 column liquid layout */
|
||||
#adminmenu {
|
||||
float: right;
|
||||
clear: right;
|
||||
margin: 15px 18px 15px 5px;
|
||||
}
|
||||
/* inner 2 column liquid layout */
|
||||
.inner-sidebar {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
.has-sidebar {
|
||||
float: right;
|
||||
clear: right;
|
||||
margin-right: 0;
|
||||
margin-left: -340px;
|
||||
}
|
||||
.has-sidebar .has-sidebar-content {
|
||||
margin-right: 0;
|
||||
margin-left: 305px;
|
||||
}
|
||||
/* 2 columns main area */
|
||||
#col-right {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
/* styles for use by people extending the WordPress interface */
|
||||
body, td, textarea, input, select {
|
||||
font-family: Tahoma;
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: arial;
|
||||
.alignleft {
|
||||
float: right;
|
||||
}
|
||||
.alignright {
|
||||
float: left;
|
||||
}
|
||||
.subsubsub {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.widefat td {
|
||||
padding: 7px 10px 9px 15px;
|
||||
}
|
||||
|
||||
.widefat th {
|
||||
padding: 9px 10px 6px 15px;
|
||||
padding: 7px 10px 8px 15px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.widefat th input {
|
||||
margin: 0 8px 0 0;
|
||||
}
|
||||
|
||||
.widefat .check-column {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wrap h2 {
|
||||
font-family: arial;
|
||||
margin: 5px -4px 0 0;
|
||||
padding-right: 0;
|
||||
padding-left: 280px;
|
||||
padding: 10px 0 5px 15px;
|
||||
}
|
||||
|
||||
.wrap h2.long-header {
|
||||
padding-left: 0;
|
||||
}
|
||||
.updated, .error {
|
||||
clear: both;
|
||||
}
|
||||
|
@ -1,29 +1,16 @@
|
||||
body {
|
||||
font-family: Tahoma;
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
|
||||
/* Half the page disapears on IE6 */
|
||||
* html body {
|
||||
width: 700px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-right: 350px;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
padding: 5px 22px 5px 5px;
|
||||
}
|
||||
|
||||
.step, th, .form-table th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.submit input, .button, .button-secondary {
|
||||
font-family: Tahoma;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: arial;
|
||||
margin: 5px -4px 0 0;
|
||||
}
|
||||
ul, ol { padding: 5px 22px 5px 5px; }
|
||||
.step, th { text-align: right; }
|
||||
.submit input, .button, .button-secondary {
|
||||
font-family: Tahoma, arial;
|
||||
margin-right:0;
|
||||
}
|
||||
.form-table th {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -1,35 +1,27 @@
|
||||
body , #login form .submit input {
|
||||
font-family: Tahoma;
|
||||
body {
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
|
||||
form {
|
||||
margin-left:0;
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
form .forgetmenot {
|
||||
float: right;
|
||||
}
|
||||
#login form .submit input {
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
|
||||
form .forgetmenot { float: right; }
|
||||
|
||||
form .submit { float: left; }
|
||||
|
||||
#backtoblog a {
|
||||
left: auto;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
h1 a { text-decoration: none; }
|
||||
|
||||
/* ltr input */
|
||||
#user_login, #user_pass {
|
||||
direction: ltr;
|
||||
margin-right: 0;
|
||||
direction:ltr;
|
||||
}
|
||||
|
@ -1,83 +1,70 @@
|
||||
body#media-upload ul#sidemenu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
width: 620px;
|
||||
}
|
||||
|
||||
#search-filter {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* specific to the image upload form */
|
||||
.align .field label {
|
||||
padding: 0 28px 0 0;
|
||||
margin: 0 0 0 1em;
|
||||
}
|
||||
|
||||
.image-align-none-label, .image-align-left-label,
|
||||
.image-align-center-label, .image-align-right-label {
|
||||
.image-align-none-label, .image-align-left-label, .image-align-center-label, .image-align-right-label {
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
tr.image-size label {
|
||||
margin: 0 0 0 1em;
|
||||
tr.image-size div.image-size-item {
|
||||
float: right;
|
||||
}
|
||||
tr.image-size label {
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
|
||||
.filename.original {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.crunching {
|
||||
text-align: left;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
button.dismiss {
|
||||
right: auto;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.file-error {
|
||||
margin: 0 50px 5px 0;
|
||||
}
|
||||
|
||||
.progress {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.bar {
|
||||
border-right-width: 0;
|
||||
border-left-width: 3px;
|
||||
border-right-style: none;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
.media-item .pinkynail {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.describe-toggle-on, .describe-toggle-off {
|
||||
.describe-toggle-on,
|
||||
.describe-toggle-off {
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* Specific to Uploader */
|
||||
|
||||
#media-upload .media-upload-form p {
|
||||
margin: 0 0 1em 1em;
|
||||
}
|
||||
|
||||
.filename {
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#media-upload .describe th.label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.menu_order {
|
||||
float: left;
|
||||
}
|
||||
|
36
wp-admin/css/plugin-install-rtl.css
Normal file
36
wp-admin/css/plugin-install-rtl.css
Normal file
@ -0,0 +1,36 @@
|
||||
div.star {
|
||||
left: auto;
|
||||
right: 0;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
.star img, div.star a, div.star a:hover, div.star a:visited {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
#plugin-information ul#sidemenu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
#plugin-information h2 {
|
||||
margin-right: 0;
|
||||
margin-left: 200px;
|
||||
}
|
||||
#plugin-information .fyi {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#plugin-information .fyi h2 {
|
||||
margin-left: 0;
|
||||
}
|
||||
#plugin-information .fyi ul {
|
||||
padding: 10px 7px 10px 5px;
|
||||
}
|
||||
#plugin-information #section-screenshots li p {
|
||||
padding-left: 0;
|
||||
padding-right: 20px;
|
||||
}
|
||||
#plugin-information .updated,
|
||||
#plugin-information pre {
|
||||
margin-right: 0;
|
||||
margin-left: 215px;
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
.ui-tabs-nav {
|
||||
margin-right: 0;
|
||||
}
|
@ -0,0 +1,81 @@
|
||||
body {
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
.button,
|
||||
#poststuff #edButtonPreview,
|
||||
#poststuff #edButtonHTML {
|
||||
font-family: Tahoma, arial;
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* Editor/Main Column */
|
||||
div#poststuff {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.posting {
|
||||
margin-right: 0;
|
||||
margin-left: 228px;
|
||||
}
|
||||
#side-info-column {
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#side-info-column .sleeve {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#actions {
|
||||
right: auto;
|
||||
left: 4px;
|
||||
}
|
||||
#actions li {
|
||||
float: right;
|
||||
}
|
||||
/* Photo Styles */
|
||||
#img_container a {
|
||||
float:right;
|
||||
}
|
||||
#category-add input, #category-add select {
|
||||
font-family: Tahoma, arial;
|
||||
}
|
||||
/* Categories */
|
||||
#categorydiv ul.categorychecklist ul {
|
||||
margin-left: 0;
|
||||
margin-right: 18px;
|
||||
}
|
||||
/* Tags */
|
||||
#tagsdiv #newtag {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#tagchecklist {
|
||||
padding-left: 0;
|
||||
padding-right: 1em;
|
||||
}
|
||||
#tagchecklist span {
|
||||
margin-right: 10px;
|
||||
margin-left: .5em;
|
||||
float: right;
|
||||
}
|
||||
#tagchecklist span a {
|
||||
margin: 6px -9px 0 0;
|
||||
float: right;
|
||||
}
|
||||
/* Submit */
|
||||
.submitbox .submit, .ac_results li {
|
||||
text-align:right;
|
||||
}
|
||||
#TB_ajaxContent #options {
|
||||
right: auto;
|
||||
left: 25px;
|
||||
}
|
||||
#post_status {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* Footer */
|
||||
#footer {
|
||||
padding: 10px 60px 0 0;
|
||||
}
|
@ -1,15 +1,12 @@
|
||||
#template textarea {
|
||||
font-family:monospace;
|
||||
}
|
||||
#templateside {
|
||||
float:left;
|
||||
float: left;
|
||||
}
|
||||
#themeselector {
|
||||
padding-right:0;
|
||||
padding-right: 0;
|
||||
padding-left: 5px;
|
||||
float: left;
|
||||
}
|
||||
div.tablenav {
|
||||
margin-right:0;
|
||||
margin-right: 0;
|
||||
margin-left: 210px;
|
||||
}
|
||||
|
@ -2,44 +2,41 @@
|
||||
div.widget-liquid-left-holder {
|
||||
float: right;
|
||||
clear: right;
|
||||
margin-right:0;
|
||||
margin-right: 0;
|
||||
margin-left: -310px;
|
||||
}
|
||||
div.widget-liquid-left {
|
||||
margin-right:0;
|
||||
margin-right: 0;
|
||||
margin-left: 320px;
|
||||
}
|
||||
div.widget-liquid-right {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
p#widget-search {
|
||||
right:auto;
|
||||
left:0;
|
||||
}
|
||||
/* pasitioning etc. */
|
||||
h4.widget-title span {
|
||||
float: right;
|
||||
}
|
||||
h4.widget-title a {
|
||||
float: left;
|
||||
margin-left:0;
|
||||
margin-left: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
ul#widget-list li.widget-list-item h4.widget-title {
|
||||
float:right;
|
||||
float: 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 {
|
||||
margin-right:0;
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
float: right;
|
||||
}
|
||||
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;
|
||||
right: auto;
|
||||
left: 1em;
|
||||
}
|
||||
|
BIN
wp-admin/images/bubble_bg-rtl.gif
Normal file
BIN
wp-admin/images/bubble_bg-rtl.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 400 B |
BIN
wp-admin/images/fav-arrow-rtl.png
Normal file
BIN
wp-admin/images/fav-arrow-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
wp-admin/images/menu-bits-rtl.gif
Normal file
BIN
wp-admin/images/menu-bits-rtl.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
614
wp-admin/rtl.css
614
wp-admin/rtl.css
@ -1,422 +1,530 @@
|
||||
a:link,
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 0 - 200
|
||||
=================================== */
|
||||
.plugins .togl {
|
||||
border-right-width: 0;
|
||||
border-left-width: 1px;
|
||||
border-right-style: none;
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
form#upload th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td.available-theme {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#current-theme img {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.quicktags, .search {
|
||||
font-family: Tahoma;
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
|
||||
/* 201 - 403
|
||||
/* 200 - 500
|
||||
=================================== */
|
||||
#save-post {
|
||||
float: left;
|
||||
}
|
||||
.preview {
|
||||
float: right;
|
||||
}
|
||||
#post-body .misc-pub-section {
|
||||
border-right: 0 none;
|
||||
border-left: 1px solid #eee;
|
||||
float: right;
|
||||
}
|
||||
#post-body .misc-pub-section-last {
|
||||
border-left: 0;
|
||||
}
|
||||
#delete-action {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
#publishing-action {
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
.side-info ul {
|
||||
padding-left: 0;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
.submit input,
|
||||
.button,
|
||||
.button-primary,
|
||||
.button-secondary,
|
||||
.button-highlighted ,
|
||||
#wpcontent select,
|
||||
#quicktags #ed_code {
|
||||
font-family: Tahoma;
|
||||
.button-highlighted {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
|
||||
/* #postdiv, #titlediv, #guiddiv, #poststuff .stuffbox {
|
||||
margin: 0 0 0 8px;
|
||||
} */
|
||||
|
||||
#wpcontent select {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#quicktags {
|
||||
background-position: right top;
|
||||
}
|
||||
/* 500 - 700
|
||||
=================================== */
|
||||
#searchform fieldset {
|
||||
float: right;
|
||||
margin: 0 0 1em 1.5ex;
|
||||
}
|
||||
|
||||
#searchform fieldset legend {
|
||||
padding: 0 1px .2em 0;
|
||||
}
|
||||
|
||||
#searchform #post-query-submit {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* 404 - 804
|
||||
=================================== */
|
||||
#template div {
|
||||
margin-right: 0;
|
||||
margin-left: 190px;
|
||||
}
|
||||
|
||||
* html #template div {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#your-profile legend {
|
||||
font-family: arial;
|
||||
font-family: Arial, Tahoma;
|
||||
}
|
||||
|
||||
#ajax-response.alignleft {
|
||||
margin-left: 0;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
.page-numbers {
|
||||
margin-right: 0;
|
||||
margin-left: 3px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.comment-column {
|
||||
margin-left: 0;
|
||||
margin-right: 5px;
|
||||
.column-author img, .column-username img {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.tablenav a.button-secondary {
|
||||
margin: 1px 0 0 8px;
|
||||
margin: 8px 0 0 8px;
|
||||
}
|
||||
|
||||
#update-nag, .plugin-update {
|
||||
clear: both;
|
||||
.tablenav .tablenav-pages {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* .tablenav .tablenav-pages {
|
||||
float:left;
|
||||
} */
|
||||
|
||||
/* 700 - 1000
|
||||
=================================== */
|
||||
#pass-strength-result {
|
||||
float: right;
|
||||
margin: 12px 1px 5px 5px;
|
||||
}
|
||||
/* Admin Header */
|
||||
#user_info {
|
||||
float: left;
|
||||
}
|
||||
#logo50 {
|
||||
float: right;
|
||||
margin: 9px 20px 0 0;
|
||||
}
|
||||
ul#adminmenu li.write-new-button a {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#wphead h1 {
|
||||
font-family: Arial, Tahoma;
|
||||
float: right;
|
||||
}
|
||||
#adminmenu {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#adminmenu .wp-submenu a {
|
||||
padding-left: 0;
|
||||
padding-right: 12px;
|
||||
border-width: 0 0 0 1px;
|
||||
border-style: none none none solid;
|
||||
}
|
||||
#adminmenu .wp-menu-image {
|
||||
float: right;
|
||||
}
|
||||
#adminmenu.folded .wp-menu-image {
|
||||
padding: 7px 6px 0 0;
|
||||
}
|
||||
#adminmenu .wp-submenu li.wp-submenu-head {
|
||||
padding: 6px 10px 6px 4px;
|
||||
}
|
||||
#adminmenu.folded .wp-submenu {
|
||||
margin: -1px 33px 0 0;
|
||||
}
|
||||
#adminmenu.folded .wp-submenu a {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#adminmenu.folded a.wp-has-submenu {
|
||||
margin-left: 0;
|
||||
margin-right: 40px;
|
||||
}
|
||||
#adminmenu .wp-menu-toggle {
|
||||
float: left;
|
||||
padding: 1px 0 0 2px;
|
||||
}
|
||||
/* end side admin menu */
|
||||
/* 1000 - 1300
|
||||
=================================== */
|
||||
#adminmenu a #awaiting-mod,
|
||||
#sidemenu li a #update-plugins {
|
||||
background-position: -240px top;
|
||||
}
|
||||
#adminmenu li a:hover #awaiting-mod, #sidemenu li a:hover #update-plugins {
|
||||
background-position: -160px top;
|
||||
}
|
||||
#adminmenu li a #awaiting-mod span, #sidemenu li a #update-plugins span {
|
||||
right:auto;
|
||||
left:0;
|
||||
}
|
||||
#footer #footer-thankyou, #footer #footer-upgrade {
|
||||
font-family: Tahoma, Arial;
|
||||
}
|
||||
#footer #footer-upgrade {
|
||||
right: auto;
|
||||
left: 15px;
|
||||
}
|
||||
|
||||
#wphead #viewsite {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#wphead #viewsite a {
|
||||
font-family: Tahoma;
|
||||
}
|
||||
|
||||
#wphead h1 {
|
||||
font-family: arial;
|
||||
margin-right: 0;
|
||||
margin-left: 15%;
|
||||
padding: 11px 12px 16px 170px;
|
||||
}
|
||||
|
||||
#adminmenu {
|
||||
padding-left: 0;
|
||||
padding-right: 11px;
|
||||
|
||||
}
|
||||
#adminmenu a {
|
||||
font-family: arial;
|
||||
font-weight: bold;
|
||||
padding: 6px 7px;
|
||||
}
|
||||
|
||||
#adminmenu a.current,
|
||||
#sidemenu a.current {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sidemenu {
|
||||
margin: -30px 0 0 15px;
|
||||
float: left;
|
||||
padding-left:0;
|
||||
padding-right: 10px;
|
||||
height: 1%; /* Peek-a-boo in IE6 */
|
||||
}
|
||||
|
||||
#sidemenu a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#submenu li {
|
||||
padding: 0 17px 8px 0;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#adminmenu li a #awaiting-mod span,
|
||||
#sidemenu li a #update-plugins span {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#adminmenu li a:hover #awaiting-mod,
|
||||
#sidemenu li a:hover #update-plugins {
|
||||
background-position: -160px top;
|
||||
}
|
||||
|
||||
/* 804 - 1004
|
||||
=================================== */
|
||||
#footer {
|
||||
padding: 10px 60px 0 0;
|
||||
}
|
||||
|
||||
.form-table th {
|
||||
/* Tables used on comment.php and option/setting pages */
|
||||
.form-table th,
|
||||
#wpbody-content .describe th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.form-table input.tog {
|
||||
margin-right: 0;
|
||||
margin-left: 2px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.form-table table.color-palette {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#pass-strength-result {
|
||||
#profile-page .form-table #rich_editing {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/* Post Screen */
|
||||
/* 1300 - 1500
|
||||
=================================== */
|
||||
#normal-sortables .postbox .submit {
|
||||
float: left;
|
||||
}
|
||||
#mediadiv img {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#profile-page .form-table #rich_editing,
|
||||
#tagsdiv #newtag {
|
||||
#post-body #tagsdiv #newtag {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#post-status-info {
|
||||
padding: 0 7px 0 15px;
|
||||
}
|
||||
#comment-status-radio input {
|
||||
margin: 2px 0 5px 3px;
|
||||
}
|
||||
#tagchecklist {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#tagchecklist strong {
|
||||
margin-left: 0;
|
||||
margin-right: -8px;
|
||||
}
|
||||
|
||||
#tagchecklist span {
|
||||
margin-right: 0;
|
||||
margin-left: 25px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#tagchecklist span a {
|
||||
margin: 6px -9px 0 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* 1005 - 1304
|
||||
=================================== */
|
||||
.ac_results li {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#poststuff h2 {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
#poststuff .postbox,
|
||||
#poststuff .stuffbox,
|
||||
#poststuff .postarea,
|
||||
#titlediv {
|
||||
margin-left: 8px;
|
||||
margin-right: 20px;
|
||||
/* 1500 - 1800
|
||||
=================================== */
|
||||
.metabox-holder .postbox h3,
|
||||
#poststuff .postbox h3,
|
||||
#poststuff .stuffbox h3 {
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
#edit-slug-buttons a.save {
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.postarea h3 label {
|
||||
float: right;
|
||||
}
|
||||
.postarea #add-media-button {
|
||||
float: left;
|
||||
right: auto;
|
||||
left: 10px;
|
||||
}
|
||||
.wp_themeSkin tr.mceFirst {
|
||||
background-position: right top;
|
||||
}
|
||||
#poststuff #edButtonPreview,
|
||||
#poststuff #edButtonHTML {
|
||||
margin: 5px 0 0 8px;
|
||||
margin: 5px 0 0 5px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#poststuff #media-buttons {
|
||||
float: left;
|
||||
#poststuff #edButtonHTML {
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#poststuff #media-buttons a {
|
||||
padding: 0 2px 2px 5px;
|
||||
padding: 0 10px 5px 0;
|
||||
}
|
||||
|
||||
.submitbox .submitdelete {
|
||||
margin-left: 0;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.submitbox .submit {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.submitbox .inside-submitbox #deletebutton {
|
||||
padding: 0 17px 1px 0;
|
||||
background-position: right bottom;
|
||||
}
|
||||
.inside-submitbox #post_status {
|
||||
margin: 2px -2px 2px 0;
|
||||
}
|
||||
.submitbox .submit input {
|
||||
margin-right: 0;
|
||||
margin-left: 3px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#categorydiv #category-adder {
|
||||
/* Categories */
|
||||
#category-adder {
|
||||
margin-left: 0;
|
||||
margin-right: 120px;
|
||||
}
|
||||
|
||||
#categorydiv ul#category-tabs {
|
||||
float: right;
|
||||
text-align: left;
|
||||
margin: 0 0 0 -120px;
|
||||
}
|
||||
|
||||
ul#category-tabs li.ui-tabs-selected {
|
||||
#post-body ul#category-tabs li.ui-tabs-selected {
|
||||
-moz-border-radius: 0 3px 3px 0;
|
||||
-khtml-border-top-left-radius: 0;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
-khtml-border-bottom-left-radius: 0;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
-khtml-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 0;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
|
||||
div.ui-tabs-panel {
|
||||
margin: 0 120px 0 5px;
|
||||
}
|
||||
|
||||
/* 1305 - elakh! :-)
|
||||
=================================== */
|
||||
#categorydiv ul.categorychecklist ul {
|
||||
margin-left: 0;
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
#linkcategorydiv #category-adder {
|
||||
margin-left: 0;
|
||||
margin-right: 120px;
|
||||
}
|
||||
|
||||
#linkcategorydiv ul#category-tabs {
|
||||
#post-body ul#category-tabs {
|
||||
float: right;
|
||||
text-align: left;
|
||||
margin: 0 0 0 -120px;
|
||||
}
|
||||
|
||||
#post-body #categorydiv div.ui-tabs-panel,
|
||||
#post-body #linkcategorydiv div.ui-tabs-panel {
|
||||
margin: 0 120px 0 5px;
|
||||
}
|
||||
/* 1800 - 2000
|
||||
=================================== */
|
||||
#side-info-column #category-tabs li {
|
||||
padding-right: 0;
|
||||
padding-left: 8px;
|
||||
}
|
||||
#categorydiv ul.categorychecklist ul,
|
||||
#linkcategorydiv ul.categorychecklist ul {
|
||||
margin-left: 0;
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
p#tag-search, p.search-box {
|
||||
/* positioning etc. */
|
||||
p#big-add-button {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
p.search-box {
|
||||
float: left;
|
||||
}
|
||||
#posts-filter fieldset {
|
||||
float: right;
|
||||
margin: 0 0 1em 1.5ex;
|
||||
}
|
||||
|
||||
#posts-filter fieldset legend {
|
||||
padding: 0 1px .2em 0;
|
||||
}
|
||||
|
||||
.view-switch {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.filter {
|
||||
float: right;
|
||||
margin: -5px 10px 0 0;
|
||||
}
|
||||
#the-comment-list td.comment p.comment-author {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#the-comment-list p.comment-author img {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#the-comment-list td.comment p {
|
||||
margin-left: 0;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.curtime {
|
||||
background-position: right 2px;
|
||||
padding-left: 0;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
.tablenav .delete {
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
td.action-links, th.action-links {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.info-box {
|
||||
left: auto;
|
||||
right: 50%;
|
||||
margin-left: 0;
|
||||
margin-right: -225px;
|
||||
}
|
||||
|
||||
.info-box .gears-img {
|
||||
/* 2000 - 2300
|
||||
=================================== */
|
||||
#gears-info-box .gears-img {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* LTR
|
||||
=================================== */
|
||||
#edit-slug-box, #trackback, #metakeyinput,
|
||||
#post_password, #link_url, #link_image,
|
||||
#rss_uri, #category_nicename, #slug,
|
||||
#dbuser, #dbpass, #dbname, #dbprefix,
|
||||
#dccharset, #gmpath, #archivespath,
|
||||
#lastentry, #dbhost, #pages-exclude,
|
||||
#newcontent, #email, #newcomment_author_url,
|
||||
#siteurl, #home, #admin_email, #date_format,
|
||||
#time_format, #gmt_offset, #mailserver_url,
|
||||
#mailserver_port, #mailserver_login,
|
||||
#mailserver_pass, #ping_sites, #posts_per_page,
|
||||
#posts_per_rss, #blog_charset, #moderation_keys,
|
||||
#blacklist_keys, #comment_max_links,
|
||||
#permalink_structure, #category_base,
|
||||
#tag_base, #upload_path, #upload_url_path,
|
||||
#thumbnail_size_w, #thumbnail_size_h,
|
||||
#medium_size_w, #medium_size_h, #user_login,
|
||||
#url, #pass1, #pass2, #aim, #yim, #jabber,
|
||||
#key, #src, #hostname, #username, #password,
|
||||
#rules {
|
||||
direction: ltr;
|
||||
#wp-word-count {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.info-box-title {
|
||||
font-family: Arial, Tahoma;
|
||||
}
|
||||
.settings-toggle {
|
||||
text-align: left;
|
||||
margin: 5px 0 15px 7px;
|
||||
}
|
||||
.curtime #timestamp {
|
||||
background-position: right top;
|
||||
padding-left: 0;
|
||||
padding-right: 18px;
|
||||
}
|
||||
#inbox-filter .actions {
|
||||
margin-left: 0;
|
||||
margin-right: 6px;
|
||||
padding-left: 0;
|
||||
padding-right: 16px;
|
||||
}
|
||||
#inbox-filter ul input.checkbox {
|
||||
float: right;
|
||||
}
|
||||
#inbox-filter ul p {
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: -40px;
|
||||
left: auto;
|
||||
right: 50px;
|
||||
}
|
||||
#inbox-message {
|
||||
margin: 0 7.5em 0 0;
|
||||
}
|
||||
/* media popup 0819 */
|
||||
#sidemenu {
|
||||
margin: -30px 315px 0 15px;
|
||||
float: left;
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#sidemenu a {
|
||||
float: right;
|
||||
}
|
||||
#previewview {
|
||||
float: left;
|
||||
}
|
||||
#replysubmit .button {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
/* 2300 - 2500
|
||||
=================================== */
|
||||
#edithead #edittitle {
|
||||
float: right;
|
||||
margin: 0 0 0 4px;
|
||||
}
|
||||
#edithead .inside {
|
||||
float: right;
|
||||
margin: 0 0 2px 4px;
|
||||
}
|
||||
#replyrow #ed_reply_toolbar input {
|
||||
margin: 1px 1px 1px 2px;
|
||||
}
|
||||
/* show/hide settings */
|
||||
#screen-options-link-wrap {
|
||||
float: left;
|
||||
font-family: Tahoma, Arial;
|
||||
right: auto;
|
||||
left: 100px;
|
||||
}
|
||||
#screen-options-wrap h5 {
|
||||
padding: 10px 15px 0 0;
|
||||
}
|
||||
.metabox-prefs label {
|
||||
float: right;
|
||||
}
|
||||
.metabox-prefs label input {
|
||||
margin: 0 2px 0 5px;
|
||||
}
|
||||
.inline-editor .save,
|
||||
.inline-editor .cancel {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.inline-editor .quick-edit-div {
|
||||
float: right;
|
||||
margin: 0 0 3px 5px;
|
||||
}
|
||||
/* 2500 - 2700
|
||||
=================================== */
|
||||
.inline-editor .post-title .slug,
|
||||
.inline-editor .page-title .slug {
|
||||
text-align: left;
|
||||
}
|
||||
.inline-editor .categories ul.cat-checklist {
|
||||
padding: 0 4px 0 0;
|
||||
}
|
||||
.inline-editor .categories ul.children {
|
||||
padding-left: 0;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.inline-editor .comments {
|
||||
text-align: right;
|
||||
}
|
||||
#bulk-titles div a {
|
||||
float: right;
|
||||
margin: 3px -2px 0 3px;
|
||||
}
|
||||
#wpbody-content .filename {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* 2700 - 3000
|
||||
=================================== */
|
||||
.describe-toggle-on, .describe-toggle-off {
|
||||
float: left;
|
||||
margin-right: 0;
|
||||
margin-left: 20px;
|
||||
}
|
||||
#wpbody-content #media-items .filename {
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.media-item .pinkynail {
|
||||
float: right;
|
||||
}
|
||||
#find-posts-response .found-radio {
|
||||
padding: 8px 8px 0 0;
|
||||
}
|
||||
.find-box-buttons {
|
||||
left: auto;
|
||||
right: 12px;
|
||||
}
|
||||
.find-box-search label {
|
||||
padding-right: 0;
|
||||
padding-left: 6px;
|
||||
}
|
||||
/* favorite-actions */
|
||||
#favorite-actions {
|
||||
float: left;
|
||||
}
|
||||
#favorite-first {
|
||||
padding: 3px 12px 4px 30px;
|
||||
}
|
||||
#favorite-inside {
|
||||
margin: 0 1px 0 0;
|
||||
}
|
||||
#favorite-inside a {
|
||||
padding: 3px 10px 3px 5px;
|
||||
}
|
||||
#favorite-toggle {
|
||||
right: auto;
|
||||
left: 0;
|
||||
background:transparent url(images/fav-arrow-rtl.png) no-repeat 10px -4px;
|
||||
}
|
||||
#utc-time, #local-time {
|
||||
padding-left: 0;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
/* TinyMCE
|
||||
=================================== */
|
||||
.clearlooks2 .mceTop .mceLeft {
|
||||
width: 100% !important;
|
||||
width:100% !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user