svn commit: rev 22246 - in avalon/site: . styles

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: farra
Date: Mon Jun 28 12:43:44 2004
New Revision: 22246

Modified:
   avalon/site/index.html
   avalon/site/styles/style.css
Log:
fixed doclink style, added table style

Modified: avalon/site/index.html
==============================================================================
--- avalon/site/index.html	(original)
+++ avalon/site/index.html	Mon Jun 28 12:43:44 2004
@@ -10,7 +10,7 @@
       such as Inversion of Control and Separation of Concerns.
      </p>
 
-     <table>
+     <table class="front">
        <tr row="odd">
          <td class="header" valign="top">
            <center>

Modified: avalon/site/styles/style.css
==============================================================================
--- avalon/site/styles/style.css	(original)
+++ avalon/site/styles/style.css	Mon Jun 28 12:43:44 2004
@@ -296,8 +296,13 @@
 
 table
 {
-    border-left: 0px ;
-    border-top: 0px;
+
+    border-width: medium;
+    border-style: dashed;
+    border-color: #eee; 
+/*    border-left: 0px ;
+      border-top: 0px; 
+*/
     margin-top: 1em; 
     margin-right: 1.5em;
     padding: 0;
@@ -316,6 +321,7 @@
  
 td 
 { 
+
     text-align: left; 
     vertical-align: top; 
     padding-left: 0em; 
@@ -324,9 +330,10 @@
     padding-top: 1.5pt; 
     padding-bottom: 1.5pt; 
 } 
- 
+
 tr[row='odd'] 
-{ 
+{
+
 } 
  
 tr[row='even'] 
@@ -482,40 +489,32 @@
     color: black;
     outline: none;
 }
-
-/* comment out doclink until problems are fixed */
-/*
+
+
 a.doclink {
 	text-decoration: none;
 	color: #000;
 	border-bottom: 1px dotted #777;
-	margin: 0px 2px 0px 2px;
-	padding: 1px 1px 1px 1px;
 }
 
 a.doclink:hover {
-	border: 1px dotted #000;
 	background-color: #eee;
-	padding: 1px 2px 1px 2px;
-	margin: 0px;
 }
 
 a.doclink:active {
 	background-color: #ccc !important;
 	position: relative;
-	top: 1px;
-	left: 1px;
-	padding: 1px 2px 1px 2px;
-	margin: 0px;
 }
 
 a.doclink:focus {
-	border: 1px solid #fff !important;
+*/	border: 1px solid #fff !important;
 	background-color: #ccc !important;
-	padding: 1px 2px 1px 2px;
-	margin: 0px;
 }
-*/
+
+a.doclink img {
+   border: none;
+   text-decoration: none;
+}
 
 img
 {
@@ -535,73 +534,114 @@
 td table 
 { 
     margin-top: 0em;
-}
-
-table.front-container
-{
-    border-spacing: 5px;
-}
-
-table.front-category
-{
-    border: 1px solid gray;
-}
-
-table.front-category tr
-{
-}
-
-table.front-category tr td
-{
-}
-
-table.front-category tr td.divided
-{
-    border-right: 1px solid gray;
-}
-
-table.front-category tr td.header
-{
-    text-align: center;
-    vertical-align: bottom;
-}
-
-table.front-category tr td.subheader
-{
-    text-align: center;
-    vertical-align: bottom;
-    margin-bottom: 3px;
-}
-
-table.front-category a
-{
-    text-decoration: none;
-    color: #000;
-    border-bottom: 0px none white !important;
-    border: 0px none white !important;
-    margin: 0px;
-    padding: 0px;
-}
-
-table.front-category a:hover {
-    border: 0px none white !important;
-    background-color: white;
-    padding: 0px;
-    margin: 0px;
-}
-
-table.front-category a:active {
-    border: 0px none white !important;
-    background-color: white !important;
-    position: relative;
-    padding: 0px;
-    margin: 0px;
-}
-
-table.front-category a:focus {
-    border: 0px none white !important;
-    background-color: white !important;
-    padding: 0px;
-    margin: 0px;
-}
-
+}
+
+/**
+
+  Special table style for front page
+
+**/
+
+table.front
+{
+    border: none ;
+    margin-top: 1em; 
+    margin-right: 1.5em;
+    padding: 0;
+    border-spacing: 0;
+    border-collapse: separate;
+}
+
+table.front a 
+{ 
+    text-decoration: none; 
+    color: #000; 
+    border-bottom: 0px none white !important; 
+    border: 0px none white !important; 
+} 
+
+table.front a:hover { 
+    border: 0px none white !important; 
+    background-color: white; 
+} 
+ 
+table.front a:active { 
+    border: 0px none white !important; 
+    background-color: white !important; 
+    position: relative; 
+} 
+ 
+table.front a:focus { 
+    border: 0px none white !important; 
+    background-color: white !important; 
+}
+
+
+table.front-container 
+{ 
+    border-spacing: 5px; 
+} 
+ 
+table.front-category 
+{ 
+    border: 1px solid gray; 
+} 
+ 
+table.front-category tr 
+{ 
+} 
+ 
+table.front-category tr td 
+{ 
+} 
+ 
+table.front-category tr td.divided 
+{ 
+    border-righ t: 1px solid gray; 
+} 
+ 
+table.front-category tr td.header 
+{ 
+    text-align: center; 
+    vertical-align: bottom; 
+} 
+ 
+table.front-category tr td.subheader 
+{ 
+    text-align: center; 
+    vertical-align: bottom; 
+    margin-bottom: 3px; 
+} 
+ 
+table.front-category a 
+{ 
+    text-decoration: none; 
+    color: #000; 
+    border-bottom: 0px none white !important; 
+    border: 0px none white !important; 
+    margin: 0px; 
+    padding: 0px; 
+} 
+
+table.front-category a:hover { 
+    border: 0px none white !important; 
+    background-color: white; 
+    padding: 0px; 
+    margin: 0px; 
+} 
+ 
+table.front-category a:active { 
+    border: 0px none white !important; 
+    background-color: white !important; 
+    position: relative; 
+    padding: 0px; 
+    margin: 0px; 
+} 
+ 
+table.front-category a:focus { 
+    border: 0px none white !important; 
+    background-color: white !important; 
+    padding: 0px; 
+    margin: 0px; 
+}
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.