|
From: <ce...@us...> - 2004-01-07 21:03:27
|
Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv16779/style
Modified Files:
layout.css
Log Message:
Various style changes/fixes
Index: layout.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** layout.css 7 Jan 2004 08:13:24 -0000 1.2
--- layout.css 7 Jan 2004 21:03:24 -0000 1.3
***************
*** 1,97 ****
body {
! font-family: Arial, Helvetica, sans-serif;
! margin: 0;
}
#banner {
! background: black;
! background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=3);
! background-position: 5px 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 140px;
! padding: 12px;
}
#navigation {
! background: #69C;
! font-size: 9pt;
! float: left;
! margin-right: 1em;
! width: 10em;
}
#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;
}
#content {
! margin: 50px 15px 0 50px;
}
#content h2 {
! background: #0080c0;
! color: white;
! font-size: 11pt;
! padding: 1px 3px;
}
#news {
! background: #069;
! border: white 1px solid;
! color: white;
! float: right;
! font-size: 8pt;
! margin: -2.5em 2em 1em;
! padding: .25em 1em;
! width: 20em;
}
#news h2 {
! background: transparent;
! border-bottom: white 1px solid;
! font-size: 10pt;
! margin: 0 0 .5em;
! padding: .1em 0;
}
#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;
}
#news .rsslink {
! font: bold 8pt Verdana, sans-serif;
! background-color: #F60;
! border: 1px outset;
! float: right;
! padding: 0 3px;
}
--- 1,136 ----
body {
! font-family: Arial, Helvetica, sans-serif;
! margin: 0;
}
#banner {
! background: black;
! font-size: 16pt;
! font-weight: bold;
! }
! #banner #sflogo {
! background-image: url(http://sourceforge.net/sflogo.php?group_id=97094&type=3);
! position: absolute;
! margin-top: 6px;
! top: 0;
! left: 6px;
! width: 125px;
! height: 37px;
}
#banner h1 {
! background: #069 url(gradient.jpg) repeat-y;
! color: white;
! font-size: 16pt;
! font-weight: bold;
! margin: 0 0 0 140px;
! padding: 12px;
! text-align: right;
! text-shadow: 2px 3px 5px black;
}
#navigation {
! background: #69C;
! float: left;
! font-size: 9pt;
! margin-right: 1em;
! width: 10em;
! }
! #navigation :link, #navigation :visited {
! color: black;
! text-decoration: none;
! text-transform: lowercase;
! }
! #navigation :link:hover, #navigation :visited:hover {
! text-decoration: underline;
}
#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;
}
! #navigation .navheader {
! background-color: #0080C0;
! font: bold xx-small Verdana, Arial, Helvetica, sans-serif;
! padding: 3px 10px;
! }
! #navigation .navheader :link, #navigation .navheader :visited {
! color: white;
}
#content {
! font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
! margin: 2em 15px 0 11em;
! }
! #content :link, #content :visited {
! text-decoration: none;
! }
! #content :link:hover, #content :visited:hover {
! text-decoration: underline;
! }
! #content h1 {
! margin: 2em 0 0;
! text-transform: lowercase;
! vertical-align: bottom;
! }
! #content h1 :link, #content h1 :visited {
! color: black;
}
#content h2 {
! background: #0080c0;
! color: white;
! font-size: 10pt;
! padding: 1px 3px;
! }
! #content h2 :link, #content h2 :visited {
! color: white;
! text-decoration: none;
}
#news {
! background: #069;
! border: white 1px solid;
! color: white;
! float: right;
! font-size: 8pt;
! margin: -4em 2em 1em;
! padding: .25em 1em;
! width: 20em;
}
#news h2 {
! background: transparent;
! border-bottom: white 1px solid;
! font-size: 10pt;
! margin: 0 0 .5em;
! padding: .1em 0;
}
#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;
}
#news .rsslink {
! font: bold 8pt Verdana, sans-serif;
! background-color: #F60;
! border: 1px outset;
! float: right;
! padding: 0 3px;
}
|