自设园子之博客园(一)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>自设园子</title> <style type="text/css"> .ziti{ font-family:"幼圆";/*设置字体*/ font-size:20px;/*设置字体大小*/ font-weight:5px;/*调整字体粗细*/ color:#00708a; } .neirong{ font-family:"幼圆";/*设置字体*/ font-size:25px;/*设置字体大小*/ font-weight:5px;/*调整字体粗细*/ color:#00708a; text-align: center; } .zhaiyao{ font-family:"幼圆";/*设置字体*/ font-size:18px;/*设置字体大小*/ font-weight:3px;/*调整字体粗细*/ color:#000000; text-align: left; } .zhaiyao2{ font-family:"幼圆";/*设置字体*/ font-size:18px;/*设置字体大小*/ font-weight:3px;/*调整字体粗细*/ color:#00708a; text-align: left; } .zhaiyao3{ font-family:"黑体";/*设置字体*/ font-size:18px;/*设置字体大小*/ font-weight:8px;/*调整字体粗细*/ color:#000000; float: right; } .cebian{ font-family:"幼圆";/*设置字体*/ font-size:15px;/*设置字体大小*/ font-weight:3px;/*调整字体粗细*/ color:#00708a; text-align: left; } a{ color:#00708a; text-decoration:none; } a:hover{ color:#f56f2c; text-decoration:none; } li { width: 84px; font-weight:bold; margin-top: 80px; font-size: 18px; line-height: 24px; float:right; } li:hover a{ font-size: 18px; color:#d5adf8; } #poem_sentence{ font-family:"幼圆";/*设置字体*/ font-size:30px;/*设置字体大小*/ font-weight:5px;/*调整字体粗细*/ color:#000000; text-align: center; } #poem_info{ font-family:"幼圆";/*设置字体*/ font-size:20px;/*设置字体大小*/ font-weight:4px;/*调整字体粗细*/ color:#000000; text-align: center; } </style> </head>