aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/base (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makes font-family names customizable.MORITA Hajime (omo)2011-10-241-4/+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/+4
| | | | | | | | This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front
* Removes <nav> for Pagination links, fixes #216Frederic Hemberger2011-10-171-1/+18
|
* Fixes solarized colors, fixes #219Frederic Hemberger2011-10-161-2/+2
|
* Adds parameter for left aligned pullquotes, fixes #215Frederic Hemberger2011-10-161-3/+2
|
* Reverted previous commit.B Strand2011-10-131-7/+3
|
* Separated citation style from the general blockquote style. The general ↵B Strand2011-10-121-3/+7
| | | | blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution.
* Renamed has-pullquote and has-pullquoteleft classes to pullquote-right and ↵B Strand2011-10-121-2/+2
| | | | pullquote-left (I suppose a less stylistic naming convention might pullquote-default and pullquote-alternate.)
* Edited .themes/classic/sass/base/_typography.scss via GitHubstrand2011-10-111-1/+10
|
* improved support for solarized light themeBrandon Mathis2011-10-011-11/+23
|
* Fixes flow for sidebar three column modeFrederic Hemberger2011-09-301-1/+4
|
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-212-7/+7
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* removed right border from #content when sidebar has been removedBrandon Mathis2011-08-281-1/+1
|
* using @extend for responsive blocks, added shadow-box mixin to utlities for ↵Brandon Mathis2011-08-222-0/+16
| | | | configurable border shadow box styling, moved .left, .right, .center classes to .basic-alignment class for @extending as needed in layouts. Fixes #109
* fixed @extend for pp, code, and tt. The @extend was extending a non-existant ↵Jake McCrary2011-08-061-1/+1
| | | | entry.
* changed mdash to unicode character to help some users with encoding errorsBrandon Mathis2011-08-021-1/+1
|
* imrpoved support for light colored solarized themeBrandon Mathis2011-07-262-22/+32
|
* fixed issue where solarized syntax highlighting colors were not being ↵Brandon Mathis2011-07-251-16/+16
| | | | defaulted appropriately
* improved font-size for pagesBrandon Mathis2011-07-231-1/+1
|
* Added a fix for wrapping long lines of text in articles and in the sidebarBrandon Mathis2011-07-231-1/+8
|
* Refactored layout styles:Brandon Mathis2011-07-182-95/+75
| | | | | | | | 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.
* Fix deprecated Compass transition argumentsStephen Tudor2011-07-161-1/+1
|
* 1. Udated category layoutBrandon Mathis2011-07-152-23/+43
| | | | | 2. Improved scoping and styling for links 3. Sidebar collapse improvements
* 1. Styled pagination for blog indexBrandon Mathis2011-07-132-8/+3
| | | | | | | | | 2. Fixed Newer pagination link on page 2 3. Improved sidebar section breakdown on collapse 4. Removed sharing links from the blog index page (moved to pages) 5. Improved styling for metadata on the blog index 6. Moved /blog/archives.html to /blog/archives/index.html 7. Improved responsive layout styling bugs
* Updated default link colors, hovers, sidebar link colors, etcBrandon Mathis2011-07-131-4/+6
|
* fixed sidebar columnizationBrandon Mathis2011-07-131-6/+9
|
* 1. Made default layout more generic.Brandon Mathis2011-07-121-43/+75
| | | | | | | | 2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.
* Updated responsive typography sizingBrandon Mathis2011-07-031-1/+1
|
* refactored styling of colors for code blocks, reduced specificty on .feature ↵Brandon Mathis2011-07-032-2/+10
| | | | class for blog posts
* improved responsive typography stylesBrandon Mathis2011-07-031-8/+10
|
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-295-0/+377
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