Author: dylan
Date: 2004-12-29 14:41:22 -0500 (Wed, 29 Dec 2004)
New Revision: 452
Added:
trunk/web/css/
trunk/web/css/haver.tcss
Removed:
trunk/web/haver.tcss
Modified:
trunk/web/Makefile
Log:
moved css.
Modified: trunk/web/Makefile
===================================================================
--- trunk/web/Makefile 2004-12-29 19:39:15 UTC (rev 451)
+++ trunk/web/Makefile 2004-12-29 19:41:22 UTC (rev 452)
@@ -21,7 +21,7 @@
VALIDATE = validate
TAR = tar
SFUSER = $(shell cat ~/.sfuser)
-SVNREV = $(shell svn info|awk -F': ' '/Revision/ { print $$2 }')
+SVNREV = $(shell head -n 1 Makefile | awk '{ print $$4 }')
ifdef FAST
TT_PATH = $(shell which $(TT))
Copied: trunk/web/css/haver.tcss (from rev 450, trunk/web/haver.tcss)
Deleted: trunk/web/haver.tcss
===================================================================
--- trunk/web/haver.tcss 2004-12-29 19:39:15 UTC (rev 451)
+++ trunk/web/haver.tcss 2004-12-29 19:41:22 UTC (rev 452)
@@ -1,144 +0,0 @@
-/* vim: set syn=css: */
-
-body {
- background-color: #CCCCFF;
- font-family: Verdana, sans-serif;
-}
-
-img {
- border-style: none;
-}
-
-#title {
- background-color: #BBBBFF;
- text-align: left;
- color: #606090;
- border: 1px solid #404060;
- margin-top: 2px;
- margin-bottom: 2px;
- margin-left: 0px;
- margin-right: 0px;
- font-size: 14pt;
- font-weight: bold;
-}
-
-h1,h2,h3,h4,h5,h6 {
- color: #606090;
-}
-
-#menu {
- background-color: #BBBBFF;
- text-align: center;
- color: #606090;
- border: 1px solid #404060;
- margin-top: 2px;
- margin-bottom: 2px;
- margin-left: 0px;
- margin-right: 0px;
- font-size: 10pt;
-}
-
-#sidebar {
- background-color: #ABABEE;
- color: #606090;
- border: 1px solid #2A2A5B;
- margin-top: 0px;
- margin-bottom: 2px;
- margin-left: -1px;
- margin-right: 5px;
-/* Illegal CSS: padding-left: -1px; */
- padding-right: 5px;
-
- font-size: 10pt;
-/* float: left;*/
- text-align: left !important;
-
- min-width: 80px;
- width: 80px;
- max-width: 80px;
- height: 100%;
- vertical-align: top !important;
-}
-
-#content {
- background-color: #CCCCFF;
- padding-left: 10px;
- padding-right: 1px;
-/* margin-left: 90px;*/
- text-align: left !important;
- font-size: 8pt;
- width: 45em;
- vertical-align: top;
- /*border-width: 2px;
- border-color: red;
- border-style: solid;*/
-}
-
-
-#main {
- border-collapse: separate;
-}
-
-/*p {
- padding-top: 1px;
-}*/
-
-#bottom {
- clear: both;
- font-size: 7pt;
- margin-top: 2px;
- margin-bottom: 0px;
- margin-left: 0px;
- margin-right: 0px;
-
- background-color: #BBBBFF;
- border: 1px solid #404060;
- text-align: center;
-}
-
-#thanks {
- text-align: right;
-}
-
-a:link {
- text-decoration: none;
- color: #3010d5;
-}
-a:visited {
- text-decoration: none;
-/* color: #701080;*/
- color: #5010d5;
-}
-
-a:hover {
- text-decoration: underline;
- color: #0000FF;
-}
-
-.logo {
- padding-left: 5px;
- padding-right: 0px;
- border-style: none;
-}
-
-.nonlink {
-
-}
-
-.credits, .logos {
- padding-top: 0;
- margin-top: 0;
-}
-
-em.notice {
- color: red;
-}
-
-.code {
- border-style: dashed;
- padding: 1px .5em;
- border-width: 1px;
- background-color: #ffc;
- font-family: tt, courier, monospace;
- /*font-size: 1.1em;*/
-}