Title: [waffle-scm] [195] trunk/distribution/src/site/templates: Merged css files.

Diff

Deleted: trunk/distribution/src/site/resources/style/SyntaxHighlighter.css (194 => 195)

--- trunk/distribution/src/site/resources/style/SyntaxHighlighter.css	2007-06-29 15:55:15 UTC (rev 194)
+++ trunk/distribution/src/site/resources/style/SyntaxHighlighter.css	2007-06-29 18:15:47 UTC (rev 195)
@@ -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/resources/style/site.css (194 => 195)

--- trunk/distribution/src/site/resources/style/site.css	2007-06-29 15:55:15 UTC (rev 194)
+++ trunk/distribution/src/site/resources/style/site.css	2007-06-29 18:15:47 UTC (rev 195)
@@ -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;
-}

Deleted: trunk/distribution/src/site/resources/style/style.css (194 => 195)

--- trunk/distribution/src/site/resources/style/style.css	2007-06-29 15:55:15 UTC (rev 194)
+++ trunk/distribution/src/site/resources/style/style.css	2007-06-29 18:15:47 UTC (rev 195)
@@ -1,276 +0,0 @@
-.Content2Column {
-    position: absolute;
-    top: 125px;
-    bottom: 8px;
-    left: 208px;
-    right: 16px;
-}
-
-.codehauslogo {
-	margin-top:15px;
-	width:180px;
-	text-align:center;
-}
-.codeContent {
-	border: 1px solid #4D87CE;
-	font-size: 1.2em;
-	padding:10px;
-}
-.code-comment {
-  color: #777;
-  font-style: italic;
-}
-
-.code-quote {
-  color: #070;
-}
-
-.code-keyword {
-  color: #700;
-}
-body {
-	margin:0;
-	font-family:"Trebuchet MS", Arial, Verdana;
-	font-size:0.84em;
-	color:#555555;
-	background-color:#FFFFFF;
-	text-align:left;
-}
-
-input {
-	background-color:#FFFFFF;
-	padding:3px;
-	font-family:Verdana, Arial, Helvetica, sans-serif;
-	font-size:10px;
-	color:#ffffff;
-	border:1px solid #728c40;
-	background-color:#94ae62;
-	margin-bottom:2px;
-}
-input[type=submit] {
-	background-color:#FFFFFF;
-	padding:3px;
-	font-family:Verdana, Arial, Helvetica, sans-serif;
-	font-size:10px;
-	color:#666666;
-	border:1px solid #728c40;
-	margin-bottom:2px;
-}
-
-a {
-	color:#4D87CE;
-	font-weight:bold;
-	text-decoration:none;
-}
-a:hover {
-	color:#2a65ad;
-}
-
-ol,ul {
-
-}
-
-li {
-	list-style-image:url(../images/backgrounds/li.gif);
-	line-height:20px;
-	text-align:left;
-}
-
-#menu {
-	width:100%;
-	padding-top:20px;
-	padding-bottom:20px;
-	background-color:#94AE62;
-	margin-bottom:50px;
-	color:#FFFFFF;
-	text-align:center;
-	font-family:Verdana, Arial, Helvetica, sans-serif;
-	font-size:11px;
-	font-variant:small-caps;
-	background-image:url(../images/backgrounds/menu.jpg);
-}
-#menu a {
-	color:#FFFFFF;
-	text-decoration:none;
-	padding:10px;
-	padding-top:20px;
-	padding-bottom:20px;
-	
-}
-#menu a:hover {
-	border-bottom:1px solid #ffffff;
-	border-left:1px solid #728d40;
-	border-right:1px solid #e9ffb7;
-	padding-left:9px;
-	padding-right:9px;
-	color:#000000;
-	background-color:#FFFFFF;
-	background-image:url(../images/backgrounds/a_hover.jpg);
-}
-/*google ads*/
-#uads {
-	position:absolute;
-	right:40px;
-	top: 100px;
-}
-#header {
-	margin:0 auto 0 auto;
-	margin-left:30px;
-	margin-bottom:40px;
-}
-#header h1 {
-	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
-	font-size:30px;
-	text-transform:uppercase;
-	font-weight:normal;
-	margin:0;
-	padding:0;
-	padding-top:5px;
-	color:#736451;
-	margin-bottom:10px;
-	text-align:left;
-}
-#header h2 {
-	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
-	font-size:15px;
-	text-transform:uppercase;
-	text-align:right;
-	font-weight:normal;	
-	margin:0;
-	padding:0;
-	margin-right:40px;	
-	color:#000000;
-	border-bottom:1px solid #eeeeee;
-}
-
-#content {
-	margin:0 auto 0 auto;
-	margin-left: 30px;	
-	text-align:left;
-}
-
-#left {
-    position: absolute;
-    z-index: 2;
-    left: 8px;
-    width: 184px;
-    top: 125px;
-    bottom: 8px;
-    margin: 0px;
-    padding: 0px;
-}
-
-.introduction {
-	margin-left:0px;
-	margin-right:235px;	
-	font-family:Helvetica, Arial, sans-serif;
-	line-height:20px;
-	font-size:12px;
-	color:#99B198;
-	text-indent:25px;
-	background-image:url(../images/backgrounds/desc.jpg);
-	background-position:bottom left;
-	padding-left:0;
-	padding-right:200px;
-	padding-bottom:35px;
-	padding-top:0;
-	background-repeat:no-repeat;
-	
-}
-.logo {
-	float:right;
-	margin-right:30px;
-}
-.clearer {
-	clear:both;
-}
-
-#sidebar {
-	width:160px;
-	float:right;
-	font-size:95%;
-	color:#6C534A;
-	text-align:left;
-	margin-right:20px;
-	margin-bottom: 100px;
-}
-#sidebar h1 {
-	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
-	font-size:20px;
-	text-transform:uppercase;
-	font-weight:normal;
-	border-bottom:1px solid #eeeeee;
-	color:#728c40;
-	text-align:right;
-}
-.submenu {
-}
-.submenu a {
-	display:block;
-	width:100%;
-	background-image:url(../images/backgrounds/submenua.gif);
-	background-position:right;
-	background-repeat:no-repeat;
-	padding:5px;
-	padding-right:0;
-}
-.submenu a:hover {
-	background-color:#eeeeee;
-	background-image:url(../images/backgrounds/submenua_hover.jpg);
-	background-repeat:repeat-y;
-}
-#mainbar {
-	margin-right:235px;
-	padding-right:35px;
-	background-image:url(../images/backgrounds/mainbar.jpg);
-	background-position:top right;
-	background-repeat:no-repeat;
-	margin-bottom:100px;
-}
-
-#mainbar h1 {
-	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
-	font-size:25px;
-	text-transform:uppercase;
-	font-weight:normal;
-	border-bottom:1px solid #eeeeee;
-	color:#728c40;
-}
-
-#mainbar p {
-	padding:15px;
-	line-height:20px;
-}
-
-#mainbar .articleimg {
-	float:right;
-	padding:5px;
-	border:1px solid #eeeeee;
-	margin-left:20px;
-	margin-top:20px;
-	margin-bottom:20px;
-}
-
-#footer {
-	width:100%;
-	background-color:#b6cf84;
-	border-top:1px solid #d8efa6;
-	border-bottom:5px solid #94ae62;
-	padding-top:5px;
-	padding-bottom:5px;
-	margin-top:50px;
-	font-size:0.8em;
-	position:fixed;
-	bottom:0px;
-	color:white;
-	text-align:center;
-}
-#footer a {
-	color:#006600;
-}
-#footer a:hover {
-	color:#009900;
-}  
-h4 {
-	border-bottom: 2px solid #728C40;	
-}

