Updated UrJTAG dsssl stylesheet and CSS stylesheet to display SF logo

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@987 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent 9c8052ef7d
commit a8842c8bf8

@ -107,6 +107,12 @@
(define %generate-article-titlepage% #t)
(define %generate-article-toc% #t) ;; make TOC
; === Stylesheet ===
(define %stylesheet% "UrJTAG.css") ;; Name of the stylesheet to use
(define %stylesheet-type% "text/css") ;; The type of the stylesheet to use
</STYLE-SPECIFICATION-BODY>
</STYLE-SPECIFICATION>

@ -0,0 +1,17 @@
body {
color:black;
background-color: #f0fff0;
font-family:Arial,Helvetica,sans-serif;
}
.top { background-color:#a0d0a0 }
a { text-decoration:underline; color:#007800 }
.nodeco { text-decoration: none }
.NAVFOOTER
{
padding-right: 150px;
background-image: url(http://sflogo.sourceforge.net/sflogo.php?group_id=193266&type=2);
background-repeat:no-repeat;
background-position: right;
}

@ -40,7 +40,7 @@
<table border="0" cellspacing="4" cellpadding="4">
<tr><td><a class="nodeco" href="http://sourceforge.net/project/showfiles.php?group_id=193266">Downloads</a></td></tr>
<tr><td><a class="nodeco" href="book/">Documentation</a></td></tr>
<tr><td><a class="nodeco" href="book/index.html">Documentation</a></td></tr>
<tr><td><a class="nodeco" href="http://sourceforge.net/forum/forum.php?forum_id=682993">Forum</a></td></tr>
<tr><td><a class="nodeco" href="http://sourceforge.net/mail/?group_id=193266">Mailing Lists</a>
<tr><td><a class="nodeco" href="http://sourceforge.net/projects/urjtag/">SF Project Data</a></td></tr>

Loading…
Cancel
Save