diff --git a/blogthon.cgi b/blogthon.cgi index 8e1eca8..2b70c6e 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -307,7 +307,7 @@ else: print ' ' print ' ' print ' ' - print ' ' + print ' ' print ' ' print ' ' print '' diff --git a/configuration b/configuration index 15926c7..2ba3f00 100644 --- a/configuration +++ b/configuration @@ -9,7 +9,7 @@ staticpages_dir: static/ plugins_dir: plugins/ [look] -style: blogthon_noir.css +style: blogthon entries_per_page: 20 staticpages: True monthlist: True diff --git a/styles/blogthon_noir.css b/styles/blogthon-noir/blogthon-noir.css similarity index 97% rename from styles/blogthon_noir.css rename to styles/blogthon-noir/blogthon-noir.css index c41ca38..445a12d 100644 --- a/styles/blogthon_noir.css +++ b/styles/blogthon-noir/blogthon-noir.css @@ -42,7 +42,7 @@ div.header { margin: auto; margin: 0px; text-align: center; - background-image: url("blogthon_noir_img/header_green_2.jpg"); + background-image: url("header_green_2.jpg"); } div.header_title { @@ -270,7 +270,7 @@ div.entries { div.entry_title { font-weight: bold; font-size: 14px; - background-image: url('blogthon_noir_img/entrie_header.jpg'); + background-image: url('entrie_header.jpg'); height: 20px; padding-top: 3px; padding-left: 10px; diff --git a/styles/blogthon_noir_img/entrie_header.jpg b/styles/blogthon-noir/entrie_header.jpg similarity index 100% rename from styles/blogthon_noir_img/entrie_header.jpg rename to styles/blogthon-noir/entrie_header.jpg diff --git a/styles/blogthon_noir_img/header_green_2.jpg b/styles/blogthon-noir/header_green_2.jpg similarity index 100% rename from styles/blogthon_noir_img/header_green_2.jpg rename to styles/blogthon-noir/header_green_2.jpg diff --git a/styles/blogthon.css b/styles/blogthon/blogthon.css similarity index 98% rename from styles/blogthon.css rename to styles/blogthon/blogthon.css index ccc4657..c728059 100644 --- a/styles/blogthon.css +++ b/styles/blogthon/blogthon.css @@ -37,7 +37,7 @@ div.header { margin-top: 5px; text-align: center; border: 3px double #000000; - background-image: url("blogthon_img/header_background.jpg"); + background-image: url("header_background.jpg"); background-repeat: no-repeat; background-color: #FFFFFF; } diff --git a/styles/blogthon_img/header_background.jpg b/styles/blogthon/header_background.jpg similarity index 100% rename from styles/blogthon_img/header_background.jpg rename to styles/blogthon/header_background.jpg diff --git a/styles/blogthon_img/background.jpg b/styles/blogthon_img/background.jpg deleted file mode 100644 index 66a1160..0000000 Binary files a/styles/blogthon_img/background.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/background.jpg b/styles/blogthon_noir_img/background.jpg deleted file mode 100644 index 66a1160..0000000 Binary files a/styles/blogthon_noir_img/background.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/header_background.jpg b/styles/blogthon_noir_img/header_background.jpg deleted file mode 100644 index 71175aa..0000000 Binary files a/styles/blogthon_noir_img/header_background.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/header_green.jpg b/styles/blogthon_noir_img/header_green.jpg deleted file mode 100644 index 2f22fa9..0000000 Binary files a/styles/blogthon_noir_img/header_green.jpg and /dev/null differ diff --git a/styles/blogthon_noir_img/quote.png b/styles/blogthon_noir_img/quote.png deleted file mode 100644 index c21e94c..0000000 Binary files a/styles/blogthon_noir_img/quote.png and /dev/null differ diff --git a/styles/box_img/background.png b/styles/box/background.png similarity index 100% rename from styles/box_img/background.png rename to styles/box/background.png diff --git a/styles/box.css b/styles/box/box.css similarity index 98% rename from styles/box.css rename to styles/box/box.css index 7eea69f..d2ed7e3 100644 --- a/styles/box.css +++ b/styles/box/box.css @@ -4,7 +4,7 @@ body { background: #444444; - background-image: url("box_img/background.png"); + background-image: url("background.png"); font-family: Fixed; font-size: .7em; color: #CCCCCC; diff --git a/styles/images/atom.png b/styles/images/atom.png deleted file mode 100644 index 9ff5fa7..0000000 Binary files a/styles/images/atom.png and /dev/null differ diff --git a/styles/images/rss.png b/styles/images/rss.png deleted file mode 100644 index 7490bbb..0000000 Binary files a/styles/images/rss.png and /dev/null differ diff --git a/styles/zenburn-light.css b/styles/zenburn-light/zenburn-light.css similarity index 100% rename from styles/zenburn-light.css rename to styles/zenburn-light/zenburn-light.css diff --git a/styles/zenburn.css b/styles/zenburn/zenburn.css similarity index 100% rename from styles/zenburn.css rename to styles/zenburn/zenburn.css