[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* Text Elements 2 --------------------------*/ 3 4 h1, 5 h2, 6 h3, 7 h4, 8 h5, 9 h6, 10 p, 11 ul, 12 ol, 13 dl, 14 input, 15 textarea { 16 font-family: Helvetica, Arial, sans-serif; 17 } 18 19 h1, 20 h2, 21 h3, 22 h4, 23 h5, 24 h6 { 25 font-weight: bold; 26 margin: 0; 27 } 28 29 h1 { 30 font-size: 2.25em; 31 line-height: 1; 32 margin-bottom: 0.5em; 33 } 34 35 h2 { 36 font-size: 1.5em; 37 margin-bottom: 0.5em; 38 } 39 40 h3 { 41 font-size: 1.25em; 42 line-height: 1; 43 margin-bottom: 0.5em; 44 } 45 46 h4 { 47 font-size: 1.1em; 48 line-height: 1.25; 49 margin-bottom: 0.75em; 50 } 51 52 h5 { 53 font-size: 1em; 54 margin-bottom: 1em; 55 } 56 57 h6 { 58 font-size: 1em; 59 } 60 61 p { 62 margin: 0 0 1em; 63 } 64 65 ul { 66 list-style-type: circle; 67 } 68 69 ol { 70 list-style-type: decimal; 71 } 72 73 dl { 74 margin: 0 0 1.5em 0; 75 } 76 77 dl dt { 78 font-weight: bold; 79 } 80 81 dl dd { 82 margin-left: 1.5em; 83 } 84 85 abbr, 86 acronym { 87 border-bottom: 1px dotted #000; 88 } 89 90 address { 91 margin-top: 1.5em; 92 font-style: italic; 93 } 94 95 del { 96 color: #000; 97 } 98 99 a { 100 text-decoration: none; 101 } 102 103 blockquote { 104 margin: 1.5em; 105 } 106 107 strong { 108 font-weight: bold; 109 } 110 111 em, 112 dfn { 113 font-style: italic; 114 } 115 116 dfn { 117 font-weight: bold; 118 } 119 120 pre, 121 code { 122 white-space: pre; 123 } 124 125 pre, 126 code, 127 tt { 128 font: 1.2em monospace; 129 line-height: 1.5; 130 margin: 1.5em 0; 131 } 132 133 .small { 134 font-size: .8em; 135 margin-bottom: 1.875em; 136 line-height: 1.875em; 137 } 138 139 .large { 140 font-size: 1.25em; 141 line-height: 1.5em; 142 margin-bottom: 1em; 143 } 144 145 .quiet { 146 color: #999; 147 } 148 149 .hide { 150 display: none; 151 } 152 153 .icon.hide { 154 display: inline; 155 } 156 157 .highlight { 158 background: #ffc; 159 } 160 161 .top { 162 margin-top: 0; 163 padding-top: 0; 164 } 165 166 .bottom { 167 margin-bottom: 0; 168 padding-bottom: 0; 169 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |