[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 html { 2 box-sizing: border-box; 3 } 4 5 ::-moz-selection { 6 background-color: $color__background_selection; 7 } 8 9 ::selection { 10 background-color: $color__background_selection; 11 } 12 13 *, 14 *:before, 15 *:after { 16 box-sizing: inherit; 17 } 18 19 a { 20 @include link-transition; 21 color: $color__link; 22 } 23 24 a:hover, 25 a:active { 26 color: $color__link-hover; 27 outline: 0; 28 text-decoration: none; 29 } 30 31 a:focus { 32 outline: thin; 33 outline-style: dotted; 34 text-decoration: underline; 35 text-decoration-thickness: 2px; 36 } 37 38 h1, 39 h2, 40 h3, 41 h4, 42 h5, 43 h6 { 44 clear: both; 45 margin: $size__spacing-unit 0; 46 } 47 48 h1:not(.site-title), 49 h2 { 50 @include post-section-dash; 51 } 52 53 hr { 54 background-color: $color__text-light; 55 border: 0; 56 height: 2px; 57 } 58 59 @import "lists"; 60 61 img { 62 height: auto; 63 max-width: 100%; 64 position: relative; 65 } 66 67 figure { 68 margin: 0; 69 } 70 71 blockquote { 72 border-left: 2px solid $color__link; 73 margin-left: 0; 74 padding: 0 0 0 $size__spacing-unit; 75 76 > p { 77 margin: 0 0 $size__spacing-unit; 78 } 79 80 cite { 81 color: $color__text-light; 82 } 83 } 84 85 @import "tables";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |