Title: [waffle-scm] [168] trunk/distribution/src/site/content: Moved style and scripts resources to templates directory.
Revision
168
Author
mauro
Date
2007-06-20 10:45:00 -0500 (Wed, 20 Jun 2007)

Log Message

Moved style and scripts resources to templates directory.

Modified Paths


Added Paths

Removed Paths

Diff

Deleted: trunk/distribution/src/site/content/css/SyntaxHighlighter.css (167 => 168)

--- trunk/distribution/src/site/content/css/SyntaxHighlighter.css	2007-06-20 15:40:50 UTC (rev 167)
+++ trunk/distribution/src/site/content/css/SyntaxHighlighter.css	2007-06-20 15:45:00 UTC (rev 168)
@@ -1,380 +0,0 @@
-/* Main style for the table */
-
-.dp-highlighter {
-    font-family: "Courier New", Courier, mono;
-    font-size: 12px;
-    border: 1px solid #2B91AF;
-    background-color: #fff;
-    overflow: auto;
-    line-height: 100% !important;
-    margin: 18px 0 18px 0;
-}
-
-.dp-highlighter .bar {
-    padding-left: 45px;
-}
-
-.dp-highlighter ol {
-    margin: 0 0 0 45px;
-    padding: 0;
-    color: #2B91AF;
-}
-
-.dp-highlighter ol li, .dp-highlighter .columns div {
-    border-left: 3px solid #6CE26C;
-    background-color: #fff;
-    padding-left: 10px;
-    line-height: 14px;
-}
-
-.dp-highlighter .columns {
-    color: gray;
-    overflow: hidden;
-    width: 100%;
-}
-
-.dp-highlighter .columns div {
-    padding-bottom: 5px;
-}
-
-.dp-highlighter ol li.alt {
-    background-color: #f8f8f8;
-}
-
-.dp-highlighter ol li span {
-    color: Black;
-}
-
-/* Adjust some properties when wollapsed */
-
-.dp-highlighter.collapsed ol {
-    margin: 0px;
-}
-
-.dp-highlighter.collapsed ol li {
-    display: none;
-}
-
-.dp-highlighter.collapsed .tools {
-    border-bottom: none;
-}
-
-/* Additional modifications when in print-view */
-
-.dp-highlighter.printing {
-    border: none;
-}
-
-.dp-highlighter.printing .tools {
-    display: none !important;
-    border: 5px solid black;
-}
-
-.dp-highlighter.printing li {
-    display: list-item !important;
-}
-
-/* Styles for the tools */
-
-.dp-highlighter .tools {
-    padding: 3px 8px 3px 10px;
-    border-bottom: 1px solid #2B91AF;
-    font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
-    color: silver;
-}
-
-.dp-highlighter .tools a {
-    font-size: 9px;
-    color: gray;
-    text-decoration: none;
-    margin-right: 10px;
-}
-
-.dp-highlighter .tools a:hover {
-    color: red;
-    text-decoration: underline;
-}
-
-/* About dialog styles */
-
-.dp-about {
-    background-color: #fff;
-    margin: 0px;
-}
-
-.dp-about table {
-    width: 100%;
-    height: 100%;
-    font-size: 11px;
-    font-family: Tahoma, Verdana, Arial, sans-serif !important;
-}
-
-.dp-about td {
-    padding: 10px;
-    vertical-align: top;
-}
-
-.dp-about .copy {
-    border-bottom: 1px solid #ACA899;
-    height: 95%;
-}
-
-.dp-about .title {
-    color: red;
-    font-weight: bold;
-}
-
-.dp-about .para {
-    margin-bottom: 4px;
-}
-
-.dp-about .footer {
-    background-color: #ECEADB;
-    border-top: 1px solid #fff;
-    text-align: right;
-}
-
-.dp-about .close {
-    font-size: 11px;
-    font-family: Tahoma, Verdana, Arial, sans-serif !important;
-    background-color: #ECEADB;
-    width: 60px;
-    height: 22px;
-}
-
-/* Language specific styles */
-
-.dp-c {
-}
-
-.dp-c .comment {
-    color: green;
-}
-
-.dp-c .string {
-    color: blue;
-}
-
-.dp-c .preprocessor {
-    color: gray;
-}
-
-.dp-c .keyword {
-    color: blue;
-}
-
-.dp-c .vars {
-    color: #d00;
-}
-
-.dp-vb {
-}
-
-.dp-vb .comment {
-    color: green;
-}
-
-.dp-vb .string {
-    color: blue;
-}
-
-.dp-vb .preprocessor {
-    color: gray;
-}
-
-.dp-vb .keyword {
-    color: blue;
-}
-
-.dp-sql {
-}
-
-.dp-sql .comment {
-    color: green;
-}
-
-.dp-sql .string {
-    color: red;
-}
-
-.dp-sql .keyword {
-    color: blue;
-}
-
-.dp-sql .func {
-    color: #ff1493;
-}
-
-.dp-sql .op {
-    color: #808080;
-}
-
-.dp-xml {
-}
-
-.dp-xml .cdata {
-    color: #ff1493;
-}
-
-.dp-xml .comments {
-    color: green;
-}
-
-.dp-xml .tag {
-    font-weight: bold;
-    color: blue;
-}
-
-.dp-xml .tag-name {
-    color: black;
-    font-weight: bold;
-}
-
-.dp-xml .attribute {
-    color: red;
-}
-
-.dp-xml .attribute-value {
-    color: blue;
-}
-
-.dp-delphi {
-}
-
-.dp-delphi .comment {
-    color: #008200;
-    font-style: italic;
-}
-
-.dp-delphi .string {
-    color: blue;
-}
-
-.dp-delphi .number {
-    color: blue;
-}
-
-.dp-delphi .directive {
-    color: #008284;
-}
-
-.dp-delphi .keyword {
-    font-weight: bold;
-    color: navy;
-}
-
-.dp-delphi .vars {
-    color: #000;
-}
-
-.dp-py {
-}
-
-.dp-py .comment {
-    color: green;
-}
-
-.dp-py .string {
-    color: red;
-}
-
-.dp-py .docstring {
-    color: green;
-}
-
-.dp-py .keyword {
-    color: blue;
-    font-weight: bold;
-}
-
-.dp-py .builtins {
-    color: #ff1493;
-}
-
-.dp-py .magicmethods {
-    color: #808080;
-}
-
-.dp-py .exceptions {
-    color: brown;
-}
-
-.dp-py .types {
-    color: brown;
-    font-style: italic;
-}
-
-.dp-py .commonlibs {
-    color: #8A2BE2;
-    font-style: italic;
-}
-
-.dp-rb {
-}
-
-.dp-rb .comment {
-    color: #c00;
-}
-
-.dp-rb .string {
-    color: #f0c;
-}
-
-.dp-rb .symbol {
-    color: #02b902;
-}
-
-.dp-rb .keyword {
-    color: #069;
-}
-
-.dp-rb .variable {
-    color: #6cf;
-}
-
-.dp-css {
-}
-
-.dp-css .comment {
-    color: green;
-}
-
-.dp-css .string {
-    color: red;
-}
-
-.dp-css .keyword {
-    color: blue;
-}
-
-.dp-css .colors {
-    color: darkred;
-}
-
-.dp-css .vars {
-    color: #d00;
-}
-
-.dp-j {
-}
-
-.dp-j .comment {
-    color: rgb( 63, 127, 95 );
-}
-
-.dp-j .string {
-    color: rgb( 42, 0, 255 );
-}
-
-.dp-j .keyword {
-    color: rgb( 127, 0, 85 );
-    font-weight: bold
-}
-
-.dp-j .annotation {
-    color: #646464;
-}
-
-.dp-j .number {
-    color: #C00000;
-}

Deleted: trunk/distribution/src/site/content/css/maven-theme.css (167 => 168)

--- trunk/distribution/src/site/content/css/maven-theme.css	2007-06-20 15:40:50 UTC (rev 167)
+++ trunk/distribution/src/site/content/css/maven-theme.css	2007-06-20 15:45:00 UTC (rev 168)
@@ -1,185 +0,0 @@
-body {
-    margin: 0;
-    padding: 0;
-}
-
-img {
-    border: none;
-}
-
-table {
-    padding: 0;
-    width: 100%;
-    margin-left: -2px;
-    margin-right: -2px;
-}
-
-acronym {
-    cursor: help;
-    border-bottom: 1px dotted #feb;
-}
-
-table.bodyTable th, table.bodyTable td {
-    padding: 2px 4px 2px 4px;
-    vertical-align: top;
-}
-
-div.clear {
-    clear: both;
-    visibility: hidden;
-}
-
-div.clear hr {
-    display: none;
-}
-
-#bannerLeft, #bannerRight {
-    font-size: xx-large;
-    font-weight: bold;
-}
-
-#bannerLeft img, #bannerRight img {
-    margin: 0;
-}
-
-.xleft, #bannerLeft img {
-    float: left;
-    text-shadow: #7CFC00;
-}
-
-.xright, #bannerRight img {
-    float: right;
-    text-shadow: #7CFC00;
-}
-
-#banner {
-    padding: 0;
-}
-
-#banner img {
-    border: none;
-}
-
-#breadcrumbs {
-    padding: 3px 10px 3px 10px;
-}
-
-#leftColumn {
-    width: 170px;
-    float: left;
-    overflow: auto;
-}
-
-#bodyColumn {
-    margin-right: 1.5em;
-    margin-left: 197px;
-}
-
-#legend {
-    padding: 8px 0 8px 0;
-}
-
-#navcolumn {
-    padding: 8px 4px 0 8px;
-}
-
-#navcolumn h5 {
-    margin: 0;
-    padding: 0;
-    font-size: small;
-}
-
-#navcolumn ul {
-    margin: 0;
-    padding: 0;
-    font-size: small;
-}
-
-#navcolumn li {
-    list-style-type: none;
-    background-image: none;
-    background-repeat: no-repeat;
-    background-position: 0 0.4em;
-    padding-left: 16px;
-    list-style-position: outside;
-    line-height: 1.2em;
-    font-size: smaller;
-    text-align: right;
-}
-
-#navcolumn li.expanded {
-    background-image: url( ../images/expanded.gif );
-}
-
-#navcolumn li.collapsed {
-    background-image: url( ../images/collapsed.gif );
-}
-
-#poweredBy {
-    text-align: center;
-}
-
-#navcolumn img {
-    margin-top: 10px;
-    margin-bottom: 3px;
-}
-
-#poweredBy img {
-    display: block;
-    margin: 20px 0 20px 17px;
-    border: 1px solid black;
-    width: 90px;
-    height: 30px;
-}
-
-#search img {
-    margin: 0;
-    display: block;
-}
-
-#search #q, #search #btnG {
-    border: 1px solid #999;
-    margin-bottom: 10px;
-}
-
-#search form {
-    margin: 0;
-}
-
-#lastPublished {
-    font-size: x-small;
-}
-
-.navSection {
-    margin-bottom: 2px;
-    padding: 8px;
-}
-
-.navSectionHead {
-    font-weight: bold;
-    font-size: x-small;
-}
-
-.section {
-    padding: 4px;
-}
-
-#footer {
-    padding: 3px 10px 3px 10px;
-    font-size: x-small;
-}
-
-#breadcrumbs {
-    font-size: x-small;
-    margin: 0;
-}
-
-.source {
-    padding: 12px;
-    margin: 1em 7px 1em 7px;
-}
-
-.source pre {
-    margin: 0;
-    padding: 0;
-}

