diff options
author | root <root@marieta.sarava.org> | 2009-06-05 15:25:54 -0300 |
---|---|---|
committer | root <root@marieta.sarava.org> | 2009-06-05 15:25:54 -0300 |
commit | ad444d54d840440fcb379498bbbd1276a6478802 (patch) | |
tree | 36b5b2212a8ed9e25c0c4b30fe6d1be2bab02dfa | |
download | rsp-ad444d54d840440fcb379498bbbd1276a6478802.tar.gz rsp-ad444d54d840440fcb379498bbbd1276a6478802.tar.bz2 |
initial commit
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | index.mdwn | 9 | ||||
-rw-r--r-- | local.css | 13 |
3 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b84c806 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.ikiwiki +/recentchanges diff --git a/index.mdwn b/index.mdwn new file mode 100644 index 0000000..f896705 --- /dev/null +++ b/index.mdwn @@ -0,0 +1,9 @@ +Welcome to your new wiki. + +All wikis are supposed to have a [[SandBox]], +so this one does too. + +---- + +This wiki is powered by [ikiwiki](http://ikiwiki.info). + diff --git a/local.css b/local.css new file mode 100644 index 0000000..3d19fca --- /dev/null +++ b/local.css @@ -0,0 +1,13 @@ +/* Embedded Moose local.css for use with ikiwiki + * Written by Josh Triplett <josh@freedesktop.org> + * Some ideas from the Debian lighttpd index.html page. */ + +body { background: #e7e7e7; } + +#content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;} + +.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;} +.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;} + +.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;} +#footer { border: none; font-family: sans-serif;} |