This commit is contained in:
Vanessa 2013-01-24 15:46:57 +08:00
parent 5de4413f05
commit 6283fcddff
2 changed files with 156 additions and 156 deletions

View File

@ -21,7 +21,7 @@ html, body, div, ul, li, h1, h2, h3, h4, h5, h6 {
} }
body { body {
font-family: "Lucida Grande",'Verdana','\5fae\8f6f\96c5\9ed1'; font-family: "Lucida Grande","Verdana","\5fae\8f6f\96c5\9ed1";
font-size: 12px; font-size: 12px;
background-color: #F9F9F9; background-color: #F9F9F9;
color: #333; color: #333;

View File

@ -1,7 +1,7 @@
html,body,div,ul,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;} html,body,div,ul,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
::selection{background-color:#ccc;color:#fff;} ::selection{background-color:#ccc;color:#fff;}
::-moz-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:link{outline:none;color:#21759B;text-decoration:none;}
a:visited{color:#555777;} a:visited{color:#555777;}
a:hover{color:#D54E21;} a:hover{color:#D54E21;}