Deleted: trunk/distribution/src/site/content/css/site.css (167 => 168)

--- trunk/distribution/src/site/content/css/site.css	2007-06-20 15:40:50 UTC (rev 167)
+++ trunk/distribution/src/site/content/css/site.css	2007-06-20 15:45:00 UTC (rev 168)
@@ -1,166 +0,0 @@
-body {
-    padding: 0 0 10px 0;
-    position: relative;
-    margin: 0 20px 0 20px;
-    border-left: 1px dashed #800E06;
-    border-right: 1px dashed #800E06;
-}
-
-body, td, select, input, li {
-    font-family: Verdana, Helvetica, Arial, sans-serif;
-    font-size: 13px;
-}
-
-code {
-    font-family: Courier, monospace;
-    font-size: 13px;
-}
-
-a {
-    text-decoration: none;
-}
-
-a:link {
-    color: #36a;
-}
-
-a:visited {
-    color: #47a;
-}
-
-a:active, a:hover {
-    color: #69c;
-}
-
-#legend li.externalLink {
-    background: url( ../images/external.png ) left top no-repeat;
-    padding-left: 18px;
-}
-
-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: 18px;
-}
-
-#legend li.newWindow {
-    background: url( ../images/newwindow.png ) left top no-repeat;
-    padding-left: 18px;
-}
-
-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: 4px 4px 4px 6px;
-    border-top: 0;
-    border-left: 0;
-    border-right: 0;
-    border-bottom: 1px solid #999;
-    background-color: #fff;
-    font-weight: 900;
-    font-size: x-large;
-    color: #000;
-}
-
-h3 {
-    padding: 4px 4px 4px 6px;
-    border-top: 0;
-    border-left: 0;
-    border-right: 0;
-    border-bottom: 1px solid #999;
-    background-color: #fff;
-    font-weight: normal;
-    font-size: large;
-    color: #000;
-}
-
-h4 {
-    padding: 4px 4px 4px 6px;
-    border-top: 0;
-    border-left: 0;
-    border-right: 0;
-    border-bottom: 1px solid #999;
-    background-color: #fff;
-    font-weight: bold;
-    font-size: 10pt;
-    color: #000;
-}
-
-h5 {
-    padding: 4px 4px 4px 6px;
-    font-size: normal;
-    color: #000;
-}
-
-p {
-    line-height: 1.3em;
-    font-size: small;
-}
-
-#breadcrumbs {
-    border-top: 1px solid #aaa;
-    border-bottom: 1px solid #aaa;
-    background-color: #E4CA82;
-}
-
-#leftColumn {
-    margin: 10px 0 0 5px;
-    border: 1px solid #fff;
-    background-color: #fff;
-    float: left;
-}
-
-#navcolumn h5 {
-    font-size: 10pt;
-    border-bottom: 1px solid #aaaaaa;
-    padding-top: 12px;
-    color: #000;
-}
-
-table.bodyTable th {
-    color: white;
-    background-color: #bbb;
-    text-align: left;
-    font-weight: bold;
-}
-
-table.bodyTable th, table.bodyTable td {
-    font-size: 1em;
-}
-
-table.bodyTable tr.a {
-    background-color: #ddd;
-}
-
-table.bodyTable tr.b {
-    background-color: #eee;
-}
-
-.source {
-    border: 1px solid #999;
-    background-color: #eee;
-}
-
-dl {
-    padding: 4px 4px 4px 6px;
-    border: 1px solid #aaa;
-    background-color: #ffc;
-}
-
-dt {
-    color: #900;
-}
-
-#organizationLogo img, #projectLogo img, #projectLogo span {
-    margin: 8px;
-}
-
-#banner {
-    border-bottom: 1px solid #fff;
-}
-
-#bannerLeft img {
-    padding: 4px 0px 4px 20px;
-}

