1 /*******************************************************************************
2 Slate Theme for GitHub Pages
3 by Jason Costello, @jsncostello
4 *******************************************************************************/
6 @import url(pygment_trac.css);
8 /*******************************************************************************
10 *******************************************************************************/
12 html, body, div, span, applet, object, iframe,
13 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
14 a, abbr, acronym, address, big, cite, code,
15 del, dfn, em, img, ins, kbd, q, s, samp,
16 small, strike, strong, sub, sup, tt, var,
18 dl, dt, dd, ol, ul, li,
19 fieldset, form, label, legend,
20 table, caption, tbody, tfoot, thead, tr, th, td,
21 article, aside, canvas, details, embed,
22 figure, figcaption, footer, header, hgroup,
23 menu, nav, output, ruby, section, summary,
24 time, mark, audio, video {
29 vertical-align: baseline;
32 /* HTML5 display-role reset for older browsers */
33 article, aside, details, figcaption, figure,
34 footer, header, hgroup, menu, nav, section {
43 border-collapse: collapse;
47 /*******************************************************************************
49 *******************************************************************************/
52 box-sizing: border-box;
56 font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
58 -webkit-font-smoothing: antialiased;
61 h1, h2, h3, h4, h5, h6 {
65 font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
77 background: url('../images/bg_hr.png') repeat-x bottom;
97 margin: 10px 0 15px 0;
105 text-decoration: none;
109 transition: color 0.5s ease;
110 transition: text-shadow 0.5s ease;
111 -webkit-transition: color 0.5s ease;
112 -webkit-transition: text-shadow 0.5s ease;
113 -moz-transition: color 0.5s ease;
114 -moz-transition: text-shadow 0.5s ease;
115 -o-transition: color 0.5s ease;
116 -o-transition: text-shadow 0.5s ease;
117 -ms-transition: color 0.5s ease;
118 -ms-transition: text-shadow 0.5s ease;
121 a:hover, a:focus {text-decoration: underline;}
125 text-decoration: underline;
141 margin: 10px 0 10px 0;
142 border: 1px solid #ebebeb;
144 box-shadow: 0 0 5px #ebebeb;
145 -webkit-box-shadow: 0 0 5px #ebebeb;
146 -moz-box-shadow: 0 0 5px #ebebeb;
147 -o-box-shadow: 0 0 5px #ebebeb;
148 -ms-box-shadow: 0 0 5px #ebebeb;
155 vertical-align: middle;
163 background-color: #fff;
165 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
169 -moz-border-radius: 2px;
170 -webkit-border-radius: 2px;
176 box-shadow: 0 0 10px rgba(0,0,0,.1);
183 box-shadow: 0 0 10px rgba(0,0,0,.1);
195 border-left: 3px solid #bbb;
209 list-style: decimal inside;
231 background: url('../images/bg_hr.png') repeat-x center;
235 border: 1px solid #373737;
241 font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
249 border: 1px solid #373737;
257 /*******************************************************************************
259 *******************************************************************************/
278 padding: 10px 50px 10px 10px;
280 background: url('../images/blacktocat.png') #0090ff no-repeat 95% 50%;
282 box-shadow: 0 0 10px rgba(0,0,0,.5);
283 border-bottom-left-radius: 2px;
284 border-bottom-right-radius: 2px;
289 background: -moz-linear-gradient(top, #373737, #212121);
290 background: -webkit-linear-gradient(top, #373737, #212121);
291 background: -ms-linear-gradient(top, #373737, #212121);
292 background: -o-linear-gradient(top, #373737, #212121);
293 background: linear-gradient(top, #373737, #212121);
296 #header_wrap .inner {
297 padding: 50px 10px 30px 10px;
305 text-shadow: #111 0px 0px 10px;
313 text-shadow: #111 0px 0px 10px;
323 background: url('../images/icon_download.png') no-repeat 0% 90%;
331 text-indent: -5000px;
333 background: url(../images/sprite_download.png) no-repeat bottom left;
341 text-indent: -5000px;
343 background: url(../images/sprite_download.png) no-repeat bottom right;
347 .zip_download_link:hover {
348 background: url(../images/sprite_download.png) no-repeat top left;
351 .tar_download_link:hover {
352 background: url(../images/sprite_download.png) no-repeat top right;
357 border-top: 1px solid #111;
358 border-bottom: 1px solid #111;
371 /*******************************************************************************
373 *******************************************************************************/
375 @media screen and (max-width: 480px) {