github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/static/all.css (about) 1 body { 2 margin: 0; 3 font-family: Helvetica, Arial, sans-serif; 4 } 5 abbr { 6 border-bottom: 1px dotted #999; 7 } 8 pre, 9 code { 10 font-family: Menlo, monospace; 11 font-size: 14px; 12 } 13 pre { 14 line-height: 18px; 15 background: #e9e9e9; 16 padding: 10px; 17 -webkit-border-radius: 5px; 18 -moz-border-radius: 5px; 19 border-radius: 5px; 20 tab-size: 4; 21 } 22 code { 23 font-weight: bold; 24 } 25 pre .comment { 26 color: #375EAB; 27 } 28 pre .highlight, 29 pre .highlight-comment, 30 pre .selection-highlight, 31 pre .selection-highlight-comment { 32 background: #FFFF00; 33 } 34 pre .selection, 35 pre .selection-comment { 36 background: #FF9632; 37 } 38 pre .ln { 39 color: #999; 40 } 41 body { 42 color: #222; 43 } 44 a, 45 .exampleHeading .text { 46 color: #375EAB; 47 text-decoration: none; 48 } 49 a:hover, 50 .exampleHeading .text:hover { 51 text-decoration: underline; 52 } 53 p, 54 pre, 55 ul, 56 ol { 57 margin: 15px; 58 } 59 60 li > ul { 61 margin-top: 10px; 62 margin-bottom: 10px; 63 } 64 65 h1, 66 h2, 67 h3, 68 h4 { 69 margin: 20px 0; 70 padding: 0; 71 color: #375EAB; 72 font-weight: bold; 73 } 74 h1 { 75 font-size: 24px; 76 } 77 h1.rootHeading { 78 color: #333; 79 margin: 0.9em 0.5em; 80 font-size: 30px; 81 font-weight: normal; 82 text-align: center; 83 line-height: 1.3em; 84 } 85 h1.rootHeading em { 86 font-weight: bold; 87 font-style: normal; 88 } 89 h2, 90 h2>a { 91 color: #fff; 92 background: url(camli-bar-background.png); 93 padding: 4px 8px; 94 } 95 h2 { 96 font-size: 20px; 97 } 98 h2>a { 99 font-size: 18px; 100 text-decoration: underline; 101 } 102 h2>a:hover { 103 color: #be1d2d; 104 } 105 h3 { 106 font-size: 20px; 107 } 108 h3, 109 h4 { 110 margin: 20px 5px; 111 } 112 h4 { 113 font-size: 16px; 114 } 115 .rootHeading { 116 font-size: 20px; 117 margin: 0; 118 } 119 120 dl { 121 margin: 20px; 122 } 123 dd { 124 margin: 2px 20px; 125 } 126 dl, 127 dd { 128 font-size: 14px; 129 } 130 131 table.dir th { 132 text-align: left; 133 } 134 table.dir td { 135 word-wrap: break-word; 136 vertical-align: top; 137 } 138 div#page.wide table.dir td.name { 139 white-space: nowrap; 140 } 141 142 #header { 143 text-align: center; 144 } 145 146 .bar { 147 height: 43px; 148 width: 788; 149 text-align: center; 150 background: url(camli-bar-background.png); 151 margin-left: auto; 152 margin-right: auto; 153 margin-top: 1em; 154 margin-bottom: 1em; 155 } 156 157 .bar .hatecss, 158 h2 { 159 color: #fff; 160 font: 700 20px 'Source Sans Pro', arial, serif; 161 text-transform: uppercase; 162 letter-spacing: 0.1em; 163 text-shadow: -1px 1px #666; 164 } 165 .content h2 { 166 text-transform: capitalize; 167 } 168 169 .bar .hatecss { 170 display: table-cell; 171 vertical-align: middle; 172 text-align: center; 173 width: 788px; 174 height: 44px; 175 /* border: 1px solid red; */ 176 margin: 0; 177 } 178 179 .bar .hatecss a { 180 color: #fff; 181 margin: 0 0.5em; 182 font-size: 24px; 183 } 184 185 div.content { 186 width: 788px; 187 margin-left: auto; 188 margin-right: auto; 189 margin-top: 1em; 190 margin-bottom: 1em; 191 line-height: 140%; 192 font-size: 16px; 193 } 194 195 #props { 196 margin-top:1em; 197 text-align: center; 198 font-size: 75%; 199 } 200 201 table.status { 202 border: 2px solid black; 203 width: 100%; 204 } 205 206 table.status td { 207 border: 1px solid #999; 208 padding: 0.4em; 209 } 210 211 table.status th { 212 border: 1px solid black; 213 padding: 0.4em; 214 } 215 216 dl.terms dt { 217 margin-top: 0.5em; 218 font-weight: bold; 219 font-style: italic; 220 } 221 222 ul.lispaced li { 223 margin-top: 0.8em; 224 } 225 226 pre.sty { 227 padding-left: 1em; 228 border-left: 2px solid #e84c00; 229 background: #e8b9a2; 230 } 231 232 a.local { 233 text-underline: dotted-underline; /* TODO: i forget. look this up */ 234 } 235 236 span.termhashlink { 237 font-weight: normal; 238 font-size: small; 239 color: #e84c00; 240 } 241 242 span.termhashlink a { 243 color: #e84c00; 244 } 245 246 .toggleButton { cursor: pointer; } 247 .toggle .collapsed { display: block; } 248 .toggle .expanded { display: none; } 249 .toggleVisible .collapsed { display: none; } 250 .toggleVisible .expanded { display: block; }