Create gh-pages branch via GitHub

This commit is contained in:
Gabi Melman 2015-04-10 13:13:17 +03:00
parent 8c538fba88
commit 24b1840f93
8 changed files with 509 additions and 314 deletions

BIN
images/bg_hr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 B

BIN
images/blacktocat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

BIN
images/icon_download.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 B

BIN
images/sprite_download.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,25 +1,37 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-us"> <html>
<head>
<meta charset="UTF-8">
<title>Spdlog by gabime</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Spdlog</h1>
<h2 class="project-tagline">Super fast C++ logging library.</h2>
<a href="https://github.com/gabime/spdlog" class="btn">View on GitHub</a>
<a href="https://github.com/gabime/spdlog/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/gabime/spdlog/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content"> <head>
<h1> <meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Spdlog : Super fast C++ logging library.">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Spdlog</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/gabime/spdlog">View on GitHub</a>
<h1 id="project_title">Spdlog</h1>
<h2 id="project_tagline">Super fast C++ logging library.</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/gabime/spdlog/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/gabime/spdlog/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="spdlog" class="anchor" href="#spdlog" aria-hidden="true"><span class="octicon octicon-link"></span></a>spdlog</h1> <a id="spdlog" class="anchor" href="#spdlog" aria-hidden="true"><span class="octicon octicon-link"></span></a>spdlog</h1>
<p>Very fast, header only, C++ logging library.</p> <p>Very fast, header only, C++ logging library.</p>
@ -250,16 +262,18 @@ std::ostream&amp; <span class="pl-k">operator</span>&lt;&lt;(std::ostream&amp; o
<p>spdlog can be tweaked to improve performance even more.</p> <p>spdlog can be tweaked to improve performance even more.</p>
<p>Edit <a href="include/spdlog/tweakme.h">this</a> file to disable at compile time unneeded features.</p> <p>Edit <a href="include/spdlog/tweakme.h">this</a> file to disable at compile time unneeded features.</p>
</section>
</div>
<footer class="site-footer"> <!-- FOOTER -->
<span class="site-footer-owner"><a href="https://github.com/gabime/spdlog">Spdlog</a> is maintained by <a href="https://github.com/gabime">gabime</a>.</span> <div id="footer_wrap" class="outer">
<footer class="inner">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span> <p class="copyright">Spdlog maintained by <a href="https://github.com/gabime">gabime</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer> </footer>
</div>
</section>
</body> </body>
</html> </html>

1
javascripts/main.js Normal file
View File

@ -0,0 +1 @@
console.log('This would be the main JS file.');

View File

@ -1,70 +1,70 @@
.highlight .hll { background-color: #404040 } .highlight .hll { background-color: #ffffcc }
.highlight { color: #d0d0d0 } .highlight { background: #f0f3f3; }
.highlight .c { color: #999999; font-style: italic } /* Comment */ .highlight .c { color: #0099FF; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
.highlight .g { color: #d0d0d0 } /* Generic */ .highlight .k { color: #006699; font-weight: bold } /* Keyword */
.highlight .k { color: #6ab825; font-weight: normal } /* Keyword */ .highlight .o { color: #555555 } /* Operator */
.highlight .l { color: #d0d0d0 } /* Literal */ .highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
.highlight .n { color: #d0d0d0 } /* Name */ .highlight .cp { color: #009999 } /* Comment.Preproc */
.highlight .o { color: #d0d0d0 } /* Operator */ .highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
.highlight .x { color: #d0d0d0 } /* Other */ .highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .p { color: #d0d0d0 } /* Punctuation */ .highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */ .highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .cp { color: #cd2828; font-weight: normal } /* Comment.Preproc */ .highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */ .highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
.highlight .cs { color: #e50808; font-weight: normal; background-color: #520000 } /* Comment.Special */ .highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
.highlight .gd { color: #d22323 } /* Generic.Deleted */ .highlight .go { color: #AAAAAA } /* Generic.Output */
.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ .highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
.highlight .gr { color: #d22323 } /* Generic.Error */ .highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gh { color: #ffffff; font-weight: normal } /* Generic.Heading */ .highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
.highlight .gi { color: #589819 } /* Generic.Inserted */ .highlight .gt { color: #99CC66 } /* Generic.Traceback */
.highlight .go { color: #cccccc } /* Generic.Output */ .highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
.highlight .gp { color: #aaaaaa } /* Generic.Prompt */ .highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
.highlight .gs { color: #d0d0d0; font-weight: normal } /* Generic.Strong */ .highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ .highlight .kp { color: #006699 } /* Keyword.Pseudo */
.highlight .gt { color: #d22323 } /* Generic.Traceback */ .highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
.highlight .kc { color: #6ab825; font-weight: normal } /* Keyword.Constant */ .highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
.highlight .kd { color: #6ab825; font-weight: normal } /* Keyword.Declaration */ .highlight .m { color: #FF6600 } /* Literal.Number */
.highlight .kn { color: #6ab825; font-weight: normal } /* Keyword.Namespace */ .highlight .s { color: #CC3300 } /* Literal.String */
.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */ .highlight .na { color: #330099 } /* Name.Attribute */
.highlight .kr { color: #6ab825; font-weight: normal } /* Keyword.Reserved */ .highlight .nb { color: #336666 } /* Name.Builtin */
.highlight .kt { color: #6ab825; font-weight: normal } /* Keyword.Type */ .highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
.highlight .ld { color: #d0d0d0 } /* Literal.Date */ .highlight .no { color: #336600 } /* Name.Constant */
.highlight .m { color: #3677a9 } /* Literal.Number */ .highlight .nd { color: #9999FF } /* Name.Decorator */
.highlight .s { color: #9dd5f1 } /* Literal.String */ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .na { color: #bbbbbb } /* Name.Attribute */ .highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
.highlight .nb { color: #24909d } /* Name.Builtin */ .highlight .nf { color: #CC00FF } /* Name.Function */
.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ .highlight .nl { color: #9999FF } /* Name.Label */
.highlight .no { color: #40ffff } /* Name.Constant */ .highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
.highlight .nd { color: #ffa500 } /* Name.Decorator */ .highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
.highlight .ni { color: #d0d0d0 } /* Name.Entity */ .highlight .nv { color: #003333 } /* Name.Variable */
.highlight .ne { color: #bbbbbb } /* Name.Exception */ .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
.highlight .nf { color: #447fcf } /* Name.Function */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .nl { color: #d0d0d0 } /* Name.Label */ .highlight .mf { color: #FF6600 } /* Literal.Number.Float */
.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ .highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
.highlight .nx { color: #d0d0d0 } /* Name.Other */ .highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
.highlight .py { color: #d0d0d0 } /* Name.Property */ .highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
.highlight .nt { color: #6ab825;} /* Name.Tag */ .highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
.highlight .nv { color: #40ffff } /* Name.Variable */ .highlight .sc { color: #CC3300 } /* Literal.String.Char */
.highlight .ow { color: #6ab825; font-weight: normal } /* Operator.Word */ .highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
.highlight .w { color: #666666 } /* Text.Whitespace */ .highlight .s2 { color: #CC3300 } /* Literal.String.Double */
.highlight .mf { color: #3677a9 } /* Literal.Number.Float */ .highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */ .highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */ .highlight .si { color: #AA0000 } /* Literal.String.Interpol */
.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */ .highlight .sx { color: #CC3300 } /* Literal.String.Other */
.highlight .sb { color: #9dd5f1 } /* Literal.String.Backtick */ .highlight .sr { color: #33AAAA } /* Literal.String.Regex */
.highlight .sc { color: #9dd5f1 } /* Literal.String.Char */ .highlight .s1 { color: #CC3300 } /* Literal.String.Single */
.highlight .sd { color: #9dd5f1 } /* Literal.String.Doc */ .highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
.highlight .s2 { color: #9dd5f1 } /* Literal.String.Double */ .highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
.highlight .se { color: #9dd5f1 } /* Literal.String.Escape */ .highlight .vc { color: #003333 } /* Name.Variable.Class */
.highlight .sh { color: #9dd5f1 } /* Literal.String.Heredoc */ .highlight .vg { color: #003333 } /* Name.Variable.Global */
.highlight .si { color: #9dd5f1 } /* Literal.String.Interpol */ .highlight .vi { color: #003333 } /* Name.Variable.Instance */
.highlight .sx { color: #ffa500 } /* Literal.String.Other */ .highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
.highlight .sr { color: #9dd5f1 } /* Literal.String.Regex */
.highlight .s1 { color: #9dd5f1 } /* Literal.String.Single */ .type-csharp .highlight .k { color: #0000FF }
.highlight .ss { color: #9dd5f1 } /* Literal.String.Symbol */ .type-csharp .highlight .kt { color: #0000FF }
.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */ .type-csharp .highlight .nf { color: #000000; font-weight: normal }
.highlight .vc { color: #40ffff } /* Name.Variable.Class */ .type-csharp .highlight .nc { color: #2B91AF }
.highlight .vg { color: #40ffff } /* Name.Variable.Global */ .type-csharp .highlight .nn { color: #000000 }
.highlight .vi { color: #40ffff } /* Name.Variable.Instance */ .type-csharp .highlight .s { color: #A31515 }
.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */ .type-csharp .highlight .sc { color: #A31515 }

View File

@ -1,245 +1,425 @@
* { /*******************************************************************************
box-sizing: border-box; } Slate Theme for GitHub Pages
by Jason Costello, @jsncostello
*******************************************************************************/
@import url(pygment_trac.css);
/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*******************************************************************************
Theme Styles
*******************************************************************************/
body { body {
padding: 0; box-sizing: border-box;
margin: 0; color:#373737;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; background: #212121;
font-size: 16px; font-size: 16px;
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
line-height: 1.5; line-height: 1.5;
color: #606c71; } -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-weight: 700;
color:#222222;
font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
letter-spacing: -1px;
}
h1 {
font-size: 36px;
font-weight: 700;
}
h2 {
padding-bottom: 10px;
font-size: 32px;
background: url('../images/bg_hr.png') repeat-x bottom;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
margin: 10px 0 15px 0;
}
footer p {
color: #f2f2f2;
}
a { a {
color: #1e6bb8;
text-decoration: none; }
a:hover {
text-decoration: underline; }
.btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
.btn + .btn {
margin-left: 1rem; }
.btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none; text-decoration: none;
background-color: rgba(255, 255, 255, 0.2); color: #007edf;
border-color: rgba(255, 255, 255, 0.3); } text-shadow: none;
@media screen and (min-width: 64em) { transition: color 0.5s ease;
.btn { transition: text-shadow 0.5s ease;
padding: 0.75rem 1rem; } } -webkit-transition: color 0.5s ease;
-webkit-transition: text-shadow 0.5s ease;
-moz-transition: color 0.5s ease;
-moz-transition: text-shadow 0.5s ease;
-o-transition: color 0.5s ease;
-o-transition: text-shadow 0.5s ease;
-ms-transition: color 0.5s ease;
-ms-transition: text-shadow 0.5s ease;
}
@media screen and (min-width: 42em) and (max-width: 64em) { a:hover, a:focus {text-decoration: underline;}
.btn {
padding: 0.6rem 0.9rem;
font-size: 0.9rem; } }
@media screen and (max-width: 42em) { footer a {
.btn { color: #F2F2F2;
display: block; text-decoration: underline;
width: 100%; }
padding: 0.75rem;
font-size: 0.9rem; }
.btn + .btn {
margin-top: 1rem;
margin-left: 0; } }
.page-header { em {
color: #fff; font-style: italic;
text-align: center; }
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957); }
@media screen and (min-width: 64em) { strong {
.page-header { font-weight: bold;
padding: 5rem 6rem; } } }
@media screen and (min-width: 42em) and (max-width: 64em) { img {
.page-header { position: relative;
padding: 3rem 4rem; } } margin: 0 auto;
max-width: 739px;
padding: 5px;
margin: 10px 0 10px 0;
border: 1px solid #ebebeb;
@media screen and (max-width: 42em) { box-shadow: 0 0 5px #ebebeb;
.page-header { -webkit-box-shadow: 0 0 5px #ebebeb;
padding: 2rem 1rem; } } -moz-box-shadow: 0 0 5px #ebebeb;
-o-box-shadow: 0 0 5px #ebebeb;
-ms-box-shadow: 0 0 5px #ebebeb;
}
.project-name { p img {
margin-top: 0;
margin-bottom: 0.1rem; }
@media screen and (min-width: 64em) {
.project-name {
font-size: 3.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-name {
font-size: 2.25rem; } }
@media screen and (max-width: 42em) {
.project-name {
font-size: 1.75rem; } }
.project-tagline {
margin-bottom: 2rem;
font-weight: normal;
opacity: 0.7; }
@media screen and (min-width: 64em) {
.project-tagline {
font-size: 1.25rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) {
.project-tagline {
font-size: 1.15rem; } }
@media screen and (max-width: 42em) {
.project-tagline {
font-size: 1rem; } }
.main-content :first-child {
margin-top: 0; }
.main-content img {
max-width: 100%; }
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: normal;
color: #159957; }
.main-content p {
margin-bottom: 1em; }
.main-content code {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
color: #383e41;
background-color: #f3f6fa;
border-radius: 0.3rem; }
.main-content pre {
padding: 0.8rem;
margin-top: 0;
margin-bottom: 1rem;
font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
color: #567482;
word-wrap: normal;
background-color: #f3f6fa;
border: solid 1px #dce6f0;
border-radius: 0.3rem; }
.main-content pre > code {
padding: 0;
margin: 0;
font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
background: transparent;
border: 0; }
.main-content .highlight {
margin-bottom: 1rem; }
.main-content .highlight pre {
margin-bottom: 0;
word-break: normal; }
.main-content .highlight pre, .main-content pre {
padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem; }
.main-content pre code, .main-content pre tt {
display: inline; display: inline;
max-width: initial;
padding: 0;
margin: 0; margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0; }
.main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after {
content: normal; }
.main-content ul, .main-content ol {
margin-top: 0; }
.main-content blockquote {
padding: 0 1rem;
margin-left: 0;
color: #819198;
border-left: 0.3rem solid #dce6f0; }
.main-content blockquote > :first-child {
margin-top: 0; }
.main-content blockquote > :last-child {
margin-bottom: 0; }
.main-content table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all; }
.main-content table th {
font-weight: bold; }
.main-content table th, .main-content table td {
padding: 0.5rem 1rem;
border: 1px solid #e9ebec; }
.main-content dl {
padding: 0; }
.main-content dl dt {
padding: 0;
margin-top: 1rem;
font-size: 1rem;
font-weight: bold; }
.main-content dl dd {
padding: 0;
margin-bottom: 1rem; }
.main-content hr {
height: 2px;
padding: 0; padding: 0;
margin: 1rem 0; vertical-align: middle;
background-color: #eff0f1; text-align: center;
border: 0; } border: none;
}
@media screen and (min-width: 64em) { pre, code {
.main-content { width: 100%;
max-width: 64rem; color: #222;
padding: 2rem 6rem; background-color: #fff;
margin: 0 auto;
font-size: 1.1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
.main-content { font-size: 14px;
padding: 2rem 4rem;
font-size: 1.1rem; } }
@media screen and (max-width: 42em) { border-radius: 2px;
.main-content { -moz-border-radius: 2px;
padding: 2rem 1rem; -webkit-border-radius: 2px;
font-size: 1rem; } } }
.site-footer { pre {
padding-top: 2rem; width: 100%;
margin-top: 2rem; padding: 10px;
border-top: solid 1px #eff0f1; } box-shadow: 0 0 10px rgba(0,0,0,.1);
overflow: auto;
}
.site-footer-owner { code {
padding: 3px;
margin: 0 3px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
pre code {
display: block; display: block;
font-weight: bold; } box-shadow: none;
}
.site-footer-credits { blockquote {
color: #819198; } color: #666;
margin-bottom: 20px;
padding: 0 0 0 20px;
border-left: 3px solid #bbb;
}
@media screen and (min-width: 64em) {
.site-footer {
font-size: 1rem; } }
@media screen and (min-width: 42em) and (max-width: 64em) { ul, ol, dl {
.site-footer { margin-bottom: 15px
font-size: 1rem; } } }
@media screen and (max-width: 42em) { ul {
.site-footer { list-style-position: inside;
font-size: 0.9rem; } } list-style: disc;
padding-left: 20px;
}
ol {
list-style-position: inside;
list-style: decimal;
padding-left: 20px;
}
dl dt {
font-weight: bold;
}
dl dd {
padding-left: 20px;
font-style: italic;
}
dl p {
padding-left: 20px;
font-style: italic;
}
hr {
height: 1px;
margin-bottom: 5px;
border: none;
background: url('../images/bg_hr.png') repeat-x center;
}
table {
border: 1px solid #373737;
margin-bottom: 20px;
text-align: left;
}
th {
font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
padding: 10px;
background: #373737;
color: #fff;
}
td {
padding: 10px;
border: 1px solid #373737;
}
form {
background: #f2f2f2;
padding: 20px;
}
/*******************************************************************************
Full-Width Styles
*******************************************************************************/
.outer {
width: 100%;
}
.inner {
position: relative;
max-width: 640px;
padding: 20px 10px;
margin: 0 auto;
}
#forkme_banner {
display: block;
position: absolute;
top:0;
right: 10px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
font-weight: 700;
box-shadow: 0 0 10px rgba(0,0,0,.5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#header_wrap {
background: #212121;
background: -moz-linear-gradient(top, #373737, #212121);
background: -webkit-linear-gradient(top, #373737, #212121);
background: -ms-linear-gradient(top, #373737, #212121);
background: -o-linear-gradient(top, #373737, #212121);
background: linear-gradient(top, #373737, #212121);
}
#header_wrap .inner {
padding: 50px 10px 30px 10px;
}
#project_title {
margin: 0;
color: #fff;
font-size: 42px;
font-weight: 700;
text-shadow: #111 0px 0px 10px;
}
#project_tagline {
color: #fff;
font-size: 24px;
font-weight: 300;
background: none;
text-shadow: #111 0px 0px 10px;
}
#downloads {
position: absolute;
width: 210px;
z-index: 10;
bottom: -40px;
right: 0;
height: 70px;
background: url('../images/icon_download.png') no-repeat 0% 90%;
}
.zip_download_link {
display: block;
float: right;
width: 90px;
height:70px;
text-indent: -5000px;
overflow: hidden;
background: url(../images/sprite_download.png) no-repeat bottom left;
}
.tar_download_link {
display: block;
float: right;
width: 90px;
height:70px;
text-indent: -5000px;
overflow: hidden;
background: url(../images/sprite_download.png) no-repeat bottom right;
margin-left: 10px;
}
.zip_download_link:hover {
background: url(../images/sprite_download.png) no-repeat top left;
}
.tar_download_link:hover {
background: url(../images/sprite_download.png) no-repeat top right;
}
#main_content_wrap {
background: #f2f2f2;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
}
#main_content {
padding-top: 40px;
}
#footer_wrap {
background: #212121;
}
/*******************************************************************************
Small Device Styles
*******************************************************************************/
@media screen and (max-width: 480px) {
body {
font-size:14px;
}
#downloads {
display: none;
}
.inner {
min-width: 320px;
max-width: 480px;
}
#project_title {
font-size: 32px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
code, pre {
min-width: 320px;
max-width: 480px;
font-size: 11px;
}
}