HornsAndHooves-publify_core 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +102 -0
- data/MIT-LICENSE +21 -0
- data/README.md +9 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- data/app/assets/fonts/open-sans-bold.woff +0 -0
- data/app/assets/fonts/open-sans.woff +0 -0
- data/app/assets/images/admin/loading.gif +0 -0
- data/app/assets/images/admin/typologo.gif +0 -0
- data/app/assets/images/calendar_date_select/calendar.gif +0 -0
- data/app/assets/images/close.gif +0 -0
- data/app/assets/images/closelabel.gif +0 -0
- data/app/assets/images/go.png +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/nextlabel.gif +0 -0
- data/app/assets/images/overlay.png +0 -0
- data/app/assets/images/powered.gif +0 -0
- data/app/assets/images/prevlabel.gif +0 -0
- data/app/assets/images/spinner-blue.gif +0 -0
- data/app/assets/images/spinner.gif +0 -0
- data/app/assets/images/thumb_blank.jpg +0 -0
- data/app/assets/javascripts/application.js +2 -0
- data/app/assets/javascripts/bootstrap/affix.js +164 -0
- data/app/assets/javascripts/bootstrap/alert.js +95 -0
- data/app/assets/javascripts/bootstrap/button.js +125 -0
- data/app/assets/javascripts/bootstrap/collapse.js +212 -0
- data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
- data/app/assets/javascripts/bootstrap/modal.js +358 -0
- data/app/assets/javascripts/bootstrap/tab.js +155 -0
- data/app/assets/javascripts/bootstrap/transition.js +59 -0
- data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
- data/app/assets/javascripts/cookies.js +60 -0
- data/app/assets/javascripts/datetimepicker.js +1470 -0
- data/app/assets/javascripts/lang/da_DK.js +17 -0
- data/app/assets/javascripts/lang/default.js +21 -0
- data/app/assets/javascripts/lang/en_US.js +21 -0
- data/app/assets/javascripts/lang/fr_FR.js +21 -0
- data/app/assets/javascripts/lang/nl_NL.js +21 -0
- data/app/assets/javascripts/lang/zh_TW.js +17 -0
- data/app/assets/javascripts/lightbox.js +350 -0
- data/app/assets/javascripts/observe.js +28 -0
- data/app/assets/javascripts/publify.js +11 -0
- data/app/assets/javascripts/publify_admin.js +104 -0
- data/app/assets/javascripts/quicktags.js +448 -0
- data/app/assets/javascripts/set-timeago-lang.js +3 -0
- data/app/assets/javascripts/sidebar.js +28 -0
- data/app/assets/javascripts/spinnable.js +5 -0
- data/app/assets/javascripts/tagmanager.js +481 -0
- data/app/assets/javascripts/typeahead.js +1139 -0
- data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
- data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
- data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
- data/app/assets/stylesheets/_bootstrap.scss +43 -0
- data/app/assets/stylesheets/accounts.css.scss +7 -0
- data/app/assets/stylesheets/administration_structure.css.scss +255 -0
- data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
- data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
- data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
- data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
- data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
- data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
- data/app/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
- data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
- data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
- data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
- data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
- data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
- data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
- data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
- data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
- data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
- data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
- data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
- data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
- data/app/assets/stylesheets/bootstrap/_variables.scss +654 -0
- data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
- data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
- data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
- data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
- data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
- data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
- data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
- data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
- data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
- data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
- data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
- data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/app/assets/stylesheets/coderay.css +135 -0
- data/app/assets/stylesheets/datetimepicker.css +306 -0
- data/app/assets/stylesheets/lightbox.css +63 -0
- data/app/assets/stylesheets/publify.css.scss +9 -0
- data/app/assets/stylesheets/publify_admin.css.scss +10 -0
- data/app/assets/stylesheets/rss.css +53 -0
- data/app/assets/stylesheets/sidebar_admin.css.scss +36 -0
- data/app/assets/stylesheets/tagmanager.css +102 -0
- data/app/assets/stylesheets/user-styles.css +29 -0
- data/app/controllers/accounts_controller.rb +4 -0
- data/app/controllers/admin/base_controller.rb +27 -0
- data/app/controllers/admin/content_controller.rb +194 -0
- data/app/controllers/admin/dashboard_controller.rb +33 -0
- data/app/controllers/admin/feedback_controller.rb +160 -0
- data/app/controllers/admin/notes_controller.rb +73 -0
- data/app/controllers/admin/pages_controller.rb +73 -0
- data/app/controllers/admin/post_types_controller.rb +57 -0
- data/app/controllers/admin/profiles_controller.rb +57 -0
- data/app/controllers/admin/redirects_controller.rb +51 -0
- data/app/controllers/admin/resources_controller.rb +36 -0
- data/app/controllers/admin/seo_controller.rb +46 -0
- data/app/controllers/admin/settings_controller.rb +53 -0
- data/app/controllers/admin/sidebar_controller.rb +67 -0
- data/app/controllers/admin/tags_controller.rb +55 -0
- data/app/controllers/admin/themes_controller.rb +31 -0
- data/app/controllers/admin/users_controller.rb +67 -0
- data/app/controllers/articles_controller.rb +215 -0
- data/app/controllers/authors_controller.rb +30 -0
- data/app/controllers/base_controller.rb +43 -0
- data/app/controllers/comments_controller.rb +67 -0
- data/app/controllers/content_controller.rb +24 -0
- data/app/controllers/feedback_controller.rb +13 -0
- data/app/controllers/notes_controller.rb +35 -0
- data/app/controllers/setup_controller.rb +61 -0
- data/app/controllers/tags_controller.rb +50 -0
- data/app/controllers/text_controller.rb +7 -0
- data/app/controllers/textfilter_controller.rb +5 -0
- data/app/controllers/theme_controller.rb +63 -0
- data/app/controllers/xml_controller.rb +20 -0
- data/app/helpers/admin/base_helper.rb +87 -0
- data/app/helpers/admin/feedback_helper.rb +53 -0
- data/app/helpers/articles_helper.rb +10 -0
- data/app/helpers/authors_helper.rb +30 -0
- data/app/helpers/base_helper.rb +257 -0
- data/app/helpers/blog_helper.rb +14 -0
- data/app/helpers/xml_helper.rb +18 -0
- data/app/jobs/application_job.rb +5 -0
- data/app/mailers/notification_mailer.rb +40 -0
- data/app/models/ability.rb +53 -0
- data/app/models/archives_sidebar.rb +45 -0
- data/app/models/article/factory.rb +64 -0
- data/app/models/article.rb +308 -0
- data/app/models/blog.rb +280 -0
- data/app/models/comment.rb +57 -0
- data/app/models/config_manager.rb +83 -0
- data/app/models/content.rb +118 -0
- data/app/models/content_base.rb +88 -0
- data/app/models/feedback.rb +250 -0
- data/app/models/meta_sidebar.rb +10 -0
- data/app/models/note.rb +152 -0
- data/app/models/page.rb +42 -0
- data/app/models/page_sidebar.rb +14 -0
- data/app/models/ping.rb +5 -0
- data/app/models/post_type.rb +16 -0
- data/app/models/redirect.rb +51 -0
- data/app/models/redirection.rb +6 -0
- data/app/models/resource.rb +12 -0
- data/app/models/search_sidebar.rb +9 -0
- data/app/models/sidebar.rb +142 -0
- data/app/models/static_sidebar.rb +22 -0
- data/app/models/tag.rb +71 -0
- data/app/models/tag_sidebar.rb +30 -0
- data/app/models/text_filter.rb +141 -0
- data/app/models/trackback.rb +46 -0
- data/app/models/trigger.rb +34 -0
- data/app/models/user.rb +142 -0
- data/app/services/title_builder.rb +88 -0
- data/app/uploaders/resource_uploader.rb +63 -0
- data/app/views/accounts/confirm.html.erb +7 -0
- data/app/views/admin/content/_article_list.html.erb +26 -0
- data/app/views/admin/content/_form.html.erb +145 -0
- data/app/views/admin/content/autosave.js.erb +5 -0
- data/app/views/admin/content/edit.html.erb +3 -0
- data/app/views/admin/content/index.html.erb +48 -0
- data/app/views/admin/content/index.js.erb +1 -0
- data/app/views/admin/content/new.html.erb +3 -0
- data/app/views/admin/dashboard/_comment.html.erb +18 -0
- data/app/views/admin/dashboard/_comments.html.erb +10 -0
- data/app/views/admin/dashboard/_drafts.html.erb +25 -0
- data/app/views/admin/dashboard/_overview.html.erb +21 -0
- data/app/views/admin/dashboard/_welcome.html.erb +28 -0
- data/app/views/admin/dashboard/index.html.erb +16 -0
- data/app/views/admin/feedback/_button.html.erb +19 -0
- data/app/views/admin/feedback/_feedback.html.erb +7 -0
- data/app/views/admin/feedback/_ham.html.erb +17 -0
- data/app/views/admin/feedback/_spam.html.erb +23 -0
- data/app/views/admin/feedback/article.html.erb +69 -0
- data/app/views/admin/feedback/edit.html.erb +48 -0
- data/app/views/admin/feedback/ham.js +1 -0
- data/app/views/admin/feedback/index.html.erb +53 -0
- data/app/views/admin/feedback/spam.js +1 -0
- data/app/views/admin/migrations/show.html.erb +39 -0
- data/app/views/admin/notes/_form.html.erb +37 -0
- data/app/views/admin/notes/_header.html.erb +6 -0
- data/app/views/admin/notes/_list.html.erb +13 -0
- data/app/views/admin/notes/_note.html.erb +14 -0
- data/app/views/admin/notes/edit.html.erb +11 -0
- data/app/views/admin/notes/index.html.erb +11 -0
- data/app/views/admin/notes/show.html.erb +14 -0
- data/app/views/admin/pages/_form.html.erb +101 -0
- data/app/views/admin/pages/_pages.html.erb +21 -0
- data/app/views/admin/pages/edit.html.erb +1 -0
- data/app/views/admin/pages/index.html.erb +17 -0
- data/app/views/admin/pages/new.html.erb +1 -0
- data/app/views/admin/post_types/_index_and_form.html.erb +65 -0
- data/app/views/admin/post_types/edit.html.erb +1 -0
- data/app/views/admin/post_types/index.html.erb +1 -0
- data/app/views/admin/profiles/index.html.erb +10 -0
- data/app/views/admin/redirects/_index_and_form.html.erb +68 -0
- data/app/views/admin/redirects/edit.html.erb +1 -0
- data/app/views/admin/redirects/index.html.erb +1 -0
- data/app/views/admin/resources/index.html.erb +72 -0
- data/app/views/admin/seo/_general.html.erb +104 -0
- data/app/views/admin/seo/_permalinks.html.erb +53 -0
- data/app/views/admin/seo/_titles.html.erb +209 -0
- data/app/views/admin/seo/show.html.erb +28 -0
- data/app/views/admin/settings/display.html.erb +101 -0
- data/app/views/admin/settings/feedback.html.erb +118 -0
- data/app/views/admin/settings/index.html.erb +73 -0
- data/app/views/admin/settings/write.html.erb +69 -0
- data/app/views/admin/shared/_edit.html.erb +4 -0
- data/app/views/admin/shared/_menu.html.erb +121 -0
- data/app/views/admin/shared/_twitter_alert.html.erb +3 -0
- data/app/views/admin/sidebar/_available.html.erb +6 -0
- data/app/views/admin/sidebar/_available.json.erb +6 -0
- data/app/views/admin/sidebar/_config.html.erb +27 -0
- data/app/views/admin/sidebar/_target.html.erb +9 -0
- data/app/views/admin/sidebar/_target_sidebar.html.erb +20 -0
- data/app/views/admin/sidebar/destroy.js.erb +1 -0
- data/app/views/admin/sidebar/index.html.erb +31 -0
- data/app/views/admin/sidebar/sortable.js.erb +3 -0
- data/app/views/admin/sidebar/update.js.erb +2 -0
- data/app/views/admin/tags/_index_and_form.html.erb +59 -0
- data/app/views/admin/tags/edit.html.erb +1 -0
- data/app/views/admin/tags/index.html.erb +1 -0
- data/app/views/admin/themes/index.html.erb +27 -0
- data/app/views/admin/users/_form.html.erb +215 -0
- data/app/views/admin/users/edit.html.erb +8 -0
- data/app/views/admin/users/index.html.erb +39 -0
- data/app/views/admin/users/new.html.erb +8 -0
- data/app/views/archives_sidebar/_content.html.erb +13 -0
- data/app/views/articles/_archives_article.html.erb +9 -0
- data/app/views/articles/_article.html.erb +9 -0
- data/app/views/articles/_article_author.html.erb +4 -0
- data/app/views/articles/_article_collection.html.erb +8 -0
- data/app/views/articles/_article_content.html.erb +5 -0
- data/app/views/articles/_article_excerpt.html.erb +15 -0
- data/app/views/articles/_article_links.html.erb +12 -0
- data/app/views/articles/_comment.html.erb +1 -0
- data/app/views/articles/_comment_errors.html.erb +2 -0
- data/app/views/articles/_comment_form.html.erb +48 -0
- data/app/views/articles/_comment_list.html.erb +5 -0
- data/app/views/articles/_comment_preview.html.erb +4 -0
- data/app/views/articles/_full_article_content.html.erb +4 -0
- data/app/views/articles/_password_form.html.erb +10 -0
- data/app/views/articles/_trackback.html.erb +6 -0
- data/app/views/articles/archives.html.erb +15 -0
- data/app/views/articles/comment.js.erb +5 -0
- data/app/views/articles/comment_failed.js.erb +3 -0
- data/app/views/articles/error.html.erb +3 -0
- data/app/views/articles/feedback_atom_feed.atom.builder +10 -0
- data/app/views/articles/feedback_rss_feed.rss.builder +21 -0
- data/app/views/articles/index.html.erb +1 -0
- data/app/views/articles/index_atom_feed.atom.builder +9 -0
- data/app/views/articles/index_rss_feed.rss.builder +20 -0
- data/app/views/articles/live_search.html.erb +10 -0
- data/app/views/articles/read.html.erb +43 -0
- data/app/views/articles/search.html.erb +8 -0
- data/app/views/articles/trackback.xml.builder +7 -0
- data/app/views/articles/view_page.html.erb +3 -0
- data/app/views/authors/show.html.erb +30 -0
- data/app/views/authors/show_atom_feed.atom.builder +9 -0
- data/app/views/authors/show_rss_feed.rss.builder +20 -0
- data/app/views/comments/_comment.html.erb +17 -0
- data/app/views/comments/preview.html.erb +1 -0
- data/app/views/comments/preview.js.erb +3 -0
- data/app/views/devise/mailer/reset_password_instructions.html.erb +11 -0
- data/app/views/devise/passwords/edit.html.erb +28 -0
- data/app/views/devise/passwords/new.html.erb +20 -0
- data/app/views/devise/registrations/new.html.erb +36 -0
- data/app/views/devise/sessions/new.html.erb +32 -0
- data/app/views/devise/shared/_links.html.erb +11 -0
- data/app/views/errors/404.html.erb +2 -0
- data/app/views/feedback/index.atom.builder +9 -0
- data/app/views/feedback/index.rss.builder +20 -0
- data/app/views/layouts/accounts.html.erb +33 -0
- data/app/views/layouts/administration.html.erb +37 -0
- data/app/views/layouts/default.html.erb +33 -0
- data/app/views/layouts/editor.html.erb +17 -0
- data/app/views/meta_sidebar/_content.html.erb +8 -0
- data/app/views/notes/_note.html.erb +16 -0
- data/app/views/notes/error.html.erb +3 -0
- data/app/views/notes/index.html.erb +15 -0
- data/app/views/notes/show.html.erb +5 -0
- data/app/views/notes/show_in_reply.html.erb +18 -0
- data/app/views/notification_mailer/_mail_footer.html.erb +5 -0
- data/app/views/notification_mailer/_mail_header.html.erb +3 -0
- data/app/views/notification_mailer/article.html.erb +7 -0
- data/app/views/notification_mailer/comment.html.erb +12 -0
- data/app/views/notification_mailer/notif_user.html.erb +9 -0
- data/app/views/page_sidebar/_content.html.erb +12 -0
- data/app/views/search_sidebar/_content.html.erb +10 -0
- data/app/views/settings/done.html.erb +2 -0
- data/app/views/settings/install.html.erb +12 -0
- data/app/views/setup/index.html.erb +17 -0
- data/app/views/shared/_atom_header.atom.builder +6 -0
- data/app/views/shared/_atom_item_article.atom.builder +36 -0
- data/app/views/shared/_atom_item_comment.atom.builder +10 -0
- data/app/views/shared/_atom_item_trackback.atom.builder +10 -0
- data/app/views/shared/_flash.erb +10 -0
- data/app/views/shared/_google_analytics.html.erb +8 -0
- data/app/views/shared/_page_header.html.erb +23 -0
- data/app/views/shared/_rss_item_article.rss.builder +32 -0
- data/app/views/shared/_rss_item_comment.rss.builder +9 -0
- data/app/views/shared/_rss_item_trackback.rss.builder +9 -0
- data/app/views/sidebar/_row.html.erb +1 -0
- data/app/views/sidebar/_sidebar.html.erb +5 -0
- data/app/views/sidebar/display_plugins.html.erb +5 -0
- data/app/views/sidebar/show.html.erb +1 -0
- data/app/views/static_sidebar/_content.html.erb +2 -0
- data/app/views/tag_sidebar/_content.html.erb +10 -0
- data/app/views/tags/index.html.erb +15 -0
- data/app/views/tags/show.html.erb +1 -0
- data/app/views/theme/static_view_test.html.erb +1 -0
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +7 -0
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +6 -0
- data/app/views/xml/sitemap.googlesitemap.builder +9 -0
- data/config/i18n-tasks.yml +49 -0
- data/config/initializers/devise.rb +271 -0
- data/config/initializers/mime_types.rb +7 -0
- data/config/locales/da.yml +769 -0
- data/config/locales/de.yml +769 -0
- data/config/locales/en.yml +770 -0
- data/config/locales/es-MX.yml +769 -0
- data/config/locales/fr.yml +769 -0
- data/config/locales/he.yml +769 -0
- data/config/locales/it.yml +769 -0
- data/config/locales/ja.yml +769 -0
- data/config/locales/lt.yml +783 -0
- data/config/locales/nb-NO.yml +769 -0
- data/config/locales/nl.yml +769 -0
- data/config/locales/pl.yml +797 -0
- data/config/locales/pt-BR.yml +769 -0
- data/config/locales/ro.yml +782 -0
- data/config/locales/ru.yml +797 -0
- data/config/locales/sidebars.da.yml +20 -0
- data/config/locales/sidebars.de.yml +20 -0
- data/config/locales/sidebars.en.yml +20 -0
- data/config/locales/sidebars.es-MX.yml +20 -0
- data/config/locales/sidebars.fr.yml +20 -0
- data/config/locales/sidebars.he.yml +20 -0
- data/config/locales/sidebars.it.yml +20 -0
- data/config/locales/sidebars.ja.yml +20 -0
- data/config/locales/sidebars.lt.yml +20 -0
- data/config/locales/sidebars.nb-NO.yml +20 -0
- data/config/locales/sidebars.nl.yml +20 -0
- data/config/locales/sidebars.pl.yml +20 -0
- data/config/locales/sidebars.pt-BR.yml +20 -0
- data/config/locales/sidebars.ro.yml +20 -0
- data/config/locales/sidebars.ru.yml +20 -0
- data/config/locales/sidebars.zh-CN.yml +20 -0
- data/config/locales/sidebars.zh-TW.yml +20 -0
- data/config/locales/zh-CN.yml +768 -0
- data/config/locales/zh-TW.yml +769 -0
- data/config/routes.rb +174 -0
- data/db/migrate/113_initial_schema.rb +210 -0
- data/db/migrate/114_fixes_buggy_articles_and_notes.rb +56 -0
- data/db/migrate/115_drops_categories_for_tags.rb +37 -0
- data/db/migrate/20150207131657_add_missing_indexes.rb +23 -0
- data/db/migrate/20150807134129_simplify_redirect_relations.rb +45 -0
- data/db/migrate/20150808052637_add_blog_ids.rb +39 -0
- data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +19 -0
- data/db/migrate/20150810094754_add_blog_id_to_tags.rb +19 -0
- data/db/migrate/20160108111120_add_devise_to_users.rb +57 -0
- data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +20 -0
- data/db/migrate/20160110094906_remove_profiles_rights.rb +18 -0
- data/db/migrate/20160605103918_replace_profile_id_with_string.rb +32 -0
- data/db/migrate/20160605154632_remove_profiles.rb +31 -0
- data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +13 -0
- data/db/migrate/20160701062604_add_blog_id_to_resources.rb +32 -0
- data/db/migrate/20170528093024_move_resources_to_content.rb +9 -0
- data/db/migrate/20170528094923_move_tags_to_content.rb +10 -0
- data/db/migrate/20170528201606_remove_separate_published_flag.rb +9 -0
- data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +10 -0
- data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +9 -0
- data/db/migrate/20190208151235_add_text_filter_name_fields.rb +11 -0
- data/db/migrate/20190208152646_move_text_filter_to_name.rb +99 -0
- data/db/migrate/20190209155717_remove_text_filter_ids.rb +21 -0
- data/db/migrate/20190209160610_remove_text_filters.rb +19 -0
- data/db/seeds.rb +25 -0
- data/lib/email_notify.rb +28 -0
- data/lib/format.rb +9 -0
- data/lib/publify_core/engine.rb +31 -0
- data/lib/publify_core/lang.rb +9 -0
- data/lib/publify_core/testing_support/dns_mock.rb +15 -0
- data/lib/publify_core/testing_support/factories.rb +242 -0
- data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
- data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
- data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
- data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
- data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
- data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
- data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
- data/lib/publify_core/version.rb +5 -0
- data/lib/publify_core.rb +46 -0
- data/lib/publify_guid.rb +11 -0
- data/lib/publify_plugins.rb +77 -0
- data/lib/publify_textfilter_markdown.rb +57 -0
- data/lib/publify_textfilter_none.rb +16 -0
- data/lib/publify_textfilter_smartypants.rb +16 -0
- data/lib/publify_textfilter_textile.rb +23 -0
- data/lib/publify_textfilter_twitterfilter.rb +39 -0
- data/lib/publify_time.rb +34 -0
- data/lib/sidebar_field.rb +127 -0
- data/lib/sidebar_registry.rb +35 -0
- data/lib/spam_protection.rb +103 -0
- data/lib/tasks/i18n.rake +9 -0
- data/lib/tasks/manifest.rake +30 -0
- data/lib/tasks/publify_core_tasks.rake +6 -0
- data/lib/text_filter_plugin.rb +183 -0
- data/lib/theme.rb +72 -0
- data/lib/transforms.rb +47 -0
- data/themes/plain/about.markdown +4 -0
- data/themes/plain/javascripts/theme.js +0 -0
- data/themes/plain/preview.png +0 -0
- data/themes/plain/stylesheets/theme.css +57 -0
- metadata +1062 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
// Tables
|
2
|
+
|
3
|
+
@mixin table-row-variant($state, $background) {
|
4
|
+
// Exact selectors below required to override `.table-striped` and prevent
|
5
|
+
// inheritance to nested tables.
|
6
|
+
.table > thead > tr,
|
7
|
+
.table > tbody > tr,
|
8
|
+
.table > tfoot > tr {
|
9
|
+
> td.#{$state},
|
10
|
+
> th.#{$state},
|
11
|
+
&.#{$state} > td,
|
12
|
+
&.#{$state} > th {
|
13
|
+
background-color: $background;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
// Hover states for `.table-hover`
|
18
|
+
// Note: this is not available for cells or rows within `thead` or `tfoot`.
|
19
|
+
.table-hover > tbody > tr {
|
20
|
+
> td.#{$state}:hover,
|
21
|
+
> th.#{$state}:hover,
|
22
|
+
&.#{$state}:hover > td,
|
23
|
+
&:hover > .#{$state},
|
24
|
+
&.#{$state}:hover > th {
|
25
|
+
background-color: darken($background, 5%);
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1,222 @@
|
|
1
|
+
// Vendor Prefixes
|
2
|
+
//
|
3
|
+
// All vendor mixins are deprecated as of v3.2.0 due to the introduction of
|
4
|
+
// Autoprefixer in our Gruntfile. They have been removed in v4.
|
5
|
+
|
6
|
+
// - Animations
|
7
|
+
// - Backface visibility
|
8
|
+
// - Box shadow
|
9
|
+
// - Box sizing
|
10
|
+
// - Content columns
|
11
|
+
// - Hyphens
|
12
|
+
// - Placeholder text
|
13
|
+
// - Transformations
|
14
|
+
// - Transitions
|
15
|
+
// - User Select
|
16
|
+
|
17
|
+
|
18
|
+
// Animations
|
19
|
+
@mixin animation($animation) {
|
20
|
+
-webkit-animation: $animation;
|
21
|
+
-o-animation: $animation;
|
22
|
+
animation: $animation;
|
23
|
+
}
|
24
|
+
@mixin animation-name($name) {
|
25
|
+
-webkit-animation-name: $name;
|
26
|
+
animation-name: $name;
|
27
|
+
}
|
28
|
+
@mixin animation-duration($duration) {
|
29
|
+
-webkit-animation-duration: $duration;
|
30
|
+
animation-duration: $duration;
|
31
|
+
}
|
32
|
+
@mixin animation-timing-function($timing-function) {
|
33
|
+
-webkit-animation-timing-function: $timing-function;
|
34
|
+
animation-timing-function: $timing-function;
|
35
|
+
}
|
36
|
+
@mixin animation-delay($delay) {
|
37
|
+
-webkit-animation-delay: $delay;
|
38
|
+
animation-delay: $delay;
|
39
|
+
}
|
40
|
+
@mixin animation-iteration-count($iteration-count) {
|
41
|
+
-webkit-animation-iteration-count: $iteration-count;
|
42
|
+
animation-iteration-count: $iteration-count;
|
43
|
+
}
|
44
|
+
@mixin animation-direction($direction) {
|
45
|
+
-webkit-animation-direction: $direction;
|
46
|
+
animation-direction: $direction;
|
47
|
+
}
|
48
|
+
@mixin animation-fill-mode($fill-mode) {
|
49
|
+
-webkit-animation-fill-mode: $fill-mode;
|
50
|
+
animation-fill-mode: $fill-mode;
|
51
|
+
}
|
52
|
+
|
53
|
+
// Backface visibility
|
54
|
+
// Prevent browsers from flickering when using CSS 3D transforms.
|
55
|
+
// Default value is `visible`, but can be changed to `hidden`
|
56
|
+
|
57
|
+
@mixin backface-visibility($visibility) {
|
58
|
+
-webkit-backface-visibility: $visibility;
|
59
|
+
-moz-backface-visibility: $visibility;
|
60
|
+
backface-visibility: $visibility;
|
61
|
+
}
|
62
|
+
|
63
|
+
// Drop shadows
|
64
|
+
//
|
65
|
+
// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's
|
66
|
+
// supported browsers that have box shadow capabilities now support it.
|
67
|
+
|
68
|
+
@mixin box-shadow($shadow...) {
|
69
|
+
-webkit-box-shadow: $shadow; // iOS <4.3 & Android <4.1
|
70
|
+
box-shadow: $shadow;
|
71
|
+
}
|
72
|
+
|
73
|
+
// Box sizing
|
74
|
+
@mixin box-sizing($boxmodel) {
|
75
|
+
-webkit-box-sizing: $boxmodel;
|
76
|
+
-moz-box-sizing: $boxmodel;
|
77
|
+
box-sizing: $boxmodel;
|
78
|
+
}
|
79
|
+
|
80
|
+
// CSS3 Content Columns
|
81
|
+
@mixin content-columns($column-count, $column-gap: $grid-gutter-width) {
|
82
|
+
-webkit-column-count: $column-count;
|
83
|
+
-moz-column-count: $column-count;
|
84
|
+
column-count: $column-count;
|
85
|
+
-webkit-column-gap: $column-gap;
|
86
|
+
-moz-column-gap: $column-gap;
|
87
|
+
column-gap: $column-gap;
|
88
|
+
}
|
89
|
+
|
90
|
+
// Optional hyphenation
|
91
|
+
@mixin hyphens($mode: auto) {
|
92
|
+
-webkit-hyphens: $mode;
|
93
|
+
-moz-hyphens: $mode;
|
94
|
+
-ms-hyphens: $mode; // IE10+
|
95
|
+
-o-hyphens: $mode;
|
96
|
+
hyphens: $mode;
|
97
|
+
word-wrap: break-word;
|
98
|
+
}
|
99
|
+
|
100
|
+
// Placeholder text
|
101
|
+
@mixin placeholder($color: $input-color-placeholder) {
|
102
|
+
// Firefox
|
103
|
+
&::-moz-placeholder {
|
104
|
+
color: $color;
|
105
|
+
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
106
|
+
}
|
107
|
+
&:-ms-input-placeholder { color: $color; } // Internet Explorer 10+
|
108
|
+
&::-webkit-input-placeholder { color: $color; } // Safari and Chrome
|
109
|
+
}
|
110
|
+
|
111
|
+
// Transformations
|
112
|
+
@mixin scale($ratio...) {
|
113
|
+
-webkit-transform: scale($ratio);
|
114
|
+
-ms-transform: scale($ratio); // IE9 only
|
115
|
+
-o-transform: scale($ratio);
|
116
|
+
transform: scale($ratio);
|
117
|
+
}
|
118
|
+
|
119
|
+
@mixin scaleX($ratio) {
|
120
|
+
-webkit-transform: scaleX($ratio);
|
121
|
+
-ms-transform: scaleX($ratio); // IE9 only
|
122
|
+
-o-transform: scaleX($ratio);
|
123
|
+
transform: scaleX($ratio);
|
124
|
+
}
|
125
|
+
@mixin scaleY($ratio) {
|
126
|
+
-webkit-transform: scaleY($ratio);
|
127
|
+
-ms-transform: scaleY($ratio); // IE9 only
|
128
|
+
-o-transform: scaleY($ratio);
|
129
|
+
transform: scaleY($ratio);
|
130
|
+
}
|
131
|
+
@mixin skew($x, $y) {
|
132
|
+
-webkit-transform: skewX($x) skewY($y);
|
133
|
+
-ms-transform: skewX($x) skewY($y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+
|
134
|
+
-o-transform: skewX($x) skewY($y);
|
135
|
+
transform: skewX($x) skewY($y);
|
136
|
+
}
|
137
|
+
@mixin translate($x, $y) {
|
138
|
+
-webkit-transform: translate($x, $y);
|
139
|
+
-ms-transform: translate($x, $y); // IE9 only
|
140
|
+
-o-transform: translate($x, $y);
|
141
|
+
transform: translate($x, $y);
|
142
|
+
}
|
143
|
+
@mixin translate3d($x, $y, $z) {
|
144
|
+
-webkit-transform: translate3d($x, $y, $z);
|
145
|
+
transform: translate3d($x, $y, $z);
|
146
|
+
}
|
147
|
+
@mixin rotate($degrees) {
|
148
|
+
-webkit-transform: rotate($degrees);
|
149
|
+
-ms-transform: rotate($degrees); // IE9 only
|
150
|
+
-o-transform: rotate($degrees);
|
151
|
+
transform: rotate($degrees);
|
152
|
+
}
|
153
|
+
@mixin rotateX($degrees) {
|
154
|
+
-webkit-transform: rotateX($degrees);
|
155
|
+
-ms-transform: rotateX($degrees); // IE9 only
|
156
|
+
-o-transform: rotateX($degrees);
|
157
|
+
transform: rotateX($degrees);
|
158
|
+
}
|
159
|
+
@mixin rotateY($degrees) {
|
160
|
+
-webkit-transform: rotateY($degrees);
|
161
|
+
-ms-transform: rotateY($degrees); // IE9 only
|
162
|
+
-o-transform: rotateY($degrees);
|
163
|
+
transform: rotateY($degrees);
|
164
|
+
}
|
165
|
+
@mixin perspective($perspective) {
|
166
|
+
-webkit-perspective: $perspective;
|
167
|
+
-moz-perspective: $perspective;
|
168
|
+
perspective: $perspective;
|
169
|
+
}
|
170
|
+
@mixin perspective-origin($perspective) {
|
171
|
+
-webkit-perspective-origin: $perspective;
|
172
|
+
-moz-perspective-origin: $perspective;
|
173
|
+
perspective-origin: $perspective;
|
174
|
+
}
|
175
|
+
@mixin transform-origin($origin) {
|
176
|
+
-webkit-transform-origin: $origin;
|
177
|
+
-moz-transform-origin: $origin;
|
178
|
+
-ms-transform-origin: $origin; // IE9 only
|
179
|
+
transform-origin: $origin;
|
180
|
+
}
|
181
|
+
|
182
|
+
|
183
|
+
// Transitions
|
184
|
+
|
185
|
+
@mixin transition($transition...) {
|
186
|
+
-webkit-transition: $transition;
|
187
|
+
-o-transition: $transition;
|
188
|
+
transition: $transition;
|
189
|
+
}
|
190
|
+
@mixin transition-property($transition-property...) {
|
191
|
+
-webkit-transition-property: $transition-property;
|
192
|
+
transition-property: $transition-property;
|
193
|
+
}
|
194
|
+
@mixin transition-delay($transition-delay) {
|
195
|
+
-webkit-transition-delay: $transition-delay;
|
196
|
+
transition-delay: $transition-delay;
|
197
|
+
}
|
198
|
+
@mixin transition-duration($transition-duration...) {
|
199
|
+
-webkit-transition-duration: $transition-duration;
|
200
|
+
transition-duration: $transition-duration;
|
201
|
+
}
|
202
|
+
@mixin transition-timing-function($timing-function) {
|
203
|
+
-webkit-transition-timing-function: $timing-function;
|
204
|
+
transition-timing-function: $timing-function;
|
205
|
+
}
|
206
|
+
@mixin transition-transform($transition...) {
|
207
|
+
-webkit-transition: -webkit-transform $transition;
|
208
|
+
-moz-transition: -moz-transform $transition;
|
209
|
+
-o-transition: -o-transform $transition;
|
210
|
+
transition: transform $transition;
|
211
|
+
}
|
212
|
+
|
213
|
+
|
214
|
+
// User select
|
215
|
+
// For selecting text on the page
|
216
|
+
|
217
|
+
@mixin user-select($select) {
|
218
|
+
-webkit-user-select: $select;
|
219
|
+
-moz-user-select: $select;
|
220
|
+
-ms-user-select: $select; // IE10+
|
221
|
+
user-select: $select;
|
222
|
+
}
|
@@ -0,0 +1,135 @@
|
|
1
|
+
.CodeRay {
|
2
|
+
background-color: hsl(0,0%,95%);
|
3
|
+
border: 1px solid silver;
|
4
|
+
color: black;
|
5
|
+
}
|
6
|
+
.CodeRay pre {
|
7
|
+
margin: 0px;
|
8
|
+
}
|
9
|
+
|
10
|
+
span.CodeRay { white-space: pre; border: 0px; padding: 2px; }
|
11
|
+
|
12
|
+
table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px; }
|
13
|
+
table.CodeRay td { padding: 2px 4px; vertical-align: top; }
|
14
|
+
|
15
|
+
.CodeRay .line-numbers {
|
16
|
+
background-color: hsl(180,65%,90%);
|
17
|
+
color: gray;
|
18
|
+
text-align: right;
|
19
|
+
-webkit-user-select: none;
|
20
|
+
-moz-user-select: none;
|
21
|
+
user-select: none;
|
22
|
+
}
|
23
|
+
.CodeRay .line-numbers a {
|
24
|
+
background-color: hsl(180,65%,90%) !important;
|
25
|
+
color: gray !important;
|
26
|
+
text-decoration: none !important;
|
27
|
+
}
|
28
|
+
.CodeRay .line-numbers a:target { color: blue !important; }
|
29
|
+
.CodeRay .line-numbers .highlighted { color: red !important; }
|
30
|
+
.CodeRay .line-numbers .highlighted a { color: red !important; }
|
31
|
+
.CodeRay span.line-numbers { padding: 0px 4px; }
|
32
|
+
.CodeRay .line { display: block; float: left; width: 100%; }
|
33
|
+
.CodeRay .code { width: 100%; }
|
34
|
+
|
35
|
+
.CodeRay .debug { color: white !important; background: blue !important; }
|
36
|
+
|
37
|
+
.CodeRay .annotation { color:#007 }
|
38
|
+
.CodeRay .attribute-name { color:#b48 }
|
39
|
+
.CodeRay .attribute-value { color:#700 }
|
40
|
+
.CodeRay .binary { color:#509 }
|
41
|
+
.CodeRay .char .content { color:#D20 }
|
42
|
+
.CodeRay .char .delimiter { color:#710 }
|
43
|
+
.CodeRay .char { color:#D20 }
|
44
|
+
.CodeRay .class { color:#B06; font-weight:bold }
|
45
|
+
.CodeRay .class-variable { color:#369 }
|
46
|
+
.CodeRay .color { color:#0A0 }
|
47
|
+
.CodeRay .comment { color:#777 }
|
48
|
+
.CodeRay .comment .char { color:#444 }
|
49
|
+
.CodeRay .comment .delimiter { color:#444 }
|
50
|
+
.CodeRay .complex { color:#A08 }
|
51
|
+
.CodeRay .constant { color:#036; font-weight:bold }
|
52
|
+
.CodeRay .decorator { color:#B0B }
|
53
|
+
.CodeRay .definition { color:#099; font-weight:bold }
|
54
|
+
.CodeRay .delimiter { color:black }
|
55
|
+
.CodeRay .directive { color:#088; font-weight:bold }
|
56
|
+
.CodeRay .doc { color:#970 }
|
57
|
+
.CodeRay .doc-string { color:#D42; font-weight:bold }
|
58
|
+
.CodeRay .doctype { color:#34b }
|
59
|
+
.CodeRay .entity { color:#800; font-weight:bold }
|
60
|
+
.CodeRay .error { color:#F00; background-color:#FAA }
|
61
|
+
.CodeRay .escape { color:#666 }
|
62
|
+
.CodeRay .exception { color:#C00; font-weight:bold }
|
63
|
+
.CodeRay .float { color:#60E }
|
64
|
+
.CodeRay .function { color:#06B; font-weight:bold }
|
65
|
+
.CodeRay .global-variable { color:#d70 }
|
66
|
+
.CodeRay .hex { color:#02b }
|
67
|
+
.CodeRay .imaginary { color:#f00 }
|
68
|
+
.CodeRay .include { color:#B44; font-weight:bold }
|
69
|
+
.CodeRay .inline { background-color: hsla(0,0%,0%,0.07); color: black }
|
70
|
+
.CodeRay .inline-delimiter { font-weight: bold; color: #666 }
|
71
|
+
.CodeRay .instance-variable { color:#33B }
|
72
|
+
.CodeRay .integer { color:#00D }
|
73
|
+
.CodeRay .key .char { color: #60f }
|
74
|
+
.CodeRay .key .delimiter { color: #404 }
|
75
|
+
.CodeRay .key { color: #606 }
|
76
|
+
.CodeRay .keyword { color:#080; font-weight:bold }
|
77
|
+
.CodeRay .label { color:#970; font-weight:bold }
|
78
|
+
.CodeRay .local-variable { color:#963 }
|
79
|
+
.CodeRay .namespace { color:#707; font-weight:bold }
|
80
|
+
.CodeRay .octal { color:#40E }
|
81
|
+
.CodeRay .operator { }
|
82
|
+
.CodeRay .predefined { color:#369; font-weight:bold }
|
83
|
+
.CodeRay .predefined-constant { color:#069 }
|
84
|
+
.CodeRay .predefined-type { color:#0a5; font-weight:bold }
|
85
|
+
.CodeRay .preprocessor { color:#579 }
|
86
|
+
.CodeRay .pseudo-class { color:#00C; font-weight:bold }
|
87
|
+
.CodeRay .regexp .content { color:#808 }
|
88
|
+
.CodeRay .regexp .delimiter { color:#404 }
|
89
|
+
.CodeRay .regexp .modifier { color:#C2C }
|
90
|
+
.CodeRay .regexp { background-color:hsla(300,100%,50%,0.06); }
|
91
|
+
.CodeRay .reserved { color:#080; font-weight:bold }
|
92
|
+
.CodeRay .shell .content { color:#2B2 }
|
93
|
+
.CodeRay .shell .delimiter { color:#161 }
|
94
|
+
.CodeRay .shell { background-color:hsla(120,100%,50%,0.06); }
|
95
|
+
.CodeRay .string .char { color: #b0b }
|
96
|
+
.CodeRay .string .content { color: #D20 }
|
97
|
+
.CodeRay .string .delimiter { color: #710 }
|
98
|
+
.CodeRay .string .modifier { color: #E40 }
|
99
|
+
.CodeRay .string { background-color:hsla(0,100%,50%,0.05); }
|
100
|
+
.CodeRay .symbol .content { color:#A60 }
|
101
|
+
.CodeRay .symbol .delimiter { color:#630 }
|
102
|
+
.CodeRay .symbol { color:#A60 }
|
103
|
+
.CodeRay .tag { color:#070 }
|
104
|
+
.CodeRay .type { color:#339; font-weight:bold }
|
105
|
+
.CodeRay .value { color: #088; }
|
106
|
+
.CodeRay .variable { color:#037 }
|
107
|
+
|
108
|
+
.CodeRay .insert { background: hsla(120,100%,50%,0.12) }
|
109
|
+
.CodeRay .delete { background: hsla(0,100%,50%,0.12) }
|
110
|
+
.CodeRay .change { color: #bbf; background: #007; }
|
111
|
+
.CodeRay .head { color: #f8f; background: #505 }
|
112
|
+
.CodeRay .head .filename { color: white; }
|
113
|
+
|
114
|
+
.CodeRay .delete .eyecatcher { background-color: hsla(0,100%,50%,0.2); border: 1px solid hsla(0,100%,45%,0.5); margin: -1px; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; }
|
115
|
+
.CodeRay .insert .eyecatcher { background-color: hsla(120,100%,50%,0.2); border: 1px solid hsla(120,100%,25%,0.5); margin: -1px; border-top: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
|
116
|
+
|
117
|
+
.CodeRay .insert .insert { color: #0c0; background:transparent; font-weight:bold }
|
118
|
+
.CodeRay .delete .delete { color: #c00; background:transparent; font-weight:bold }
|
119
|
+
.CodeRay .change .change { color: #88f }
|
120
|
+
.CodeRay .head .head { color: #f4f }
|
121
|
+
|
122
|
+
|
123
|
+
table.CodeRay {
|
124
|
+
width: auto;
|
125
|
+
}
|
126
|
+
|
127
|
+
#main .example {
|
128
|
+
width: 960px;
|
129
|
+
overflow: auto;
|
130
|
+
}
|
131
|
+
|
132
|
+
#main .CodeRay pre {
|
133
|
+
font-size: 13px ! important;
|
134
|
+
line-height: 15px;
|
135
|
+
}
|