RTL friendly fonts from RanYanivHartstein. fixes #6616

git-svn-id: http://svn.automattic.com/wordpress/trunk@8327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-07-13 16:40:25 +00:00
parent bc54bed035
commit b71746be10
6 changed files with 41 additions and 8 deletions

View File

@ -22,6 +22,10 @@ h3.dashboard-widget-title span {
float: right; float: right;
} }
div.dashboard-widget-submit input {
font-family: sans-serif !important;
}
#dashboard-widgets .widget_rss ul li a { #dashboard-widgets .widget_rss ul li a {
float:right; float:right;
font-weight:bold; font-weight:bold;
@ -63,7 +67,13 @@ div.dashboard-widget {
#dashboard_secondary div.dashboard-widget-content ul li { #dashboard_secondary div.dashboard-widget-content ul li {
float: right; float: right;
} }
#dashboard_secondary div.dashboard-widget-content ul li .post {
font-family: sans-serif !important;
}
#dashboard_secondary div.dashboard-widget-content ul li a { #dashboard_secondary div.dashboard-widget-content ul li a {
border-right:0 none; border-right:0 none;
border-left:1px solid #DADADA; border-left:1px solid #DADADA;
} }
#dashboard_secondary div.dashboard-widget-content ul li a cite {
font-family: sans-serif;
}

View File

@ -1,9 +1,15 @@
/* styles for use by people extending the WordPress interface */ //* styles for use by people extending the WordPress interface */
body, td { font-family: sans-serif; }
textarea, input, select { font-family: sans-serif; }
.alignleft { float: right; } .alignleft { float: right; }
.alignright { float: left; } .alignright { float: left; }
.textleft { text-align: right; } .textleft { text-align: right; }
.textright { text-align: left; } .textright { text-align: left; }
.wrap h2 { font-family: sans-serif; }
.widefat td { .widefat td {
padding: 7px 10px 9px 15px; padding: 7px 10px 9px 15px;

View File

@ -1,5 +1,6 @@
body { body {
font-size: 11px;; font-size: 11px;
font-family: sans-serif !important;
} }
ul, ol { ul, ol {
padding: 5px 22px 5px 5px; padding: 5px 22px 5px 5px;
@ -16,4 +17,10 @@ input {
#admin_email { #admin_email {
direction: ltr; direction: ltr;
text-align: left; text-align: left;
}
.submit input, .button, .button-secondary {
font-family: sans-serif !important;
}
h1 {
font-family: sans-serif;
} }

View File

@ -1,7 +1,10 @@
body { body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; font-family: sans-serif;
direction: rtl; direction: rtl;
} }
#login form .submit input {
font-family: sans-serif !important;
}
form { form {
margin-left:0; margin-left:0;
margin-right:8px; margin-right:8px;

View File

@ -1,3 +1,6 @@
#template textarea {
font-family: monospace !important;
}
#templateside { #templateside {
float:left; float:left;
} }

View File

@ -4,8 +4,12 @@ html,#edit-slug-box,#trackback,#category_nicename,#slug,#dbuser,#dbpass,#dbname,
text-align:left text-align:left
} }
body, td { body, td, .submit input, .button, .button-secondary, .button-highlighted, #your-profile legend, .quicktags, .search, #wpcontent select, #wphead #viewsite a, #wphead h1 {
font-family: Tahoma,Verdana,sans-serif; font-family: sans-serif !important;
}
.code, #quicktags #ed_code {
font-family: monospace !important;
} }
#wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header
@ -65,7 +69,7 @@ body, td {
{ {
display:block; display:block;
float:right; float:right;
font:700 16px/100% "Times New Roman", Times, serif; font:700 16px/100% sans-serif;
margin:0 0 0 10px; margin:0 0 0 10px;
padding:5px 7px 9px padding:5px 7px 9px
} }
@ -78,7 +82,7 @@ body, td {
#adminmenu li a #awaiting-mod #adminmenu li a #awaiting-mod
{ {
background:url(images/comment-stalk-rtl.gif) -309px bottom !important; background:url(images/comment-stalk-rtl.gif) -309px bottom !important;
font-family: Tahoma, Verdana, sans-serif; font-family: sans-serif !important;
margin-left:-45px; margin-left:-45px;
margin-right:.2em; margin-right:.2em;
margin-top:-5px margin-top:-5px