From b2a62e2196f7a16926bcd6ce6c91f1a21a269d16 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 Jun 2014 21:30:53 +0800 Subject: [PATCH] add layout --- iblog/css/main.css | 12 +++++++++++- iblog/index.html | 8 ++++---- iblog/layout.html | 24 ++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 iblog/layout.html diff --git a/iblog/css/main.css b/iblog/css/main.css index eb8742b..fb45c78 100644 --- a/iblog/css/main.css +++ b/iblog/css/main.css @@ -249,16 +249,26 @@ body{ .linklist_title{ color: #329CD7; + width: 300px; } .linklist_title:hover{ cursor: pointer; } -.linklist_tag{ +.linklist_title:visited{ color: #329CD7; } +.linklist_title:link{ + color: #329CD7; +} + +.linklist_tag{ + color: #ABACAA; + +} + .linklist_tag:hover{ cursor: pointer; }; \ No newline at end of file diff --git a/iblog/index.html b/iblog/index.html index 3aaac78..29ca5f2 100644 --- a/iblog/index.html +++ b/iblog/index.html @@ -38,7 +38,7 @@ - 小事 + 小事 关于我 @@ -46,8 +46,8 @@
-
- +