天天看點

開發每個靜态網站是的模版代碼(自己開發是長期優化過的覺得最簡的代碼)

/*index page,designed by tuzuoquan,version:1.0,2012-7-16*/

/**styles which is common in most website,the styles blow

can controll all the pages in the website.**/

/*全局樣式*/

/*這裡是子頁面的css樣式*/

*{

 margin:0px;

 padding:0px;

 border:0px;

 font:13px/1.4em "宋體";

 text-align:center;

}

body{

 background:#105645;

a{

 text-decoration:none;

a:link,a:visited {

 color:#ff0000;

a:hover,a:active {

 text-decoration:underline;

p{

 text-align:left;