[Bast-commits] r9914 - ironman/IronMan-Web/trunk/root/static/css

mdk at dev.catalyst.perl.org mdk at dev.catalyst.perl.org
Sat Jun 30 17:49:27 GMT 2012


Author: mdk
Date: 2012-06-30 17:49:27 +0000 (Sat, 30 Jun 2012)
New Revision: 9914

Modified:
   ironman/IronMan-Web/trunk/root/static/css/epo.css
   ironman/IronMan-Web/trunk/root/static/css/screen-members-list.css
Log:
mark's changes to layout

Modified: ironman/IronMan-Web/trunk/root/static/css/epo.css
===================================================================
--- ironman/IronMan-Web/trunk/root/static/css/epo.css	2012-06-30 17:39:21 UTC (rev 9913)
+++ ironman/IronMan-Web/trunk/root/static/css/epo.css	2012-06-30 17:49:27 UTC (rev 9914)
@@ -1,3 +1,41 @@
+
+body{
+  font-family: bitsream vera sans, verdana, sans-serif;
+  font-size: 10pt;
+  line-height: 115%;
+  background: #5f8dd3 ;
+  margin: 10px auto 10px auto;
+}
+
+h1.title{
+  font-family: bitstream vera sans, verdana, sans-serif;
+  font-size: 250%;
+  color: #000;
+  margin: 0 0 0 0;
+  text-align: right;
+  padding: 15px 10px 0 0px; 
+  border-top: 0px #554400 solid;
+  border-bottom: 0px #554400 solid;
+}
+
+
+h5.copy{
+  font-family: bitstream vera sans, verdana, sans-serif;
+  font-size: 80%;
+  margin: 0 0 0 0;
+  text-align: right;
+  color: #554400;
+}
+
+p.dict{
+  font-family: Georgia, "Times New Roman", Times, serif;
+  font-size: 95%;
+  color: #000;
+  margin: 0px;
+  text-align: right;
+  padding: 15px 10px 0 0px;
+}
+
 img{ 
 border:none;
 }
@@ -2,4 +40,17 @@
 
+div .entry {
+  margin: 20px 0 0 10px;
+  background: #fff;
+  -webkit-box-shadow: 2px 2px 2px 2px #555;
+  box-shadow: 2px 2px 2px 2px #555;
+  border-radius: 10px; 
+  -moz-border-radius: 10px; 
+  -webkit-border-radius: 10px;
+  width: 650px;
+}
+
 .entry-header {
-    background-color: #d7e3f4;
+  -moz-border-radius: 5px; 
+  -webkit-border-radius: 5px;
+    background-color: #efefef;
     padding: 5px;
@@ -23,11 +74,14 @@
 }
 
 #wrap{
-  position: absolute;
-  top: 0px;
-  left: 28px;
-  width: 950px;
-  background: none;
+  width: 960px;
+  background: #eee;
+  -webkit-box-shadow: 2px 2px 6px 6px #333;
+  box-shadow: 2px 2px 6px 6px #333;
+  height: 150px;
+  border-radius: 20px 20px 0px 0px; 
+  -moz-border-radius: 20px 20px 0px 0px; 
+  -webkit-border-radius: 20px 20px 0px 0px;
 }
 
 .feed-title {
@@ -41,8 +95,16 @@
 }
 
 
+
 #members-list{
-border:8px solid #D7E3F4;
+  margin: 20px 5px 20px 5px;
+  border: 1px solid #D7E3F4;
+  -webkit-box-shadow: 2px 2px 2px 2px #555;
+  box-shadow: 2px 2px 2px 2px #555;
+  height: 2000px;
+  overflow: scroll;
+  width: 250px;
+  float: right;
 }
 
 .entry-tag, .entry-author {
@@ -54,49 +116,33 @@
 .entry-link{
 color:#2c5aa0;
 }
+
 .member{
-padding:5px;
+padding:2px;
 }
 
 #header-left {
-  position: absolute;
-  top: 0px;
-  left: 0px;
-  background: url(../images/top_left.png) no-repeat;
-  width: 161px;
-  height: 121px;
-  border-left: 8px solid #d7e3f4;
+  height: 1px;
 }
 
+#header-right {
+  height: 1px;
+}
+
 #header-middle {
-  position: absolute;
-  top: 0px;
-  left: 80px;
-  background: url(../images/top_middle.png) repeat-x;
-  width: 862px;
-  height: 121px;
-  border-right: 8px solid #d7e3f4;
+  height: 1px;
 }
 
 #header-text {
-  position: absolute;
-  top: 45px;
-  left: 60px;
   background: none;
-  width: 870px;
-  height: 49px;
 }
 
 #main {
-  position: absolute;
-  display: block;
-  top: 116px;
-  left: 28px;
-  width: 934px;
   padding: 0px;
+  width: 960px;
   background: #ffffff;
-  border-left: 8px solid #d7e3f4;
-  border-right: 8px solid #d7e3f4 ;
+  -webkit-box-shadow: 2px 2px 6px 6px #333;
+  box-shadow: 2px 2px 6px 6px #333;
 }
 
 div.entry-body h1,
@@ -108,3 +154,4 @@
   color: black;
   margin: 0px;
 }
+

Modified: ironman/IronMan-Web/trunk/root/static/css/screen-members-list.css
===================================================================
--- ironman/IronMan-Web/trunk/root/static/css/screen-members-list.css	2012-06-30 17:39:21 UTC (rev 9913)
+++ ironman/IronMan-Web/trunk/root/static/css/screen-members-list.css	2012-06-30 17:49:27 UTC (rev 9914)
@@ -1,12 +1,12 @@
-
-#members-list {
-    border: 1px solid #aaa;
-    margin: 2em;
-    margin-top: 0;
-    padding: 1em;
-    background-color: white;
-    float: right;
-    width: 15em;
+#members-list{
+  margin: 20px 5px 20px 5px;
+  border: 1px solid #D7E3F4;
+  -webkit-box-shadow: 2px 2px 2px 2px #555;
+  box-shadow: 2px 2px 2px 2px #555;
+  height: 2000px;
+  overflow: scroll;
+  width: 250px;
+  float: right;
 }
 
 .member {
@@ -15,4 +15,4 @@
 
 .entry, .footer, .header {
     margin-right: 21em;
-}
\ No newline at end of file
+}




More information about the Bast-commits mailing list