From: Andrea S. <asc...@us...> - 2005-08-10 23:54:18
|
Update of /cvsroot/expressions/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24433 Modified Files: about.html default.css development.html docs.html index.shtml Added Files: print.css Log Message: new print stylesheet without navigation --- NEW FILE: print.css --- body { background-color: white; } #banner { text-align: center; padding-bottom: 5px; } #banner img { border-width: 0px; } #menu { display: none; } #content { /* margin-left: 21%; */ padding: 20px; } a:link { color: #2C2F6C; } a.external:after { content:" (external link)"; } a.html-docs:after { content:" (HTML)"; } h1, h2 { font-family: sans-serif; color: #2C2F6C; } span.name { font-style: italic; } pre { background-color: #EEEEEE; border: solid 1px #DDDDDD; padding: 0.5em; width:90%; } .item { /*background-color: #DDDDDD;*/ margin-bottom: 1ex; border: 1px solid #DDDDDD; } .item .title { font-weight: bold; font-family: sans-serif; border-bottom: 1px solid #DDDDDD; background-color: #EEEEEE; } .item .date { font-size: small; background-color: #EEEEEE; } .item > div { padding: 2px; } #sflogo { border: 0px; } div.fig { border: 1px solid #DDDDDD; padding: 5px; width: 512px; text-align: center; } div.fig .caption { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; margin-top: 5px; margin-left: -5px; margin-right: -5px; margin-bottom: -5px; font-size: small; font-family: sans-serif; padding-left: 2px; text-align: left; } Index: development.html =================================================================== RCS file: /cvsroot/expressions/htdocs/development.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** development.html 19 Mar 2005 18:55:35 -0000 1.4 --- development.html 10 Aug 2005 23:53:53 -0000 1.5 *************** *** 4,8 **** <head> <title>expressions development</title> ! <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> --- 4,9 ---- <head> <title>expressions development</title> ! <link rel="stylesheet" type="text/css" media="screen" href="default.css"/> ! <link rel="stylesheet" type="text/css" media="print" href="print.css"/> </head> <body> Index: about.html =================================================================== RCS file: /cvsroot/expressions/htdocs/about.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** about.html 19 Mar 2005 18:55:35 -0000 1.4 --- about.html 10 Aug 2005 23:53:53 -0000 1.5 *************** *** 4,8 **** <head> <title>about expressions</title> ! <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> --- 4,9 ---- <head> <title>about expressions</title> ! <link rel="stylesheet" type="text/css" media="screen" href="default.css"/> ! <link rel="stylesheet" type="text/css" media="print" href="print.css"/> </head> <body> Index: docs.html =================================================================== RCS file: /cvsroot/expressions/htdocs/docs.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** docs.html 19 Mar 2005 18:55:35 -0000 1.4 --- docs.html 10 Aug 2005 23:53:53 -0000 1.5 *************** *** 4,8 **** <head> <title>expressions documentation</title> ! <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> --- 4,9 ---- <head> <title>expressions documentation</title> ! <link rel="stylesheet" type="text/css" media="screen" href="default.css"/> ! <link rel="stylesheet" type="text/css" media="print" href="print.css"/> </head> <body> Index: index.shtml =================================================================== RCS file: /cvsroot/expressions/htdocs/index.shtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.shtml 19 Mar 2005 19:07:58 -0000 1.3 --- index.shtml 10 Aug 2005 23:53:53 -0000 1.4 *************** *** 4,8 **** <head> <title>expressions</title> ! <link rel="stylesheet" type="text/css" href="default.css"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://sourceforge.net/export/rss2_projnews.php?group_id=132704&rss_fulltext=1"/> </head> --- 4,9 ---- <head> <title>expressions</title> ! <link rel="stylesheet" type="text/css" media="screen" href="default.css"/> ! <link rel="stylesheet" type="text/css" media="print" href="print.css"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://sourceforge.net/export/rss2_projnews.php?group_id=132704&rss_fulltext=1"/> </head> Index: default.css =================================================================== RCS file: /cvsroot/expressions/htdocs/default.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** default.css 19 Mar 2005 19:10:43 -0000 1.5 --- default.css 10 Aug 2005 23:53:53 -0000 1.6 *************** *** 43,47 **** content:" (HTML)"; } ! h1 { font-family: sans-serif; color: #2C2F6C; --- 43,47 ---- content:" (HTML)"; } ! h1, h2 { font-family: sans-serif; color: #2C2F6C; |