body { margin: 1em; line-height: 1.6; color: #333; background: #fff; font-family: 'Source Sans Pro', sans-serif; } article, header { width: 100%; margin-left: auto; margin-right: auto; } @media (min-width: 600px) { article, header { width: 60%; } } pre { font: .8em Consolas, "Liberation Mono", Menlo, Courier, monospace; padding: .5em 1.25ex; border: 1px solid #ddd; background: #f5f5f5; white-space: pre-wrap; } section code { padding: .5ex; border-radius: .5ex; background-color: #fff; } pre > code { padding: 0; background-color: #f5f5f5; } /* header */ header h1 { font-weight: bold; font-size: 1.5em; display: inline; } header h1 :link, header h1 :visited { color: #666; } header h1 sub { color: #444; font-style: oblique; font-size: small; } header .search-bar { float: right; margin-top: .5em; margin-left: 1ex; max-width: 35%; padding: .25em; font-size: .8em; background: #f5f5f5; border-radius: 1em; } .profile-icon { height: 1.6em; width: 1.6em; margin: .4em 0 .5em .15em; border: 1px solid #eee; float: left; } .icon-right { float: right; } /* content */ section { background-color: white; padding: 1ex 0; margin-bottom: .5em; border-radius: 0; border-bottom: 1px solid #eee; } section.branch-info, section.files { border: none; } section.readme { margin-top: 2em; padding: 2em 2em 4em; box-shadow: 2px 2px 10px #efefef; border: 1px #efefef solid; } section.collapse { margin-bottom: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; } h3 ~ h4 { margin-top: 1em; } a:link, a:visited { color: #08c; text-decoration: none; } a:hover { color: #005580; } hr { border: 0; border-bottom: 1px solid #eee; } /* icons */ i { font-family: Symbola, 'Apple Color Emoji', 'Android Emoji', 'Segoe UI Symbol', 'DejaVu Sans', sans-serif; font-style: inherit; } section img { max-width: 100%; } /* repo page */ .repo-title { height: 2em; } .repo-title h2 { height: 1.2em; } .bgslash { color: #888; } .petname h2, .petname h3 { float: left; } .right-bar { float: right; display: inline-block; } .right-bar .btn { margin-top: 0.2em; } input { border: 1px solid #eee;} .btn { background: #eee; border: 1px solid #e7e7e7; margin-top: .5em; padding: .3em .6em; border-radius: .7em; cursor: pointer; } .btn:hover { background: #ddd; border: 1px solid #ccc; } .name { font-size: inherit; margin-left: 1ex; width: 20em; } label { cursor: pointer; } .name-toggle { font-size: 1.3em; margin-left: .25ex; } .name-checkbox, .toggle, .tab-radio { position: absolute; opacity: 0; font-size: 0; } .name-checkbox:checked ~ h2 :last-child, .name-checkbox:checked ~ h3, .name-checkbox:not(:checked) ~ .name, .name-checkbox:not(:checked) ~ .name-btn { display: none; } .clone-url { font-size: small; border: none; border-radius: 4px; float: right; margin: 0; margin-top: 0.2rem; padding: 0 0.4rem; max-width: 50%; background-color: #eaeaea; color: #6f6f6f; } .clone-url:hover { color: #000; } nav { margin: .5em 0 1ex 0; clear: left; } nav a { border-radius: .5ex; padding: 0 1ex 0 0; display: inline-block; margin-right: .5ex; } nav a:hover { color: #333; } nav a.active { font-weight: bold; } .raw-link { float: right; display: inline-block; } .header-align { margin-top: .25em; } /* files list */ table.files { border: 1px #dedede solid; } .files td:first-child { padding: 0 1ex; } /* user page */ .user-id { float: right; font-weight: normal; font-size: small; display: inline-block; margin: 0; } h2 .user-id { padding-top: .5em; } h3 .user-id { padding-top: .25em; } /* new issue form */ .wide-input { width: 99%; display: block; font-size: inherit; line-height: inherit; } /* issues */ .issue-state { } .issue-state-open { } .issue-state-closed { color: black ; } /* issue */ .issue-status { margin-right: .75ex; border-radius: .2em; } .open { font-weight: bold; } .btn.open:hover { } .closed { } .mention-preview { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tab-links label, .tab-links a { padding: 1ex; color: #333; } #tab1:checked ~ .tab-links .tab1-link, #tab2:checked ~ .tab-links .tab2-link { text-decoration: underline; } #tab1:not(:checked) ~ .tab1, .tab2 { display: none; } .tab1, #tab2:checked ~ .tab2 { display: block; } .preview-text { border: 1px solid #c0bdba; min-height: 6em; margin: .25ex 0; padding: .25ex; } .preview-text :first-child { margin-top: 0; } .preview-text :last-child { margin-bottom: 0; } .highlight { background-color: #ff6; padding: .25ex .5ex; margin: -.25ex -.5ex; } .item-id { color: grey; line-height: 2; font-size: 10pt; } /* code and diffs */ .code { border-collapse: collapse; text-align: left; width: 100%; } .code th { font-family: sans-serif; font-size: 1.25em; padding-bottom: .5ex; } .diff-info { font-family: sans-serif; font-size: 1.25em; } .diff-hunk-header { background-color: #eee; color: grey; } .code td { padding: 0 1ex 0; } :target, .code tr:hover { background-color: #fff8d2 !important; } .code-linenum { vertical-align: top; text-align: right; color: grey; border-right: 1px solid rgba(0, 0, 0, 0.06); } .code-linenum a { color: inherit; } .code-linenum a:hover { color: #9f9999; } .code-text { white-space: pre-wrap; width: 100%; } .diff-old { background-color: #ffe2dd; } .diff-new { background-color: #d1ffd6; } .code img { max-width: 100%; } /* Pull requests */ #commits:not(:target) ~ #commits-tab, #commits:target ~ #files-tab { display: none; } #commits:not(:target) + .tab-links #files-link, #commits:target + .tab-links #commits-link { font-weight: bold; } .date-info { font-weight: normal; text-align: left; color: #666; } .compare-commits td:first-child { padding-left: 2ex; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 10em; } .commit-title { word-break: break-all; } .pr-tab-links { margin: .5em 0 0.25em; } .merge-instructions { margin-top: .5em; } #merge-instructions:not(:checked) + h4 .toggle-open, #merge-instructions:checked + h4 .toggle-closed, #merge-instructions:not(:checked) ~ .contents { display: none; } .toggle-link { color: #006eff; font-weight: normal; } .date { font-size: .8em; color: #666;} .dib { display: inline-block; } .w-100 { width: 100%; } .ml2 { margin-left: 2rem; } .float-right { float: right; } .light-grey { color: #909090; } select.custom-dropdown { -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/ -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/ -webkit-border-radius: 1rem; border: 1px #e1e1e1 solid; border-radius: 0.5rem; font-size: 1rem; padding: .1rem; width: 30%; cursor: pointer; background: #fff url(drop-down-arrow.png) no-repeat right center; background-size: 32px 32px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */ } select.custom-dropdown:active, select.custom-dropdown:hover, select.custom-dropdown:focus { outline: 0; } select.custom-dropdown optgroup { margin: 0.5rem; }