From: <js...@us...> - 2006-11-21 17:35:47
|
Revision: 5 http://svn.sourceforge.net/jcontracts/?rev=5&view=rev Author: jstuyts Date: 2006-11-21 09:21:29 -0800 (Tue, 21 Nov 2006) Log Message: ----------- Started with the site. Added Paths: ----------- trunk/site/resources/ trunk/site/resources/images/ trunk/site/resources/images/sflogo.png trunk/site/resources/stylesheets/ trunk/site/resources/stylesheets/jcontracts.css Added: trunk/site/resources/images/sflogo.png =================================================================== (Binary files differ) Property changes on: trunk/site/resources/images/sflogo.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/site/resources/stylesheets/jcontracts.css =================================================================== --- trunk/site/resources/stylesheets/jcontracts.css (rev 0) +++ trunk/site/resources/stylesheets/jcontracts.css 2006-11-21 17:21:29 UTC (rev 5) @@ -0,0 +1,200 @@ +html +{ + margin: 0; + padding: 0; +} + +body +{ + margin: 0; + padding: 0.5em; + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + background-color: #FFFFFF; + color: #000000; +} + +h1 +{ + font-weight: bold; + font-size: 200%; +} + +h2 +{ + font-weight: bold; + font-size: 160%; +} + +h3 +{ + font-weight: bold; + font-size: 120%; +} + +p +{ + width: 30em; +} + +ul +{ + width: 30em; +} + +li > p:first-child +{ + margin-top: 0; +} + +dl +{ + width: 30em; +} + +pre +{ + border-style: solid; + border-width: 0.05em; + border-color: #555555; + padding-left: 1em; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; + background-color: #FFFFFF; + color: #000000; +} + +table +{ + border-style: none; + border-width: 0; +} + +th +{ + padding: 0.2em; +} + +td, th +{ + border-style: solid; + border-top-width: 0; + border-left-width: 0; + border-right-width: 0.05em; + border-bottom-width: 0.05em; + border-color: #000000; + padding: 0.2em; +} + +td:first-child, th:first-child +{ + border-style: solid; + border-top-width: 0; + border-left-width: 0.05em; + border-right-width: 0.05em; + border-bottom-width: 0.05em; + border-color: #000000; +} + +tr:first-child > td, tr:first-child > th +{ + border-style: solid; + border-top-width: 0.05em; + border-left-width: 0; + border-right-width: 0.05em; + border-bottom-width: 0.05em; + border-color: #000000; +} + +tr:first-child > td:first-child, tr:first-child > th:first-child +{ + border-style: solid; + border-top-width: 0.05em; + border-left-width: 0.05em; + border-right-width: 0.05em; + border-bottom-width: 0.05em; + border-color: #000000; +} + +div.sourceforge-logo +{ + float: right; +} + +a:link +{ + color: #0000DD; +} + +a:visited +{ + color: #880088; +} + +img +{ + border-style: none; + border-width: 0; + vertical-align: middle; +} + +/* Javadoc */ +.TableHeadingColor +{ + background-color: #7FB8D8; +} +.TableSubHeadingColor +{ + background-color: #BFDBEB; +} +.TableRowColor +{ + background-color: #FFFFFF; +} + +.FrameTitleFont +{ + font-size: 100%; + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} +.FrameHeadingFont +{ + font-size: 90%; + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} +.FrameItemFont +{ + font-size: 90%; + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + +.NavBarCell1 +{ + background-color: #BFDBEB; +} +.NavBarCell1Rev +{ + background-color: #0072B2; +} +.NavBarFont1 +{ + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + color: #000000; +} +.NavBarFont1Rev +{ + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + color: #FFFFFF; +} + +.NavBarCell2 +{ + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + background-color: #FFFFFF; +} +.NavBarCell3 +{ + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + background-color: #FFFFFF; +} + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |