Ticket #6616: wp-font-for-rtl.r8323.diff
File wp-font-for-rtl.r8323.diff, 4.0 KB (added by , 17 years ago) |
---|
-
css/dashboard-rtl.css
22 22 float: right; 23 23 } 24 24 25 div.dashboard-widget-submit input { 26 font-family: sans-serif !important; 27 } 28 25 29 #dashboard-widgets .widget_rss ul li a { 26 30 float:right; 27 31 font-weight:bold; … … 63 67 #dashboard_secondary div.dashboard-widget-content ul li { 64 68 float: right; 65 69 } 70 #dashboard_secondary div.dashboard-widget-content ul li .post { 71 font-family: sans-serif !important; 72 } 66 73 #dashboard_secondary div.dashboard-widget-content ul li a { 67 74 border-right:0 none; 68 75 border-left:1px solid #DADADA; 69 } 70 No newline at end of file 76 } 77 #dashboard_secondary div.dashboard-widget-content ul li a cite { 78 font-family: sans-serif; 79 } -
css/global-rtl.css
1 /* styles for use by people extending the WordPress interface */ 1 //* styles for use by people extending the WordPress interface */ 2 body, td { font-family: sans-serif; } 3 4 textarea, input, select { font-family: sans-serif; } 5 2 6 .alignleft { float: right; } 3 7 .alignright { float: left; } 4 8 5 9 .textleft { text-align: right; } 6 10 .textright { text-align: left; } 11 12 .wrap h2 { font-family: sans-serif; } 7 13 8 14 .widefat td { 9 15 padding: 7px 10px 9px 15px; -
css/install-rtl.css
1 1 body { 2 font-size: 11px;; 2 font-size: 11px; 3 font-family: sans-serif !important; 3 4 } 4 5 ul, ol { 5 6 padding: 5px 22px 5px 5px; … … 16 17 #admin_email { 17 18 direction: ltr; 18 19 text-align: left; 20 } 21 .submit input, .button, .button-secondary { 22 font-family: sans-serif !important; 23 } 24 h1 { 25 font-family: sans-serif; 19 26 } 27 No newline at end of file -
css/login-rtl.css
1 1 body { 2 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana,sans-serif;2 font-family: sans-serif; 3 3 direction: rtl; 4 4 } 5 #login form .submit input { 6 font-family: sans-serif !important; 7 } 5 8 form { 6 9 margin-left:0; 7 10 margin-right:8px; -
css/press-this-rtl.css
1 body { 2 font-family: sans-serif; 3 } 4 No newline at end of file -
css/theme-editor-rtl.css
1 #template textarea { 2 font-family: monospace !important; 3 } 1 4 #templateside { 2 5 float:left; 3 6 } -
rtl.css
4 4 text-align:left 5 5 } 6 6 7 body, td {8 font-family: Tahoma,Verdana,sans-serif;7 body, td, .submit input, .button, .button-secondary, .button-highlighted, #your-profile legend, .quicktags, .search, #wpcontent select, #wphead #viewsite a, #wphead h1 { 8 font-family: sans-serif !important; 9 9 } 10 10 11 .code, #quicktags #ed_code { 12 font-family: monospace !important; 13 } 14 11 15 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header 12 16 { 13 17 direction:rtl!important; … … 65 69 { 66 70 display:block; 67 71 float:right; 68 font:700 16px/100% "Times New Roman", Times,serif;72 font:700 16px/100% sans-serif; 69 73 margin:0 0 0 10px; 70 74 padding:5px 7px 9px 71 75 } … … 78 82 #adminmenu li a #awaiting-mod 79 83 { 80 84 background:url(images/comment-stalk-rtl.gif) -309px bottom !important; 81 font-family: Tahoma, Verdana, sans-serif;85 font-family: sans-serif !important; 82 86 margin-left:-45px; 83 87 margin-right:.2em; 84 88 margin-top:-5px