Copied: trunk/distribution/src/site/resources/style/syntax-highlights.css (from rev 191, trunk/distribution/src/site/resources/style/SyntaxHighlighter.css) (0 => 195)

--- trunk/distribution/src/site/resources/style/syntax-highlights.css	                        (rev 0)
+++ trunk/distribution/src/site/resources/style/syntax-highlights.css	2007-06-29 18:15:47 UTC (rev 195)
@@ -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/resources/style/waffle.css (from rev 191, trunk/distribution/src/site/resources/style/style.css) (0 => 195)

--- trunk/distribution/src/site/resources/style/waffle.css	                        (rev 0)
+++ trunk/distribution/src/site/resources/style/waffle.css	2007-06-29 18:15:47 UTC (rev 195)
@@ -0,0 +1,385 @@
+.Content2Column {
+  position: absolute;
+  top: 125px;
+  bottom: 8px;
+  left: 208px;
+  right: 16px;
+}
+
+.codehauslogo {
+  margin-top: 15px;
+  width: 180px;
+  text-align: center;
+}
+
+.codeContent {
+  border: 1px solid #4D87CE;
+  font-size: 1.2em;
+  padding: 10px;
+}
+
+.code-comment {
+  color: #777;
+  font-style: italic;
+}
+
+.code-quote {
+  color: #070;
+}
+
+.code-keyword {
+  color: #700;
+}
+
+body {
+  margin: 0;
+  font-family: "Trebuchet MS", Arial, Verdana;
+  font-size: 0.84em;
+  color: #555555;
+  background-color: #FFFFFF;
+  text-align: left;
+  padding: 0 0 10px 0;
+  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;
+}
+
+input {
+  background-color: #FFFFFF;
+  padding: 3px;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  font-size: 10px;
+  color: #ffffff;
+  border: 1px solid #728c40;
+  background-color: #94ae62;
+  margin-bottom: 2px;
+}
+
+input[type=submit] {
+  background-color: #FFFFFF;
+  padding: 3px;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  font-size: 10px;
+  color: #666666;
+  border: 1px solid #728c40;
+  margin-bottom: 2px;
+}
+
+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;
+}
+
+li {
+  list-style-image: url(../images/backgrounds/li.gif);
+  line-height: 20px;
+  text-align: left;
+}
+
+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;
+}
+
+#banner {
+  border-bottom: 1px solid #fff;
+}
+
+#bannerLeft img {
+  padding: 4px 0px 4px 20px;
+}
+
+#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;
+}
+
+#menu {
+  width: 100%;
+  padding-top: 20px;
+  padding-bottom: 20px;
+  background-color: #94AE62;
+  margin-bottom: 50px;
+  color: #FFFFFF;
+  text-align: center;
+  font-family: Verdana, Arial, Helvetica, sans-serif;
+  font-size: 11px;
+  font-variant: small-caps;
+  background-image: url(../images/backgrounds/menu.jpg);
+}
+
+#menu a {
+  color: #FFFFFF;
+  text-decoration: none;
+  padding: 10px;
+  padding-top: 20px;
+  padding-bottom: 20px;
+}
+
+#menu a:hover {
+  border-bottom: 1px solid #ffffff;
+  border-left: 1px solid #728d40;
+  border-right: 1px solid #e9ffb7;
+  padding-left: 9px;
+  padding-right: 9px;
+  color: #000000;
+  background-color: #FFFFFF;
+  background-image: url(../images/backgrounds/a_hover.jpg);
+}
+
+/*google ads*/
+#uads {
+  position: absolute;
+  right: 40px;
+  top: 100px;
+}
+
+#header {
+  margin: 0 auto 0 auto;
+  margin-left: 30px;
+  margin-bottom: 40px;
+}
+
+#header h1 {
+  font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial,
+    sans-serif;
+  font-size: 30px;
+  text-transform: uppercase;
+  font-weight: normal;
+  margin: 0;
+  padding: 0;
+  padding-top: 5px;
+  color: #736451;
+  margin-bottom: 10px;
+  text-align: left;
+}
+
+#header h2 {
+  font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial,
+    sans-serif;
+  font-size: 15px;
+  text-transform: uppercase;
+  text-align: right;
+  font-weight: normal;
+  margin: 0;
+  padding: 0;
+  margin-right: 40px;
+  color: #000000;
+  border-bottom: 1px solid #eeeeee;
+}
+
+#content {
+  margin: 0 auto 0 auto;
+  margin-left: 30px;
+  text-align: left;
+}
+
+#left {
+  position: absolute;
+  z-index: 2;
+  left: 8px;
+  width: 184px;
+  top: 125px;
+  bottom: 8px;
+  margin: 0px;
+  padding: 0px;
+}
+
+#sidebar {
+  width: 160px;
+  float: right;
+  font-size: 95%;
+  color: #6C534A;
+  text-align: left;
+  margin-right: 20px;
+  margin-bottom: 100px;
+}
+
+#sidebar h1 {
+  font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial,
+    sans-serif;
+  font-size: 20px;
+  text-transform: uppercase;
+  font-weight: normal;
+  border-bottom: 1px solid #eeeeee;
+  color: #728c40;
+  text-align: right;
+}
+
+.submenu {
+  
+}
+
+.submenu a {
+  display: block;
+  width: 100%;
+  background-image: url(../images/backgrounds/submenua.gif);
+  background-position: right;
+  background-repeat: no-repeat;
+  padding: 5px;
+  padding-right: 0;
+}
+
+.submenu a:hover {
+  background-color: #eeeeee;
+  background-image: url(../images/backgrounds/submenua_hover.jpg);
+  background-repeat: repeat-y;
+}
+
+#mainbar {
+  margin-right: 235px;
+  padding-right: 35px;
+  background-image: url(../images/backgrounds/mainbar.jpg);
+  background-position: top right;
+  background-repeat: no-repeat;
+  margin-bottom: 100px;
+}
+
+#mainbar h1 {
+  font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial,
+    sans-serif;
+  font-size: 25px;
+  text-transform: uppercase;
+  font-weight: normal;
+  border-bottom: 1px solid #eeeeee;
+  color: #728c40;
+}
+
+#mainbar p {
+  padding: 15px;
+  line-height: 20px;
+}
+
+#mainbar .articleimg {
+  float: right;
+  padding: 5px;
+  border: 1px solid #eeeeee;
+  margin-left: 20px;
+  margin-top: 20px;
+  margin-bottom: 20px;
+}
+
+#footer {
+  width: 100%;
+  background-color: #b6cf84;
+  border-top: 1px solid #d8efa6;
+  border-bottom: 5px solid #94ae62;
+  padding-top: 5px;
+  padding-bottom: 5px;
+  margin-top: 50px;
+  font-size: 0.8em;
+  position: fixed;
+  bottom: 0px;
+  color: white;
+  text-align: center;
+}
+
+#footer a {
+  color: #006600;
+}
+
+#footer a:hover {
+  color: #009900;
+}
+
+.logo {
+  float: right;
+  margin-right: 30px;
+}
+
+.clearer {
+  clear: both;
+}
+
+.introduction {
+  margin-left: 0px;
+  margin-right: 235px;
+  font-family: Helvetica, Arial, sans-serif;
+  line-height: 20px;
+  font-size: 12px;
+  color: #99B198;
+  text-indent: 25px;
+  background-image: url(../images/backgrounds/desc.jpg);
+  background-position: bottom left;
+  padding-left: 0;
+  padding-right: 200px;
+  padding-bottom: 35px;
+  padding-top: 0;
+  background-repeat: no-repeat;
+}
\ No newline at end of file

