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
|
|
|
padding: 0 20px 20px 20px;
|
|
|
|
font: 9.5px/13px Lucida Grande, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-family: helvetica, arial, sans-serif;
|
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 80px;
|
|
|
|
font-weight: 900;
|
|
|
|
text-transform: lowercase;
|
|
|
|
line-height: 80px;
|
|
|
|
text-shadow: 2px 2px 2px #ccc;
|
|
|
|
margin: 20px 0 20px 0;
|
|
|
|
}
|
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;
|
|
|
|
-moz-border-radius: 9px;
|
|
|
|
border-radius: 9px;
|
2011-01-25 07:43:32 +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-25 09:05:49 +00:00
|
|
|
p { font-size: 125%; max-width: 530px; }
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
color: #00aeff;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: #0fa954;
|
|
|
|
}
|
|
|
|
a:hover, a:active {
|
|
|
|
color: #e61d5f;
|
|
|
|
}
|
2011-01-25 08:22:04 +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-24 10:36:57 +00:00
|
|
|
.tag { color: #008; }
|
|
|
|
.atn { color: #606; }
|
|
|
|
.atv { color: #080; }
|
2011-01-25 07:43:32 +00:00
|
|
|
.dec { color: #606; }
|