First part of the tutorial. Many explanations missing but it's a start.

This commit is contained in:
Armin Ronacher 2010-04-15 02:21:46 +02:00
parent c4f5c2fb9a
commit 1246f4088a
9 changed files with 394 additions and 14 deletions

View file

@ -181,6 +181,13 @@ a.headerlink:hover {
div.body p, div.body dd, div.body li {
line-height: 1.5em;
}
div.admonition {
border: 1px solid #ddd;
background: white;
-webkit-box-shadow: 2px 2px 1px #d8d8d8;
-moz-box-shadow: 2px 2px 1px #d8d8d8;
}
div.admonition p.admonition-title + p {
display: inline;
@ -222,6 +229,11 @@ pre, tt {
font-size: 0.9em;
}
img.screenshot {
-webkit-box-shadow: 4px 4px 3px #cdcdcd;
-moz-box-shadow: 4px 4px 3px #cdcdcd;
}
tt.descname, tt.descclassname {
font-size: 0.95em;
-webkit-box-shadow: none;