Changeset 29987
- Timestamp:
- 10/22/2014 02:39:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css
r29918 r29987 27 27 font-family: "Noto Serif", serif; 28 28 font-weight: 400; 29 font-size: 1 9px;29 font-size: 17px; 30 30 line-height: 1.6471; 31 31 max-width: 660px; 32 margin: 8 3px 0 83px 83px;32 margin: 8% 10%; 33 33 vertical-align: baseline; 34 34 } … … 47 47 clear: both; 48 48 font-weight: 700; 49 margin: 64px 0 32px;49 margin: 56px 0 28px; 50 50 } 51 51 52 52 h1 { 53 font-size: 3 9px;53 font-size: 35px; 54 54 line-height: 1.2308; 55 55 } 56 56 57 57 h2 { 58 font-size: 32px;59 line-height: 1.2 5;58 font-size: 29px; 59 line-height: 1.2069; 60 60 } 61 61 62 62 h3 { 63 font-size: 2 7px;64 line-height: 1.1 852;63 font-size: 24px; 64 line-height: 1.1667; 65 65 } 66 66 67 67 h4 { 68 font-size: 2 2px;69 line-height: 1.4 545;68 font-size: 20px; 69 line-height: 1.4; 70 70 } 71 71 72 72 h5, 73 73 h6 { 74 font-size: 1 9px;74 font-size: 17px; 75 75 letter-spacing: 0.1em; 76 line-height: 1.2 632;76 line-height: 1.2353; 77 77 text-transform: uppercase; 78 78 } … … 88 88 89 89 p { 90 margin: 0 0 32px;90 margin: 0 0 28px; 91 91 } 92 92 … … 106 106 border-left: 4px solid #707070; 107 107 color: #707070; 108 font-size: 2 2px;108 font-size: 20px; 109 109 font-style: italic; 110 110 line-height: 1.8182; 111 margin: 0 0 40px -24px;112 padding-left: 20px;111 margin: 0 0 35px -21px; 112 padding-left: 17px; 113 113 } 114 114 … … 118 118 119 119 blockquote p { 120 margin-bottom: 40px;120 margin-bottom: 35px; 121 121 } 122 122 … … 128 128 blockquote small { 129 129 color: #333; 130 font-size: 1 9px;130 font-size: 17px; 131 131 font-family: "Noto Sans", sans-serif; 132 line-height: 1.6 842;132 line-height: 1.6471; 133 133 } 134 134 … … 146 146 address { 147 147 font-style: italic; 148 margin: 0 0 32px;148 margin: 0 0 28px; 149 149 } 150 150 … … 161 161 background-color: #fcfcfc; 162 162 border: 1px solid #eaeaea; 163 font-size: 1 9px;164 line-height: 1.2 632;165 margin-bottom: 32px;163 font-size: 17px; 164 line-height: 1.2353; 165 margin-bottom: 28px; 166 166 max-width: 100%; 167 167 overflow: auto; 168 padding: 1 5px;168 padding: 14px; 169 169 white-space: pre; 170 170 white-space: pre-wrap; … … 217 217 border: 0; 218 218 height: 1px; 219 margin-bottom: 32px;219 margin-bottom: 28px; 220 220 } 221 221 222 222 ul, 223 223 ol { 224 margin: 0 0 32px 0;224 margin: 0 0 28px 0; 225 225 padding: 0; 226 226 } … … 236 236 li > ul, 237 237 li > ol { 238 margin: 0 0 0 2 5px;238 margin: 0 0 0 23px; 239 239 } 240 240 241 241 dl { 242 margin: 0 0 32px;242 margin: 0 0 28px; 243 243 } 244 244 … … 248 248 249 249 dd { 250 margin: 0 0 32px; 251 } 252 250 margin: 0 0 28px; 251 } 252 253 table, 254 th, 255 td, 253 256 .mce-item-table, 254 257 .mce-item-table th, … … 257 260 } 258 261 259 .mce-item-table a {262 table a { 260 263 color: #333; 261 264 } 262 265 266 table, 263 267 .mce-item-table { 264 268 border-collapse: separate; 265 269 border-spacing: 0; 266 270 border-width: 1px 0 0 1px; 267 margin: 0 0 32px;271 margin: 0 0 28px; 268 272 width: 100%; 269 273 } 270 274 275 table th, 271 276 .mce-item-table th, 272 .mce-item-table caption {277 table caption { 273 278 border-width: 0 1px 1px 0; 274 279 font-family: "Noto Serif", serif; 275 font-size: 1 9px;280 font-size: 17px; 276 281 font-weight: 700; 277 padding: 8px;282 padding: 7px; 278 283 text-align: left; 279 284 vertical-align: baseline; 280 285 } 281 286 287 table td, 282 288 .mce-item-table td { 283 289 border-width: 0 1px 1px 0; 284 290 font-family: "Noto Serif", serif; 285 font-size: 1 9px;286 padding: 8px;291 font-size: 17px; 292 padding: 7px; 287 293 vertical-align: baseline; 288 294 } … … 295 301 } 296 302 303 a img { 304 display: block; 305 } 306 297 307 figure { 298 308 margin: 0; … … 316 326 .alignleft { 317 327 float: left; 318 margin: 8px 32px 32px 0;328 margin: 7px 28px 28px 0; 319 329 } 320 330 321 331 .alignright { 322 332 float: right; 323 margin: 8px 0 32px 32px;333 margin: 7px 0 28px 28px; 324 334 } 325 335 … … 327 337 clear: both; 328 338 display: block; 329 margin: 8px auto;339 margin: 7px auto; 330 340 } 331 341 … … 340 350 color: #707070; 341 351 font-family: "Noto Sans", sans-serif; 342 margin: 0 0 32px 0;352 margin: 0 0 28px 0; 343 353 max-width: 660px; 344 354 padding: 0; … … 347 357 348 358 .wp-caption.alignleft { 349 margin: 8px 32px 8px 0;359 margin: 7px 28px 21px 0; 350 360 } 351 361 352 362 .wp-caption.alignright { 353 margin: 8px 0 8px 32px;363 margin: 7px 0 21px 28px; 354 364 } 355 365 356 366 .wp-caption.aligncenter { 357 margin: 8px auto;367 margin: 7px auto; 358 368 } 359 369 360 370 .wp-caption .wp-caption-text, 361 371 .wp-caption-dd { 362 font-size: 1 6px;372 font-size: 14px; 363 373 line-height: 1.5; 364 padding: 8px 0;374 padding: 7px 0; 365 375 } 366 376 … … 371 381 372 382 .gallery { 373 margin-bottom: 32px;383 margin-bottom: 28px; 374 384 } 375 385 … … 418 428 display: block; 419 429 font-family: "Noto Sans", sans-serif; 420 font-size: 1 6px;430 font-size: 14px; 421 431 line-height: 1.5; 422 padding: 8px 0;432 padding: 7px 0; 423 433 } 424 434 … … 448 458 */ 449 459 450 body.rtl {451 margin: 83px 83px 83px 0;452 }453 454 460 .rtl blockquote { 455 461 border-right: 4px solid #707070; 456 462 border-left: none; 457 margin: 0 -2 4px 40px 0;458 padding-right: 20px;463 margin: 0 -21px 35px 0; 464 padding-right: 17px; 459 465 padding-left: 0; 460 466 } … … 467 473 .rtl li > ul, 468 474 .rtl li > ol { 469 margin: 0 2 5px 0 0;470 } 471 472 .rtl .mce-item-table th,473 .rtl .mce-item-table caption {475 margin: 0 23px 0 0; 476 } 477 478 .rtl table th, 479 .rtl table caption { 474 480 text-align: right; 475 481 } 476 477 .rtl .wp-caption.alignright {478 margin: 8px 0 8px 32px;479 }480 481 .rtl .wp-caption.alignleft {482 margin: 8px 32px 8px 0;483 }
Note: See TracChangeset
for help on using the changeset viewer.