Modified: trunk/distribution/src/site/templates/skin.html (194 => 195)

--- trunk/distribution/src/site/templates/skin.html	2007-06-29 15:55:15 UTC (rev 194)
+++ trunk/distribution/src/site/templates/skin.html	2007-06-29 18:15:47 UTC (rev 195)
@@ -4,11 +4,10 @@
     <title>${title}</title>
 
     <style type="text/css" media="all">
-      @import url("./css/maven-theme.css");
-      @import url("./style/site.css");
-      @import url("./style/SyntaxHighlighter.css");
+      @import url("./style/waffle.css");
+      @import url("./style/syntax-highlights.css");
     </style>
-    <script src="" type="text/_javascript_">
+    <script type="text/_javascript_" src=""
       //
     </script>
     <script language="_javascript_" src=""
@@ -24,7 +23,6 @@
     <script defer type="text/_javascript_" src=""
     <![endif]-->
 
-    <link rel="stylesheet" href="" type="text/css" media="print" />
     <meta name="verify-v1" content="UsIBiaQhhmjFrBwcJ2n4XIvEImPNG4SMVP365rRcpxE=" />
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
   </head>
@@ -32,7 +30,7 @@
   <body class="composite">
 
    <div id="banner">
-   		<a href="" id="bannerLeft"><img src="" alt="Waffle"/></a>
+   		<a href="" id="bannerLeft"><img src="" alt="Waffle"/></a>
 	  <div class="clear">
 	    <hr/>
 	  </div>
