Update of /cvsroot/csseditor/htdocs/style
In directory sc8-pr-cvs1:/tmp/cvs-serv24725/style
Modified Files:
layout.css
Log Message:
Improvements to the site and style
Index: layout.css
===================================================================
RCS file: /cvsroot/csseditor/htdocs/style/layout.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** layout.css 6 Jan 2004 19:08:02 -0000 1.1
--- layout.css 7 Jan 2004 08:13:24 -0000 1.2
***************
*** 1,88 ****
! 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;
! }
--- 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;
! }
|