caboodle 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/caboodle/app/config/site.yml +3 -1
- data/lib/caboodle/app/views/layout.haml +15 -13
- data/lib/caboodle/app/{stylesheets → views/stylesheets}/_base.scss +0 -0
- data/lib/caboodle/app/{stylesheets → views/stylesheets}/_defaults.scss +0 -0
- data/lib/caboodle/app/{stylesheets → views/stylesheets}/ie.scss +0 -0
- data/lib/caboodle/app/{stylesheets → views/stylesheets}/print.scss +0 -0
- data/lib/caboodle/app/views/stylesheets/screen.scss +140 -0
- data/lib/caboodle/app.rb +4 -19
- data/lib/caboodle/command.rb +1 -0
- data/lib/caboodle/config.rb +2 -1
- data/lib/caboodle/helpers.rb +0 -4
- data/lib/caboodle/kit.rb +34 -9
- data/lib/caboodle/kits/carbonmade/carbonmade.rb +13 -0
- data/lib/caboodle/kits/carbonmade/views/carbonmade.haml +2 -0
- data/lib/caboodle/kits/flickr/flickr.rb +3 -1
- data/lib/caboodle/kits/flickr/views/photography.scss +24 -0
- data/lib/caboodle/kits/github/github.rb +1 -1
- data/lib/caboodle/kits/{portfolio/config/portfolio.yml → history/config/history.yml} +0 -0
- data/lib/caboodle/kits/history/history.rb +40 -0
- data/lib/caboodle/kits/{portfolio/views/portfolio.haml → history/views/history.haml} +4 -4
- data/lib/caboodle/kits/history/views/history.scss +21 -0
- data/lib/caboodle/kits/jquery/jquery.rb +5 -0
- data/lib/caboodle/kits/linkedin/linkedin.rb +4 -1
- data/lib/caboodle/kits/linkedin/views/cv.haml +1 -1
- data/lib/caboodle/kits/linkedin/views/linkedin.scss +61 -0
- data/lib/caboodle/kits/onepage/onepage.rb +1 -1
- data/lib/caboodle/kits/posterous/posterous.rb +6 -4
- data/lib/caboodle/kits/posterous/views/posterous.scss +17 -0
- data/lib/caboodle/kits/posterous/views/posts.haml +14 -2
- data/lib/caboodle/kits/soundcloud/soundcloud.rb +2 -0
- data/lib/caboodle/kits/susy/susy.rb +47 -0
- data/lib/caboodle/kits/susy/views/susy/_base.scss +49 -0
- data/lib/caboodle/kits/susy/views/susy/_defaults.scss +257 -0
- data/lib/caboodle/kits/susy/views/susy/ie.scss +10 -0
- data/lib/caboodle/kits/susy/views/susy/print.scss +33 -0
- data/lib/caboodle/{app/stylesheets → kits/susy/views/susy}/screen.scss +11 -55
- data/lib/caboodle/kits/twitter/twitter.rb +3 -1
- data/lib/caboodle/kits/twitter/views/twitter.scss +28 -0
- metadata +26 -15
- data/lib/caboodle/app/public/stylesheets/ie.css +0 -1
- data/lib/caboodle/app/public/stylesheets/print.css +0 -122
- data/lib/caboodle/app/public/stylesheets/screen.css +0 -196
- data/lib/caboodle/kits/portfolio/portfolio.rb +0 -20
| @@ -1,122 +0,0 @@ | |
| 1 | 
            -
            /* Welcome to Susy. Use this file to define print styles. Import this file using the following HTML or equivalent: <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
         | 
| 2 | 
            -
            /* Reset --------------------------------------------------------------*/
         | 
| 3 | 
            -
            html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
         | 
| 4 | 
            -
             | 
| 5 | 
            -
            body { line-height: 1; color: black; background: white; }
         | 
| 6 | 
            -
             | 
| 7 | 
            -
            ol, ul { list-style: none; }
         | 
| 8 | 
            -
             | 
| 9 | 
            -
            table { border-collapse: separate; border-spacing: 0; vertical-align: middle; }
         | 
