Sha256: 5bb46c59ce2cfb536ed85a8c97d3714b313e445efb5d1ed31c17d8743f48d7fe

Contents?: true

Size: 1.5 KB

Versions: 8

Compression:

Stored size: 1.5 KB

Contents

/**
 * Stylesheet used for the layout of most elements.
 *
 * @author Yorick Peterse
 * @link   http://yorickpeterse.com/
 */
#container
{
    margin:  20px auto;
    width:   940px;
}

#content
{
    background:    #fff;
    border:        1px solid #ddd;
    padding:       20px;
    width:         898px;
}

/* Top part of the website, contains the title and the navigation menu */
#top
{
    background:    #E33F1E;
    height:        70px;
    margin-bottom: 20px;
    padding:       0px 10px;
}

    #top header h1
    {
        color:       #fff;
        font-size:   38px;
        margin:      10px 0px 0px 0px;
        padding:     0px;
    }

    #top nav ul
    {
        float:        right;
        margin-right: 15px;
    }

        #top nav ul li
        {
            float:           left;
            font-size:       16px;
            list-style-type: none;
            margin-right:    10px;
        }

        #top nav ul li:last-child
        {
            margin-right: 0px;
        }

            #top nav ul li a
            {
                color:           #fff;
                display:         block;
                height:          45px;
                padding:         25px 10px 0px 10px;
                text-decoration: none;
            }

            #top nav ul li a:hover
            {
                background: #D43919;
            }

/* Footer at the bottom of the page */
#footer
{
    text-align: center;
}

    #footer p
    {
        font-size:     13px;
        margin-bottom: 10px;
    }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ramaze-2023.01.06 lib/proto/public/css/layout.css
ramaze-2012.12.08 lib/proto/public/css/layout.css
ramaze-2012.12.08b lib/proto/public/css/layout.css
ramaze-2012.04.14 lib/proto/public/css/layout.css
ramaze-2012.03.07 lib/proto/public/css/layout.css
ramaze-2011.12.28 lib/proto/public/css/layout.css
ramaze-2011.10.23 lib/proto/public/css/layout.css
ramaze-2011.07.25 lib/proto/public/css/layout.css