[ps-gnu-tools-commits] htdocs ps-gnu-tools.css,1.1,1.2
Status: Alpha
Brought to you by:
aothieno
|
From: Arthur O. <aot...@us...> - 2005-11-23 21:39:01
|
Update of /cvsroot/ps-gnu-tools/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32326 Modified Files: ps-gnu-tools.css Log Message: Update stylesheet with bits from http://www.gnu.org/gnu.css Index: ps-gnu-tools.css =================================================================== RCS file: /cvsroot/ps-gnu-tools/htdocs/ps-gnu-tools.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ps-gnu-tools.css 9 Nov 2005 00:34:20 -0000 1.1 +++ ps-gnu-tools.css 23 Nov 2005 21:38:38 -0000 1.2 @@ -1,5 +1,43 @@ /* * ps-gnu-tools.css: stylesheet for http://ps-gnu-tools.sourceforge.net/ + * with bits borrowed from http://www.gnu.org/gnu.css * * Updated: $Date$ $Author$ */ + +html, body { + background-color: #ffffff; + color: #000000; + font-family: sans-serif; +} + +a:link { + background-color: transparent; + color: #1f00ff; + text-decoration: underline; +} + +a:visited { + background-color: transparent; + color: #9900dd; + text-decoration: underline; +} + +a:hover { + background-color: transparent; + color: #9900dd; + text-decoration: none; +} + +img { + border: none 0; +} + +div.copyright { + font-size: 80%; + border: 2px solid #3366cc; + padding: 4px; + background: #f2f2f9; + border-style: solid; + border-width: thin; +} |