]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
turn into real css file, remove dup file
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 19 Jan 2008 19:06:47 +0000 (14:06 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 19 Jan 2008 19:06:47 +0000 (14:06 -0500)
doc/css_market.mdwn
doc/css_market/cstamas.css [new file with mode: 0644]
doc/css_market/cstamas.css.mdwn [deleted file]
doc/css_market/cstamas2.css.wiki [deleted file]

index 7a0436c48189161d6d5fa5c33dfbb6ef14b5dc84..68f043ff18d972e21e19463eaece00a437593b89 100644 (file)
@@ -33,11 +33,11 @@ files..)
   use it under the terms of the MIT License (see png comment).
   [[meta stylesheet="02_Template"]]
 
   use it under the terms of the MIT License (see png comment).
   [[meta stylesheet="02_Template"]]
 
-* **[[css_market/cstamas2.css]]**, contributed by [[cstamas]].
+* **[[css_market/cstamas.css]]**, contributed by [[cstamas]].
   This one is based on embeddedmoose, however it is slightly different now.
   [My webpage's](http://users.itk.ppke.hu/~cstamas/tag/english) is not the same.
   You can grab some pictures used as background patterns from there.
   This one is based on embeddedmoose, however it is slightly different now.
   [My webpage's](http://users.itk.ppke.hu/~cstamas/tag/english) is not the same.
   You can grab some pictures used as background patterns from there.
-  [[meta stylesheet="cstamas2"]]
+  [[meta stylesheet="cstamas"]]
 
 If your web browser allows selecting between multiple stylesheets, this
 page can be viewed using many of the stylesheets above. For example, if
 
 If your web browser allows selecting between multiple stylesheets, this
 page can be viewed using many of the stylesheets above. For example, if
diff --git a/doc/css_market/cstamas.css b/doc/css_market/cstamas.css
new file mode 100644 (file)
index 0000000..0855f3b
--- /dev/null
@@ -0,0 +1,69 @@
+/* This template is based on:
+ * "Embedded Moose local.css for use with ikiwiki
+ * Written by Josh Triplett <josh@freedesktop.org>
+ * Some ideas from the Debian lighttpd index.html page."
+ * 
+ * The improoved version is made by
+ * Csillag Tamas <cstamas@digitus.itk.ppke.hu>
+ * 2008-01-??
+ * */
+
+body { 
+           background: #474747;
+}
+
+#content {
+           background: #333333;
+           margin: 10px 0px;
+          border: 1px dotted #c0c0c0;
+          padding: 10px;
+          font-family: sans-serif;
+          color: #acacac
+}
+
+h1 {
+           font-size: 150%;
+           color: #e6deee;
+}
+
+h2 {
+           font-size: 130%;
+           color: #e6deee;
+}
+
+a {
+          color: #efefef;
+          border-bottom: 1px dashed;
+          text-decoration: none;
+}
+
+a:hover { background: #300000; }
+
+pre {
+           color: #d0d0d0;
+          border: 1px dotted #c0c0c0;
+           background: black;
+           padding: 2px;
+           font-size: 110%;
+}
+
+.feedbutton { background: #ff0000; }
+
+.header {
+           background: #800000;
+          border: 2px solid #500000;
+          padding: 10px;
+          color: #efefef;
+          font-family: sans-serif;
+}
+
+.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
+.pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
+.tags { color: yellow }
+.selflink { background: yellow; color: black }
+
+.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
+.actions a  { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
+#footer { border: none; font-family: sans-serif;}
+
+
diff --git a/doc/css_market/cstamas.css.mdwn b/doc/css_market/cstamas.css.mdwn
deleted file mode 100644 (file)
index 0855f3b..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/* This template is based on:
- * "Embedded Moose local.css for use with ikiwiki
- * Written by Josh Triplett <josh@freedesktop.org>
- * Some ideas from the Debian lighttpd index.html page."
- * 
- * The improoved version is made by
- * Csillag Tamas <cstamas@digitus.itk.ppke.hu>
- * 2008-01-??
- * */
-
-body { 
-           background: #474747;
-}
-
-#content {
-           background: #333333;
-           margin: 10px 0px;
-          border: 1px dotted #c0c0c0;
-          padding: 10px;
-          font-family: sans-serif;
-          color: #acacac
-}
-
-h1 {
-           font-size: 150%;
-           color: #e6deee;
-}
-
-h2 {
-           font-size: 130%;
-           color: #e6deee;
-}
-
-a {
-          color: #efefef;
-          border-bottom: 1px dashed;
-          text-decoration: none;
-}
-
-a:hover { background: #300000; }
-
-pre {
-           color: #d0d0d0;
-          border: 1px dotted #c0c0c0;
-           background: black;
-           padding: 2px;
-           font-size: 110%;
-}
-
-.feedbutton { background: #ff0000; }
-
-.header {
-           background: #800000;
-          border: 2px solid #500000;
-          padding: 10px;
-          color: #efefef;
-          font-family: sans-serif;
-}
-
-.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
-.pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
-.tags { color: yellow }
-.selflink { background: yellow; color: black }
-
-.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
-.actions a  { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
-#footer { border: none; font-family: sans-serif;}
-
-
diff --git a/doc/css_market/cstamas2.css.wiki b/doc/css_market/cstamas2.css.wiki
deleted file mode 100644 (file)
index 0855f3b..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-/* This template is based on:
- * "Embedded Moose local.css for use with ikiwiki
- * Written by Josh Triplett <josh@freedesktop.org>
- * Some ideas from the Debian lighttpd index.html page."
- * 
- * The improoved version is made by
- * Csillag Tamas <cstamas@digitus.itk.ppke.hu>
- * 2008-01-??
- * */
-
-body { 
-           background: #474747;
-}
-
-#content {
-           background: #333333;
-           margin: 10px 0px;
-          border: 1px dotted #c0c0c0;
-          padding: 10px;
-          font-family: sans-serif;
-          color: #acacac
-}
-
-h1 {
-           font-size: 150%;
-           color: #e6deee;
-}
-
-h2 {
-           font-size: 130%;
-           color: #e6deee;
-}
-
-a {
-          color: #efefef;
-          border-bottom: 1px dashed;
-          text-decoration: none;
-}
-
-a:hover { background: #300000; }
-
-pre {
-           color: #d0d0d0;
-          border: 1px dotted #c0c0c0;
-           background: black;
-           padding: 2px;
-           font-size: 110%;
-}
-
-.feedbutton { background: #ff0000; }
-
-.header {
-           background: #800000;
-          border: 2px solid #500000;
-          padding: 10px;
-          color: #efefef;
-          font-family: sans-serif;
-}
-
-.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
-.pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
-.tags { color: yellow }
-.selflink { background: yellow; color: black }
-
-.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
-.actions a  { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
-#footer { border: none; font-family: sans-serif;}
-
-