aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/custom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #271 from simensen/ConfigureFontFamilyForSubtitleFrederic Hemberger2011-12-101-0/+1
|\ | | | | Make font-family for subtitle configurable.
| * Provide a way to configure font family for subtitle.Beau Simensen2011-11-131-0/+1
| |
* | Remove !default from property valuesFrederic Hemberger2011-11-181-3/+3
| |
* | Add header font size and padding to custom layoutFrederic Hemberger2011-11-181-0/+4
| |
* | Fix custom colors -bg-back, closes #269Frederic Hemberger2011-11-111-1/+1
|/
* Makes font-family names customizable.MORITA Hajime (omo)2011-10-241-0/+9
| | | | | | | | | | | | This chagne instroduces following variables that allows authors to customize a font family for each class. - $serif - $sans - $heading-font-family - $header-title-font-family This change also adds anotehr custom scss file named "_fonts.scss". We can use it to override these newly introduced variables.
* Make the background and the footer gradiations customizableMORITA Hajime (omo)2011-10-231-0/+5
| | | | | | | | This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front
* improved support for solarized light themeBrandon Mathis2011-10-011-2/+2
|
* improved the default options and instructions on custom/_colors.scssBrandon Mathis2011-07-261-1/+26
|
* imrpoved support for light colored solarized themeBrandon Mathis2011-07-261-9/+2
|
* Refactored layout styles:Brandon Mathis2011-07-182-5/+1
| | | | | | | | 1. Now iPad vertical gets a collapsed sidebar with columns 2. Moved sidebar toggler styles from layout to sidebar/base 3. Added body class .sidebar-footer to support an always collapsed sidebar 4. Added $indented-lists (bool) for easily setting list indent preferences 5. Removed no-sidebar checking from sidebar-toggler, handled it through css.
* scoped titlebar styling to figcaptions under figures with role="code", added ↵Brandon Mathis2011-07-171-0/+5
| | | | an example for overriding a style in sass/custom/styles.scss
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-293-0/+38
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use