Sha256: d3b759a966b23fb548b08cd5182543afd549702847a3fe84df972e4e0b38d19f

Contents?: true

Size: 1.98 KB

Versions: 3

Compression:

Stored size: 1.98 KB

Contents

/* 
    Document   : home
    Created on : 07.03.2009, 16:38:47
    Author     : davidkamphausen
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
        font-family: Helvetica;
}

hr {
    border-color:#FF9900;
    border-style:groove;
    border-width:2px;
    padding:5px;
    border-top-width:0px;
    border-right-width:0px;
}

p {
    font-size:13px;
}

div#AppSwarmBanner
{
    height:50px;
    position:fixed;
    top:0px;
    left:0px;
    background-color:#FF9900;
    width:100%;
    text-align:right;
    padding-right:15px;
    border-color:#CC7700;
    border-bottom-width:1px;
    border-bottom-style:solid;
}
div#AppSwarmBanner div#Box
{
    background-color:#FFBB00;
    position:fixed;
    right:0px;
    width:250px;
    height:15px;
    top:0px;
    border-color:#000000;
    border-width:0px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-style:solid;
    font-size:12px;
    padding-top:1px;
    padding-right:8px;
}
div#Text
{
    margin-right:20px;
    margin-top:8px;
    font-size:30px;
    font-family:Helvetica;
    float:right;
    color:#AA6600;
    position:fixed;
    top:6px;
    right:-10px;
}
div#Content
{
    margin-top:65px;
    padding-top:0px;
}



div.appButtons
{
    width:600px;
}

div.appButton
{
    width:180px;
    height:5em;
    float:left;
    border: 1px solid #0000FF;
    background-color:#AAAAFF;
    text-align:center;
    margin:5px;
    vertical-align:middle;
}

div.appButton div.title
{
    font-size:12px;
    background-color:#FFAA00;
    margin-bottom:5px;
}
div.appButton div.name
{
    font-style:italic;
}
div.appButton div.link
{
    text-align:right;
    font-size:12px;
    border:2px groove;
    margin:1px;
    margin-top:20px;
    padding:2px;
    width:6em;
    float:right;
}
div.appButton a
{
    font-style:normal;
    text-decoration:none;

}

div.endFloat
{
    clear:both;
}

Version data entries

3 entries across 1 versions & 1 rubygems

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