diff options
| author | 2013-06-16 20:28:57 +0200 | |
|---|---|---|
| committer | 2013-06-16 20:28:57 +0200 | |
| commit | 36316a6d7e81c3e73cad1362194e73a9006b0c72 (patch) | |
| tree | 3b68e5a223cd67e98c5a2d948d4da93b30198e74 /public | |
| parent | e3b3fa39d8b51bb571d2d15dafcfc94d4ab28787 (diff) | |
Implémentation des vues lecture et globale (issue #67)
Diffstat (limited to 'public')
| -rw-r--r-- | public/theme/freshrss.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 60498ad5b..345bd5252 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -298,6 +298,44 @@ color: #666; } +#stream.global { + text-align: center; +} + #stream.global .category { + display: inline-block; + width: 280px; + margin: 20px 10px; + vertical-align: top; + background: #fff; + border: 1px solid #aaa; + border-radius: 5px; + text-align: left; + box-shadow: 0 0 5px #bbb; + } + #stream.global .cat_header { + height: 35px; + padding: 0 10px; + background: #eee; + border-bottom: 1px solid #aaa; + border-radius: 5px 5px 0 0; + line-height: 35px; + font-size: 120%; + } + #stream.global .cat_header a { + color: #333; + text-shadow: 0 -1px 0px #aaa; + } + #stream.global .category .feeds { + max-height: 250px; + margin: 0; + list-style: none; + overflow: auto; + } + #stream.global .category .feeds .item { + padding: 0 10px; + font-size: 90%; + } + .content { max-width: 550px; margin: 0 auto; |