Copied: trunk/distribution/src/site/templates/scripts (from rev 166, trunk/distribution/src/site/content/scripts) ( => )

Modified: trunk/distribution/src/site/templates/skin.html
===================================================================
--- trunk/distribution/src/site/templates/skin.html	2007-06-20 15:40:50 UTC (rev 167)
+++ trunk/distribution/src/site/templates/skin.html	2007-06-20 15:45:00 UTC (rev 168)
@@ -5,9 +5,8 @@
     <link rel="stylesheet" type="text/css" href=""
 
     <style type="text/css" media="all">
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-      @import url("./css/SyntaxHighlighter.css");
+      @import url("./style/site.css");
+      @import url("./style/SyntaxHighlighter.css");
     </style>
     <script src="" type="text/_javascript_">
       //

Copied: trunk/distribution/src/site/templates/style/SyntaxHighlighter.css (from rev 166, trunk/distribution/src/site/content/css/SyntaxHighlighter.css) (0 => 168)

--- trunk/distribution/src/site/templates/style/SyntaxHighlighter.css	                        (rev 0)
+++ trunk/distribution/src/site/templates/style/SyntaxHighlighter.css	2007-06-20 15:45:00 UTC (rev 168)
@@ -0,0 +1,380 @@
+/* Main style for the table */
+
+.dp-highlighter {
+    font-family: "Courier New", Courier, mono;
+    font-size: 12px;
+    border: 1px solid #2B91AF;
+    background-color: #fff;
+    overflow: auto;
+    line-height: 100% !important;
+    margin: 18px 0 18px 0;
+}
+
+.dp-highlighter .bar {
+    padding-left: 45px;
+}
+
+.dp-highlighter ol {
+    margin: 0 0 0 45px;
+    padding: 0;
+    color: #2B91AF;
+}
+
+.dp-highlighter ol li, .dp-highlighter .columns div {
+    border-left: 3px solid #6CE26C;
+    background-color: #fff;
+    padding-left: 10px;
+    line-height: 14px;
+}
+
+.dp-highlighter .columns {
+    color: gray;
+    overflow: hidden;
+    width: 100%;
+}
+
+.dp-highlighter .columns div {
+    padding-bottom: 5px;
+}
+
+.dp-highlighter ol li.alt {
+    background-color: #f8f8f8;
+}
+
+.dp-highlighter ol li span {
+    color: Black;
+}
+
+/* Adjust some properties when wollapsed */
+
+.dp-highlighter.collapsed ol {
+    margin: 0px;
+}
+
+.dp-highlighter.collapsed ol li {
+    display: none;
+}
+
+.dp-highlighter.collapsed .tools {
+    border-bottom: none;
+}
+
+/* Additional modifications when in print-view */
+
+.dp-highlighter.printing {
+    border: none;
+}
+
+.dp-highlighter.printing .tools {
+    display: none !important;
+    border: 5px solid black;
+}
+
+.dp-highlighter.printing li {
+    display: list-item !important;
+}
+
+/* Styles for the tools */
+
+.dp-highlighter .tools {
+    padding: 3px 8px 3px 10px;
+    border-bottom: 1px solid #2B91AF;
+    font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
+    color: silver;
+}
+
+.dp-highlighter .tools a {
+    font-size: 9px;
+    color: gray;
+    text-decoration: none;
+    margin-right: 10px;
+}
+
+.dp-highlighter .tools a:hover {
+    color: red;
+    text-decoration: underline;
+}
+
+/* About dialog styles */
+
+.dp-about {
+    background-color: #fff;
+    margin: 0px;
+}
+
+.dp-about table {
+    width: 100%;
+    height: 100%;
+    font-size: 11px;
+    font-family: Tahoma, Verdana, Arial, sans-serif !important;
+}
+
+.dp-about td {
+    padding: 10px;
+    vertical-align: top;
+}
+
+.dp-about .copy {
+    border-bottom: 1px solid #ACA899;
+    height: 95%;
+}
+
+.dp-about .title {
+    color: red;
+    font-weight: bold;
+}
+
+.dp-about .para {
+    margin-bottom: 4px;
+}
+
+.dp-about .footer {
+    background-color: #ECEADB;
+    border-top: 1px solid #fff;
+    text-align: right;
+}
+
+.dp-about .close {
+    font-size: 11px;
+    font-family: Tahoma, Verdana, Arial, sans-serif !important;
+    background-color: #ECEADB;
+    width: 60px;
+    height: 22px;
+}
+
+/* Language specific styles */
+
+.dp-c {
+}
+
+.dp-c .comment {
+    color: green;
+}
+
+.dp-c .string {
+    color: blue;
+}
+
+.dp-c .preprocessor {
+    color: gray;
+}
+
+.dp-c .keyword {
+    color: blue;
+}
+
+.dp-c .vars {
+    color: #d00;
+}
+
+.dp-vb {
+}
+
+.dp-vb .comment {
+    color: green;
+}
+
+.dp-vb .string {
+    color: blue;
+}
+
+.dp-vb .preprocessor {
+    color: gray;
+}
+
+.dp-vb .keyword {
+    color: blue;
+}
+
+.dp-sql {
+}
+
+.dp-sql .comment {
+    color: green;
+}
+
+.dp-sql .string {
+    color: red;
+}
+
+.dp-sql .keyword {
+    color: blue;
+}
+
+.dp-sql .func {
+    color: #ff1493;
+}
+
+.dp-sql .op {
+    color: #808080;
+}
+
+.dp-xml {
+}
+
+.dp-xml .cdata {
+    color: #ff1493;
+}
+
+.dp-xml .comments {
+    color: green;
+}
+
+.dp-xml .tag {
+    font-weight: bold;
+    color: blue;
+}
+
+.dp-xml .tag-name {
+    color: black;
+    font-weight: bold;
+}
+
+.dp-xml .attribute {
+    color: red;
+}
+
+.dp-xml .attribute-value {
+    color: blue;
+}
+
+.dp-delphi {
+}
+
+.dp-delphi .comment {
+    color: #008200;
+    font-style: italic;
+}
+
+.dp-delphi .string {
+    color: blue;
+}
+
+.dp-delphi .number {
+    color: blue;
+}
+
+.dp-delphi .directive {
+    color: #008284;
+}
+
+.dp-delphi .keyword {
+    font-weight: bold;
+    color: navy;
+}
+
+.dp-delphi .vars {
+    color: #000;
+}
+
+.dp-py {
+}
+
+.dp-py .comment {
+    color: green;
+}
+
+.dp-py .string {
+    color: red;
+}
+
+.dp-py .docstring {
+    color: green;
+}
+
+.dp-py .keyword {
+    color: blue;
+    font-weight: bold;
+}
+
+.dp-py .builtins {
+    color: #ff1493;
+}
+
+.dp-py .magicmethods {
+    color: #808080;
+}
+
+.dp-py .exceptions {
+    color: brown;
+}
+
+.dp-py .types {
+    color: brown;
+    font-style: italic;
+}
+
+.dp-py .commonlibs {
+    color: #8A2BE2;
+    font-style: italic;
+}
+
+.dp-rb {
+}
+
+.dp-rb .comment {
+    color: #c00;
+}
+
+.dp-rb .string {
+    color: #f0c;
+}
+
+.dp-rb .symbol {
+    color: #02b902;
+}
+
+.dp-rb .keyword {
+    color: #069;
+}
+
+.dp-rb .variable {
+    color: #6cf;
+}
+
+.dp-css {
+}
+
+.dp-css .comment {
+    color: green;
+}
+
+.dp-css .string {
+    color: red;
+}
+
+.dp-css .keyword {
+    color: blue;
+}
+
+.dp-css .colors {
+    color: darkred;
+}
+
+.dp-css .vars {
+    color: #d00;
+}
+
+.dp-j {
+}
+
+.dp-j .comment {
+    color: rgb( 63, 127, 95 );
+}
+
+.dp-j .string {
+    color: rgb( 42, 0, 255 );
+}
+
+.dp-j .keyword {
+    color: rgb( 127, 0, 85 );
+    font-weight: bold
+}
+
+.dp-j .annotation {
+    color: #646464;
+}
+
+.dp-j .number {
+    color: #C00000;
+}

