Sha256: 2b20e4a7365a90cca97a65e71288f7e03f2fa2ac1e177a47ef40780fa2dfaf74

Contents?: true

Size: 1.71 KB

Versions: 2

Compression:

Stored size: 1.71 KB

Contents

/* 
    Document   : menu
    Created on : 07.03.2009, 16:53:16
    Author     : davidkamphausen
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#Menu
{
    position:fixed;
    top:0px;
    left:0px;
    padding:0px;
    padding-top:20px;
    margin:0px;
    background-color:#FFBB00;
    border-left-width:0px;
    border-right-width:1px;
    border-bottom-width:0px;
    border-top-width:0px;
    border-color:#000000;
    border-style:solid;

}

div#Menu a
{
    color:#000000;
    text-decoration:none;
}

div#MenuHor
{
    position:fixed;
    top:50px;
    left:0px;
    width:100%;
    height:8px;
    border-top-color:#AA5500;
    border-top-width:1px;
    border-bottom-color:#AA5500;
    border-bottom-width:1px;
    border-style:solid;
    border-left-width:0px;
    border-right-width:0px;
    background-color:#7777BB;
}

div#Menu div.MenuItem
{
    float:left;
    padding:2px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:0px;
    border-color:#000000;
    border-style:solid;
    background-color:#FF9900;

}
div#Menu div.Separator
{
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:1px;
    border-color:#000000;
    border-style:solid;
    background-color:#FFBB00;
    float:left;
    width:10px;
    padding:2px;
}

div#Menu div.LastSeparator
{
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:1px;
    border-color:#000000;
    border-style:solid;
    float:left;
    padding:2px;
    width:300px;
}


div#Menu div:hover
{
    color:#3333FF;
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
appswarm-0.0.1 apps/wiki/static/menu.css
appswarm-0.0.1 templates/web/appswarm/static/menu.css