2011-01-25 09:05:49 +00:00
|
|
|
* {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2011-01-25 07:43:32 +00:00
|
|
|
body {
|
2011-01-25 09:05:49 +00:00
|
|
|
font: 9.5px/13px Lucida Grande, sans-serif;
|
2011-01-26 23:25:40 +00:00
|
|
|
padding: 0 20px 20px 20px;
|
2011-01-25 09:05:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2011-01-25 22:16:30 +00:00
|
|
|
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
|
2011-01-25 09:05:49 +00:00
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 80px;
|
2011-01-25 22:16:30 +00:00
|
|
|
font-weight: 800;
|
2011-01-25 09:05:49 +00:00
|
|
|
text-transform: lowercase;
|
|
|
|
line-height: 80px;
|
2011-01-27 02:45:34 +00:00
|
|
|
margin: 20px 0 20px 0;
|
2011-01-25 09:05:49 +00:00
|
|
|
}
|
2011-01-25 07:43:32 +00:00
|
|
|
|
2011-01-25 09:05:49 +00:00
|
|
|
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 img {
|
|
|
|
width: 45px;
|
|
|
|
height: 45px;
|
2011-01-27 02:45:34 +00:00
|
|
|
margin-bottom: 8px;
|
2011-01-25 07:43:32 +00:00
|
|
|
}
|
|
|
|
|
2011-01-26 01:55:59 +00:00
|
|
|
h2 {
|
2011-01-27 02:45:34 +00:00
|
|
|
margin-top: 30px;
|
2011-01-26 23:36:23 +00:00
|
|
|
font-size: 18px;
|
2011-01-27 02:45:34 +00:00
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#helvetica-demo {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 800;
|
|
|
|
height: 300;
|
|
|
|
z-index: -1;
|
2011-01-26 01:55:59 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 02:59:29 +00:00
|
|
|
pre {
|
2011-01-25 09:05:49 +00:00
|
|
|
margin: 20px 0 20px 0;
|
|
|
|
padding: 15px;
|
|
|
|
background-color: #222;
|
|
|
|
max-width: 500px;
|
|
|
|
font: 10px Monaco, monospace;
|
2011-01-24 10:36:57 +00:00
|
|
|
}
|
|
|
|
|
2011-01-27 02:45:34 +00:00
|
|
|
p, ul {
|
|
|
|
font-size: 125%;
|
|
|
|
max-width: 530px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul#desc {
|
|
|
|
list-style: circle;
|
|
|
|
font-size: 100%;
|
|
|
|
max-width: 380px;
|
|
|
|
}
|
2011-01-25 09:05:49 +00:00
|
|
|
|
|
|
|
a:link {
|
|
|
|
color: #00aeff;
|
|
|
|
}
|
2011-01-27 02:45:34 +00:00
|
|
|
|
2011-01-25 09:05:49 +00:00
|
|
|
a:visited {
|
|
|
|
color: #0fa954;
|
|
|
|
}
|
2011-01-27 02:45:34 +00:00
|
|
|
|
2011-01-25 22:16:30 +00:00
|
|
|
a:hover {
|
2011-01-25 09:05:49 +00:00
|
|
|
color: #e61d5f;
|
|
|
|
}
|
2011-01-27 02:45:34 +00:00
|
|
|
|
2011-01-25 22:16:30 +00:00
|
|
|
a:active {
|
|
|
|
color: #54396e;
|
|
|
|
}
|
2011-01-25 08:22:04 +00:00
|
|
|
|
2011-01-26 02:15:20 +00:00
|
|
|
footer {
|
2011-01-27 02:45:34 +00:00
|
|
|
background-color: #eee;
|
|
|
|
width: 510px;
|
|
|
|
padding: 10px;
|
2011-01-26 02:15:20 +00:00
|
|
|
}
|
|
|
|
|
2011-01-27 02:45:34 +00:00
|
|
|
pre a:link,
|
|
|
|
pre a:visited,
|
|
|
|
pre a:active {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre a:hover {
|
|
|
|
color: #e61d5f;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font: 10px Monaco, monospace;
|
2011-01-26 00:58:52 +00:00
|
|
|
}
|
|
|
|
|
2011-01-27 02:45:34 +00:00
|
|
|
code strong {
|
|
|
|
font-weight: normal;
|
|
|
|
color: #e61d5f;
|
2011-01-26 00:58:52 +00:00
|
|
|
}
|
|
|
|
|
2011-01-24 10:36:57 +00:00
|
|
|
/* SPAN elements with the classes below are added by prettyprint. */
|
2011-01-25 07:43:32 +00:00
|
|
|
.str { color: #0fa954; }
|
|
|
|
.kwd { color: #e61d5f; }
|
|
|
|
.com { color: #555; }
|
2011-01-24 10:36:57 +00:00
|
|
|
.typ { color: #606; }
|
2011-01-25 07:43:32 +00:00
|
|
|
.lit { color: #00aeff; }
|
|
|
|
.pun, .opn, .clo { color: #777; }
|
|
|
|
.pln { color: #ccc; }
|
2011-01-26 01:55:59 +00:00
|
|
|
.tag { color: #555; }
|
|
|
|
.atn { color: #555; }
|
|
|
|
.atv { color: #777; }
|
2011-01-25 07:43:32 +00:00
|
|
|
.dec { color: #606; }
|