Remove old web site to replace with the new web site from JABA_r1 branch
[jabaws.git] / website / ws.css
diff --git a/website/ws.css b/website/ws.css
deleted file mode 100644 (file)
index 965d8e9..0000000
+++ /dev/null
@@ -1,259 +0,0 @@
-\r
-#banner { background-color:white; }\r
-\r
-/*\r
-See index.html banner commented out code for an example of use \r
-.uniicon { overflow: hidden; display:inline; padding:0; margin:0; float:right; position:relative; top:1em; } \r
-.uniicon a img {border:none;} \r
-*/\r
-#panel { width:150px; background:url("images/panel_bg.gif") repeat-y ; float:left;\r
-       font-family:Verdana, Arial, Helvetica, sans-serif;\r
- }\r
-\r
-#content { margin-left:157px; border-bottom:solid 1px #6994af; }\r
-\r
-#page { margin: 0.4em;}\r
-\r
-#copyright { text-align:right; \r
-                        color:#999999; \r
-                        font-family:Verdana, Arial, Helvetica, sans-serif;\r
-                        font-size:smaller;\r
-                        line-height:1em;\r
- }\r
-\r
-#wrapper { background:url("images/panel_bg.gif") repeat-y left top; margin:0; padding:0; }\r
-\r
-ul {\r
-       list-style-type: circle;\r
-}\r
-\r
-#panel a:link, #panel a:visited {\r
-           text-decoration: none;\r
-               display:block;\r
-               line-height: 1em;\r
-               padding:10px;\r
-               color:#000000; \r
-        }\r
-        \r
-#panel a:hover {\r
-           background-color: transparent;\r
-           text-decoration: underline;\r
-       }\r
-\r
-#panel a.selected {\r
- text-decoration:underline; \r
- font-weight:bolder;\r
-}\r
-\r
-\r
-#panel #submenu a {\r
-margin-left: 1.5em;\r
-margin-left: 20px;\r
-padding: 5px; \r
-}\r
-\r
-strong {\r
-       font-weight:bold;\r
-       color:#003366;\r
-}\r
-\r
-pre {\r
-       font-family:Arial, Helvetica, sans-serif;\r
-}\r
-\r
-p { \r
-       line-height: 1.4em;\r
-}\r
\r
-.hightlight { \r
-font-style:italic;\r
-font-family:"Courier New", Courier, monospace;\r
-}\r
-\r
-\r
-/*\r
-.about {\r
-border-left: solid 4px #006633;\r
-border-left-style:ridged;\r
-padding-left: 1em;\r
-}*/\r
-\r
-\r
-.code { \r
-       color:black;\r
-       background-color:#F5F5F5;\r
-       font-family:"Courier New",Courier,monospace;\r
-       font-style:normal;\r
-       margin:1em 0;\r
-       padding: 0.5em;\r
-       border: 1px dashed black;\r
-       display:block;\r
-}\r
-\r
-.box { \r
-       color:black;\r
-       background-color:#F5F5F5;\r
-       font-family:Arial, Helvetica, sans-serif;\r
-       font-style:normal;\r
-       margin:1em 0;\r
-       padding: 0.5em;\r
-       border: 1px solid black;\r
-       display:block;\r
-}\r
-\r
-.u { text-decoration: underline; }\r
-/* .headeru { text-shadow: #CCCCCC 15px -14px 2px;}  font-size-adjust:+0.7 */\r
-/*.headeru { text-shadow:  1px 0 black, 0 -1px black;}  */\r
-.headeru { \r
-               text-shadow:0 1px 3px black;\r
-               border-bottom: 1px solid white;\r
-} \r
-/* .headeru { border-bottom:1px solid white; }  */\r
-\r
-#banner h1 { \r
-       font-family:Helvetica, Arial, sans-serif;\r
-       white-space:nowrap;\r
-    color: white;\r
-       font-weight:bold;\r
-       text-shadow:0 1px 3px #100F0E;\r
-    font-size: 27px;\r
-}\r
-\r
-h3 {border-bottom: 1px solid grey; margin-top: 2em; }\r
-\r
-#headtitle { margin:0; text-align:center; color:#003b62; font-weight:600;} \r
-\r
-h2 {margin:1.8em 0 0 0; color:#003b62; font-weight:600;}\r
-\r
-/* Table styles */\r
-\r
-#wrapper table {\r
-       border-collapse: collapse; \r
-       border: 1px solid #666;\r
-       margin: 20px 0 20px 0;\r
-       width: 100%;\r
-}\r
-#wrapper th, #wrapper td {\r
-       margin: 2px 4px 2px 4px;\r
-       padding: 0 5px;\r
-       text-align: left;\r
-       vertical-align: top;\r
-       border: 1px solid #666;\r
-}\r
-\r
-#wrapper table caption {\r
-       font: 1.5em Georgia, "Times New Roman", Times, serif; \r
-       padding: 1em;\r
-       background-color: #9c9;\r
-}\r
-\r
-\r
-#wrapper tr {\r
-        background-color: #eee; \r
-}\r
-\r
-#wrapper tr:nth-child(odd) {\r
-        background-color: #ccc; \r
-}\r
-\r
-\r
-span.directory {\r
-background: transparent url(images/dir.gif) no-repeat scroll left center;\r
-color:#666666;\r
-font-family:"Courier New",Courier,monospace;\r
-font-style:normal;\r
-padding:0 0 0 15px;\r
-}\r
-\r
-.attention { \r
-color:#993333;\r
-}\r
-\r
-/* open/closed box related styles */\r
-\r
-.source { \r
-       border:1px solid #858789;\r
-       display:block;\r
-       margin:26px 0;\r
-       overflow:visible;\r
-}\r
-\r
-/* OPEN state styles */\r
-.source .body {\r
-       background:#F5F5F5 none repeat scroll right 0;\r
-       color:#434546;\r
-       padding:7px 15px;\r
-/*     white-space:pre-wrap; */\r
-       white-space:normal;\r
-/*     word-wrap:break-word; # this prop does not exits*/\r
-}\r
-\r
-.source .header {\r
-       background:#E9EAEC url(images/minus.png) no-repeat scroll 98% center;\r
-       color:#3B3D3F;\r
-       cursor:pointer;\r
-       font-weight:bold;\r
-       height:30px;\r
-       line-height:30px;\r
-       padding:0 15px 0 15px;\r
-}\r
-\r
-/* CLOSED state styles */\r
-.source .body.collapsed {\r
-       display:none;\r
-}\r
-\r
-.source .header.collapsed  {\r
-       background:#E9EAEC url(images/plus.png) no-repeat scroll 98% center;\r
-       padding:0 15px 0 15px;\r
-}\r
-\r
-.body .code { \r
-       margin:0;\r
-       padding:0;\r
-       border:0;\r
-       font-family:"Courier New",Courier,monospace;\r
-       font-style:normal;\r
-}\r
-\r
-body {\r
-       font-family:Arial, Helvetica, sans-serif;\r
-       /*      color: #494949; */\r
-    font: 12px/170% Verdana;\r
-       background-color: white;\r
-       line-height: 2em;\r
-       min-width:35em;\r
-}\r
-\r
-\r
-#banner table {\r
-       border-collapse: collapse; \r
-       border: none;\r
-       padding:0;\r
-       margin:0;\r
-       color:white;\r
-       text-align:center;\r
-       vertical-align:middle;\r
-       line-height:1.5em;\r
-       width: 100%;\r
-}\r
-\r
-\r
-#banner td.bg  {\r
-       border-collapse: collapse; \r
-       background-image:url("images/banner_bg.gif");\r
-       background-repeat: repeat-x; \r
-       background-color:transparent;\r
-       background-position:inherit;\r
-}\r
-\r
-img.logo  {\r
-       border-top:1px solid #003b62; \r
-       border-left:1px solid #003b62; \r
-       border-right:none; \r
-       border-bottom: none; \r
-       margin:0; \r
-       padding:0; \r
-       display:inline\r
-       float:left;\r
-}
\ No newline at end of file