2011-12-14 14:10:16 +00:00
|
|
|
body {
|
2011-12-28 16:10:40 +00:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
2011-12-14 14:10:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Following styles created with http://www.gridlover.net/; */
|
|
|
|
|
|
|
|
body {
|
2012-01-05 20:10:25 +00:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
code, pre {
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 0 3px 2px;
|
|
|
|
font-family: Monaco, Andale Mono, Courier New, monospace;
|
|
|
|
font-size: 12px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
background-color: #fee9cc;
|
|
|
|
color: rgba(0, 0, 0, 0.75);
|
|
|
|
padding: 1px 3px;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
display: block;
|
|
|
|
padding: 8.5px;
|
|
|
|
margin: 0 0 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 12px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
white-space: pre;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2011-12-14 14:10:16 +00:00
|
|
|
}
|
|
|
|
article {
|
2011-12-28 16:10:40 +00:00
|
|
|
max-width: 644px;
|
2011-12-14 14:10:16 +00:00
|
|
|
margin: auto;
|
|
|
|
}
|
2011-12-14 15:45:09 +00:00
|
|
|
.title {
|
|
|
|
font-weight: bold;
|
2011-12-14 14:10:16 +00:00
|
|
|
font-size: 62px;
|
|
|
|
line-height: 81px;
|
|
|
|
}
|
2011-12-14 15:45:09 +00:00
|
|
|
h1 {
|
2011-12-14 14:10:16 +00:00
|
|
|
font-size: 33px;
|
|
|
|
line-height: 54px;
|
|
|
|
margin-top: 54px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
2011-12-14 15:45:09 +00:00
|
|
|
h2 {
|
2011-12-14 14:10:16 +00:00
|
|
|
font-size: 25px;
|
|
|
|
line-height: 27px;
|
|
|
|
margin-top: 27px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
p, ul {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
2011-12-14 15:45:09 +00:00
|
|
|
.small, aside {
|
2011-12-14 14:10:16 +00:00
|
|
|
font-size: 13px;
|
2012-01-03 11:10:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-01-05 20:10:25 +00:00
|
|
|
a.linkExternal::before {
|
|
|
|
content: "\27a0";
|
|
|
|
}
|
|
|
|
|
2012-01-03 11:10:50 +00:00
|
|
|
a:hover {
|
|
|
|
background-color: #00e;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2012-01-05 20:10:25 +00:00
|
|
|
a.linkExternal {
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.linkInternalResolves {
|
2012-01-03 11:10:50 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-01-05 20:10:25 +00:00
|
|
|
|
|
|
|
a.linkInternalMissing {
|
|
|
|
font-style: italic;
|
|
|
|
}
|