kagesenshi / diazotheme.bootstrap

Twitter bootstrap based theme for Plone
Other
27 stars 27 forks source link

Introduction

Plone theme based on Twitter Bootstrap 2.0

Installation

Install the diazotheme.bootstrap product using the Add-on Control Panel. This will activate the theme and also setup Plone's default public.css to only included when Diazo is enabled or when you are viewing the Theming Control Panel. This theme includes its own public.css which had several items from the default public.css removed.

Features

Using Bootstrap javascripts

This product leaves plone jquery alone not to break existing functionality. But bootstrap requires a newer jQuery version. We include the needed one renaming it to jQuery17. If you need js functionality from bootstrap you have to use jQuery17, for instance

$(function() {
    jQuery17('.tooltipped').tooltip()
});

to activate the tooltip plugin on elements with the class "tooltipped".