You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by fa...@apache.org on 2004/06/28 21:48:03 UTC

svn commit: rev 22247 - avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles

Author: farra
Date: Mon Jun 28 12:48:02 2004
New Revision: 22247

Modified:
   avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css
Log:
fixed doclink style, added some table style

Modified: avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css
==============================================================================
--- avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css	(original)
+++ avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/resources/styles/style.css	Mon Jun 28 12:48:02 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; 
+}
+

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org