[claw-cvs] r180 - in trunk/site/src/docroot: . img

Andrea Chiumenti achiumenti at common-lisp.net
Tue Dec 30 17:37:35 UTC 2008


Author: achiumenti
Date: Tue Dec 30 17:37:34 2008
New Revision: 180

Log:


Added:
   trunk/site/src/docroot/img/
   trunk/site/src/docroot/screen.css

Added: trunk/site/src/docroot/screen.css
==============================================================================
--- (empty file)
+++ trunk/site/src/docroot/screen.css	Tue Dec 30 17:37:34 2008
@@ -0,0 +1,54 @@
+body.clawSite {
+	width: 1024px;
+	margin: 0 auto;
+	border: 1px solid gray;
+        font-family: arial;
+}
+
+.header {
+	background: url('img/top.png') no-repeat 0 0;
+	height: 170px;
+}
+
+body.clawSite .topMenu {
+    background: #efd12c url('img/topMenuBg.jpg') repeat-x 0 100%;
+    color: yellow;
+    font-size: 15px;
+}
+
+body.clawSite .topMenu .dijitButtonNode, 
+body.clawSite .topMenu .dijitReset,
+body.clawSite .topMenu .dijitComboButton .dijitButtonContents, 
+body.clawSite .topMenu .dijitComboButton .dijitDownArrowButton {
+    font-size:16px;
+}
+
+body.clawSite .dijitToolbar .dijitButtonHover {
+    background: #4a3f00 url('img/topMenuBg.jpg') repeat-x 0 0;
+    border: 1px solid #efd12c;
+}
+
+.contentTop {
+	background: url('img/content-top.jpg') no-repeat 0 0;
+	height: 40px;
+}
+
+.content {
+	background: url('img/content.jpg') repeat-y 0 0;
+	min-height: 300px;
+	padding: 0 20px 20px 20px;
+}
+
+.footer {
+	background: url('img/content-bottom.jpg') no-repeat 0 0;
+	height: 254px;	
+}
+
+.logo {
+	position: relative;
+	float: left;
+	width: 126px;
+	height: 126px;
+	background: url('img/claw.png') no-repeat 0 0;
+	margin: 20px 10px 0 20px;
+}
\ No newline at end of file




More information about the Claw-cvs mailing list