diff --git a/index.html b/index.html
index b187cd8..3fe3f7d 100644
--- a/index.html
+++ b/index.html
@@ -1,51 +1,9 @@
- Project Facing-NKUs-ZiXiuKe
+
-
+ Project Facing-NKUs-ZiXiuKe
@@ -82,7 +40,8 @@
使用方法
diff --git a/instruction.html b/instruction.html
index 497f759..6fd71fd 100644
--- a/instruction.html
+++ b/instruction.html
@@ -1,51 +1,9 @@
- Project Facing-NKUs-ZiXiuKe
+
-
+ Project Facing-NKUs-ZiXiuKe
@@ -68,8 +26,10 @@
对应浏览器
Google Chrome
+ 对于Microsoft Internet Explorer浏览器,只能使用手动方式进行控制台脚本注入来使用本功能
+ 针对Mozilla Firefox浏览器的扩展正在计划开发中,敬请期待
对于Google Chrome浏览器,除了使用与前述相同的通过控制台进行代码注入的方式之外
@@ -78,7 +38,8 @@
对应浏览器
diff --git a/stylesheets/common.css b/stylesheets/common.css
new file mode 100644
index 0000000..54e4f08
--- /dev/null
+++ b/stylesheets/common.css
@@ -0,0 +1,41 @@
+a:hover
+{
+ text-decoration:none;
+}
+.whiteline
+{
+ color:white;
+}
+#wrapper
+{
+ width:1000px;
+ _width:auto;
+ margin:0px auto;
+ text-align:center;
+}
+#header
+{
+ background-color:#9dc870;
+ _width:1000px;
+ color:white;
+}
+#main
+{
+ _width:1000px;
+ _margin-top:15px;
+ text-align:left;
+}
+#side
+{
+ float:left;
+ width:160px;
+}
+#content
+{
+ float:left;
+ width:840px;
+}
+#footer
+{
+ _width:1000px;
+}
\ No newline at end of file