From c343dd2889402a5e0eca4d490fbd0fbf3c892b70 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 26 Aug 2010 20:53:46 +1200 Subject: display more frontend, create separate css for frontend and backend, namespace the js in the same fashion, now has full English support.. --- public/stylesheets/refinery/refinerycms-blog.css | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 public/stylesheets/refinery/refinerycms-blog.css (limited to 'public/stylesheets/refinery') diff --git a/public/stylesheets/refinery/refinerycms-blog.css b/public/stylesheets/refinery/refinerycms-blog.css new file mode 100644 index 0000000..cc6f582 --- /dev/null +++ b/public/stylesheets/refinery/refinerycms-blog.css @@ -0,0 +1,33 @@ +.comments_icon { + background-image: url('/images/refinerycms-blog/icons/comments.png'); +} +.comment_icon { + background-image: url('/images/refinerycms-blog/icons/comment.png'); +} +.comment_cross_icon { + background-image: url('/images/refinerycms-blog/icons/comment_cross.png'); +} +.comment_tick_icon { + background-image: url('/images/refinerycms-blog/icons/comment_tick.png'); +} +.folder_icon { + background-image: url('/images/refinerycms-blog/icons/folder.png'); +} +.folder_add_icon { + background-image: url('/images/refinerycms-blog/icons/folder_add.png'); +} +.folder_edit_icon { + background-image: url('/images/refinerycms-blog/icons/folder_edit.png'); +} +.settings_icon { + background-image: url('/images/refinerycms-blog/icons/cog.png'); +} +.page_icon { + background-image: url('/images/refinerycms-blog/icons/page.png'); +} +.page_copy_icon { + background-image: url('/images/refinerycms-blog/icons/page_copy.png'); +} +.page_add_icon { + background-image: url('/images/refinerycms-blog/icons/page_add.png'); +} \ No newline at end of file -- cgit v1.2.3