Changeset 1066
- Timestamp:
- 12/23/2014 08:36:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/wp4-rtl.css
r987 r1066 3 3 body { 4 4 font-family: sans-serif; 5 direction: rtl;6 unicode-bidi: mbed;5 direction: rtl; 6 unicode-bidi: embed; 7 7 } 8 8 /* -------------------------------------------- */ 9 9 10 11 h2 { 10 h1, h2, h3, h4, h5, h6 { 12 11 font-family: sans-serif; 13 12 } 14 13 15 14 em, cite { 16 font-style: bold; 17 } 18 19 #wporg-header h1 { 20 float: right; 15 font-style: normal; 16 font-weight: bold; 17 } 18 19 code { 20 direction: ltr; 21 unicode-bidi: embed; 21 22 } 22 23 23 24 #wporg-header h1 a { 24 background-position:center right; 25 text-indent: -9999px; 26 overflow:hidden; 27 float: right; 25 background-position: center right; 28 26 } 29 27 30 28 #wporg-header h2.rosetta a { 31 29 float: right; 32 padding-right: 10px; 33 } 34 35 @media screen and (max-width:767px) { 36 #wporg-header h2.rosetta { 37 clear: both; 30 } 31 32 #wporg-header ul li a { 33 font-family: sans-serif; 34 } 35 36 #wporg-header ul li#download { 37 float: left; 38 margin-right: 0; 39 margin-left: 14px; 40 } 41 42 @media screen and (min-width:768px) { 43 #wporg-header h1 { 44 float: right; 45 padding-left: 0; 46 padding-right: 10px; 38 47 } 39 } 40 41 #wporg-header ul li { 42 float: right; 43 } 44 45 #wporg-header ul li a { 46 font-family: sans-serif; 47 } 48 49 50 #wporg-header ul li#download a { 51 background-position: bottom right; 48 49 #wporg-header ul#wporg-header-menu { 50 float: right; 51 } 52 53 #wporg-header ul li { 54 float: right; 55 } 52 56 } 53 57 … … 67 71 } 68 72 69 /* */70 71 .submit input, .button, .button-primary, .button-secondary, input[type=button], input[type=submit] {72 font-family: sans-serif;73 }74 75 .submit input, .button, .button-secondary, input[type=button], input[type=submit] {76 background-position: right top;77 }78 79 .submit input:active, .button:active, .button-secondary:active, input[type=button]:active, input[type=submit]:active {80 background-position: right bottom;81 }82 83 .button-primary {84 background-position: right top;85 }86 87 88 .button-primary:active {89 background-position: right bottom;90 }91 92 /* */93 94 .download-button {95 background-position: right top;96 }97 98 99 a.download-button:active {100 background-position: right bottom;101 }102 103 73 104 74 /* */ … … 114 84 } 115 85 116 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 86 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { 117 87 float:right; 118 88 } 89 119 90 #home-below ol.steps li { 120 91 padding-right: 44px; … … 245 216 border-right-color: #dadada; 246 217 float: right; 218 } 247 219 248 220 #books h3 {
Note: See TracChangeset
for help on using the changeset viewer.