[geeklog-cvs] geeklog: newpro: Styled the system messages

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Mar 12 19:38:15 EDT 2012


changeset 8529:c231093de55b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/c231093de55b
user: Rouslan Placella <rouslan at placella.com>
date: Mon Mar 12 23:36:30 2012 +0000
description:
newpro: Styled the system messages

diffstat:

 public_html/layout/newpro/css/block.css                   |   19 +++++++++++--
 public_html/layout/newpro/css/compatible.css              |    7 +++++
 public_html/layout/newpro/images/css/bg_message_title.gif |  Bin 
 public_html/layout/newpro/images/css/bg_message_title.png |  Bin 
 4 files changed, 22 insertions(+), 4 deletions(-)

diffs (65 lines):

diff -r fae6155d428c -r c231093de55b public_html/layout/newpro/css/block.css
--- a/public_html/layout/newpro/css/block.css	Mon Mar 12 22:40:52 2012 +0000
+++ b/public_html/layout/newpro/css/block.css	Mon Mar 12 23:36:30 2012 +0000
@@ -43,7 +43,18 @@
 div#centerblocks div#block-message {
   margin: 2em 0;
   padding: 0;
-  border: 1px solid #000000;
+
+  border: 1px solid #939490;
+
+  -webkit-border-radius: 10px;
+  -moz-border-radius: 10px;
+  border-radius: 10px;
+
+  -webkit-box-shadow: 0px 0px 4px 1px #aaa;
+  -moz-box-shadow: 0px 0px 4px 1px #aaa;
+  box-shadow: 0px 0px 4px 1px #aaa; 
+
+  background: #eeeeec url("./images/css/bg_message_title.png") repeat-x scroll 0 0;
 }
 
 div#centerblocks div#block-message dl {
@@ -55,16 +66,16 @@
 div#centerblocks div#block-message dl dt {
   margin: 0;
   padding: 8px;
-  background: #1A3955 url(./images/css/bg_message_title.gif) repeat-x 0 0;
-  color: #FFFFFF;
+  color: #222;
   font-weight: bold;
+  text-align: center;
+  line-height: 1.5em;
 }
 
 /* Message */
 div#centerblocks div#block-message dl dd {
   margin: 0;
   padding: 8px;
-  background: #E7E7E7;
   font-weight: bold;
 }
 
diff -r fae6155d428c -r c231093de55b public_html/layout/newpro/css/compatible.css
--- a/public_html/layout/newpro/css/compatible.css	Mon Mar 12 22:40:52 2012 +0000
+++ b/public_html/layout/newpro/css/compatible.css	Mon Mar 12 23:36:30 2012 +0000
@@ -284,7 +284,14 @@
   color:#ffffff;
   background:transparent;
 }
+.sysmessage {
+  position: relative;
+  margin: 1em 1em 1em 4em;
+}
 .sysmessage img {
+  position: absolute;
+  left: -3.1em;
+  top: -0.3em;
   border:none;
   float:left;
   padding-bottom:3px;
diff -r fae6155d428c -r c231093de55b public_html/layout/newpro/images/css/bg_message_title.gif
Binary file public_html/layout/newpro/images/css/bg_message_title.gif has changed
diff -r fae6155d428c -r c231093de55b public_html/layout/newpro/images/css/bg_message_title.png
Binary file public_html/layout/newpro/images/css/bg_message_title.png has changed



More information about the geeklog-cvs mailing list