Copied: trunk/distribution/src/site/templates/style/site.css (from rev 166, trunk/distribution/src/site/content/css/site.css) (0 => 168)

--- trunk/distribution/src/site/templates/style/site.css	                        (rev 0)
+++ trunk/distribution/src/site/templates/style/site.css	2007-06-20 15:45:00 UTC (rev 168)
@@ -0,0 +1,166 @@
+body {
+    padding: 0 0 10px 0;
+    position: relative;
+    margin: 0 20px 0 20px;
+    border-left: 1px dashed #800E06;
+    border-right: 1px dashed #800E06;
+}
+
+body, td, select, input, li {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    font-size: 13px;
+}
+
+code {
+    font-family: Courier, monospace;
+    font-size: 13px;
+}
+
+a {
+    text-decoration: none;
+}
+
+a:link {
+    color: #36a;
+}
+
+a:visited {
+    color: #47a;
+}
+
+a:active, a:hover {
+    color: #69c;
+}
+
+#legend li.externalLink {
+    background: url( ../images/external.png ) left top no-repeat;
+    padding-left: 18px;
+}
+
+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: 18px;
+}
+
+#legend li.newWindow {
+    background: url( ../images/newwindow.png ) left top no-repeat;
+    padding-left: 18px;
+}
+
+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: 4px 4px 4px 6px;
+    border-top: 0;
+    border-left: 0;
+    border-right: 0;
+    border-bottom: 1px solid #999;
+    background-color: #fff;
+    font-weight: 900;
+    font-size: x-large;
+    color: #000;
+}
+
+h3 {
+    padding: 4px 4px 4px 6px;
+    border-top: 0;
+    border-left: 0;
+    border-right: 0;
+    border-bottom: 1px solid #999;
+    background-color: #fff;
+    font-weight: normal;
+    font-size: large;
+    color: #000;
+}
+
+h4 {
+    padding: 4px 4px 4px 6px;
+    border-top: 0;
+    border-left: 0;
+    border-right: 0;
+    border-bottom: 1px solid #999;
+    background-color: #fff;
+    font-weight: bold;
+    font-size: 10pt;
+    color: #000;
+}
+
+h5 {
+    padding: 4px 4px 4px 6px;
+    font-size: normal;
+    color: #000;
+}
+
+p {
+    line-height: 1.3em;
+    font-size: small;
+}
+
+#breadcrumbs {
+    border-top: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    background-color: #E4CA82;
+}
+
+#leftColumn {
+    margin: 10px 0 0 5px;
+    border: 1px solid #fff;
+    background-color: #fff;
+    float: left;
+}
+
+#navcolumn h5 {
+    font-size: 10pt;
+    border-bottom: 1px solid #aaaaaa;
+    padding-top: 12px;
+    color: #000;
+}
+
+table.bodyTable th {
+    color: white;
+    background-color: #bbb;
+    text-align: left;
+    font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+    font-size: 1em;
+}
+
+table.bodyTable tr.a {
+    background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+    background-color: #eee;
+}
+
+.source {
+    border: 1px solid #999;
+    background-color: #eee;
+}
+
+dl {
+    padding: 4px 4px 4px 6px;
+    border: 1px solid #aaa;
+    background-color: #ffc;
+}
+
+dt {
+    color: #900;
+}
+
+#organizationLogo img, #projectLogo img, #projectLogo span {
+    margin: 8px;
+}
+
+#banner {
+    border-bottom: 1px solid #fff;
+}
+
+#bannerLeft img {
+    padding: 4px 0px 4px 20px;
+}


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to