diaspora/public/stylesheets/sass/application.sass

228 lines
3.1 KiB
Sass

body
:font
:family 'helvetica', 'arial', 'sans-serif'
:padding 2em
:margin 0
a
:color #CC1E14
:text
:decoration none
&:hover
:color #CC1E14
#flash_notice,
#flash_error,
#flash_alert
:padding 5px 8px
:margin 10px 0
#flash_notice
:background-color #CFC
:border solid 1px #6C6
#flash_error,
#flash_alert
:background-color #FCC
:border solid 1px #C66
.fieldWithErrors
:display inline
.error_messages
:width 400px
:border 2px solid #CF0000
:padding 0
:padding-bottom 12px
:margin-bottom 20px
:background-color #f0f0f0
:font
:size 12px
h2
:text-align left
:padding 5px 5px 5px 15px
:margin 0
:font
:weight bold
:size 12px
:background-color #c00
:color #fff
p
:margin 8px 10px
ul
:margin 0
header
:z-index 10
:position fixed
:width 100%
:margin
:top -2em
:right -2em
:left -2em
:height 30px
:color #fff
:background
:color #1A1A21
:border
:bottom 2px solid #F2F8FC
:padding
:top 5px
#diaspora_text
:position fixed
:border none
:top 8px
:left 1em
#session_action
:position fixed
:right 1em
:font
:size 120%
:top 7px
a
:color #ccc
:border none
ul.nav
:position absolute
:padding 0
:margin 0
:width 200px
:top 100px
:font
:size 130%
li
:display block
:padding 5px 10px
:background
:color #F2F8FC
:border 1px solid #fff
&:first-child
:border-top-right-radius 5px
:border-top-left-radius 5px
&:last-child
:border-bottom-right-radius 5px
:border-bottom-left-radius 5px
a
:color #B1CFE3
#header_below
:z-index 5
:position fixed
:height 40px
:width 100%
:padding 1em
:top 40px
:top 0
:background
:color rgba( 255, 255, 255, 0.9)
:margin
:left -2em
img
:position absolute
:width 200px
:border-radius 5px
#content
:position absolute
:left 250px
:top 94px
:width 60%
:min-width 500px
:max-width 700px
ul#stream
:margin 0
:padding 0
:color #666
> li
:list-style none
:padding 1em
:border
:bottom 1px solid #f1f1f1
li.message
:line-height 140%
:font
:size 120%
:family 'Lucida Grande'
:color #999
span.from
:color #000
:font
:weight bold
:margin
:right 0.2em
div.time
:color #bababa
:font-size 70%
h1
:position relative
:font
:size 24px
:weight bold
:line-height 36px
p.description, span.description
:font
:weight 200
:family 'helvetica neue', 'lucida grande', 'sans-serif'
:color #999
:padding 0.1em
.big_number
:font
:weight bold
:size 500%
:line-height 100%
h3
:position relative
:font
:size 18px
:weight bold
#publish
input#thought
:font
:size 30px
:padding 7px
:border-radius 5px
:width 100%
:margin
:bottom 1em
form
:font
:size 130%
:margin 1em
:margin-left 0em
input
:font
:size 150%
:padding 0.2em
:max-width 100%
#user_name
a
:color #000
&:hover
:color #CC1E14
:background
:color rgba( 255, 255, 255, 0.5)