Ticket #3217: 3217.diff
File 3217.diff, 3.4 KB (added by , 18 years ago) |
---|
-
rtl.css
1 #viewarc, #viewcat, #namediv, #emaildiv, #uridiv, #planetnews li, #login ul li, #your-profile fieldset, .alignleft .available-theme { 1 /* Needs cleanup */ 2 3 #viewarc, #viewcat, #namediv, #emaildiv, #uridiv, #planetnews li, #login ul li, #your-profile fieldset, #footer .logo, .alignleft .available-theme { 2 4 float: right 3 5 } 4 6 … … 6 8 float: left; 7 9 } 8 10 9 #login , #send, .widefat th {11 #login #send, .readmore, .widefat th { 10 12 text-align: right 11 13 } 12 14 … … 14 16 text-align: left 15 17 } 16 18 17 body, td { 18 font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; 19 } 19 body, td { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; } 20 20 21 fieldset.options legend{22 font -family: Tahoma, Georgia, "Times New Roman", Times,serif;23 } 21 textarea, input, select { 22 font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif; 23 } 24 24 25 textarea, input, select {26 font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;27 }28 29 25 .quicktags, .search { 30 26 font: 12px Tahoma, Georgia, "Times New Roman", Times, serif; 31 27 } 32 28 33 .submit input, .submit input:focus, .button { 34 border-right-color: #ccc; 35 } 29 .submit input, .submit input:focus, .button, .button:focus { 30 border-left-color: 0; 31 border-right-color: #ccc; 32 } 36 33 37 34 .submit input:active, .button:active { 35 border-left-color: 0; 38 36 border-right-color: #999; 39 37 } 40 38 … … 53 51 float: right; 54 52 } 55 53 56 # submenu{57 height: 21px;58 padding: 3px 3em 0 2em;54 #adminmenu a.current { 55 border-right: 0; 56 border-left: 2px solid #4f96c8; 59 57 } 60 58 61 #submenu .current { 62 border-left: 2px solid #045290; 63 } 59 #adminmenu li { 60 line-height: 180%; 61 } 62 63 #submenu, #minisub { 64 padding: 3px 3em 0 2em; 65 } 66 67 #submenu .current { 68 border-right: 0; 69 border-left: 2px solid #045290; 70 } 64 71 65 #submenu a { 66 padding: .3em .4em .33em .4em; 67 margin: 0 0 0 10px; 68 display: block; 69 float: right; 70 } 72 #submenu a { 73 padding: .3em .4em .4em .4em; 74 margin: 0 0 0 10px; 75 display: block; 76 float: right; 77 } 78 79 #submenu li { 80 line-height: 120%; 81 } 71 82 72 #submenu li {73 line-height: 100%;74 }75 76 83 #postdiv , #titlediv, #guiddiv { 77 84 margin: 0 0 0 8px; 78 85 } … … 88 95 padding-left: 6px; 89 96 } 90 97 98 .readmore { 99 margin-right: auto; 100 margin-left: 5em; 101 } 102 91 103 #quicktags #ed_toolbar { 92 104 padding: 0px 0 0 2px; 93 105 } … … 101 113 padding-left: 8px; 102 114 } 103 115 104 #login h1 {105 left: auto;106 right: 137px;107 }108 109 #login h1 a {110 display: none;111 }112 113 116 #searchform { 114 117 float: right; 115 118 margin-right: auto; 116 margin-left: 3em;119 margin-left: 1em; 117 120 } 118 121 119 122 #poststuff { … … 142 145 143 146 #wphead h1 { 144 147 font-size: 2.4em; 145 font-family: Tahoma, Georgia, "Times New Roman", Times, serif146 148 } 147 149 148 150 #zeitgeist { … … 170 172 margin-right: 10px; 171 173 } 172 174 173 # your-profile legend{175 #devnews h4, #wphead h1, #your-profile legend, fieldset.options legend, #planetnews li .post { 174 176 font-family: Tahoma, Georgia, "Times New Roman", Times, serif; 175 177 } 176 178 … … 221 223 #edButtons input, #edButtons input:active { 222 224 margin: 0px 0 -1px 2px; 223 225 } 226 227 .page-numbers { 228 padding: 4px 0 0 7px; 229 margin-right: auto; 230 margin-left: 3px; 231 } 232 233 h2 { 234 font: normal 32px/5px serif; 235 margin: 5px 0 0 10px; 236 } 237 No newline at end of file