123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- /*!
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- * CASCADE FRAMEWORK 1.0
- *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- *
- * Copyright 2013, John Slegers
- * Released under the MIT license
- * http://jslegers.github.com/cascadeframework/license.html
- *
- *
- * This means you can use Cascade Framework for any project,
- * whether commercial or not.
- *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- *
- * Cascade Framework also contains the following goodies,
- * which all have the same or similar 'permissive licenses :
- *
- *
- * Includes polyfills by Joshua Bell
- * http://www.calormen.com/polyfill/
- * Released in public domain
- *
- *
- * Includes Google ExplorerCanvas
- * https://code.google.com/p/explorercanvas/
- * Released under the Apache 2.0 license
- *
- *
- * Includes Google Prettify
- * https://code.google.com/p/google-code-prettify/
- * Released under the Apache 2.0 license
- *
- *
- * Includes Yepnope
- * http://yepnopejs.com/
- * Released under the WTFPL license
- *
- *
- * Includes Modernizr
- * http://modernizr.com/
- * Released under the MIT license
- *
- *
- * Includes lodash
- * http://lodash.com/
- * Released under the MIT license
- *
- *
- * Includes jQuery
- * http://jquery.com/
- * Released under the MIT license
- *
- *
- * Includes jQuery Easing plugin
- * http://gsgd.co.uk/sandbox/jquery/easing/
- * Released under the BSD license
- *
- *
- * Includes jQuery Flot plugin
- * http://www.flotcharts.org/
- * Released under the MIT license
- *
- *
- * Includes the Font Awesome webfont
- * http://fortawesome.github.com/Font-Awesome/
- * Released under the SIL Open Font License
- *
- *
- *
- *
- *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- *
- * Cascade Framework was inspired by many articles and projects
- *
- * Especially these authors are worth mentioning :
- *
- * Nicolle Sullivan
- * Jonathan Snook
- * Chris Coyier
- * Eric Meyer
- * Nicolas Gallagher
- * Paul Irish
- * Mark Otto
- * Jacob Thornton
- *
- *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- * Date: 2013-03-15
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- */
- @font-face {
- font-family:'FontAwesome';
- src: url('../font/fontawesome-webfont.eot?v=3.2.1');
- src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
- url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),
- url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
- url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
- }
- body,h1,h2,h3,h4,h5,h6 {
- text-rendering:optimizeLegibility;
- }
- body {
- font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
- -webkit-text-size-adjust:100%;
- -ms-text-size-adjust:100%;
- }
- p,button,input,select,textarea {
- font-family: inherit;
- }
- pre,code,kbd,samp {
- font-family:Menlo,Monaco,"Courier New",monospace;
- }
- .icon {
- font-family:FontAwesome;
- }
- i,dfn,em,figcaption,cite {
- font-style:italic;
- }
- address,cite,legend {
- font-style:inherit;
- white-space:inherit;
- }
- .nav li,.label {
- white-space:nowrap;
- }
- pre {
- white-space:pre;
- white-space:pre-wrap;
- }
- .left li,.right li {
- white-space:normal;
- }
- pre {
- word-break:break-all;
- word-wrap:break-word;
- }
- b,th,strong,h1,h2,h3,h4,h5,h6,dt,.label,.fatty,.panel .header,.tags .blocks a,.tags .blocks .disabled,.pipes .stat a,.parsley-error-list li,.menu .links li,.site-header-ghost .nav a,.site-header .nav a,.tabs .active a {
- font-weight:700;
- }
- blockquote p,.menu .header {
- font-weight:300;
- }
- small,.pipes .stat span {
- font-weight:normal;
- }
- body {
- font-size:13px;
- }
- h1 {
- font-size:230%;
- }
- h2 {
- font-size:185%;
- }
- .tags .cloud .tag5 {
- font-size:180%;
- }
- .tags .cloud .tag4 {
- font-size:160%;
- }
- h3,.pipes .stat a,.tags .cloud .tag3 {
- font-size:140%;
- }
- .icon-button .icon, .tags .cloud .tag2,blockquote p,.site-header .nav a,.site-header-ghost .nav a {
- font-size:120%;
- }
- .panel .header {
- font-size:113%;
- }
- .fatty {
- font-size:110%;
- }
- h4,.menu .nav a,.menu .nav .disabled {
- font-size:106%;
- }
- p,button,.button,input,select,textarea,small,.icon,.tags .cloud .tag1 {
- font-size:100%;
- }
- abbr,.label,pre,code,kbd,samp,table,h4 small,h5 {
- font-size:95%;
- }
- h6,p small,sub,sup,.menu .header .nav a {
- font-size:85%;
- }
- h2 small,h3 small {
- font-size:75%;
- }
- .tiny,.pipes .stat span {
- font-size:70%;
- }
- h1 small {
- font-size:60%;
- }
- .tabs .nav a {
- line-height:270%;
- }
- h6 {
- line-height:170%;
- }
- body,input,button,.button,select,address,dt,dd,li,p,h2,h3,h5,pre {
- line-height:150%;
- }
- table input {
- line-height:135%;
- }
- h4,.pipes li,.panel .footer {
- line-height:130%;
- }
- .label,h1 {
- line-height:120%;
- }
- .menu a,.menu .disabled,.panel .header {
- line-height:110%;
- }
- td,th,small,.tiny {
- line-height:100%;
- }
- sub,sup {
- line-height:0;
- }
- .button .icon {
- line-height:16px;
- }
- .tags .nav li {
- line-height:19px;
- }
- .tags .nav a {
- line-height:inherit;
- }
- .icon-16 {
- font-size:14px;
- line-height: 16px;
- }
- .icon-32 {
- font-size:28px;
- line-height:32px;
- }
- .icon-64 {
- font-size:56px;
- line-height:64px;
- }
- .icon-128 {
- font-size:112px;
- line-height:128px;
- }
- h6,abbr,.tiny {
- text-transform:uppercase;
- }
- a:hover {
- text-decoration:underline;
- }
- del {
- text-decoration:line-through;
- }
- ins,a,.nav a:hover,.button:hover,.collapse-trigger a:hover {
- text-decoration:none;
- }
- .tiny {
- letter-spacing:1px;
- }
- button,.button,input,select,.radio,.checkbox {
- vertical-align:bottom;
- *vertical-align:middle;
- }
- th,td,.icon,textarea,td img {
- vertical-align:top;
- }
- .radio,.checkbox,.icon-16,.icon-32,.icon-64,.icon-128,.button .icon {
- vertical-align:middle;
- }
- sub,sup,.label {
- vertical-align:baseline;
- }
|