| 10 | 
            -
             | 
| 11 | 
            -
            caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
         | 
| 12 | 
            -
             | 
| 13 | 
            -
            q, blockquote { quotes: "" ""; }
         | 
| 14 | 
            -
            q:before, q:after, blockquote:before, blockquote:after { content: ""; }
         | 
| 15 | 
            -
             | 
| 16 | 
            -
            a img { border: none; }
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            /* HTML5 Reset --------------------------------------------------------------*/
         | 
| 19 | 
            -
            section, article, aside, header, footer, nav, dialog, figure { display: block; }
         | 
| 20 | 
            -
             | 
| 21 | 
            -
            /* Body --------------------------------------------------------------*/
         | 
| 22 | 
            -
            body { font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif; color: #4c4c4c; }
         | 
| 23 | 
            -
             | 
| 24 | 
            -
            /* Links --------------------------------------------------------------*/
         | 
| 25 | 
            -
            a:link, a:visited { color: #ff6600; }
         | 
| 26 | 
            -
            a:focus, a:hover, a:active { color: #e65c00; text-decoration: none; }
         | 
| 27 | 
            -
            a img { border: none; }
         | 
| 28 | 
            -
             | 
| 29 | 
            -
            /* Headings --------------------------------------------------------------*/
         | 
| 30 | 
            -
            h1, h2, h3, h4, h5, h6 { font-weight: normal; }
         | 
| 31 | 
            -
            h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
         | 
| 32 | 
            -
             | 
| 33 | 
            -
            h1 { font-size: 3em; line-height: 1em; margin-bottom: 0.5em; }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
            h2 { font-size: 2em; line-height: 1.5em; margin-bottom: 0.75em; }
         | 
| 36 | 
            -
             | 
| 37 | 
            -
            h3 { font-size: 1.5em; line-height: 1em; margin-bottom: 1em; }
         | 
| 38 | 
            -
             | 
| 39 | 
            -
            h4 { font-size: 1.125em; line-height: 1.333em; margin-bottom: 1.333em; }
         | 
| 40 | 
            -
             | 
| 41 | 
            -
            h5, h6 { margin-bottom: 1.5em; font-weight: bold; }
         | 
| 42 | 
            -
             | 
| 43 | 
            -
            /* Text --------------------------------------------------------------*/
         | 
| 44 | 
            -
            cite, em, dfn { font-style: italic; }
         | 
| 45 | 
            -
             | 
| 46 | 
            -
            strong, dfn { font-weight: bold; }
         | 
| 47 | 
            -
             | 
| 48 | 
            -
            sup, sub { line-height: 0; }
         | 
| 49 | 
            -
             | 
| 50 | 
            -
            abbr, acronym { border-bottom: 1px dotted; cursor: help; }
         | 
| 51 | 
            -
             | 
| 52 | 
            -
            address { margin-bottom: 1.5em; font-style: italic; }
         | 
| 53 | 
            -
             | 
| 54 | 
            -
            ins { text-decoration: underline; }
         | 
| 55 | 
            -
             | 
| 56 | 
            -
            del { text-decoration: line-through; }
         | 
| 57 | 
            -
             | 
| 58 | 
            -
            pre, code, tt { margin: 1.5em; margin-left: -1.5em; padding-left: 1.5em; border-left: 1px dotted; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif; }
         | 
| 59 | 
            -
             | 
| 60 | 
            -
            pre { white-space: pre; }
         | 
| 61 | 
            -
             | 
| 62 | 
            -
            code { display: block; }
         | 
| 63 | 
            -
             | 
| 64 | 
            -
            q { font-style: italic; }
         | 
| 65 | 
            -
            q em { font-style: normal; }
         | 
| 66 | 
            -
             | 
| 67 | 
            -
            p { margin-bottom: 1.5em; }
         | 
| 68 | 
            -
             | 
| 69 | 
            -
            blockquote, q { quotes: "" ""; }
         | 
| 70 | 
            -
             | 
| 71 | 
            -
            blockquote { margin: 1.5em; margin-left: -1.5em; padding-left: 1.5em; border-left: 1px solid; font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif; font-style: italic; }
         | 
| 72 | 
            -
             | 
| 73 | 
            -
            blockquote:before, blockquote:after, q:before, q:after { content: ""; }
         | 
| 74 | 
            -
             | 
| 75 | 
            -
            /* Replaced --------------------------------------------------------------*/
         | 
| 76 | 
            -
            img { vertical-align: bottom; }
         | 
| 77 | 
            -
             | 
| 78 | 
            -
            /* Lists --------------------------------------------------------------*/
         | 
| 79 | 
            -
            ol { margin: 0 1.5em 1.5em 0; list-style: decimal; }
         | 
| 80 | 
            -
             | 
| 81 | 
            -
            ul { margin: 0 1.5em 1.5em 0; list-style: disc; }
         | 
| 82 | 
            -
             | 
| 83 | 
            -
            li ul, li ol { list-style-type: circle; margin: 0 1.5em 0.75em; }
         | 
| 84 | 
            -
             | 
| 85 | 
            -
            dl { margin-bottom: 1.5em; border-top-style: solid; border-top-width: 0.063em; padding-top: 1.438em; }
         | 
| 86 | 
            -
            dl dt { font-size: 1.125em; line-height: 1.333em; margin-bottom: 0.667em; }
         | 
| 87 | 
            -
             | 
| 88 | 
            -
            dd { margin-bottom: 1.5em; border-bottom-style: solid; border-bottom-width: 0.063em; padding-bottom: 1.438em; }
         | 
| 89 | 
            -
             | 
| 90 | 
            -
            /* Tables --------------------------------------------------------------*/
         | 
| 91 | 
            -
            /* tables still need 'cellspacing="0"' in the markup */
         | 
| 92 | 
            -
            table { margin-bottom: 1.5em; width: 100%; border-collapse: separate; border-spacing: 0; }
         | 
| 93 | 
            -
             | 
| 94 | 
            -
            table, td, th { vertical-align: top; }
         | 
| 95 | 
            -
             | 
| 96 | 
            -
            th, thead th { font-weight: bold; }
         | 
| 97 | 
            -
             | 
| 98 | 
            -
            th, td, caption { padding: 0.75em; text-align: left; font-weight: normal; }
         | 
| 99 | 
            -
             | 
| 100 | 
            -
            th, td { border-bottom-style: solid; border-bottom-width: 0.063em; padding-bottom: 0.688em; }
         | 
| 101 | 
            -
             | 
| 102 | 
            -
            tfoot { font-size: 0.875em; line-height: 1.714em; }
         | 
| 103 | 
            -
             | 
| 104 | 
            -
            caption { font-size: 1.5em; line-height: 1em; margin-bottom: 1em; }
         | 
| 105 | 
            -
             | 
| 106 | 
            -
            /* Forms --------------------------------------------------------------*/
         | 
| 107 | 
            -
            fieldset { margin-bottom: 1.5em; border-style: solid; border-width: 0.063em; padding: 1.438em; }
         | 
| 108 | 
            -
             | 
| 109 | 
            -
            legend { font-size: 1.125em; line-height: 1.333em; font-weight: bold; }
         | 
| 110 | 
            -
             | 
| 111 | 
            -
            label { font-weight: bold; }
         | 
| 112 | 
            -
             | 
| 113 | 
            -
            textarea, input:not([type="radio"]) { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; }
         | 
| 114 | 
            -
             | 
| 115 | 
            -
            /* Print Defaults --------------------------------------------------------------*/
         | 
| 116 | 
            -
            nav { display: none; }
         | 
| 117 | 
            -
             | 
| 118 | 
            -
            * { float: none !important; background: none; }
         | 
| 119 | 
            -
             | 
| 120 | 
            -
            body { font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif; font-size: 12pt; background: white; color: black; }
         | 
| 121 | 
            -
             | 
| 122 | 
            -
            a:link:after, a:visited:after { content: " (" attr(href) ") "; }
         | 
| @@ -1,196 +0,0 @@ | |
| 1 | 
            -
            /* Welcome to Susy. Use this file to define screen styles. Import this file using the following HTML or equivalent: <link href="/stylesheets/screen.css" media="screen" rel="stylesheet" type="text/css" /> */
         | 
| 2 | 
            -
            /* Reset --------------------------------------------------------------*/
         | 
| 3 | 
            -
            html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
         | 
| 4 | 
            -
             | 
| 5 | 
            -
            body { line-height: 1; color: black; background: white; }
         | 
| 6 | 
            -
             | 
| 7 | 
            -
            ol, ul { list-style: none; }
         | 
| 8 | 
            -
             | 
| 9 | 
            -
            table { border-collapse: separate; border-spacing: 0; vertical-align: middle; }
         | 
| 10 | 
            -
             | 
| 11 | 
            -
            caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
         | 
| 12 | 
            -
             | 
| 13 | 
            -
            q, blockquote { quotes: "" ""; }
         | 
| 14 | 
            -
            q:before, q:after, blockquote:before, blockquote:after { content: ""; }
         | 
| 15 | 
            -
             | 
| 16 | 
            -
            a img { border: none; }
         | 
| 17 | 
            -
             | 
| 18 | 
            -
            /* HTML5 Reset --------------------------------------------------------------*/
         | 
| 19 | 
            -
            section, article, aside, header, footer, nav, dialog, figure { display: block; }
         | 
| 20 | 
            -
             | 
| 21 | 
            -
            /* Body --------------------------------------------------------------*/
         | 
| 22 | 
            -
            body { font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif; color: #4c4c4c; }
         | 
| 23 | 
            -
             | 
| 24 | 
            -
            /* Links --------------------------------------------------------------*/
         | 
| 25 | 
            -
            a:link, a:visited { color: #ff6600; }
         | 
| 26 | 
            -
            a:focus, a:hover, a:active { color: #e65c00; text-decoration: none; }
         | 
| 27 | 
            -
            a img { border: none; }
         | 
| 28 | 
            -
             | 
| 29 | 
            -
            /* Headings --------------------------------------------------------------*/
         | 
| 30 | 
            -
            h1, h2, h3, h4, h5, h6 { font-weight: normal; }
         | 
| 31 | 
            -
            h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }
         | 
| 32 | 
            -
             | 
| 33 | 
            -
            h1 { font-size: 3em; line-height: 1em; margin-bottom: 0.5em; }
         | 
| 34 | 
            -
             | 
| 35 | 
            -
            h2 { font-size: 2em; line-height: 1.5em; margin-bottom: 0.75em; }
         | 
| 36 | 
            -
             | 
| 37 | 
            -
            h3 { font-size: 1.5em; line-height: 1em; margin-bottom: 1em; }
         | 
| 38 | 
            -
             | 
| 39 | 
            -
            h4 { font-size: 1.125em; line-height: 1.333em; margin-bottom: 1.333em; }
         | 
| 40 | 
            -
             | 
| 41 | 
            -
            h5, h6 { margin-bottom: 1.5em; font-weight: bold; }
         | 
| 42 | 
            -
             | 
| 43 | 
            -
            /* Text --------------------------------------------------------------*/
         | 
| 44 | 
            -
            cite, em, dfn { font-style: italic; }
         | 
| 45 | 
            -
             | 
| 46 | 
            -
            strong, dfn { font-weight: bold; }
         | 
| 47 | 
            -
             | 
| 48 | 
            -
            sup, sub { line-height: 0; }
         | 
| 49 | 
            -
             | 
| 50 | 
            -
            abbr, acronym { border-bottom: 1px dotted; cursor: help; }
         | 
| 51 | 
            -
             | 
| 52 | 
            -
            address { margin-bottom: 1.5em; font-style: italic; }
         | 
| 53 | 
            -
             | 
| 54 | 
            -
            ins { text-decoration: underline; }
         | 
| 55 | 
            -
             | 
| 56 | 
            -
            del { text-decoration: line-through; }
         | 
| 57 | 
            -
             | 
| 58 | 
            -
            pre, code, tt { margin: 1.5em; margin-left: -1.5em; padding-left: 1.5em; border-left: 1px dotted; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif; }
         | 
| 59 | 
            -
             | 
| 60 | 
            -
            pre { white-space: pre; }
         | 
| 61 | 
            -
             | 
| 62 | 
            -
            code { display: block; }
         | 
| 63 | 
            -
             | 
| 64 | 
            -
            q { font-style: italic; }
         | 
| 65 | 
            -
            q em { font-style: normal; }
         | 
| 66 | 
            -
             | 
| 67 | 
            -
            p { margin-bottom: 1.5em; }
         | 
| 68 | 
            -
             | 
| 69 | 
            -
            blockquote, q { quotes: "" ""; }
         | 
| 70 | 
            -
             | 
| 71 | 
            -
            blockquote { margin: 1.5em; margin-left: -1.5em; padding-left: 1.5em; border-left: 1px solid; font-family: 'Adobe Caslon Pro', Caslon, Baskerville, Palatino, 'Palatino Linotype', "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif; font-style: italic; }
         | 
| 72 | 
            -
             | 
| 73 | 
            -
            blockquote:before, blockquote:after, q:before, q:after { content: ""; }
         | 
| 74 | 
            -
             | 
| 75 | 
            -
            /* Replaced --------------------------------------------------------------*/
         | 
| 76 | 
            -
            img { vertical-align: bottom; }
         | 
| 77 | 
            -
             | 
| 78 | 
            -
            /* Lists --------------------------------------------------------------*/
         | 
| 79 | 
            -
            ol { margin: 0 1.5em 1.5em 0; list-style: decimal; }
         | 
| 80 | 
            -
             | 
| 81 | 
            -
            ul { margin: 0 1.5em 1.5em 0; list-style: disc; }
         | 
| 82 | 
            -
             | 
| 83 | 
            -
            li ul, li ol { list-style-type: circle; margin: 0 1.5em 0.75em; }
         | 
| 84 | 
            -
             | 
| 85 | 
            -
            dl { margin-bottom: 1.5em; border-top-style: solid; border-top-width: 0.063em; padding-top: 1.438em; }
         | 
| 86 | 
            -
            dl dt { font-size: 1.125em; line-height: 1.333em; margin-bottom: 0.667em; }
         | 
| 87 | 
            -
             | 
| 88 | 
            -
            dd { margin-bottom: 1.5em; border-bottom-style: solid; border-bottom-width: 0.063em; padding-bottom: 1.438em; }
         | 
| 89 | 
            -
             | 
| 90 | 
            -
            /* Tables --------------------------------------------------------------*/
         | 
| 91 | 
            -
            /* tables still need 'cellspacing="0"' in the markup */
         | 
| 92 | 
            -
            table { margin-bottom: 1.5em; width: 100%; border-collapse: separate; border-spacing: 0; }
         | 
| 93 | 
            -
             | 
| 94 | 
            -
            table, td, th { vertical-align: top; }
         | 
| 95 | 
            -
             | 
| 96 | 
            -
            th, thead th { font-weight: bold; }
         | 
| 97 | 
            -
             | 
| 98 | 
            -
            th, td, caption { padding: 0.75em; text-align: left; font-weight: normal; }
         | 
| 99 | 
            -
             | 
| 100 | 
            -
            th, td { border-bottom-style: solid; border-bottom-width: 0.063em; padding-bottom: 0.688em; }
         | 
| 101 | 
            -
             | 
| 102 | 
            -
            tfoot { font-size: 0.875em; line-height: 1.714em; }
         | 
| 103 | 
            -
             | 
| 104 | 
            -
            caption { font-size: 1.5em; line-height: 1em; margin-bottom: 1em; }
         | 
| 105 | 
            -
             | 
| 106 | 
            -
            /* Forms --------------------------------------------------------------*/
         | 
| 107 | 
            -
            fieldset { margin-bottom: 1.5em; border-style: solid; border-width: 0.063em; padding: 1.438em; }
         | 
| 108 | 
            -
             | 
| 109 | 
            -
            legend { font-size: 1.125em; line-height: 1.333em; font-weight: bold; }
         | 
| 110 | 
            -
             | 
| 111 | 
            -
            label { font-weight: bold; }
         | 
| 112 | 
            -
             | 
| 113 | 
            -
            textarea, input:not([type="radio"]) { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; }
         | 
| 114 | 
            -
             | 
| 115 | 
            -
            /* Layout --------------------------------------------------------------*/
         | 
| 116 | 
            -
            body { font-size: 100%; line-height: 1.5em; }
         | 
| 117 | 
            -
             | 
| 118 | 
            -
            html > body { font-size: 16px; }
         | 
| 119 | 
            -
             | 
| 120 | 
            -
            body { text-align: center; }
         | 
| 121 | 
            -
             | 
| 122 | 
            -
            #page { overflow: hidden; display: inline-block; text-align: left; margin-left: auto; margin-right: auto; width: 61em; max-width: 100%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: lighter; }
         | 
| 123 | 
            -
            #page { display: block; }
         | 
| 124 | 
            -
             | 
| 125 | 
            -
            /* Styles --------------------------------------------------------------*/
         | 
| 126 | 
            -
            header#site-header { clear: both; margin-right: 1.639%; margin-left: 1.639%; margin-top: 4.5em; margin-bottom: 1.5em; }
         | 
| 127 | 
            -
            header#site-header #logo { display: inline; float: left; width: 6.78%; margin-right: 1.695%; padding-left: 8.197%; }
         | 
| 128 | 
            -
            header#site-header #logo img { width: 64px; height: auto; }
         | 
| 129 | 
            -
            header#site-header #site-title { display: inline; float: left; width: 40.678%; margin-right: 1.695%; }
         | 
| 130 | 
            -
            header#site-header #site-title h1 { font-size: 1.5em; line-height: 1em; color: black; }
         | 
| 131 | 
            -
            header#site-header #site-description { display: inline; float: left; width: 40.678%; margin-right: 1.695%; }
         | 
| 132 | 
            -
            header#site-header #site-description h2 { font-size: 1.5em; line-height: 1em; color: #ddd; }
         | 
| 133 | 
            -
            header#site-header #access { position: absolute; top: -9999em; display: block; }
         | 
| 134 | 
            -
            header#site-header #access:focus { top: 0; z-index: 999; }
         | 
| 135 | 
            -
            header#site-header nav { margin-bottom: 0.75em; padding-left: 16.393%; }
         | 
| 136 | 
            -
            header#site-header nav ul { margin: 0; padding: 0; border: 0; outline: 0; overflow: hidden; display: inline-block; }
         | 
| 137 | 
            -
            header#site-header nav ul { display: block; }
         | 
| 138 | 
            -
            header#site-header nav ul li { list-style-image: none; list-style-type: none; margin-left: 0px; display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; /* ugly hacks for IE6-7 */ #display: inline; #vertical-align: auto; white-space: no-wrap; padding-left: 12px; padding-right: 12px; }
         | 
| 139 | 
            -
            header#site-header nav ul li { font-family: "museo-slab-1", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: lighter; }
         | 
| 140 | 
            -
             | 
| 141 | 
            -
            section#main { clear: both; margin-right: 1.639%; margin-left: 1.639%; }
         | 
| 142 | 
            -
            section#main header#page_title h1, section#main header#page_title h2 { font-size: 3em; line-height: 1em; color: #aaa; padding-left: 16.393%; }
         | 
| 143 | 
            -
            section#main section#content { min-height: 320px; padding-left: 0%; display: inline; float: left; width: 100%; margin-right: 1.695%; margin-top: 0.75em; }
         | 
| 144 | 
            -
            section#main section#content h1, section#main section#content h2 { font-size: 1.5em; line-height: 1em; }
         | 
| 145 | 
            -
            section#main section#content article { margin-bottom: 1.5em; }
         | 
| 146 | 
            -
            section#main section#content article aside { color: #aaa; }
         | 
| 147 | 
            -
            section#main section#content article aside a { color: #999; }
         | 
| 148 | 
            -
            section#main aside#sidebar { display: inline; float: left; width: 15.254%; margin-right: 1.695%; }
         | 
| 149 | 
            -
            section#main aside#sidebar ul { list-style: none; margin: 0; padding: 0; }
         | 
| 150 | 
            -
            section#main aside#sidebar ul li { list-style-image: none; list-style-type: none; margin-left: 0px; }
         | 
| 151 | 
            -
             | 
| 152 | 
            -
            footer { padding-left: 16.393%; clear: both; margin-right: 1.639%; margin-left: 1.639%; font-family: "museo-slab-1", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: lighter; }
         | 
| 153 | 
            -
             | 
| 154 | 
            -
            section.subsection { display: inline; float: left; width: 100%; margin-right: 1.695%; }
         | 
| 155 | 
            -
            section.subsection aside.submenu { display: inline; float: left; width: 15.254%; margin-right: 1.695%; }
         | 
| 156 | 
            -
            section.subsection aside.submenu ul { list-style: none; margin: 0; padding: 0; font-size: 0.75em; line-height: 2em; }
         | 
| 157 | 
            -
            section.subsection aside.submenu ul li { list-style-image: none; list-style-type: none; margin-left: 0px; }
         | 
| 158 | 
            -
            section.subsection section.subpage { display: inline; float: left; width: 74.576%; margin-right: 1.695%; }
         | 
| 159 | 
            -
             | 
| 160 | 
            -
            #galleria_gallery { display: inline; float: left; width: 100%; margin-right: 2.041%; }
         | 
| 161 | 
            -
            #galleria_gallery #main_image { margin-bottom: 1.5em; min-height: 320px; min-width: 532px; background-color: #f6f6f6; text-align: center; padding: 16px; }
         | 
| 162 | 
            -
            #galleria_gallery #main_image img { vertical-align: middle; -moz-box-shadow: 0px 0px 32px #aaaaaa; -webkit-box-shadow: 0px 0px 32px #aaaaaa; -o-box-shadow: 0px 0px 32px #aaaaaa; box-shadow: 0px 0px 32px #aaaaaa; }
         | 
| 163 | 
            -
            #galleria_gallery #gallery.gallery { display: inline; float: left; width: 100%; margin-right: 2.041%; }
         | 
| 164 | 
            -
            #galleria_gallery #gallery.gallery ul { list-style: none; margin: 0; padding: 0; }
         | 
| 165 | 
            -
            #galleria_gallery #gallery.gallery ul li { list-style-image: none; list-style-type: none; margin-left: 0px; }
         | 
| 166 | 
            -
            #galleria_gallery #gallery.gallery ul li { display: inline-block; }
         | 
| 167 | 
            -
             | 
| 168 | 
            -
            .posterous, .page { padding-left: 16.393%; }
         | 
| 169 | 
            -
             | 
| 170 | 
            -
            .posterous { display: inline; float: left; width: 59.184%; margin-right: 2.041%; }
         | 
| 171 | 
            -
            .posterous #pagination { margin-top: 2.25em; margin-bottom: 2.25em; font-weight: bold; }
         | 
| 172 | 
            -
            .posterous article h2 > a { display: none; }
         | 
| 173 | 
            -
            .posterous article h2.entry-title a { display: inline !important; }
         | 
| 174 | 
            -
             | 
| 175 | 
            -
            .linkedin { font-size: 0.875em; line-height: 1.714em; }
         | 
| 176 | 
            -
            .linkedin #additional-information h2 + h3 { display: none; }
         | 
| 177 | 
            -
            .linkedin #additional-information .websites { display: none; }
         | 
| 178 | 
            -
            .linkedin #contact-settings, .linkedin .affiliation { display: none; }
         | 
| 179 | 
            -
            .linkedin .showhide-link, .linkedin .connections, .linkedin .recommended, .linkedin hr { display: none; }
         | 
| 180 | 
            -
            .linkedin h2 { font-size: 2em; line-height: 1.5em; margin-top: 1.5em; border-bottom-style: solid; border-bottom-width: 0.063em; padding-bottom: 0.688em; }
         | 
| 181 | 
            -
            .linkedin h3, .linkedin dt { font-size: 1.5em; line-height: 1em; font-family: "museo-slab-1", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: lighter; }
         | 
| 182 | 
            -
            .linkedin ul.vcalendar { padding-left: 32px; background-color: #eee; padding-top: 0.75em; padding-bottom: 0.75em; }
         | 
| 183 | 
            -
            .linkedin #overview { margin-bottom: 1.5em; display: inline; float: left; width: 100%; margin-right: 2.564%; -moz-column-count: 2; -moz-column-gap: 32px; -webkit-column-count: 2; -webkit-column-gap: 32px; column-count: 2; column-gap: 32px; }
         | 
| 184 | 
            -
             | 
| 185 | 
            -
            #portfolio dl { list-style: none; margin: 0; padding: 0; border: 0px !important; }
         | 
| 186 | 
            -
            #portfolio dl li { list-style-image: none; list-style-type: none; margin-left: 0px; }
         | 
| 187 | 
            -
            #portfolio dl dt { font-size: 1.5em; line-height: 1em; font-family: "museo-slab-1", "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: lighter; display: inline; float: left; width: 13.793%; margin-right: 3.448%; border: 0px !important; }
         | 
| 188 | 
            -
            #portfolio dl dd { display: inline; float: left; width: 65.517%; margin-right: 3.448%; border: 0px !important; }
         | 
| 189 | 
            -
            #portfolio dl dd .awards { font-size: 0.75em; line-height: 2em; }
         | 
| 190 | 
            -
             | 
| 191 | 
            -
            #twitter #tweets { background-color: #eee; padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 1.5em; padding-left: 8.197%; padding-right: 8.197%; }
         | 
| 192 | 
            -
            #twitter #tweets .tweet { display: block; background-color: #fff; -moz-box-shadow: 0px 0px 16px #aaaaaa; -webkit-box-shadow: 0px 0px 16px #aaaaaa; -o-box-shadow: 0px 0px 16px #aaaaaa; box-shadow: 0px 0px 16px #aaaaaa; padding-top: 0.75em; padding-bottom: 0.75em; padding-left: 8.197%; padding-right: 8.197%; }
         | 
| 193 | 
            -
            #twitter #tweets .tweet a.status_link { display: block; position: relative; z-index: 2; left: -32px; }
         | 
| 194 | 
            -
            #twitter #overlay img { margin-bottom: 0.75em; }
         | 
| 195 | 
            -
             | 
| 196 | 
            -
            #onepage iframe { width: 580px; height: 580px; background-color: #eee; padding: 32px; overflow: hidden; scroll: none; }
         | 
| @@ -1,20 +0,0 @@ | |
| 1 | 
            -
            module Caboodle
         | 
| 2 | 
            -
              class Portfolio < Caboodle::Kit
         | 
| 3 | 
            -
                    
         | 
| 4 | 
            -
                configure do
         | 
| 5 | 
            -
                  config_path = File.expand_path(File.join(Caboodle::App.root,"config","portfolio.yml"))
         | 
| 6 | 
            -
                  if File.exists?(config_path)
         | 
| 7 | 
            -
                    Caboodle::Kit.load_config(config_path)
         | 
| 8 | 
            -
                  else
         | 
| 9 | 
            -
                    `cp "#{File.join(File.dirname(__FILE__),"config","portfolio.yml")}" "#{File.join(Caboodle::App.root,"config",".")}"` rescue "Could not create the sample yml file"
         | 
| 10 | 
            -
                    puts "Please enter your portfolio items in the file #{File.expand_path(File.join(Caboodle::App.root,"config","portfolio.yml"))}"
         | 
| 11 | 
            -
                  end
         | 
| 12 | 
            -
                end
         | 
| 13 | 
            -
                    
         | 
| 14 | 
            -
                menu "Portfolio", "/portfolio" do
         | 
| 15 | 
            -
                  @title = "Portfolio"
         | 
| 16 | 
            -
                  haml :portfolio
         | 
| 17 | 
            -
                end
         | 
| 18 | 
            -
                
         | 
| 19 | 
            -
              end
         | 
| 20 | 
            -
            end
         |