@@ -45,7 +43,7 @@
   </div>
 </div>
   <div id="leftColumn">
-      <div id="navcolumn">
+      <div id="navColumn">
           <#list sitemap.sections as section>
               <h5>${section.name}</h5>
               <ul>
@@ -61,8 +59,12 @@
 		    <h5>Project Documentation</h5>
 		    <ul>
 		      <li class="collapsed"> <a href="" Information</a> </li>
+              <img alt="Hosted at Codehaus" src="" /><br/>
 		    </ul>
-		    <a href="" title="Hosted at Codehaus" id="poweredBy"> <img alt="Hosted at Codehaus" src="" /> </a> <a href="" title="Build with Maven 2" id="poweredBy"> <img alt="Build with Maven 2" src="" /> </a> <a href="" title="The best Java IDE" id="poweredBy"> <img alt="The best Java IDE" src="" /> </a>
+            <h5>Tools</h5>
+              <img alt="Build with Maven 2" src="" /> <br/>
+              <img alt="IDEA" src="" /> <br/>
+            <h5>Ads</h5>    
 		    <script type="text/_javascript_"><!--
 		    google_ad_client = "pub-8973208330688044";
 		    google_ad_width = 125;
@@ -74,18 +76,6 @@
 		    <script type="text/_javascript_" src=""
 		        //
 		    </script>
-		    <br/>
-		    <script type="text/_javascript_"><!--
-		    google_ad_client = "pub-8973208330688044";
-		    google_ad_width = 120;
-		    google_ad_height = 240;
-		    google_ad_format = "120x240_as";
-		    google_ad_type = "text_image";
-		    google_ad_channel ="";
-		    //--></script>
-		    <script type="text/_javascript_" src=""
-		        //
-		    </script>
       </div>
   </div>
   <div id="bodyColumn">


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to