diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-05 01:22:18 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-05 01:22:18 -0500 |
| commit | bf178382eca98280c5525f51363f734abce0cf6b (patch) | |
| tree | 3a07b4adc563a16d7a486a9f137a7f1745a00d96 /StoneIsland/www/css | |
| parent | 4a04a1129fffd1e128e53ba7886777c8d7b36b55 (diff) | |
story view
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index ec945f65..58c45468 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -1,17 +1,38 @@ .story #story { display: block } -#content.story { overflow: scroll } #story { display: none; } +#story .links { + margin: 0; + text-align: center; +} +#story .links li { + padding: 10px; + list-style-type: none; + display: inline-block; +} +#story .links li:before { + content: ' | ', +} +#story .links li:first-child:before { + content: '', +} +#story .links li.active { + font-weight: bold; +} +#story .content > div { + display: none; +} +#story .content div.active { + display: block; +} .hub #hub { display: block } -#content.hub { overflow: scroll } #hub { display: none; } .archive #archive { display: block } -#content.archive { overflow: scroll } #archive { display: none; }
\ No newline at end of file |
