diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-19 17:04:54 +0200 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-19 17:05:26 +0200 |
| commit | 722d6a5f1776fcd60f5528afbd16e7e3f6fadd33 (patch) | |
| tree | 8bdafd0b071f712a2f43b410db98aa46eff9eaf8 /_static/styles.css | |
| parent | fe11be5338018e34f40479a03c888f89481eeb98 (diff) | |
| download | alpine-mksite-722d6a5f1776fcd60f5528afbd16e7e3f6fadd33.tar.bz2 alpine-mksite-722d6a5f1776fcd60f5528afbd16e7e3f6fadd33.tar.xz | |
frontpage: add a wide bar at top of article
Diffstat (limited to '_static/styles.css')
| -rw-r--r-- | _static/styles.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_static/styles.css b/_static/styles.css index 3d20c0f..3f91b0e 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -19,6 +19,20 @@ body { float: left; } +.widebar { + margin: 0 -500% 4em; + padding: 0.5em 500%; +// background: #e8f1f6; + + background: #d3e5ef; + background: -moz-linear-gradient(#e3f5ff 10%, #d3e5ef 70%, #b3c5cf); /* For Firefox 3.6 to 15 */ + background: linear-gradient(#e3f5ff 10%, #d3e5ef 70%, #b3c5cf); /* Standard syntax (must be last) */ + + border-style: none none solid none; + border-color: #8db2c5; + +} + // primary: 006190 22485A 002E44 55B5E3 99CBE3 // complementary: E47A00 8E6535 6C3A00 F8B05D F8D3A8 @@ -96,6 +110,7 @@ h4 { font-size: 1.1em; } code, pre { font-size: 1.1em } pre { margin-left: 2em; } +p { clear: both; } .left { float: left; } .right { float: right; } @@ -112,5 +127,7 @@ footer { color: white; padding: 0.7em; text-align: center; + clear: both; + margin-top: 5em; } |
