diff options
Diffstat (limited to 'nikola/data/themes/site/assets/css/theme.css')
| -rw-r--r-- | nikola/data/themes/site/assets/css/theme.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/nikola/data/themes/site/assets/css/theme.css b/nikola/data/themes/site/assets/css/theme.css new file mode 100644 index 0000000..6b21e2e --- /dev/null +++ b/nikola/data/themes/site/assets/css/theme.css @@ -0,0 +1,27 @@ +body { margin-top: 50px;} + +#container { + width: 960px; + margin: 50 auto; +} + +#contentcolumn { + max-width: 760px; +} +#q { + width: 150px; +} + +img { + max-width: 90%; +} + +.postbox { + border-bottom: 2px solid darkgrey; + margin-bottom: 12px; +} + +.footerbox {padding: 15px; text-align: center; margin-bottom: 15px;} + +#addthisbox {top: 180px; left:10px;} + |
