Title: [waffle-scm] [171] trunk/distribution/src/site/templates: Moved style.css to style dir
Revision
171
Author
mauro
Date
2007-06-20 10:54:00 -0500 (Wed, 20 Jun 2007)

Log Message

Moved style.css to style dir

Modified Paths


Added Paths

Removed Paths

Diff

Modified: trunk/distribution/src/site/templates/skin.html (170 => 171)

--- trunk/distribution/src/site/templates/skin.html	2007-06-20 15:49:21 UTC (rev 170)
+++ trunk/distribution/src/site/templates/skin.html	2007-06-20 15:54:00 UTC (rev 171)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <title>${title}</title>
-    <link rel="stylesheet" type="text/css" href=""
+    <link rel="stylesheet" type="text/css" href=""
 
     <style type="text/css" media="all">
       @import url("./style/site.css");

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

--- trunk/distribution/src/site/templates/style/style.css	                        (rev 0)
+++ trunk/distribution/src/site/templates/style/style.css	2007-06-20 15:54:00 UTC (rev 171)
@@ -0,0 +1,276 @@
+.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;	
+}

Deleted: trunk/distribution/src/site/templates/style.css (170 => 171)

--- trunk/distribution/src/site/templates/style.css	2007-06-20 15:49:21 UTC (rev 170)
+++ trunk/distribution/src/site/templates/style.css	2007-06-20 15:54:00 UTC (rev 171)
@@ -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;	
-}


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to