Changeset 9840
- Timestamp:
- 11/22/2008 12:28:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/press-this.css
r9838 r9840 19 19 #poststuff #edButtonPreview, 20 20 #poststuff #edButtonHTML { 21 -moz-border-radius-bottomleft:0; 22 -moz-border-radius-bottomright:0; 23 -moz-border-radius-topleft:3px; 24 -moz-border-radius-topright:3px; 25 -khtml-border-radius-bottomleft:0; 26 -khtml-border-radius-bottomright:0; 27 -khtml-border-radius-topleft:3px; 28 -khtml-border-radius-topright:3px; 29 -webkit-border-radius-bottomleft:0; 30 -webkit-border-radius-bottomright:0; 31 -webkit-border-radius-topleft:3px; 32 -webkit-border-radius-topright:3px; 33 border-radius-bottomleft:0; 34 border-radius-bottomright:0; 35 border-radius-topleft:3px; 36 border-radius-topright:3px; 37 38 border-style:solid; 39 border-width:1px; 40 cursor:pointer; 41 display:block; 42 height:18px; 43 margin:0px 5px 0 0; 44 padding:0px 5px 0px; 45 background-color:#E9E9E9; 46 border-bottom-color:#E9E9E9; 47 color:#333333; 48 font-size: 10px; 49 line-height: 18px; 21 -moz-border-radius-bottomleft: 0; 22 -moz-border-radius-bottomright: 0; 23 -moz-border-radius-topleft: 3px; 24 -moz-border-radius-topright: 3px; 25 -khtml-border-radius-bottomleft: 0; 26 -khtml-border-radius-bottomright: 0; 27 -khtml-border-radius-topleft: 3px; 28 -khtml-border-radius-topright: 3px; 29 -webkit-border-radius-bottomleft: 0; 30 -webkit-border-radius-bottomright: 0; 31 -webkit-border-radius-topleft: 3px; 32 -webkit-border-radius-topright: 3px; 33 border-radius-bottomleft: 0; 34 border-radius-bottomright: 0; 35 border-radius-topleft: 3px; 36 border-radius-topright: 3px; 37 38 border-style: solid; 39 border-width: 1px; 40 cursor: pointer; 41 display: block; 42 height: 18px; 43 margin: 0px 5px 0 0; 44 padding: 0px 5px 0px; 45 background-color: #E9E9E9; 46 border-bottom-color: #E9E9E9; 47 color: #333333; 48 font-size: 10px; 49 line-height: 18px; 50 float: left; 50 51 } 51 52 … … 53 54 54 55 .howto { 55 margin-top: 2px;56 margin-bottom: 3px;56 margin-top: 2px; 57 margin-bottom: 3px; 57 58 font-size: 11px; 58 59 font-style: italic; … … 97 98 98 99 .posting { 99 margin-right: 228px;100 position: relative;101 left: 0;100 margin-right: 228px; 101 position: relative; 102 left: 0; 102 103 } 103 104 … … 125 126 margin: 0 0 10px; 126 127 127 background-image:url(../images/postbox-bg.gif); 128 background-position:left top; 129 background-repeat:repeat-x; 130 131 font-size:12px; 132 font-weight:bold; 133 line-height:1; 134 margin:0 0 10px; 135 padding:7px 9px; 136 text-shadow:0 1px 0 #FFFFFF; 137 } 128 background-image: url(../images/postbox-bg.gif); 129 background-position: left top; 130 background-repeat: repeat-x; 131 132 font-size: 12px; 133 font-weight: bold; 134 line-height: 1; 135 margin: 0 0 10px; 136 padding: 7px 9px; 137 text-shadow: 0 1px 0 #FFFFFF; 138 } 139 138 140 h3.tb { 139 text-shadow:0 1px 0 #FFFFFF; 140 font-weight: bold; 141 font-size: 12px; 142 margin-left: 5px; 143 } 141 text-shadow: 0 1px 0 #FFFFFF; 142 font-weight: bold; 143 font-size: 12px; 144 margin-left: 5px; 145 } 146 144 147 #TB_window { 145 border: 1px solid #333;146 -moz-border-radius: 6px;148 border: 1px solid #333; 149 -moz-border-radius: 6px; 147 150 -khtml-border-radius: 6px; 148 151 -webkit-border-radius: 6px; … … 151 154 152 155 .metabox-holder .postbox, 153 156 .postbox, 154 157 .stuffbox { 155 158 margin-bottom: 10px; … … 161 164 -webkit-border-radius: 6px; 162 165 border-radius: 6px; 163 } 166 border-color: #DFDFDF; 167 } 168 164 169 .titlediv { 165 border-color:#DFDFDF; 166 } 170 border-color: #DFDFDF; 171 } 172 167 173 #title, .tbtitle { 168 174 -moz-border-radius: 6px; … … 170 176 -webkit-border-radius: 6px; 171 177 border-radius: 6px; 172 border-style:solid; 173 border-width:1px; 174 font-size:1.7em; 175 outline-color:-moz-use-text-color; 176 outline-style:none; 177 outline-width:medium; 178 padding:3px 4px; 179 border-color: #DFDFDF; 180 } 178 border-style: solid; 179 border-width: 1px; 180 font-size: 1.7em; 181 outline: none; 182 padding: 3px 4px; 183 border-color: #DFDFDF; 184 } 185 181 186 .tbtitle { 182 font-size: 12px; 183 padding: 3px; 184 } 187 font-size: 12px; 188 padding: 3px; 189 } 190 185 191 #title { 186 width: 98%; 187 } 192 width: 98%; 193 } 194 188 195 .postbox h2 { 189 background-image:url(../images/postbox-bg.gif);190 background-position:left top;191 background-repeat:repeat-x;192 background-color:#DFDFDF;196 background-image: url(../images/postbox-bg.gif); 197 background-position: left top; 198 background-repeat: repeat-x; 199 background-color: #DFDFDF; 193 200 } 194 201 … … 198 205 -webkit-border-radius: 6px; 199 206 border-radius: 6px; 200 border-collapse:separate; 201 border-style:solid; 202 border-width:1px; 203 border-color:#DFDFDF; 204 207 border-collapse: separate; 208 border-style: solid; 209 border-width: 1px; 210 border-color: #DFDFDF; 205 211 } 206 212 … … 212 218 #actions { 213 219 clear: both; 214 position: absolute; 215 right: 4px; 216 top: 6px; 217 margin: 0; 220 float: right; 221 margin-top: -19px; 222 position: relative; 218 223 } 219 224 … … 244 249 position: relative; 245 250 } 251 246 252 #extra_fields .postbox { 247 margin-bottom: 5px;253 margin-bottom: 5px; 248 254 } 249 255 … … 264 270 vertical-align: center; 265 271 } 272 266 273 #img_container img, #img_container a { 267 274 width: 68px; … … 295 302 /* Video */ 296 303 #embed-code { 297 width: 100%;304 width: 100%; 298 305 height: 98px; 299 306 } … … 350 357 } 351 358 352 #categorydiv {353 354 }355 356 359 /* Categories */ 357 360 #categorydiv ul, #linkcategorydiv ul { … … 387 390 margin: 0; 388 391 } 392 389 393 #tagadd { 390 margin-left: 3px;394 margin-left: 3px; 391 395 } 392 396 393 397 #tagchecklist { 394 margin-top: 3px;398 margin-top: 3px; 395 399 margin-bottom: 1em; 396 400 font-size: 12px; … … 447 451 border-radius: 11px; 448 452 } 453 449 454 .button-primary { 450 background:#21759B url(../images/button-grad.png) repeat-x scroll left top;451 border-color:#21759B;452 color:#FFFFFF;455 background: #21759B url(../images/button-grad.png) repeat-x scroll left top; 456 border-color: #21759B; 457 color: #FFFFFF; 453 458 } 454 459 … … 494 499 border-width: 1px; 495 500 border-style: solid; 496 width: 99%;501 width: 99%; 497 502 } 498 503 … … 504 509 505 510 .error a { 506 text-decoration: underline;511 text-decoration: underline; 507 512 } 508 513
Note: See TracChangeset
for help on using the changeset viewer.