.anchor { visibility: hidden; padding-top: 20px; margin-top: -20px; } @media (max-width: 767px) { .navbar-static-top { margin-left: 0; margin-right: 0; } } @media (min-width: 980px) { #navbar-height { height: 60px; } .anchor { visibility: hidden; padding-top: 60px; margin-top: -60px; } } .text-upload { height: 200px; } @media (min-height: 700px) { .text-upload { height: 300px; } } @media (min-height: 800px) { .text-upload { height: 400px; } } .error h1 { font-size: 19px; } .nowrap { white-space: nowrap; } .wrap { word-break: break-word; word-wrap: normal; } code, pre, textarea { font-family: "Dejavu sans mono", Monaco, monospace; } .content { width: 100%; background: #fff; } /* Sticky footer styles * Source: http://twitter.github.io/bootstrap/examples/sticky-footer.html -------------------------------------------------- */ .footer { background-color: #f5f5f5; border-top: 1px solid #e5e5e5; /*padding: 30px 0;*/ /*margin-top: 70px;*/ text-align: center; } html, body { height: 100%; /* The html and body elements cannot have any padding or margin. */ } /* Wrapper for page content to push down footer */ #wrap { min-height: 100%; height: auto !important; height: 100%; /* Negative indent footer by it's height */ margin: 0 auto -81px; } /* Set the fixed height of the footer here */ #footer { height: 50px; font-size: 12px; padding: 15px 0; } #footer, #footer li { line-height: 12px; } /* Set to footer height + 70px "padding" */ #push { height: 120px; } /* Lastly, apply responsive CSS fixes as necessary */ @media (max-width: 767px) { #footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } } #footer p, .footer-links { margin: 4px 0; } .footer-links li { display: inline; padding: 0 2px; } .footer-links li:first-child { padding-left: 0; } .paste-container { padding-top: 40px; background: #eee; padding: 3px; width: auto; margin-left: 20px; margin-right: 20px; } .code pre { counter-reset: line-numbering; } .code {display: table; margin: 0;} .code .table-row {display: table-row;} .code .table-cell {display: table-cell;} .code pre a.linenumber { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .code pre a.linenumber::before { content: counter(line-numbering); counter-increment: line-numbering; } .code pre a.linenumber { padding: 0 6px 0 16px; text-align: right; background: #ececec; border-right: 1px solid #ddd; text-align: right; margin-left: -2px; color: #aaa; word-break: normal; } .code pre :last-child a { padding-bottom: 10px; } .code pre :first-child a { padding-top: 10px; } .code pre .table-row .line { padding-left: 10px; width: 100% } .content .highlight > pre { background-color: transparent; border: 0; border-radius: 0; margin: 0; padding: 0; font-size: 12px; line-height: 1.4; white-space: pre-wrap; word-break: break-word; word-wrap: normal; } .code { width: 100%; padding-top: 0; } .code .highlight { position: relative; padding-left: 0; } .code .highlight pre { position: relative; } .highlight_line { background: #ffffcc; } #file-info { display: none; } .ui-autocomplete { z-index: 1500; } .popover { word-break: break-word; word-wrap: normal; } .upload_history_thumbnails { margin: 0 auto; padding-bottom: 50px; } .upload_history_thumbnails img.thumb, .upload_history_thumbnails a { width: 150px; height: 150px; } .upload_history_thumbnails a { margin: 1px; display: inline-block; } .upload_history_thumbnails .marked { background: red; } .upload_history_thumbnails .marked img { opacity: 0.4; } /* highlighting theme */ .hll { background-color: #ffffcc } .c { color: #999988; font-style: italic } /* Comment */ .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .k { color: #000000; font-weight: bold } /* Keyword */ .o { color: #000000; font-weight: bold } /* Operator */ .cm { color: #999988; font-style: italic } /* Comment.Multiline */ .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */ .c1 { color: #999988; font-style: italic } /* Comment.Single */ .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .ge { color: #000000; font-style: italic } /* Generic.Emph */ .gr { color: #aa0000 } /* Generic.Error */ .gh { color: #999999 } /* Generic.Heading */ .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .go { color: #888888 } /* Generic.Output */ .gp { color: #555555 } /* Generic.Prompt */ .gs { font-weight: bold } /* Generic.Strong */ .gu { color: #aaaaaa } /* Generic.Subheading */ .gt { color: #aa0000 } /* Generic.Traceback */ .kc { color: #000000; font-weight: bold } /* Keyword.Constant */ .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */ .kn { color: #000000; font-weight: bold } /* Keyword.Namespace */ .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */ .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */ .kt { color: #445588; font-weight: bold } /* Keyword.Type */ .m { color: #009999 } /* Literal.Number */ .s { color: #d01040 } /* Literal.String */ .na { color: #008080 } /* Name.Attribute */ .nb { color: #0086B3 } /* Name.Builtin */ .nc { color: #445588; font-weight: bold } /* Name.Class */ .no { color: #008080 } /* Name.Constant */ .nd { color: #3c5d5d; font-weight: bold } /* Name.Decorator */ .ni { color: #800080 } /* Name.Entity */ .ne { color: #990000; font-weight: bold } /* Name.Exception */ .nf { color: #990000; font-weight: bold } /* Name.Function */ .nl { color: #990000; font-weight: bold } /* Name.Label */ .nn { color: #555555 } /* Name.Namespace */ .nt { color: #000080 } /* Name.Tag */ .nv { color: #008080 } /* Name.Variable */ .ow { color: #000000; font-weight: bold } /* Operator.Word */ .w { color: #bbbbbb } /* Text.Whitespace */ .mf { color: #009999 } /* Literal.Number.Float */ .mh { color: #009999 } /* Literal.Number.Hex */ .mi { color: #009999 } /* Literal.Number.Integer */ .mo { color: #009999 } /* Literal.Number.Oct */ .sb { color: #d01040 } /* Literal.String.Backtick */ .sc { color: #d01040 } /* Literal.String.Char */ .sd { color: #d01040 } /* Literal.String.Doc */ .s2 { color: #d01040 } /* Literal.String.Double */ .se { color: #d01040 } /* Literal.String.Escape */ .sh { color: #d01040 } /* Literal.String.Heredoc */ .si { color: #d01040 } /* Literal.String.Interpol */ .sx { color: #d01040 } /* Literal.String.Other */ .sr { color: #009926 } /* Literal.String.Regex */ .s1 { color: #d01040 } /* Literal.String.Single */ .ss { color: #990073 } /* Literal.String.Symbol */ .bp { color: #999999 } /* Name.Builtin.Pseudo */ .vc { color: #008080 } /* Name.Variable.Class */ .vg { color: #008080 } /* Name.Variable.Global */ .vi { color: #008080 } /* Name.Variable.Instance */ .il { color: #009999 } /* Literal.Number.Integer.Long */ /* based on https://bitbucket.org/kevinburke/markdowncss/overview */ .markdownrender { padding: 0 12px; } .markdownrender h1, .markdownrender h2, .markdownrender h3, .markdownrender h4 { color: #111111; font-weight: 400; } .markdownrender h1, .markdownrender h2, .markdownrender h3, .markdownrender h4, .markdownrender p { margin-bottom: 24px; padding: 0; } .markdownrender h1 { font-size: 2.5em; } .markdownrender h2 { font-size: 2em; margin: 24px 0 6px; } .markdownrender h3 { font-size: 1.7em; } .markdownrender h4 { font-size: 1.5em; } .markdownrender h5 { font-size: 1.3em; } .markdownrender li { line-height: 1.5em; } .markdownrender li ul, .markdownrender li ul { margin-left: 24px; } .markdownrender p, .markdownrender ul, .markdownrender ol { font-size: 0.9em; line-height: 1.5em; max-width: 740px; } .markdownrender pre { padding: 0px 24px; max-width: 800px; white-space: pre-wrap; } .markdownrender code { font-family: Consolas, Monaco, Andale Mono, monospace; line-height: 1.2em; font-size: 0.85em; } .markdownrender aside { display: block; float: right; width: 390px; } .markdownrender blockquote { border-left: 0.5em solid #d6d6d6; padding: 0 1em; margin-left:0; max-width: 676px; background: #f6f6f6; } .markdownrender blockquote cite { font-size:0.85em; line-height:1.3em; color:#bfbfbf; } .markdownrender blockquote p { color: #666; max-width: 660px; } .markdownrender hr { width: 740px; text-align: left; margin: 0 auto 0 0; color: #999; } /* tables */ table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #e6EEEE; padding-right: 20px; } table.tablesorter thead tr .header { background-image: url(../img/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; } table.tablesorter tbody td { color: #3D3D3D; vertical-align: top; } table.tablesorter thead tr .headerSortUp { background-image: url(../img/asc.gif); } table.tablesorter thead tr .headerSortDown { background-image: url(../img/desc.gif); } table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #8dbdd8; }