modify m.layouts/colorCode Title style.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10618 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
unryong 2012-04-26 01:43:50 +00:00
parent ac5953ab63
commit 92ce6c5c9a
7 changed files with 12 additions and 34 deletions

View file

@ -27,9 +27,9 @@ background:linear-gradient(top,#fafafa,#dfdfdf);}
.lo_head a[class^="btn_"]{width:51px;height:39px;position:absolute;top:11px;overflow:hidden;}
.btn_home{left:5px;text-indent:-999em;background:url('../../img/nGreenA/btn_home.png') no-repeat left top;background-size:50px 39px;}
.btn_menu{right:5px;text-indent:-999em;background:url('../../img/nGreenA/btn_menu.png') no-repeat left top;background-size:50px 39px;}
h1.title{font-size:25px;padding:0 60px;line-height:25px;text-align:center;color:rgba(255,255,255,1);text-shadow:0px 1px 1px rgba(20,20,20,.75);color:#37b700}
h1.title{font-size:25px;padding:0 60px;line-height:25px;text-align:center;text-shadow:0px 1px 1px rgba(20,20,20,.75);color:#37b700}
h1.title span.txt{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.head_hr{height:0;position: relative;border:none;border-top:1px solid #2a8b00}
.lo_foot{width:100%;height:69px;position:relative;border-top:1px solid #808080;border-bottom:1px solid #001728;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#dbdbdb));
background:-webkit-linear-gradient(top,#eaeaea,#dbdbdb);
@ -52,14 +52,10 @@ ul.link .lang.off>a{background:url('../../img/nGreenA/btn_lang_off_tp.png') no-r
ul.link .lang.on>a{background:url('../../img/nGreenA/btn_lang_on.png') no-repeat left top;background-size:90px 25px}
ul.link .lang_lst{display:none;position:absolute;left:0px;bottom:24px;}
.icon_arr_draw{display:inline-block;position:absolute;top:5px;right:6px;width:0px;height:0px;margin-left:2px;border-width:5px;border-style:solid;border-color:transparent transparent #848484 transparent;}
ul.link .lang_lst:before{display:block;width:90px;height:4px;background:url('../../img/nGreenA/bg_lang_t.png') no-repeat left top;background-size:90px 4px;content:''}
ul.link .lang_lst li{width:90px;padding-left:1px;background:url('../../img/nGreenA/bg_lang_body.png') repeat-y top left;background-size:90px 1px;}
.lang_lst li a{display:block;width:88px;height:18px;padding-top:5px;border-top:1px solid #a4a4a4;border-bottom:1px solid #fff;font-size:13px;line-height:13px;color:#585858;}
.lang_lst li:first-child a{border-top:none}
p.cr{height:20px;padding:11px 0 2px;text-align:center;font-size:12px;line-height:12px;color:#848484}
.lo_foot.fixed{position:fixed;bottom:0;}
.lo_foot.static{position:static;}