[Openupload-svn-update] SF.net SVN: openupload:[207] web
Status: Beta
Brought to you by:
tsdogs
|
From: <rl...@us...> - 2008-12-14 03:28:56
|
Revision: 207
http://openupload.svn.sourceforge.net/openupload/?rev=207&view=rev
Author: rlelek
Date: 2008-12-14 03:28:52 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
-- Now XHTML 1.0 Strict Compliant --
Also added specific directories for JavaScript and CSS
The relative file names for the home page are:
- js/main.js
- css/main.css
Added Paths:
-----------
web/css/
web/css/main.css
Added: web/css/main.css
===================================================================
--- web/css/main.css (rev 0)
+++ web/css/main.css 2008-12-14 03:28:52 UTC (rev 207)
@@ -0,0 +1,96 @@
+body {
+ font-family: Helvetica, Arial;
+ font-size: 11pt;
+ background-color: #fdfdfd;
+}
+
+img {
+ border: 0px;
+}
+
+#header {
+ height: 115px;
+ border-bottom: 2px solid #ee7625;
+}
+#logo {
+ float: left;
+}
+#sponsors {
+ float: right;
+}
+#container {
+ clear: both;
+}
+#menu {
+ float: left;
+ width: 200px;
+}
+#menu ul {
+ margin-top: 0px;
+ list-style:none;
+ padding: 0px;
+}
+#menu li {
+ padding-right: 8px;
+ padding-left: 15px;
+ padding-bottom: 20px;
+ margin-top: 0px;
+}
+#content {
+ margin-left: 200px;
+ margin-top: 20px;
+}
+.section {
+ margin-bottom: 30px;
+}
+.title {
+ font-size: 14pt;
+ font-weight: bold;
+ margin-bottom: 2px;
+ border-bottom: 1px solid #ee7625;
+}
+.text {
+ text-align: justify;
+}
+#footer {
+ position: fixed;
+ bottom: 0px;
+ height: 20px;
+ width: 100%;
+ font-weight: bold;
+ font-size: 9pt;
+ border-top: 1px solid #000000;
+ text-align: center;
+ background-color: #ffffff;
+}
+#footer a {
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 9pt;
+ text-decoration: none;
+}
+#footer a:visited {
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 9pt;
+ text-decoration: none;
+}
+a {
+ font-size: 11pt;
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 11pt;
+ text-decoration: none;
+}
+a:visited {
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 11pt;
+ text-decoration: none;
+}
+a:hover {
+ color: #4c8dff;
+ font-weight: bold;
+ font-size: 11pt;
+ text-decoration: none;
+}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|