Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv7369/style
Added Files:
gradient.jpg layout.css
Log Message:
Initial checkin of the revised home page
--- NEW FILE: gradient.jpg ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: layout.css ---
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
#banner {
background: black;
background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=1);
background-position: 15px 50%;
background-repeat: no-repeat;
}
#banner h1 {
background: #069 url(gradient.jpg) repeat-y;
color: white;
font-size: 16pt;
font-weight: bold;
text-align: right;
margin: 0 0 0 115px;
padding: 12px;
}
#navigation {
background: #69C;
font-size: 9pt;
position: absolute;
height: 100%;
width: 225px;
}
#navigation ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#navigation li {
background: #90C8FF;
border-bottom: #CFFFFF 1px solid;
padding: 3px 10px;
}
#navigation li :link, #navigation li :visited {
color: black;
text-decoration: none;
text-transform: lowercase;
}
#navigation li a.sflink:hover {
text-decoration: underline;
}
#news {
background: #069;
border: white 1px solid;
color: white;
float: right;
font-size: 8pt;
margin: -2.5em 2em 1em;
padding: .25em 1em;
width: 250px;
}
#news h3 {
border-bottom: white 1px solid;
font-size: 10pt;
margin: 0 0 .5em;
}
#news hr {
display: none;
}
#news :link, #news :visited {
font-weight: bold;
color: white;
text-decoration: none;
}
#news div {
margin-top: .5em;
}
#news div :link, #news div :visited {
font-size: 8pt;
font-weight: normal;
margin-bottom: 1em;
}
#content {
margin: 50px 15px 0 250px;
}
#content h2 {
background: #0080c0;
color: white;
font-size: 11pt;
padding: 1px 3px;
}
|