|
From: <ma...@us...> - 2006-10-21 17:14:08
|
Revision: 218
http://svn.sourceforge.net/objectlabkit/?rev=218&view=rev
Author: marchy
Date: 2006-10-21 10:13:39 -0700 (Sat, 21 Oct 2006)
Log Message:
-----------
modified the css (and renamed it to maven-objectlabkit.css) to have a unified look and feel (the blues...). still don't know why the collapsed/expanded icons are not showing for the side menu.
Modified Paths:
--------------
trunk/common-build/project.properties
Added Paths:
-----------
trunk/src/site/style/maven-objectlabkit.css
Removed Paths:
-------------
trunk/src/site/style/maven-struts-menu.css
Modified: trunk/common-build/project.properties
===================================================================
--- trunk/common-build/project.properties 2006-10-16 16:28:45 UTC (rev 217)
+++ trunk/common-build/project.properties 2006-10-21 17:13:39 UTC (rev 218)
@@ -86,7 +86,7 @@
#maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
#maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css
-maven.xdoc.theme=struts-menu
+maven.xdoc.theme=objectlabkit
maven.docs.src=${basedir}/src/site
#
Added: trunk/src/site/style/maven-objectlabkit.css
===================================================================
--- trunk/src/site/style/maven-objectlabkit.css (rev 0)
+++ trunk/src/site/style/maven-objectlabkit.css 2006-10-21 17:13:39 UTC (rev 218)
@@ -0,0 +1,146 @@
+body, select, input, li {
+ background: #ffffff;
+ color: #002070;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+}
+
+a img {
+ border: 0;
+}
+
+a:link, a:visited {
+ color: #0020d0;
+ text-decoration: underline;
+}
+
+a:hover {
+ color: #0000ff !important;
+}
+
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+ background: url(../images/external.png) right center no-repeat;
+ padding-right: 15px;
+}
+
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+ background: url(../images/newwindow.png) right center no-repeat;
+ padding-right: 18px;
+}
+
+h2 {
+ padding: 2px 5px;
+ border: 1px solid #c0c0c0;
+ color: #002070;
+ background-color: #eeeeee;
+ font-weight: bold;
+ font-size: 16px;
+}
+
+h3 {
+ padding: 2px 5px;
+ border: 1px solid #aaaaaa;
+ color: #002070;
+ background-color: #eeeeee;
+ font-size: 14px;
+}
+
+p {
+ line-height: 1.3em;
+ font-size: small;
+}
+
+#breadcrumbs {
+ background: url(../images/grayBar.jpg);
+ border: 1px solid #c0c0c0;
+ height: 17px;
+}
+
+#breadcrumbs a {
+ font-size: 11px;
+ font-weight: bold;
+ margin: 0px 2px;
+ text-decoration: none;
+}
+
+#leftColumn {
+ border: 1px solid #999999;
+ border-top: 0;
+ border-left: 0;
+ background: #eeeeee;
+}
+
+div#navcolumn {
+ font-size: 12px;
+}
+
+div#navcolumn h5 {
+ font-size: 12px;
+ padding-top: 2px;
+}
+
+div#navcolumn li {
+ background: #eeeeee !important;
+}
+
+div#navcolumn div a {
+ color: #002070;
+ font-size: 11px;
+ text-decoration: none;
+}
+
+table.bodyTable th {
+ color: #ffffff;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable th {
+ color: #ffffff;
+ background-color: #bbb;
+ text-align: left;
+ font-weight: bold;
+}
+
+table.bodyTable a {
+ text-decoration : none;
+}
+
+table.bodyTable tr.a {
+ background-color: #ddd;
+ text-decoration : none;
+}
+
+table.bodyTable tr.b {
+ background-color: #eee;
+}
+
+.source {
+ background: #ffffdd;
+ border: 1px solid #999999;
+ color: #000000;
+ font-size: 12px !important;
+ margin-left: 10px;
+ margin-right: 10px;
+ padding: 5px 5px 5px 7px;
+}
+
+
+.xright, #projectLogo img, #projectLogo span{
+ float:right;
+ color: #0020a0;
+}
+
+#footer {
+ padding: 10px;
+ margin: 20px 0px 20px 0px;
+ border-top: solid #ccc 1px;
+ color: #333333;
+}
+
+.subsectionTitle {
+ font-size: 13px;
+ font-weight: bold;
+ color: #666;
+}
Deleted: trunk/src/site/style/maven-struts-menu.css
===================================================================
--- trunk/src/site/style/maven-struts-menu.css 2006-10-16 16:28:45 UTC (rev 217)
+++ trunk/src/site/style/maven-struts-menu.css 2006-10-21 17:13:39 UTC (rev 218)
@@ -1,176 +0,0 @@
-body, select, input, li {
- background: #ffffff;
- color: #000080;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
-}
-
-a img {
- border: 0;
-}
-
-a:link, a:visited {
- color: #0000ff;
-}
-
-a:hover {
- color: #006600 !important;
- text-decoration: underline overline;
-}
-
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
- background: url(../images/external.png) right center no-repeat;
- padding-right: 15px;
-}
-
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
- background: url(../images/newwindow.png) right center no-repeat;
- padding-right: 18px;
-}
-
-h2 {
- padding: 2px 5px;
- border: 1px solid #c0c0c0;
- color: #000080;
- background-color: #eeeeee;
- font-weight: bold;
- font-size: 16px;
-}
-
-h3 {
- padding: 2px 5px;
- border: 1px solid #aaaaaa;
- color: #006400;
- background-color: #eeeeee;
- font-size: 14px;
-}
-
-p {
- line-height: 1.3em;
- font-size: small;
-}
-/*
-div#banner {
- background: url(../images/bg.gif);
-}
-
-div#banner img {
- margin-top: 0px;
- float: left;
- margin-bottom: 0px;
-}
-*/
-#breadcrumbs {
- background: url(../images/grayBar.jpg);
- border: 1px solid #c0c0c0;
- height: 17px;
-}
-
-#breadcrumbs a {
- font-size: 11px;
- font-weight: bold;
- margin: 0px 2px;
- text-decoration: none;
-}
-
-#leftColumn {
- border: 1px solid #999999;
- border-top: 0;
- border-left: 0;
- background: #eeeeee;
-}
-
-div#navcolumn {
- font-size: 12px;
-}
-
-div#navcolumn h5 {
- font-size: 12px;
- padding-top: 2px;
-}
-
-/*
-div#navcolumn li {
- background: #eeeeee !important;
-}
-
-*/
-
-div#navcolumn div a {
- font-size: 11px;
- text-decoration: none;
-}
-
-table.bodyTable th {
- color: #ffffff;
- background-color: #bbb;
- text-align: left;
- font-weight: bold;
-}
-
-table.bodyTable th {
- color: #ffffff;
- background-color: #bbb;
- text-align: left;
- font-weight: bold;
-}
-/*
-table.bodyTable th, table.bodyTable td {
- font-size: 1em;
-}*/
-
-table.bodyTable a {
- text-decoration : none;
-}
-
-table.bodyTable tr.a {
- background-color: #ddd;
- text-decoration : none;
-}
-
-table.bodyTable tr.b {
- background-color: #eee;
-}
-
-.source {
- background: #ffffdd;
- border: 1px solid #999999;
- color: #000000;
- font-size: 12px !important;
- margin-left: 10px;
- margin-right: 10px;
- padding: 5px 5px 5px 7px;
-}
-
-/*
-.xright a:link, .xright a:visited, .xright a:active {
- color: #666;
-}
-.xright a:hover {
- color: #EE33FF;
-}
-.xright, #projectLogo img, #projectLogo span{
- float:right;
- text-shadow: #FFFFF;
-}
-
-td, select, input, li{
- font-family: Verdana, Helvetica, Arial, sans-serif;
- font-size: 12px;
- color:#333333;
-}
-*/
-
-#footer {
- padding: 10px;
- margin: 20px 0px 20px 0px;
- border-top: solid #ccc 1px;
- color: #333333;
-}
-
-.subsectionTitle {
- font-size: 13px;
- font-weight: bold;
- color: #666;
-
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|