stuart: doc/www/src default.css,NONE,1.1

cvs at intevation.de cvs at intevation.de
Mon Jun 7 17:19:19 CEST 2004


Author: stuart

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv23688

Added Files:
	default.css 
Log Message:
New stylesheet for the website.


--- NEW FILE: default.css ---
body {
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    background: url('images/bg_lines.png');
}

img {
    border: 0;
}

.logo {
    text-align: center;
}

a:hover {
    color: #000;
    background: #ccf;
}

#logo {
    text-align: center;
}

/* Menu container */
#menu {
    position: absolute;
    right: 0;
    margin: 1em;
    width: 250px;
}

/* Menu box header */
.mbh {
    background: #00c;
    font-weight: bold;
    color: #fff;
    text-align: left;
    padding-left: .5em;
    white-space: nowrap;
    margin-bottom: 0;
}

/* Menu box body */
.mbox {
    border-top: .5em solid #99f;
    border-bottom: .5em solid #99f;
    background: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    padding: .5em;
}

/* Content container */
#content {
    position: absolute;
    margin: 1em;
    left: 0;
    right: 260px;
}

/* Content box header */
.cbh {
    font-size: 200%;
    font-weight: bold;
    background: #ddf;
    padding-left: .5em;
    border-bottom: .5em solid #00d;
}

/* Content box body */
.cbox {
    background: #eee;
    padding: .5em;
}

#footer {
    border-bottom: 2px solid #00d;
    border-top: 2px solid #00d;
    font-size: 75%;
    text-align: center;
    background: #ddf;
}





More information about the commits mailing list