diff options
author | Johan Berggren <jbn@nordu.net> | 2012-05-14 16:01:47 +0200 |
---|---|---|
committer | Johan Berggren <jbn@nordu.net> | 2012-05-14 16:01:47 +0200 |
commit | 284d7ff340ba5b008657606eb9e2d5afaad7a9a2 (patch) | |
tree | 923bc3934860d07ae63d15f9e5336a7dc39c2e76 /site-media/css | |
parent | 59b22883948f01152da795bf802aa0d60ec9a12e (diff) |
Prep for new UI
Diffstat (limited to 'site-media/css')
-rw-r--r-- | site-media/css/style2.css | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/site-media/css/style2.css b/site-media/css/style2.css new file mode 100644 index 0000000..f641cf6 --- /dev/null +++ b/site-media/css/style2.css @@ -0,0 +1,82 @@ +body { + color: #333; +} + +#header { + background: #333; + height:45px; + padding-top:15px; + border-bottom: 5px solid #333; +} + +.hero-unit.profile { + background:#f9f9f9; + padding:40px; +} + +.well.group { + background: #fff; + box-shadow:none; + padding-top:7px; + padding-bottom:7px; + margin-bottom: 10px; + height:50px; +} + +.well.group:hover { + background: #f9f9f9; +} + +.white-link, .white-link:hover { + color:#fff; +} + +.left { + float:left; +} + +.right { + float:right; +} + +textarea { + width:330px; +} + +.quiet { + color:#999; +} + +.shadow { + box-shadow: 1px 1px 3px #888; +} + +.well.comment { + background:#fff; + left:auto; +} + +.well.share { + background: #fff; + border:1px solid silver; + left:auto; +} + +.well.collection { + background: #fff; + border:1px solid silver; +} + +.small { + font-size:0.9em; +} + +#timeline { + height: 250px; + border: 1px solid silver; + background: #fff; +} + +.nav-tabs > .active > a, .nav-tabs > .active > a:hover { + background-color: #f5f5f5; +} |