neoease 皮肤修改

This commit is contained in:
Vanessa
2012-09-06 16:40:06 +08:00
parent 79774698ca
commit 747b0ab672
6 changed files with 243 additions and 241 deletions

View File

@@ -2,7 +2,7 @@
* skin neoease style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.1.7, Aug 6, 2012
* @version 1.0.1.8, Sep 6, 2012
*/
/* start base */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6 {
@@ -21,7 +21,7 @@ html, body, div, ul, li, h1, h2, h3, h4, h5, h6 {
}
body {
font-family: "Lucida Grande",'Verdana,\5fae\8f6f\96c5\9ed1';
font-family: "Lucida Grande",'Verdana','\5fae\8f6f\96c5\9ed1';
font-size: 12px;
background-color: #F9F9F9;
color: #333;

View File

@@ -1,7 +1,7 @@
html,body,div,ul,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
::selection{background-color:#ccc;color:#fff;}
::-moz-selection{background-color:#ccc;color:#fff;}
body{font-family:"Lucida Grande",'Verdana,\5fae\8f6f\96c5\9ed1';font-size:12px;background-color:#F9F9F9;color:#333;}
body{font-family:"Lucida Grande",'Verdana','\5fae\8f6f\96c5\9ed1';font-size:12px;background-color:#F9F9F9;color:#333;}
a:link{outline:none;color:#21759B;text-decoration:none;}
a:visited{color:#555777;}
a:hover{color:#D54E21;}