github.com/dougm/docker@v1.5.0/docs/theme/mkdocs/fonts/LigatureSymbols/style.css (about) 1 @charset 'UTF-8'; 2 3 @font-face { 4 font-family: 'LigatureSymbols'; 5 src: url('LigatureSymbols-2.11.eot'); 6 src: url('LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), 7 url('LigatureSymbols-2.11.woff') format('woff'), 8 url('LigatureSymbols-2.11.ttf') format('truetype'), 9 url('LigatureSymbols-2.11.svg#LigatureSymbols') format('svg'); 10 font-weight: normal; 11 font-style: normal; 12 } 13 14 .lsf { 15 font-family: 'LigatureSymbols'; 16 -webkit-text-rendering: optimizeLegibility; 17 -moz-text-rendering: optimizeLegibility; 18 -ms-text-rendering: optimizeLegibility; 19 -o-text-rendering: optimizeLegibility; 20 text-rendering: optimizeLegibility; 21 -webkit-font-smoothing: antialiased; 22 -moz-font-smoothing: antialiased; 23 -ms-font-smoothing: antialiased; 24 -o-font-smoothing: antialiased; 25 font-smoothing: antialiased; 26 -webkit-font-feature-settings: "liga" 1, "dlig" 1; 27 -moz-font-feature-settings: "liga=1, dlig=1"; 28 -ms-font-feature-settings: "liga" 1, "dlig" 1; 29 -o-font-feature-settings: "liga" 1, "dlig" 1; 30 font-feature-settings: "liga" 1, "dlig" 1; 31 } 32 .lsf-icon:before { 33 content:attr(title); 34 margin-right:0.3em; 35 font-size:130%; 36 font-family: 'LigatureSymbols'; 37 -webkit-text-rendering: optimizeLegibility; 38 -moz-text-rendering: optimizeLegibility; 39 -ms-text-rendering: optimizeLegibility; 40 -o-text-rendering: optimizeLegibility; 41 text-rendering: optimizeLegibility; 42 -webkit-font-smoothing: antialiased; 43 -moz-font-smoothing: antialiased; 44 -ms-font-smoothing: antialiased; 45 -o-font-smoothing: antialiased; 46 font-smoothing: antialiased; 47 -webkit-font-feature-settings: "liga" 1, "dlig" 1; 48 -moz-font-feature-settings: "liga=1, dlig=1"; 49 -ms-font-feature-settings: "liga" 1, "dlig" 1; 50 -o-font-feature-settings: "liga" 1, "dlig" 1; 51 font-feature-settings: "liga" 1, "dlig" 1; 52 } 53 54 55 56 /* RESET */ 57 html, body, 58 div, 59 ul, ol, li, 60 dl, dt, dd, td, th, 61 h1, h2, h3, h4, h5, h6, 62 p, pre, blockquote, fieldset, 63 form, input, button, textarea { 64 margin: 0; 65 padding: 0; 66 } 67 68 h1, h2, h3, h4, h5, h6, 69 pre, code, address, caption, cite, code, 70 em, strong, th { 71 font-size: 1.0em; 72 font-weight: normal; 73 font-style: normal; 74 } 75 76 ul, ol, li { 77 list-style: none; 78 } 79 80 fieldset, img { 81 border: none; 82 } 83 84 img { 85 -ms-interpolation-mode: bicubic; 86 } 87 88 caption, th { 89 text-align: left; 90 } 91 92 table { 93 border-collapse: collapse; 94 border-spacing: 0; 95 } 96 97 input,textarea,select { 98 font-family: inherit; 99 font-size: inherit; 100 font-weight: inherit; 101 } 102 103 input,textarea,select { 104 *font-size: 100%; 105 } 106 107 button { 108 background-color: transparent; 109 text-decoration: none; 110 } 111 112 label { 113 cursor: pointer; 114 } 115 116 /* IEPNGFIX */ 117 img { behavior: url(lib/iepngfix.htc); } 118 119 .main-image { 120 position:absolute; 121 top:-1000px; 122 width:400px; 123 } 124 125 /* ELEMENT */ 126 body { 127 clear: both; 128 background-color: #ffffff; 129 text-align: center; 130 color: #333; 131 font-size: 16px; 132 font-weight: normal; 133 font-style: normal; 134 line-height: 1.5; 135 font-family : 136 Meiryo, 137 'メイリオ', 138 'Lucida Grande', 139 Verdana, 140 'Hiragino Kaku Gothic Pro', 141 'ヒラギノ角ゴ Pro W3', 142 'MS Pゴシック', 143 'MS P Gothic', 144 sans-serif; 145 } 146 a { 147 color: #006DBE; 148 font-weight: normal; 149 font-style: normal; 150 text-decoration: none; 151 } 152 a:hover { 153 text-decoration: underline; 154 } 155 156 html{ 157 font-size:100%; 158 -webkit-text-size-adjust:100%; 159 -ms-text-size-adjust:100%; 160 -webkit-font-smoothing:antialiased; 161 text-align:center; 162 } 163 #body { 164 width:900px; 165 margin:0 auto; 166 } 167 #copyright { 168 margin:60px 0 20px; 169 text-align:center; 170 font-size:14px; 171 } 172 #copyright, 173 #copyright a { 174 color:#ccc; 175 } 176 h1 { 177 margin:60px 0 0px; 178 font-size:48px; 179 } 180 h2 { 181 clear:both; 182 padding:60px 7px 2px; 183 margin-bottom:30px; 184 border-bottom:1px solid #ccc; 185 text-align:left; 186 font-size:20px; 187 font-weight:bold; 188 } 189 p { 190 margin:10px 0; 191 color:#999; 192 text-align:left; 193 } 194 .lsf-input { 195 margin:60px 0 40px; 196 font-size:48px; 197 text-align:center; 198 } 199 .lsf-input input { 200 width:860px; 201 padding:10px 20px; 202 border:1px solid #ccc; 203 -webkit-border-radius:5px; 204 -moz-border-radius:5px; 205 -ms-border-radius:5px; 206 -o-border-radius:5px; 207 border-radius:5px; 208 text-align:center; 209 -webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1); 210 -moz-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1); 211 -ms-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1); 212 -o-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1); 213 box-shadow:inset 0 2px 6px rgba(0,0,0,0.1); 214 } 215 .lsf-input::-webkit-input-placeholder { 216 text-align:center; 217 } 218 .table { 219 float:left; 220 width:420px; 221 } 222 .table:nth-child(2n-1) { 223 float:right; 224 } 225 .table table { 226 width:100%; 227 } 228 .table td, 229 .table th { 230 vertical-align:middle; 231 } 232 .table tr:nth-child(2n) th, 233 .table tr:nth-child(2n) td { 234 background:#f0f0f0; 235 } 236 .table th { 237 padding-bottom:5px; 238 text-align:center; 239 font-size:12px; 240 color:#999; 241 } 242 .table td.symbol { 243 width:60px; 244 font-size:36px; 245 text-align:center; 246 } 247 .table td.ligature { 248 text-align:left; 249 padding-left:10px; 250 } 251 .table td.unicode { 252 width:100px; 253 border-left:2px solid #fff; 254 } 255 256 .lsf-html, 257 .lsf-css { 258 overflow:auto; 259 width:860px; 260 min-height:170px; 261 padding:20px; 262 border:1px solid #ddd; 263 font-size:14px; 264 text-align:left; 265 background:#f9f9f9; 266 -webkit-border-radius:5px; 267 -moz-border-radius:5px; 268 -ms-border-radius:5px; 269 -o-border-radius:5px; 270 border-radius:5px; 271 -webkit-overflow-scrolling:touch; 272 } 273 .lsf-css { 274 min-height:940px; 275 margin-top:10px; 276 } 277 278 .download { 279 min-height:170px; 280 } 281 .download-button { 282 display:inline-block; 283 padding:2px 30px 10px; 284 font-size:25px; 285 color: #666; 286 -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3); 287 -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3); 288 -ms-box-shadow:0 1px 3px rgba(0,0,0,0.3); 289 -o-box-shadow:0 1px 3px rgba(0,0,0,0.3); 290 box-shadow:0 1px 3px rgba(0,0,0,0.3); 291 -webkit-border-radius:10px; 292 -moz-border-radius:10px; 293 -ms-border-radius:10px; 294 -o-border-radius:10px; 295 border-radius:10px; 296 -webkit-transition:0.2s; 297 -moz-transition:0.2s; 298 -ms-transition:0.2s; 299 -o-transition:0.2s; 300 transition:0.2s; 301 background: #f6f6f6; 302 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6)); 303 background: linear-gradient(top, #fff #f6f6f6); 304 background: -webkit-linear-gradient(top, #fff #f6f6f6); 305 background: -moz-linear-gradient(top, #fff #f6f6f6); 306 background: -ms-linear-gradient(top, #fff #f6f6f6); 307 background: -o-linear-gradient(top, #fff #f6f6f6); 308 } 309 .download-button:hover { 310 color: #006DBE; 311 text-decoration:none; 312 -webkit-box-shadow:0 3px 9px rgba(0,0,0,0.3); 313 -moz-box-shadow:0 3px 9px rgba(0,0,0,0.3); 314 -ms-box-shadow:0 3px 9px rgba(0,0,0,0.3); 315 -o-box-shadow:0 3px 9px rgba(0,0,0,0.3); 316 box-shadow:0 3px 9px rgba(0,0,0,0.3); 317 } 318 .download-button:active { 319 margin-top:3px; 320 color: #333; 321 -webkit-transition:0s; 322 -moz-transition:0s; 323 transition:0s; 324 -webkit-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2); 325 -moz-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2); 326 -ms-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2); 327 -o-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2); 328 box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2); 329 background: #f0f0f0; 330 background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f0f0f0)); 331 background: linear-gradient(top, #fcfcfc #f0f0f0); 332 background: -webkit-linear-gradient(top, #fcfcfc #f0f0f0); 333 background: -moz-linear-gradient(top, #fcfcfc #f0f0f0); 334 background: -ms-linear-gradient(top, #fcfcfc #f0f0f0); 335 background: -o-linear-gradient(top, #fcfcfc #f0f0f0); 336 } 337 .download-button span { 338 display:block; 339 font-size:13px; 340 } 341 342 .profile { 343 overflow:hidden; 344 } 345 .profile-image { 346 float:left; 347 width:120px; 348 -webkit-border-radius:5px; 349 -moz-border-radius:5px; 350 -ms-border-radius:5px; 351 -o-border-radius:5px; 352 border-radius:5px; 353 opacity:0.8; 354 -webkit-transition:0.2s; 355 -moz-transition:0.2s; 356 -ms-transition:0.2s; 357 -o-transition:0.2s; 358 transition:0.2s; 359 } 360 .profile-image:hover { 361 opacity:1; 362 } 363 .profile-text { 364 float:left; 365 width:400px; 366 margin-top:5px; 367 margin-left:40px; 368 } 369 .profile-text h3 { 370 font-size:24px; 371 text-align:left; 372 } 373 .profile-text h3 span { 374 font-size:18px; 375 color:#999; 376 } 377 .profile-acount { 378 float:left; 379 padding-left:80px; 380 margin-left:60px; 381 border-left:1px solid #eee; 382 text-align:left; 383 } 384 .profile-acount li { 385 padding:1px 0; 386 } 387 .profile-acount li a { 388 font-size:16px; 389 } 390 391 392 @media (max-width: 900px){ 393 #body { 394 width:100%; 395 margin:0 auto 20px; 396 font-size:14px; 397 } 398 h1 { 399 margin-top:15px; 400 font-size:24px; 401 } 402 h2 { 403 padding:50px 10px 2px; 404 margin-bottom:10px; 405 } 406 p { 407 margin-left:10px; 408 margin-right:10px; 409 } 410 .name { 411 font-size:12px; 412 } 413 .lsf-input { 414 margin:15px 0 25px; 415 font-size:22px; 416 } 417 .lsf-input input { 418 width:80%; 419 margin:0 5%; 420 padding-left:5%; 421 padding-right:5%; 422 } 423 .table { 424 float:none !important; 425 width:100%; 426 } 427 .table th { 428 font-size:8px; 429 } 430 .table td.symbol { 431 width:60px; 432 font-size:32px; 433 } 434 .table td.ligature { 435 padding-left:5px; 436 } 437 .table td.unicode { 438 width:70px; 439 font-size:11px; 440 } 441 .lsf-html, .lsf-css { 442 width:80%; 443 min-height:80px; 444 max-height:80px; 445 margin:5px 5%; 446 padding-left:5%; 447 padding-right:5%; 448 } 449 .profile-image { 450 width:48px; 451 margin:0 10px; 452 } 453 .profile-text { 454 float:none; 455 width:auto; 456 margin:0 10px 0 0; 457 } 458 .profile-text h3 { 459 font-size:18px; 460 } 461 .profile-text h3 span { 462 display:block; 463 font-size:12px; 464 } 465 .profile-acount { 466 width:100%; 467 padding:0; 468 margin:20px 0 0; 469 border:0; 470 border-top:1px solid #ddd; 471 } 472 .profile-acount li { 473 border-bottom:1px solid #ddd; 474 } 475 .profile-acount li a { 476 display:block; 477 padding:10px 20px; 478 color:#555; 479 font-size:20px; 480 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0)); 481 background: linear-gradient(top, #fff #f0f0f0); 482 background: -webkit-linear-gradient(top, #fff #f0f0f0); 483 background: -moz-linear-gradient(top, #fff #f0f0f0); 484 background: -ms-linear-gradient(top, #fff #f0f0f0); 485 background: -o-linear-gradient(top, #fff #f0f0f0); 486 } 487 .profile-acount li a:after { 488 content:"right"; 489 float:right; 490 color:#999; 491 line-height:1.7; 492 font-size:120%; 493 font-family: 'LigatureSymbols'; 494 text-shadow:0 2px 0 #fff; 495 -webkit-text-rendering: optimizeLegibility; 496 -moz-text-rendering: optimizeLegibility; 497 -ms-text-rendering: optimizeLegibility; 498 -o-text-rendering: optimizeLegibility; 499 text-rendering: optimizeLegibility; 500 -webkit-font-smoothing: antialiased; 501 -moz-font-smoothing: antialiased; 502 -ms-font-smoothing: antialiased; 503 -o-font-smoothing: antialiased; 504 font-smoothing: antialiased; 505 -webkit-font-feature-settings: "liga" 1, "dlig" 1; 506 -moz-font-feature-settings: "liga=1, dlig=1"; 507 -ms-font-feature-settings: "liga" 1, "dlig" 1; 508 -o-font-feature-settings: "liga" 1, "dlig" 1; 509 font-feature-settings: "liga" 1, "dlig" 1; 510 } 511 #copyright { 512 margin:20px 0; 513 font-size:10px; 514 } 515 } 516 517 518 519 520