OSDN Git Service

added style.css
authorquiver2k <quiver2k@users.sourceforge.jp>
Sat, 13 Jun 2009 17:08:18 +0000 (02:08 +0900)
committerquiver2k <quiver2k@users.sourceforge.jp>
Sat, 13 Jun 2009 17:08:18 +0000 (02:08 +0900)
jp.sourceforge.moreemacs.web/WebContent/index.html
jp.sourceforge.moreemacs.web/WebContent/style.css [new file with mode: 0644]

index e9de917..041d38b 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
 <html>\r
 <head>\r
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
 <html>\r
 <head>\r
+<link rel='stylesheet' type='text/css' href='style.css'>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
 <title>More Emacs Plugin</title>\r
 </head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
 <title>More Emacs Plugin</title>\r
 </head>\r
diff --git a/jp.sourceforge.moreemacs.web/WebContent/style.css b/jp.sourceforge.moreemacs.web/WebContent/style.css
new file mode 100644 (file)
index 0000000..2a939c0
--- /dev/null
@@ -0,0 +1,13 @@
+@CHARSET "UTF-8";\r
+\r
+body {\r
+ background: #EEFFEE\r
+}\r
+\r
+h1 {\r
+ background: #8888FF\r
+}\r
+\r
+h2 {\r
+ background: #AAAAFF\r
+}\r