/* codetube
 *  Copyright (C) 2011 payload payload@lavabit.com
 *  Copyright (C) 2011 dodo dodo.the.last@gmail.com
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Affero General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU Affero General Public License for more details.
 *
 *  You should have received a copy of the GNU Affero General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>
 */

.project-item
    width  head-title-w
    border-bottom 0.1em dotted color-med
    ul.btns
        font-size   small-font-size
        font-weight bold
        text-shadow rgba(0,0,0,0.4) 0.1em 0.1em 0.05em

        background    color-darker

        display       inline
        float         right
        padding       0.2em 0
        border-radius 0.3em
        box-shadow    inset 0 0 0.4em rgba(0,0,0,0.5)

        li
            display inline
            padding 0.2em
            border-radius: 0.3em
            a
                border-radius 0.2em
                padding       0 0.2em
                color         color-med
            a:hover
                text-shadow      none
                color            color-darker
                background-color color-med
                box-shadow       0 0 0.4em black
        div
            display inline
    .name
        display inline
        .project
            font-weight bold
        //.owner
    .description
        font-family   mono-font-family
        margin-top    0.4pt*font-size
        border-radius project-item-border-radius
        line-height   = 1.2pt*font-size
        line-height   line-height
        height        2pt*line-height
        padding 0pt 4pt

