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