123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909 |
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- nav,
- sec,
- summary {
- display: block
- }
- audio,
- canvas,
- video {
- display: inline-block;
- *display: inline;
- *zoom: 1
- }
- audio:not([controls]) {
- display: none
- }
- [hidden] {
- display: none
- }
- html {
- font-size: 100%;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%
- }
- html,
- button,
- input,
- select,
- textarea {
- font-family: sans-serif
- }
- body {
- margin: 0
- }
- a:focus {
- outline: thin dotted
- }
- a:hover,
- a:active {
- outline: 0
- }
- h1 {
- font-size: 2em;
- margin: 0.67em 0
- }
- h2 {
- font-size: 1.5em;
- margin: 0.83em 0
- }
- h3 {
- font-size: 1.17em;
- margin: 1em 0
- }
- h4 {
- font-size: 1em;
- margin: 1.33em 0
- }
- h5 {
- font-size: 0.83em;
- margin: 1.67em 0
- }
- h6 {
- font-size: 0.75em;
- margin: 2.33em 0
- }
- abbr[title] {
- border-bottom: 1px dotted
- }
- b,
- strong {
- font-weight: bold
- }
- blockquote {
- margin: 1em 40px
- }
- dfn {
- font-style: italic
- }
- mark {
- background: #ff0;
- color: #000
- }
- p,
- pre {
- margin: 1em 0
- }
- pre,
- code,
- kbd,
- samp {
- font-family: monospace, serif;
- _font-family: 'courier new', monospace;
- font-size: 1em
- }
- q {
- quotes: none
- }
- q:before,
- q:after {
- content: '';
- content: none
- }
- small {
- font-size: 75%
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline
- }
- sup {
- top: -0.5em
- }
- sub {
- bottom: -0.25em
- }
- dl,
- menu,
- ol,
- ul {
- margin: 1em 0
- }
- dd {
- margin: 0 0 0 40px
- }
- menu,
- ol,
- ul {
- padding: 0 0 0 40px
- }
- nav ul,
- nav ol {
- list-style: none;
- list-style-image: none
- }
- img {
- border: 0;
- -ms-interpolation-mode: bicubic
- }
- svg:not(:root) {
- overflow: hidden
- }
- figure {
- margin: 0
- }
- form {
- margin: 0
- }
- fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em
- }
- legend {
- border: 0;
- padding: 0;
- white-space: normal;
- *margin-left: -7px
- }
- button,
- input,
- select,
- textarea {
- font-size: 100%;
- margin: 0;
- vertical-align: baseline;
- *vertical-align: middle
- }
- button,
- input {
- line-height: normal
- }
- button,
- input[type="button"],
- input[type="reset"],
- input[type="submit"] {
- cursor: pointer;
- -webkit-appearance: button;
- *overflow: visible
- }
- button[disabled],
- input[disabled] {
- cursor: default
- }
- input[type="checkbox"],
- input[type="radio"] {
- box-sizing: border-box;
- padding: 0;
- *height: 13px;
- *width: 13px
- }
- input[type="search"] {
- -webkit-appearance: textfield;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box
- }
- input[type="search"]::-webkit-search-decoration,
- input[type="search"]::-webkit-search-cancel-button {
- -webkit-appearance: none
- }
- button::-moz-focus-inner,
- input::-moz-focus-inner {
- border: 0;
- padding: 0
- }
- textarea {
- overflow: auto;
- vertical-align: top
- }
- table {
- border-collapse: collapse;
- border-spacing: 0
- }
- .highlight table td {
- padding: 5px
- }
- .highlight table pre {
- margin: 0
- }
- .highlight,
- .highlight .w {
- color: #d0d0d0
- }
- .highlight .err {
- color: #151515;
- background-color: #ac4142
- }
- .highlight .c,
- .highlight .cd,
- .highlight .cm,
- .highlight .c1,
- .highlight .cs {
- color: #888
- }
- .highlight .cp {
- color: #f4bf75
- }
- .highlight .nt {
- color: #f4bf75
- }
- .highlight .o,
- .highlight .ow {
- color: #d0d0d0
- }
- .highlight .p,
- .highlight .pi {
- color: #d0d0d0
- }
- .highlight .gi {
- color: #90a959
- }
- .highlight .gd {
- color: #ac4142
- }
- .highlight .gh {
- color: #6a9fb5;
- font-weight: bold
- }
- .highlight .k,
- .highlight .kn,
- .highlight .kp,
- .highlight .kr,
- .highlight .kv {
- color: #aa759f
- }
- .highlight .kc {
- color: #d28445
- }
- .highlight .kt {
- color: #d28445
- }
- .highlight .kd {
- color: #d28445
- }
- .highlight .s,
- .highlight .sb,
- .highlight .sc,
- .highlight .sd,
- .highlight .s2,
- .highlight .sh,
- .highlight .sx,
- .highlight .s1 {
- color: #90a959
- }
- .highlight .sr {
- color: #75b5aa
- }
- .highlight .si {
- color: #8f5536
- }
- .highlight .se {
- color: #8f5536
- }
- .highlight .nn {
- color: #f4bf75
- }
- .highlight .nc {
- color: #f4bf75
- }
- .highlight .no {
- color: #f4bf75
- }
- .highlight .na {
- color: #6a9fb5
- }
- .highlight .m,
- .highlight .mf,
- .highlight .mh,
- .highlight .mi,
- .highlight .il,
- .highlight .mo,
- .highlight .mb,
- .highlight .mx {
- color: #90a959
- }
- .highlight .ss {
- color: #90a959
- }
- body {
- font: 14px/22px 'Quattrocento Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
- color: #666;
- font-weight: 300;
- margin: 0px;
- padding: 0px 0 20px 0px;
- background: #eae6d1
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: #333;
- margin: 0 0 10px
- }
- p,
- ul,
- ol,
- table,
- pre,
- dl {
- margin: 0 0 20px
- }
- ol.nested {
- margin: 0 0 0
- }
- h1,
- h2,
- h3 {
- line-height: 1.1
- }
- a {
- color: #3399cc;
- font-weight: 400;
- text-decoration: none
- }
- a small {
- font-size: 11px;
- color: #666;
- margin-top: -0.6em;
- display: block
- }
- a.white {
- color: white;
- }
- strong {
- font-weight: bold;
- color: #333
- }
- .wrapper {
- width: 800px;
- margin: 0 auto;
- position: relative
- }
- sec img {
- max-width: 100%
- }
- blockquote {
- border-left: 1px solid #ffcc00;
- margin: 0;
- padding: 0 0 0 20px;
- font-style: italic
- }
- code {
- font-family: 'Lucida Sans', Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
- font-size: 13px;
- color: #efefef;
- text-shadow: 0px 1px 0px #000;
- margin: 0 4px;
- padding: 2px 6px;
- background: #333;
- border-radius: 2px
- }
- pre {
- padding: 8px 15px;
- background: #333333;
- border-radius: 3px;
- border: 1px solid #c7c7c7;
- overflow: auto;
- overflow-y: hidden
- }
- pre code {
- margin: 0px;
- padding: 0px
- }
- table {
- width: 100%;
- border-collapse: collapse
- }
- th {
- text-align: left;
- padding: 5px 10px;
- border-bottom: 1px solid #e5e5e5;
- color: #444
- }
- td {
- text-align: left;
- padding: 5px 10px;
- border-bottom: 1px solid #e5e5e5;
- border-right: 1px solid #ffcc00
- }
- td:first-child {
- border-left: 1px solid #ffcc00
- }
- hr {
- border: 0;
- outline: none;
- height: 11px;
- background: transparent center center repeat-x;
- margin: 0 0 20px
- }
- hr.fatline {
- color: yellow;
- background-color: #336699;
- height: 4px;
- margin-right: 0;
- text-align: right;
- border: 1px dashed black;
- }
- hr.thinline {
- background-color: #336699;
- height: 1px;
- margin-right: 0;
- text-align: right;
- }
- dt {
- color: #444;
- font-weight: 700
- }
- header {
- padding: 25px 20px 40px 20px;
- margin: 0;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100%;
- text-align: center;
- background: #4276b6;
- box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.75);
- z-index: 99;
- -webkit-font-smoothing: antialiased;
- min-height: 76px
- }
- header h1 {
- font: 40px/48px 'Copse', "Helvetica Neue", Helvetica, Arial, sans-serif;
- color: #f3f3f3;
- text-shadow: 0px 2px 0px #235796;
- margin: 0px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- -ms-text-overflow: ellipsis
- }
- header p {
- color: #d8d8d8;
- text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
- margin: 0px
- }
- #banner {
- z-index: 100;
- left: 0;
- right: 50%;
- height: 50px;
- margin-right: -382px;
- position: fixed;
- top: 115px;
- background: #1876dfff;
- border: 1px solid #00000000;
- box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
- border-radius: 0px 2px 2px 0px;
- padding-right: 10px
- }
- #banner .button {
- border: 1px solid #dba500;
- background: linear_gradient(#ffe788, #ffce38);
- border-radius: 2px;
- box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.1);
- background-color: #FFE788;
- margin-left: 5px;
- padding: 10px 12px;
- margin-top: 6px;
- line-height: 14px;
- font-size: 14px;
- color: #333;
- font-weight: bold;
- display: inline-block;
- text-align: center
- }
- #banner .button:hover {
- background: linear_gradient(#ffe788, #ffe788);
- background-color: #ffeca0
- }
- #banner .fork {
- position: fixed;
- left: 50%;
- margin-left: -325px;
- padding: 10px 12px;
- margin-top: 6px;
- line-height: 14px;
- font-size: 14px;
- background-color: #FFE788
- }
- #banner .downloads {
- float: right;
- margin: 0 45px 0 0
- }
- #banner .downloads span {
- float: left;
- line-height: 52px;
- font-size: 90%;
- color: #9d7f0d;
- text-transform: uppercase;
- text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0
- }
- #banner ul {
- list-style: none;
- height: 40px;
- padding: 0;
- float: left;
- margin-left: 10px
- }
- #banner ul li {
- display: inline
- }
- #banner ul li a.button {
- background-color: #FFE788
- }
- #banner #logo {
- position: absolute;
- height: 36px;
- width: 36px;
- right: 7px;
- top: 7px;
- display: block;
- }
- .navWrapper {
- margin-top: 190px;
- position: relative
- }
- sec {
- width: 800px;
- padding: 30px 30px 50px 30px;
- margin: 20px 0;
- margin-top: 190px;
- position: relative;
- background: #fbfbfb;
- border-radius: 3px;
- border: 1px solid #cbcbcb;
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09), inset 0px 0px 2px 2px rgba(255, 255, 255, 0.5), inset 0 0 5px 5px rgba(255, 255, 255, 0.4)
- }
- navigationContainer {
- width: 75%;
- padding: 30px 30px 50px 30px;
- margin: 0 auto;
- display: block;
- background: #fbfbfb;
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09), inset 0px 0px 2px 2px rgba(255, 255, 255, 0.5), inset 0 0 5px 5px rgba(255, 255, 255, 0.4)
- }
- small {
- font-size: 12px
- }
- nav {
- width: 230px;
- position: fixed;
- top: 220px;
- left: 50%;
- margin-left: -580px;
- text-align: right
- }
- nav ul {
- list-style: none;
- list-style-image: none;
- font-size: 14px;
- line-height: 24px
- }
- nav ul li {
- padding: 5px 0px;
- line-height: 16px
- }
- nav ul li.tag-h1 {
- font-size: 1.2em
- }
- nav ul li.tag-h1 a {
- font-weight: bold;
- color: #333
- }
- nav ul li.tag-h2+.tag-h1 {
- margin-top: 10px
- }
- nav ul a {
- color: #666
- }
- nav ul a:hover {
- color: #999
- }
- footer {
- width: 180px;
- position: fixed;
- left: 50%;
- margin-left: -530px;
- bottom: 20px;
- text-align: right;
- line-height: 16px
- }
- @media print,
- screen and (max-width: 1060px) {
- div.wrapper {
- width: auto;
- margin: 0
- }
- nav {
- display: none
- }
- header,
- sec,
- footer {
- float: none
- }
- header h1,
- sec h1,
- footer h1 {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- -ms-text-overflow: ellipsis
- }
- #banner {
- width: 100%
- }
- #banner .downloads {
- margin-right: 60px
- }
- #banner #logo {
- margin-right: 15px
- }
- sec {
- border: 1px solid #e5e5e5;
- border-width: 1px 0;
- padding: 20px auto;
- margin: 190px auto 20px;
- max-width: 600px
- }
- footer {
- text-align: center;
- margin: 20px auto;
- position: relative;
- left: auto;
- bottom: auto;
- width: auto
- }
- }
- @media print,
- screen and (max-width: 720px) {
- body {
- word-wrap: break-word
- }
- header {
- padding: 20px 20px;
- margin: 0
- }
- header h1 {
- font-size: 32px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- -ms-text-overflow: ellipsis
- }
- header p {
- display: none
- }
- #banner {
- top: 80px
- }
- #banner .fork {
- float: left;
- display: inline-block;
- margin-left: 0px;
- position: fixed;
- left: 20px
- }
- sec {
- margin-top: 130px;
- margin-bottom: 0px;
- width: auto
- }
- header ul,
- header p.view {
- position: static
- }
- }
- @media print,
- screen and (max-width: 480px) {
- header {
- position: relative;
- padding: 5px 0px;
- min-height: 0px
- }
- header h1 {
- font-size: 24px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- -o-text-overflow: ellipsis;
- -ms-text-overflow: ellipsis
- }
- sec {
- margin-top: 5px
- }
- #banner {
- display: none
- }
- header ul {
- display: none
- }
- }
- @media print {
- body {
- padding: 0.4in;
- font-size: 12pt;
- color: #444
- }
- }
- @media print,
- screen and (max-height: 680px) {
- footer {
- text-align: center;
- margin: 20px auto;
- position: relative;
- left: auto;
- bottom: auto;
- width: auto
- }
- }
- @media print,
- screen and (max-height: 480px) {
- nav {
- display: none
- }
- footer {
- text-align: center;
- margin: 20px auto;
- position: relative;
- left: auto;
- bottom: auto;
- width: auto
- }
- }
|