|
@@ -1,7 +1,14 @@
|
|
|
-/* http://meyerweb.com/eric/tools/css/reset/
|
|
|
- v2.0 | 20110126
|
|
|
- License: none (public domain)
|
|
|
-*/
|
|
|
+/*******************************************************************************
|
|
|
+Slate Theme for GitHub Pages
|
|
|
+by Jason Costello, @jsncostello
|
|
|
+*******************************************************************************/
|
|
|
+
|
|
|
+@import url(github-light.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,
|
|
@@ -15,359 +22,404 @@ article, aside, canvas, details, embed,
|
|
|
figure, figcaption, footer, header, hgroup,
|
|
|
menu, nav, output, ruby, section, summary,
|
|
|
time, mark, audio, video {
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- font: inherit;
|
|
|
- font-size: 100%;
|
|
|
- vertical-align: baseline;
|
|
|
- border: 0;
|
|
|
+ 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;
|
|
|
-}
|
|
|
-body {
|
|
|
- line-height: 1;
|
|
|
+ display: block;
|
|
|
}
|
|
|
+
|
|
|
ol, ul {
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-blockquote, q {
|
|
|
- quotes: none;
|
|
|
-}
|
|
|
-blockquote:before, blockquote:after,
|
|
|
-q:before, q:after {
|
|
|
- content: '';
|
|
|
- content: none;
|
|
|
+ list-style: none;
|
|
|
}
|
|
|
+
|
|
|
table {
|
|
|
- border-spacing: 0;
|
|
|
- border-collapse: collapse;
|
|
|
+ border-collapse: collapse;
|
|
|
+ border-spacing: 0;
|
|
|
}
|
|
|
|
|
|
-/* LAYOUT STYLES */
|
|
|
+/*******************************************************************************
|
|
|
+Theme Styles
|
|
|
+*******************************************************************************/
|
|
|
+
|
|
|
body {
|
|
|
- font-family: 'Helvetica Neue', Helvetica, Arial, serif;
|
|
|
- font-size: 1em;
|
|
|
+ box-sizing: border-box;
|
|
|
+ color:#373737;
|
|
|
+ background: #212121;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
|
|
line-height: 1.5;
|
|
|
- color: #6d6d6d;
|
|
|
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
|
|
|
- background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
}
|
|
|
|
|
|
-a {
|
|
|
- color: #d5000d;
|
|
|
-}
|
|
|
-a:hover {
|
|
|
- color: #c5000c;
|
|
|
+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;
|
|
|
}
|
|
|
|
|
|
-header {
|
|
|
- padding-top: 35px;
|
|
|
- padding-bottom: 25px;
|
|
|
+h1 {
|
|
|
+ font-size: 36px;
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
|
|
|
-header h1 {
|
|
|
- font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif;
|
|
|
- font-size: 48px; font-weight: 900;
|
|
|
- line-height: 1.2;
|
|
|
- color: #303030;
|
|
|
- letter-spacing: -1px;
|
|
|
+h2 {
|
|
|
+ padding-bottom: 10px;
|
|
|
+ font-size: 32px;
|
|
|
+ background: url('../images/bg_hr.png') repeat-x bottom;
|
|
|
}
|
|
|
|
|
|
-header h2 {
|
|
|
+h3 {
|
|
|
font-size: 24px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1.3;
|
|
|
- color: #aaa;
|
|
|
- letter-spacing: -1px;
|
|
|
}
|
|
|
|
|
|
-#container {
|
|
|
- min-height: 595px;
|
|
|
- background: transparent url(../images/highlight-bg.jpg) 50% 0 no-repeat;
|
|
|
+h4 {
|
|
|
+ font-size: 21px;
|
|
|
}
|
|
|
|
|
|
-.inner {
|
|
|
- width: 620px;
|
|
|
- margin: 0 auto;
|
|
|
+h5 {
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
|
|
|
-#container .inner img {
|
|
|
- max-width: 100%;
|
|
|
+h6 {
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
-#downloads {
|
|
|
- margin-bottom: 40px;
|
|
|
+p {
|
|
|
+ margin: 10px 0 15px 0;
|
|
|
}
|
|
|
|
|
|
-a.button {
|
|
|
- display: block;
|
|
|
- float: left;
|
|
|
- width: 179px;
|
|
|
- padding: 12px 8px 12px 8px;
|
|
|
- margin-right: 14px;
|
|
|
- font-size: 15px;
|
|
|
- font-weight: bold;
|
|
|
- line-height: 25px;
|
|
|
- color: #303030;
|
|
|
- background: #fdfdfd; /* Old browsers */
|
|
|
- background: -moz-linear-gradient(top, #fdfdfd 0%, #f2f2f2 100%); /* FF3.6+ */
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
|
|
|
- background: -webkit-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
|
|
|
- background: -o-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* Opera 11.10+ */
|
|
|
- background: -ms-linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* IE10+ */
|
|
|
- background: linear-gradient(top, #fdfdfd 0%,#f2f2f2 100%); /* W3C */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
|
|
|
- border-top: solid 1px #cbcbcb;
|
|
|
- border-right: solid 1px #b7b7b7;
|
|
|
- border-bottom: solid 1px #b3b3b3;
|
|
|
- border-left: solid 1px #b7b7b7;
|
|
|
- border-radius: 30px;
|
|
|
- -webkit-box-shadow: 10px 10px 5px #888;
|
|
|
- -moz-box-shadow: 10px 10px 5px #888;
|
|
|
- box-shadow: 0px 1px 5px #e8e8e8;
|
|
|
- -moz-border-radius: 30px;
|
|
|
- -webkit-border-radius: 30px;
|
|
|
-}
|
|
|
-a.button:hover {
|
|
|
- background: #fafafa; /* Old browsers */
|
|
|
- background: -moz-linear-gradient(top, #fdfdfd 0%, #f6f6f6 100%); /* FF3.6+ */
|
|
|
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
|
|
|
- background: -webkit-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
|
|
|
- background: -o-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* Opera 11.10+ */
|
|
|
- background: -ms-linear-gradient(top, #fdfdfd 0%,#f6f6f6 100%); /* IE10+ */
|
|
|
- background: linear-gradient(top, #fdfdfd 0%,#f6f6f6, 100%); /* W3C */
|
|
|
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
|
|
|
- border-top: solid 1px #b7b7b7;
|
|
|
- border-right: solid 1px #b3b3b3;
|
|
|
- border-bottom: solid 1px #b3b3b3;
|
|
|
- border-left: solid 1px #b3b3b3;
|
|
|
-}
|
|
|
-
|
|
|
-a.button span {
|
|
|
- display: block;
|
|
|
- height: 23px;
|
|
|
- padding-left: 50px;
|
|
|
+footer p {
|
|
|
+ color: #f2f2f2;
|
|
|
}
|
|
|
|
|
|
-#download-zip span {
|
|
|
- background: transparent url(../images/zip-icon.png) 12px 50% no-repeat;
|
|
|
+a {
|
|
|
+ text-decoration: none;
|
|
|
+ color: #007edf;
|
|
|
+ text-shadow: none;
|
|
|
+
|
|
|
+ transition: color 0.5s ease;
|
|
|
+ transition: text-shadow 0.5s ease;
|
|
|
+ -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;
|
|
|
}
|
|
|
-#download-tar-gz span {
|
|
|
- background: transparent url(../images/tar-gz-icon.png) 12px 50% no-repeat;
|
|
|
+
|
|
|
+a:hover, a:focus {text-decoration: underline;}
|
|
|
+
|
|
|
+footer a {
|
|
|
+ color: #F2F2F2;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
-#view-on-github span {
|
|
|
- background: transparent url(../images/octocat-icon.png) 12px 50% no-repeat;
|
|
|
+
|
|
|
+em {
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
-#view-on-github {
|
|
|
- margin-right: 0;
|
|
|
+
|
|
|
+strong {
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
-code, pre {
|
|
|
- margin-bottom: 30px;
|
|
|
- font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
|
|
|
- font-size: 14px;
|
|
|
- color: #222;
|
|
|
+img {
|
|
|
+ position: relative;
|
|
|
+ margin: 0 auto;
|
|
|
+ max-width: 739px;
|
|
|
+ padding: 5px;
|
|
|
+ margin: 10px 0 10px 0;
|
|
|
+ border: 1px solid #ebebeb;
|
|
|
+
|
|
|
+ box-shadow: 0 0 5px #ebebeb;
|
|
|
+ -webkit-box-shadow: 0 0 5px #ebebeb;
|
|
|
+ -moz-box-shadow: 0 0 5px #ebebeb;
|
|
|
+ -o-box-shadow: 0 0 5px #ebebeb;
|
|
|
+ -ms-box-shadow: 0 0 5px #ebebeb;
|
|
|
}
|
|
|
|
|
|
-code {
|
|
|
- padding: 0 3px;
|
|
|
- background-color: #f2f2f2;
|
|
|
- border: solid 1px #ddd;
|
|
|
+p img {
|
|
|
+ display: inline;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ vertical-align: middle;
|
|
|
+ text-align: center;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+pre, code {
|
|
|
+ width: 100%;
|
|
|
+ color: #222;
|
|
|
+ background-color: #fff;
|
|
|
+
|
|
|
+ font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
|
|
|
+ font-size: 14px;
|
|
|
+
|
|
|
+ border-radius: 2px;
|
|
|
+ -moz-border-radius: 2px;
|
|
|
+ -webkit-border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
pre {
|
|
|
- padding: 20px;
|
|
|
+ width: 100%;
|
|
|
+ padding: 10px;
|
|
|
+ box-shadow: 0 0 10px rgba(0,0,0,.1);
|
|
|
overflow: auto;
|
|
|
- color: #f2f2f2;
|
|
|
- text-shadow: none;
|
|
|
- background: #303030;
|
|
|
}
|
|
|
+
|
|
|
+code {
|
|
|
+ padding: 3px;
|
|
|
+ margin: 0 3px;
|
|
|
+ box-shadow: 0 0 10px rgba(0,0,0,.1);
|
|
|
+}
|
|
|
+
|
|
|
pre code {
|
|
|
- padding: 0;
|
|
|
- color: #f2f2f2;
|
|
|
- background-color: #303030;
|
|
|
- border: none;
|
|
|
+ display: block;
|
|
|
+ box-shadow: none;
|
|
|
}
|
|
|
|
|
|
-ul, ol, dl {
|
|
|
+blockquote {
|
|
|
+ color: #666;
|
|
|
margin-bottom: 20px;
|
|
|
+ padding: 0 0 0 20px;
|
|
|
+ border-left: 3px solid #bbb;
|
|
|
}
|
|
|
|
|
|
|
|
|
-/* COMMON STYLES */
|
|
|
+ul, ol, dl {
|
|
|
+ margin-bottom: 15px
|
|
|
+}
|
|
|
|
|
|
-hr {
|
|
|
- height: 1px;
|
|
|
- padding-bottom: 1em;
|
|
|
- margin-top: 1em;
|
|
|
- line-height: 1px;
|
|
|
- background: transparent url('../images/hr.png') 50% 0 no-repeat;
|
|
|
- border: none;
|
|
|
+ul {
|
|
|
+ list-style-position: inside;
|
|
|
+ list-style: disc;
|
|
|
+ padding-left: 20px;
|
|
|
}
|
|
|
|
|
|
-strong {
|
|
|
+ol {
|
|
|
+ list-style-position: inside;
|
|
|
+ list-style: decimal;
|
|
|
+ padding-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+dl dt {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
-em {
|
|
|
+dl dd {
|
|
|
+ padding-left: 20px;
|
|
|
font-style: italic;
|
|
|
}
|
|
|
|
|
|
-table {
|
|
|
- width: 100%;
|
|
|
- border: 1px solid #ebebeb;
|
|
|
+dl p {
|
|
|
+ padding-left: 20px;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
|
|
|
-th {
|
|
|
- font-weight: 500;
|
|
|
+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 {
|
|
|
- font-weight: 300;
|
|
|
- text-align: center;
|
|
|
- border: 1px solid #ebebeb;
|
|
|
-}
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid #373737;
|
|
|
+ }
|
|
|
|
|
|
form {
|
|
|
- padding: 20px;
|
|
|
background: #f2f2f2;
|
|
|
-
|
|
|
+ padding: 20px;
|
|
|
}
|
|
|
|
|
|
+/*******************************************************************************
|
|
|
+Full-Width Styles
|
|
|
+*******************************************************************************/
|
|
|
|
|
|
-/* GENERAL ELEMENT TYPE STYLES */
|
|
|
-
|
|
|
-h1 {
|
|
|
- font-size: 32px;
|
|
|
+.outer {
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
-h2 {
|
|
|
- margin-bottom: 8px;
|
|
|
- font-size: 22px;
|
|
|
- font-weight: bold;
|
|
|
- color: #303030;
|
|
|
+.inner {
|
|
|
+ position: relative;
|
|
|
+ max-width: 640px;
|
|
|
+ padding: 20px 10px;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
-h3 {
|
|
|
- margin-bottom: 8px;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: bold;
|
|
|
- color: #d5000d;
|
|
|
+#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;
|
|
|
}
|
|
|
|
|
|
-h4 {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- color: #303030;
|
|
|
+#downloads {
|
|
|
+ position: absolute;
|
|
|
+ width: 210px;
|
|
|
+ z-index: 10;
|
|
|
+ bottom: -40px;
|
|
|
+ right: 0;
|
|
|
+ height: 70px;
|
|
|
+ background: url('../images/icon_download.png') no-repeat 0% 90%;
|
|
|
}
|
|
|
|
|
|
-h5 {
|
|
|
- font-size: 1em;
|
|
|
- color: #303030;
|
|
|
+.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;
|
|
|
}
|
|
|
|
|
|
-h6 {
|
|
|
- font-size: .8em;
|
|
|
- color: #303030;
|
|
|
+.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;
|
|
|
}
|
|
|
|
|
|
-p {
|
|
|
- margin-bottom: 20px;
|
|
|
- font-weight: 300;
|
|
|
+.zip_download_link:hover {
|
|
|
+ background: url(../images/sprite_download.png) no-repeat top left;
|
|
|
}
|
|
|
|
|
|
-a {
|
|
|
- text-decoration: none;
|
|
|
+.tar_download_link:hover {
|
|
|
+ background: url(../images/sprite_download.png) no-repeat top right;
|
|
|
}
|
|
|
|
|
|
-p a {
|
|
|
- font-weight: 400;
|
|
|
+#main_content_wrap {
|
|
|
+ background: #f2f2f2;
|
|
|
+ border-top: 1px solid #111;
|
|
|
+ border-bottom: 1px solid #111;
|
|
|
}
|
|
|
|
|
|
-blockquote {
|
|
|
- padding: 0 0 0 30px;
|
|
|
- margin-bottom: 20px;
|
|
|
- font-size: 1.6em;
|
|
|
- border-left: 10px solid #e9e9e9;
|
|
|
+#main_content {
|
|
|
+ padding-top: 40px;
|
|
|
}
|
|
|
|
|
|
-ul li {
|
|
|
- list-style-position: inside;
|
|
|
- list-style: disc;
|
|
|
- padding-left: 20px;
|
|
|
+#footer_wrap {
|
|
|
+ background: #212121;
|
|
|
}
|
|
|
|
|
|
-ol li {
|
|
|
- list-style-position: inside;
|
|
|
- list-style: decimal;
|
|
|
- padding-left: 3px;
|
|
|
-}
|
|
|
|
|
|
-dl dt {
|
|
|
- color: #303030;
|
|
|
-}
|
|
|
|
|
|
-footer {
|
|
|
- padding-top: 20px;
|
|
|
- padding-bottom: 30px;
|
|
|
- margin-top: 40px;
|
|
|
- font-size: 13px;
|
|
|
- color: #aaa;
|
|
|
- background: transparent url('../images/hr.png') 0 0 no-repeat;
|
|
|
-}
|
|
|
+/*******************************************************************************
|
|
|
+Small Device Styles
|
|
|
+*******************************************************************************/
|
|
|
|
|
|
-footer a {
|
|
|
- color: #666;
|
|
|
-}
|
|
|
-footer a:hover {
|
|
|
- color: #444;
|
|
|
-}
|
|
|
+@media screen and (max-width: 480px) {
|
|
|
+ body {
|
|
|
+ font-size:14px;
|
|
|
+ }
|
|
|
|
|
|
-/* MISC */
|
|
|
-.clearfix:after {
|
|
|
- display: block;
|
|
|
- height: 0;
|
|
|
- clear: both;
|
|
|
- visibility: hidden;
|
|
|
- content: '.';
|
|
|
-}
|
|
|
+ #downloads {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
|
|
|
-.clearfix {display: inline-block;}
|
|
|
-* html .clearfix {height: 1%;}
|
|
|
-.clearfix {display: block;}
|
|
|
+ .inner {
|
|
|
+ min-width: 320px;
|
|
|
+ max-width: 480px;
|
|
|
+ }
|
|
|
|
|
|
-/* #Media Queries
|
|
|
-================================================== */
|
|
|
+ #project_title {
|
|
|
+ font-size: 32px;
|
|
|
+ }
|
|
|
|
|
|
-/* Smaller than standard 960 (devices and browsers) */
|
|
|
-@media only screen and (max-width: 959px) { }
|
|
|
+ h1 {
|
|
|
+ font-size: 28px;
|
|
|
+ }
|
|
|
|
|
|
-/* Tablet Portrait size to standard 960 (devices and browsers) */
|
|
|
-@media only screen and (min-width: 768px) and (max-width: 959px) { }
|
|
|
+ h2 {
|
|
|
+ font-size: 24px;
|
|
|
+ }
|
|
|
|
|
|
-/* All Mobile Sizes (devices and browser) */
|
|
|
-@media only screen and (max-width: 767px) {
|
|
|
- header {
|
|
|
- padding-top: 10px;
|
|
|
- padding-bottom: 10px;
|
|
|
+ h3 {
|
|
|
+ font-size: 21px;
|
|
|
}
|
|
|
- #downloads {
|
|
|
- margin-bottom: 25px;
|
|
|
+
|
|
|
+ h4 {
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
- #download-zip, #download-tar-gz {
|
|
|
- display: none;
|
|
|
+
|
|
|
+ h5 {
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
- .inner {
|
|
|
- width: 94%;
|
|
|
- margin: 0 auto;
|
|
|
+
|
|
|
+ h6 {
|
|
|
+ font-size: 12px;
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
-/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
|
|
|
-@media only screen and (min-width: 480px) and (max-width: 767px) { }
|
|
|
+ code, pre {
|
|
|
+ min-width: 320px;
|
|
|
+ max-width: 480px;
|
|
|
+ font-size: 11px;
|
|
|
+ }
|
|
|
|
|
|
-/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
|
|
|
-@media only screen and (max-width: 479px) { }
|
|
|
+}
|