kickstrap_rails 0.9.0RC
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/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +165 -0
- data/README.md +23 -0
- data/Rakefile +2 -0
- data/kickstrap_rails.gemspec +20 -0
- data/lib/kickstrap_rails/version.rb +3 -0
- data/lib/kickstrap_rails.rb +6 -0
- data/vendor/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome/fontawesome-webfont.svg +175 -0
- data/vendor/assets/fonts/fontawesome/fontawesome-webfont.svgz +0 -0
- data/vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
- data/vendor/assets/fonts/icomoon/full-webfont.eot +0 -0
- data/vendor/assets/fonts/icomoon/full-webfont.svg +157 -0
- data/vendor/assets/fonts/icomoon/full-webfont.ttf +0 -0
- data/vendor/assets/fonts/icomoon/full-webfont.woff +0 -0
- data/vendor/assets/images/chosen/chosen-sprite.png +0 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-alert.js +94 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-button.js +100 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-carousel.js +161 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-collapse.js +138 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-dropdown.js +92 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-modal.js +210 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-popover.js +95 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-scrollspy.js +125 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-tab.js +130 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-tooltip.js +270 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-transition.js +51 -0
- data/vendor/assets/javascripts/bootstrap/bootstrap-typeahead.js +271 -0
- data/vendor/assets/javascripts/bootstrap.js +12 -0
- data/vendor/assets/javascripts/kickstrap/chosen/chosen.jquery.js +952 -0
- data/vendor/assets/javascripts/kickstrap/jgrowl/jquery.jgrowl.js +330 -0
- data/vendor/assets/javascripts/kickstrap.js +3 -0
- data/vendor/assets/stylesheets/bootstrap/accordion.less +28 -0
- data/vendor/assets/stylesheets/bootstrap/alerts.less +70 -0
- data/vendor/assets/stylesheets/bootstrap/bootstrap.less +65 -0
- data/vendor/assets/stylesheets/bootstrap/breadcrumbs.less +22 -0
- data/vendor/assets/stylesheets/bootstrap/button-groups.less +148 -0
- data/vendor/assets/stylesheets/bootstrap/buttons.less +183 -0
- data/vendor/assets/stylesheets/bootstrap/carousel.less +121 -0
- data/vendor/assets/stylesheets/bootstrap/close.less +18 -0
- data/vendor/assets/stylesheets/bootstrap/code.less +57 -0
- data/vendor/assets/stylesheets/bootstrap/component-animations.less +18 -0
- data/vendor/assets/stylesheets/bootstrap/dropdowns.less +130 -0
- data/vendor/assets/stylesheets/bootstrap/forms.less +522 -0
- data/vendor/assets/stylesheets/bootstrap/grid.less +8 -0
- data/vendor/assets/stylesheets/bootstrap/hero-unit.less +20 -0
- data/vendor/assets/stylesheets/bootstrap/labels.less +32 -0
- data/vendor/assets/stylesheets/bootstrap/layouts.less +17 -0
- data/vendor/assets/stylesheets/bootstrap/mixins.less +590 -0
- data/vendor/assets/stylesheets/bootstrap/modals.less +83 -0
- data/vendor/assets/stylesheets/bootstrap/navbar.less +299 -0
- data/vendor/assets/stylesheets/bootstrap/navs.less +353 -0
- data/vendor/assets/stylesheets/bootstrap/pager.less +30 -0
- data/vendor/assets/stylesheets/bootstrap/pagination.less +55 -0
- data/vendor/assets/stylesheets/bootstrap/popovers.less +49 -0
- data/vendor/assets/stylesheets/bootstrap/progress-bars.less +95 -0
- data/vendor/assets/stylesheets/bootstrap/reset.less +126 -0
- data/vendor/assets/stylesheets/bootstrap/scaffolding.less +29 -0
- data/vendor/assets/stylesheets/bootstrap/sprites.less +158 -0
- data/vendor/assets/stylesheets/bootstrap/tables.less +150 -0
- data/vendor/assets/stylesheets/bootstrap/thumbnails.less +35 -0
- data/vendor/assets/stylesheets/bootstrap/tooltip.less +35 -0
- data/vendor/assets/stylesheets/bootstrap/type.less +218 -0
- data/vendor/assets/stylesheets/bootstrap/utilities.less +23 -0
- data/vendor/assets/stylesheets/bootstrap/variables.less +107 -0
- data/vendor/assets/stylesheets/bootstrap/wells.less +17 -0
- data/vendor/assets/stylesheets/kickstrap/animate/animate.css +3813 -0
- data/vendor/assets/stylesheets/kickstrap/chosen/chosen.less +392 -0
- data/vendor/assets/stylesheets/kickstrap/fontawesome/font-awesome.less +218 -0
- data/vendor/assets/stylesheets/kickstrap/icomoon/icomoon.less +123 -0
- data/vendor/assets/stylesheets/kickstrap/jgrowl/jquery.jgrowl.less +105 -0
- data/vendor/assets/stylesheets/kickstrap/overrides.less +271 -0
- data/vendor/assets/stylesheets/kickstrap/themes/amelia/amelia.less +647 -0
- data/vendor/assets/stylesheets/kickstrap/themes/amelia/variables.less +112 -0
- data/vendor/assets/stylesheets/kickstrap/themes/amelia.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/cerulean/cerulean.less +122 -0
- data/vendor/assets/stylesheets/kickstrap/themes/cerulean/variables.less +108 -0
- data/vendor/assets/stylesheets/kickstrap/themes/cerulean.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/cyborg/cyborg.less +511 -0
- data/vendor/assets/stylesheets/kickstrap/themes/cyborg/variables.less +110 -0
- data/vendor/assets/stylesheets/kickstrap/themes/cyborg.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/journal/journal.less +139 -0
- data/vendor/assets/stylesheets/kickstrap/themes/journal/variables.less +114 -0
- data/vendor/assets/stylesheets/kickstrap/themes/journal.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/readable/readable.less +454 -0
- data/vendor/assets/stylesheets/kickstrap/themes/readable/variables.less +108 -0
- data/vendor/assets/stylesheets/kickstrap/themes/readable.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/sandra/sandra.less +115 -0
- data/vendor/assets/stylesheets/kickstrap/themes/sandra/variables.less +110 -0
- data/vendor/assets/stylesheets/kickstrap/themes/sandra.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/simplex/simplex.less +107 -0
- data/vendor/assets/stylesheets/kickstrap/themes/simplex/variables.less +108 -0
- data/vendor/assets/stylesheets/kickstrap/themes/simplex.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/slate/slate.less +417 -0
- data/vendor/assets/stylesheets/kickstrap/themes/slate/variables.less +203 -0
- data/vendor/assets/stylesheets/kickstrap/themes/slate.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/spacelab/spacelab.less +174 -0
- data/vendor/assets/stylesheets/kickstrap/themes/spacelab/variables.less +107 -0
- data/vendor/assets/stylesheets/kickstrap/themes/spacelab.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/spruce/spruce.less +474 -0
- data/vendor/assets/stylesheets/kickstrap/themes/spruce/variables.less +108 -0
- data/vendor/assets/stylesheets/kickstrap/themes/spruce.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/superhero/superhero.less +634 -0
- data/vendor/assets/stylesheets/kickstrap/themes/superhero/variables.less +108 -0
- data/vendor/assets/stylesheets/kickstrap/themes/superhero.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap/themes/united/united.less +101 -0
- data/vendor/assets/stylesheets/kickstrap/themes/united/variables.less +110 -0
- data/vendor/assets/stylesheets/kickstrap/themes/united.css.less +2 -0
- data/vendor/assets/stylesheets/kickstrap.css.less +1 -0
- metadata +189 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'IcoMoonBase';
|
|
3
|
+
src: font-url('icomoon/full-webfont.eot');
|
|
4
|
+
src: font-url('icomoon/full-webfont.eot?#iefix') format('embedded-opentype'),
|
|
5
|
+
font-url('icomoon/full-webfont.woff') format('woff'),
|
|
6
|
+
font-url('icomoon/full-webfont.ttf') format('truetype'),
|
|
7
|
+
font-url('icomoon/full-webfont.svgz#IcoMoon') format('svg'),
|
|
8
|
+
font-url('icomoon/full-webfont.svg#IcoMoon') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// ICONS
|
|
14
|
+
// Glyphs and icons for buttons, nav, and more
|
|
15
|
+
// -------------------------------------------
|
|
16
|
+
// Icomoon fonts from http://icomoon.com
|
|
17
|
+
|
|
18
|
+
[class^="icomoon-"]:before,
|
|
19
|
+
[class*=" icomoon-"]:before {
|
|
20
|
+
font-family: 'IcoMoonBase';
|
|
21
|
+
font-weight: normal;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
display: inline;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// makes the font 33% larger relative to the icon container
|
|
27
|
+
.icon-large:before {
|
|
28
|
+
// display: inline-block;
|
|
29
|
+
font-size: 4/3em;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.btn {
|
|
33
|
+
[class^="icomoon-"],
|
|
34
|
+
[class*=" icomoon-"] {
|
|
35
|
+
line-height: .9em; // keeps button heights with and without icons the same
|
|
36
|
+
vertical-align: baseline;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
li {
|
|
41
|
+
[class^="icomoon-"],
|
|
42
|
+
[class*=" icomoon-"] {
|
|
43
|
+
display: inline;
|
|
44
|
+
width: 1.25em;
|
|
45
|
+
text-align: center;
|
|
46
|
+
}
|
|
47
|
+
.icon-large[class^="icomoon-"],
|
|
48
|
+
.icon-large[class*=" icomoon-"] {
|
|
49
|
+
width: 1.5*1.25em; // 1.5 increased font size for icon-large * 1.25 width
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
li[class^="icomoon-"],
|
|
54
|
+
li[class*=" icomoon-"] {
|
|
55
|
+
margin-left: 0;
|
|
56
|
+
list-style-type: none;
|
|
57
|
+
|
|
58
|
+
&:before {
|
|
59
|
+
text-indent: -2em;
|
|
60
|
+
text-align: center;
|
|
61
|
+
}
|
|
62
|
+
&.icon-large:before {
|
|
63
|
+
text-indent: -4/3em;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
// Uses Unicode Private Use Area (PUA) to ensure screen readers do not read off
|
|
68
|
+
// random characters that represent icons
|
|
69
|
+
.icomoon-home:before {content: "\0021";}
|
|
70
|
+
.icomoon-edit:before {content: "\0022";}
|
|
71
|
+
.icomoon-image:before {content: "\0023";}
|
|
72
|
+
.icomoon-music:before {content: "\0024";}
|
|
73
|
+
.icomoon-video:before {content: "\0025";}
|
|
74
|
+
.icomoon-shopping:before {content: "\0026";}
|
|
75
|
+
.icomoon-life-saver:before {content: "\0027";}
|
|
76
|
+
.icomoon-envelope:before {content: "\0028";}
|
|
77
|
+
.icomoon-bubble:before {content: "\0029";}
|
|
78
|
+
.icomoon-coffee:before {content: "\0030";}
|
|
79
|
+
.icomoon-trash:before {content: "\0031";}
|
|
80
|
+
.icomoon-download:before {content: "\0032";}
|
|
81
|
+
.icomoon-upload:before {content: "\0033";}
|
|
82
|
+
.icomoon-link:before {content: "\0034";}
|
|
83
|
+
.icomoon-eye:before {content: "\0035";}
|
|
84
|
+
.icomoon-star:before {content: "\0036";}
|
|
85
|
+
.icomoon-half-star:before {content: "\0037";}
|
|
86
|
+
.icomoon-star:before {content: "\0038";}
|
|
87
|
+
.icomoon-heart:before {content: "\0039";}
|
|
88
|
+
.icomoon-refresh:before {content: "\0040";}
|
|
89
|
+
.icomoon-share:before {content: "\0041";}
|
|
90
|
+
.icomoon-gplus:before {content: "\0042";}
|
|
91
|
+
.icomoon-gplus-alt:before {content: "\0043";}
|
|
92
|
+
.icomoon-gplus-add:before {content: "\0044";}
|
|
93
|
+
.icomoon-facebook:before {content: "\0045";}
|
|
94
|
+
.icomoon-facebook-alt:before {content: "\0046";}
|
|
95
|
+
.icomoon-twitter:before {content: "\0047";}
|
|
96
|
+
.icomoon-twitter-alt:before {content: "\0048";}
|
|
97
|
+
.icomoon-twitter-t:before {content: "\0049";}
|
|
98
|
+
.icomoon-vimeo:before {content: "\0050";}
|
|
99
|
+
.icomoon-flickr:before {content: "\0051";}
|
|
100
|
+
.icomoon-flickr-alt:before {content: "\0052";}
|
|
101
|
+
.icomoon-picasa:before {content: "\0053";}
|
|
102
|
+
.icomoon-picasa-alt:before {content: "\0054";}
|
|
103
|
+
.icomoon-dribble:before {content: "\0055";}
|
|
104
|
+
.icomoon-dribble-alt:before {content: "\0056";}
|
|
105
|
+
.icomoon-forrst:before {content: "\0057";}
|
|
106
|
+
.icomoon-forrst-alt:before {content: "\0058";}
|
|
107
|
+
.icomoon-deviantart:before {content: "\0059";}
|
|
108
|
+
.icomoon-blogger:before {content: "\0060";}
|
|
109
|
+
.icomoon-blogger-alt:before {content: "\0061";}
|
|
110
|
+
.icomoon-tumblr:before {content: "\0062";}
|
|
111
|
+
.icomoon-tumblr-alt:before {content: "\0063";}
|
|
112
|
+
.icomoon-yahoo:before {content: "\0064";}
|
|
113
|
+
.icomoon-yahoo-alt:before {content: "\0065";}
|
|
114
|
+
.icomoon-amazon:before {content: "\0066";}
|
|
115
|
+
.icomoon-amazon-alt:before {content: "\0067";}
|
|
116
|
+
.icomoon-windows:before {content: "\0068";}
|
|
117
|
+
.icomoon-apple:before {content: "\0069";}
|
|
118
|
+
.icomoon-lastfm:before {content: "\0070";}
|
|
119
|
+
.icomoon-delicious-alt:before {content: "\0071";}
|
|
120
|
+
.icomoon-htmlfive:before {content: "\0072";}
|
|
121
|
+
.icomoon-htmlfive-alt:before {content: "\0073";}
|
|
122
|
+
.icomoon-cssthree:before {content: "\0074";}
|
|
123
|
+
.icomoon-icomoon:before {content: "\0075";}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
|
|
2
|
+
div.jGrowl {
|
|
3
|
+
padding: 10px;
|
|
4
|
+
z-index: 9999;
|
|
5
|
+
color: #fff;
|
|
6
|
+
font-size: 12px;
|
|
7
|
+
a {color:#62C729;}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/** Special IE6 Style Positioning **/
|
|
11
|
+
div.ie6 {
|
|
12
|
+
position: absolute;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/** Normal Style Positions **/
|
|
16
|
+
div.jGrowl {
|
|
17
|
+
position: absolute;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
body > div.jGrowl {
|
|
21
|
+
position: fixed;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
div.jGrowl.top-left {
|
|
25
|
+
left: 0px;
|
|
26
|
+
top: 0px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
div.jGrowl.top-right {
|
|
30
|
+
right: 0px;
|
|
31
|
+
top: 0px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
div.jGrowl.bottom-left {
|
|
35
|
+
left: 0px;
|
|
36
|
+
bottom: 0px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
div.jGrowl.bottom-right {
|
|
40
|
+
right: 0px;
|
|
41
|
+
bottom: 0px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
div.jGrowl.center {
|
|
45
|
+
top: 0px;
|
|
46
|
+
width: 50%;
|
|
47
|
+
left: 25%;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/** Cross Browser Styling **/
|
|
51
|
+
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
|
|
52
|
+
margin-left: auto;
|
|
53
|
+
margin-right: auto;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
|
|
57
|
+
background-color: #000;
|
|
58
|
+
opacity: .85;
|
|
59
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
|
|
60
|
+
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
|
|
61
|
+
zoom: 1;
|
|
62
|
+
width: 235px;
|
|
63
|
+
padding: 10px;
|
|
64
|
+
margin-top: 5px;
|
|
65
|
+
margin-bottom: 5px;
|
|
66
|
+
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
|
67
|
+
font-size: 1em;
|
|
68
|
+
text-align: left;
|
|
69
|
+
display: none;
|
|
70
|
+
-moz-border-radius: 5px;
|
|
71
|
+
-webkit-border-radius: 5px;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
div.jGrowl div.jGrowl-notification {
|
|
75
|
+
min-height: 40px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
div.jGrowl div.jGrowl-notification div.jGrowl-header {
|
|
79
|
+
font-weight: bold;
|
|
80
|
+
font-size: .85em;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
div.jGrowl div.jGrowl-notification div.jGrowl-close {
|
|
84
|
+
z-index: 99;
|
|
85
|
+
float: right;
|
|
86
|
+
font-weight: bold;
|
|
87
|
+
font-size: 1em;
|
|
88
|
+
cursor: pointer;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
div.jGrowl div.jGrowl-closer {
|
|
92
|
+
padding-top: 4px;
|
|
93
|
+
padding-bottom: 4px;
|
|
94
|
+
cursor: pointer;
|
|
95
|
+
font-size: .9em;
|
|
96
|
+
font-weight: bold;
|
|
97
|
+
text-align: center;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/** Hide jGrowl when printing **/
|
|
101
|
+
@media print {
|
|
102
|
+
div.jGrowl {
|
|
103
|
+
display: none;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
//BOOTSTRAP OVERRIDES
|
|
2
|
+
//-------------------
|
|
3
|
+
|
|
4
|
+
/*
|
|
5
|
+
|
|
6
|
+
What should go here?
|
|
7
|
+
|
|
8
|
+
The override.less file is Grand Central for all the css that overrides Bootstrap.
|
|
9
|
+
This should be @imported into /less/bootstrap.less at the end of the file.
|
|
10
|
+
This allows you to keep the Bootstrap core up-to-date without losing your modifications.
|
|
11
|
+
|
|
12
|
+
However, only LESS writeup which effects the whole of Kickstrap should be directly written here.
|
|
13
|
+
If instead you want to modify your current theme, I recommend going into the /extras/themes/ folder
|
|
14
|
+
and modifying it there.
|
|
15
|
+
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
@import "jgrowl/jquery.jgrowl"; // jGrowl for Growl-like alert messages
|
|
19
|
+
|
|
20
|
+
// ONE LINE CSS GRID
|
|
21
|
+
// For simple halving and thirding of divs. http://adamkochanowicz.com/oneline.html
|
|
22
|
+
.oh,.ot,.tt{float:left;padding:0 2% 2% 0;width:48%}.ot{width:31%}.tt{width:65%}.cl{clear:both}
|
|
23
|
+
|
|
24
|
+
// VERTICAL SPANS
|
|
25
|
+
@singleSpan: 15px;
|
|
26
|
+
.vertical1 {padding-top: @singleSpan;}
|
|
27
|
+
.vertical2 {padding-top: 2 * @singleSpan;}
|
|
28
|
+
.vertical3 {padding-top: 3 * @singleSpan;}
|
|
29
|
+
.vertical4 {padding-top: 4 * @singleSpan;}
|
|
30
|
+
.vertical5 {padding-top: 5 * @singleSpan;}
|
|
31
|
+
.vertical6 {padding-top: 6 * @singleSpan;}
|
|
32
|
+
.vertical7 {padding-top: 7 * @singleSpan;}
|
|
33
|
+
.vertical8 {padding-top: 8 * @singleSpan;}
|
|
34
|
+
.vertical9 {padding-top: 9 * @singleSpan;}
|
|
35
|
+
.vertical10 {padding-top: 10 * @singleSpan;}
|
|
36
|
+
.vertical11 {padding-top: 11 * @singleSpan;}
|
|
37
|
+
.vertical12 {padding-top: 12 * @singleSpan;}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
// COLORS
|
|
41
|
+
// ------
|
|
42
|
+
|
|
43
|
+
// Danger (red)
|
|
44
|
+
.progress-danger .bar,
|
|
45
|
+
.progress-danger .step-full {
|
|
46
|
+
#gradient > .vertical(#ee5f5b, #c43c35);
|
|
47
|
+
}
|
|
48
|
+
.progress-danger.progress-striped .bar {
|
|
49
|
+
#gradient > .striped(#ee5f5b);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// Success (green)
|
|
53
|
+
.progress-success .bar,
|
|
54
|
+
.progress-success .step-full {
|
|
55
|
+
#gradient > .vertical(@green, darken(@green,10%));
|
|
56
|
+
}
|
|
57
|
+
.progress-success.progress-striped .bar {
|
|
58
|
+
#gradient > .striped(#62c462);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// Info (teal)
|
|
62
|
+
.progress-info .bar,
|
|
63
|
+
.progress-info .step-full {
|
|
64
|
+
#gradient > .vertical(lighten(@infoText,10%), @infoText);
|
|
65
|
+
}
|
|
66
|
+
.progress-info.progress-striped .bar {
|
|
67
|
+
#gradient > .striped(#5bc0de);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// jGROWL THEMES
|
|
71
|
+
// -------------
|
|
72
|
+
|
|
73
|
+
div.jGrowl div.warning {
|
|
74
|
+
color:@warningText;
|
|
75
|
+
background-color:@warningBackground;
|
|
76
|
+
border: 1px solid @warningBorder
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
div.jGrowl div.info {
|
|
80
|
+
color:@infoText;
|
|
81
|
+
background-color:@infoBackground;
|
|
82
|
+
border: 1px solid @infoBorder;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
div.jGrowl div.success {
|
|
86
|
+
color:@successText;
|
|
87
|
+
background-color:@successBackground;
|
|
88
|
+
border: 1px solid @successBorder;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
div.jGrowl div.danger {
|
|
92
|
+
color:@errorText;
|
|
93
|
+
background-color:@errorBackground;
|
|
94
|
+
border: 1px solid @errorBorder;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
// STEP PROGRESS
|
|
98
|
+
// -------------
|
|
99
|
+
|
|
100
|
+
.progress-step .step-full, .progress-step .step-empty {
|
|
101
|
+
height: 30px;
|
|
102
|
+
width: 30px;
|
|
103
|
+
background-color: @blue;
|
|
104
|
+
-webkit-border-radius: 15px;
|
|
105
|
+
-moz-border-radius: 15px;
|
|
106
|
+
border-radius: 15px;
|
|
107
|
+
position: absolute;
|
|
108
|
+
left: 0%;
|
|
109
|
+
margin-top: -6px;
|
|
110
|
+
margin-left: -14px;
|
|
111
|
+
font-size: 12pt;
|
|
112
|
+
color: white;
|
|
113
|
+
text-shadow: 0px 0px 3px #222;
|
|
114
|
+
text-align: center;
|
|
115
|
+
line-height: 28px;
|
|
116
|
+
font-weight: bold;
|
|
117
|
+
}
|
|
118
|
+
.progress-step-square {
|
|
119
|
+
.step-full,
|
|
120
|
+
.step-empty {
|
|
121
|
+
.border-radius(2px);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
.progress-step .step-empty {
|
|
125
|
+
#gradient > .vertical(#f5f5f5, #f9f9f9);
|
|
126
|
+
.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
|
|
127
|
+
}
|
|
128
|
+
.progress.progress-step {
|
|
129
|
+
margin: 14px 17px 18px 14px;
|
|
130
|
+
position: relative;
|
|
131
|
+
overflow: visible;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
// PROGRESS BARS
|
|
135
|
+
|
|
136
|
+
// Bar of progress
|
|
137
|
+
.progress .bar {
|
|
138
|
+
width: 0%;
|
|
139
|
+
height: 18px;
|
|
140
|
+
color: @white;
|
|
141
|
+
font-size: 12px;
|
|
142
|
+
text-align: center;
|
|
143
|
+
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
|
144
|
+
|
|
145
|
+
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
|
146
|
+
.box-sizing(border-box);
|
|
147
|
+
.transition(width .6s ease);
|
|
148
|
+
}
|
|
149
|
+
.progress .bar,
|
|
150
|
+
.progress .step-full {
|
|
151
|
+
#gradient > .vertical(@blue, darken(@blue,10%));
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// HORIZONTAL LISTS
|
|
155
|
+
// ----------------
|
|
156
|
+
|
|
157
|
+
ul.ul-horizontal {
|
|
158
|
+
list-style:none;
|
|
159
|
+
list-style-type:none;
|
|
160
|
+
li {
|
|
161
|
+
display:inline;
|
|
162
|
+
margin:0px 10px;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// ICONS
|
|
167
|
+
// -----
|
|
168
|
+
|
|
169
|
+
// DESTROY THE GLYPHICONS
|
|
170
|
+
|
|
171
|
+
[class^="icon-"],
|
|
172
|
+
[class*=" icon-"],
|
|
173
|
+
[class^="icomoon-"],
|
|
174
|
+
[class*=" icomoon-"] {
|
|
175
|
+
display: inline-block;
|
|
176
|
+
width: auto;
|
|
177
|
+
height: auto;
|
|
178
|
+
background-image: none;
|
|
179
|
+
background-position: 0;
|
|
180
|
+
background-repeat: no-repeat;
|
|
181
|
+
line-height:normal;
|
|
182
|
+
}
|
|
183
|
+
.icon-white {
|
|
184
|
+
background-image: none;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/*
|
|
188
|
+
|
|
189
|
+
${ylw}~= ${txtrst}M?${ylw} ,=~${txtrst}"
|
|
190
|
+
${ylw}== ${txtrst}MD${ylw} ~=~=~${txtrst}"
|
|
191
|
+
${ylw}==== ${txtrst}+${ylw} :=~===${txtrst}"
|
|
192
|
+
${ylw}~====~ ~ ${txtrst}M${ylw} :~======${txtrst}"
|
|
193
|
+
${ylw}~=====~ ~ == ~== ${txtrst}M${ylw} ~========${txtrst}"
|
|
194
|
+
${ylw}~====~~~ ,== ~== ,==== ${txtrst}Z${ylw}~~=========${txtrst}"
|
|
195
|
+
${ylw}=======~=~ ~===, ===~ ===== ${txtrst}=${ylw}==========~${txtrst}"
|
|
196
|
+
${ylw},===========: ~===== :===~ ,======:===${txtrst}~${ylw}~=======~~${txtrst}"
|
|
197
|
+
${ylw}=~=========== ~====== ~==== ,~===========${txtrst}+${ylw}========~${txtrst}"
|
|
198
|
+
${ylw},~=============~=======~===~=~ ~==============${txtrst}M${ylw}=======~${txtrst}"
|
|
199
|
+
${ylw}=============~~======${txtrst}?MNDDM${ylw}~~==========~======${txtrst}M${ylw}~=====~${txtrst}"
|
|
200
|
+
${ylw}================${txtrst}M=,,,,,,,,,D${ylw}~======${txtrst}M N${ylw}=====${txtrst}N${ylw}=====~${txtrst}"
|
|
201
|
+
${ylw}==~ =================~${txtrst}N~,,,,,,,:M8MMMNM O M====${txtrst}~${ylw}=====${txtrst}"
|
|
202
|
+
${ylw},===~, ~=================~~${txtrst}MM~ M M====${txtrst}=${ylw}==== ${txtrst}"
|
|
203
|
+
${ylw}~===~= :=================~${txtrst}N OM M ===${txtrst}?${ylw}~=== ${txtrst}"
|
|
204
|
+
${ylw}~====~~ ==============${txtrst}M M ?M ~ 8Z ~:=${txtrst}N${ylw}~==:${txtrst}"
|
|
205
|
+
M ${ylw}~======~=~ ============${txtrst}M O ?M +7MMMMMMMI 8=${txtrst}M${ylw}~==${txtrst}"
|
|
206
|
+
NO:7: ${ylw}:======================${txtrst}7 M= MNMMMMMMMMMM +${txtrst}N${ylw}==${txtrst}"
|
|
207
|
+
MMO:::::? ${ylw}=======================${txtrst}8M~M ~MMMMMMMMMMMMMM M+${ylw}~~ ,===~${txtrst}"
|
|
208
|
+
M,::::::::N ${ylw}=======================${txtrst}N MMMMMMMMMMMMMMMM M~${ylw}= :=~~=~ ~=~~==~${txtrst}"
|
|
209
|
+
:,:::::::::Z ${ylw}=====================${txtrst}7 MMMMMMMMMMMMMM M${ylw}===~=====~ ,=~~====${txtrst}"
|
|
210
|
+
?:::::::::::M ${ylw}==========================${txtrst}M ~MMMMMMMMMMMM II${ylw}======== :~=======${txtrst}"
|
|
211
|
+
,::::::::::, ${ylw},========================~${txtrst}8 MMMMMMMMMMI M${pur}?M${ylw}====== =======~==${txtrst}"
|
|
212
|
+
8:::::::::::N ${ylw}===~====================+${txtrst}N MMMMMMMMMM I${pur}?I${ylw}===~= ~==========~${txtrst}"
|
|
213
|
+
D::::::::: ${ylw}======================${txtrst}MM MMMMMMMMM , I${pur}???M${ylw}==~===========${txtrst}"
|
|
214
|
+
N~==OMMZZ7 ${ylw}:================~+${txtrst}M${ylw}===${txtrst}M 8::~, =N M${pur}????D${ylw}============~${txtrst}"
|
|
215
|
+
OZZM ${ylw}~===============~==${txtrst}M${ylw}~~=====${txtrst}M O${pur}??????${ylw}===========${txtrst}"
|
|
216
|
+
,MZZM=${ylw}~==================${txtrst}OO${ylw}=~========${txtrst}M~ DD${pur}???????M${ylw}========~${txtrst}"
|
|
217
|
+
~MZZZ?${ylw}===============${txtrst}MM${ylw}=~===========~${txtrst}7?NMMZZNNM7${pur}?I????????7${ylw}~======${txtrst}"
|
|
218
|
+
${ylw}~~~~, ${txtrst}:ZZZM${ylw}============${txtrst}N+${ylw}================${pur}N?????????????????????O${ylw}====~=~~~~~~===~~:,${txtrst}"
|
|
219
|
+
${ylw}=========~,${txtrst}MOZM${ylw}~=======${txtrst}NN${ylw}====================${pur}M????????????????????N${ylw}==========================,${txtrst}"
|
|
220
|
+
${ylw}===========${txtrst}MZZO${ylw}=~===${txtrst}M${ylw}~=~====================~${pur}?????????????????????~${ylw}========================~=~${txtrst}"
|
|
221
|
+
${ylw}~~=========${txtrst}?ZZZNN8${ylw}==========================${pur}MI???????????????????M${ylw}=====================~~${txtrst}"
|
|
222
|
+
${ylw}=============${txtrst}NMZM${ylw}============================${pur}????????????????????O${ylw}=================~${txtrst}"
|
|
223
|
+
${ylw}===========~~${txtrst}MZZO${ylw}~==========================${pur}M????????????????????${ylw}============~,${txtrst}"
|
|
224
|
+
${ylw}=============${txtrst}OZZZN${ylw}=========================${pur}M????????????????????${ylw}~========,${txtrst}"
|
|
225
|
+
${ylw}~============~${txtrst}MZZM${ylw}~~======================${pur}8????????????????????${ylw}~=====${txtrst}"
|
|
226
|
+
${ylw}~============~${txtrst}MZZM${ylw}======================~${pur}?????????????????????${ylw}~~===${txtrst}"
|
|
227
|
+
|
|
228
|
+
OVERRIDE ALL THE THINGS
|
|
229
|
+
https://github.com/btford/allthethings
|
|
230
|
+
*/
|
|
231
|
+
|
|
232
|
+
// PRETTY PRINT
|
|
233
|
+
// ------------
|
|
234
|
+
|
|
235
|
+
.com { color: #93a1a1; }
|
|
236
|
+
.lit { color: #195f91; }
|
|
237
|
+
.pun, .opn, .clo { color: #93a1a1; }
|
|
238
|
+
.fun { color: #dc322f; }
|
|
239
|
+
.str, .atv { color: #D14; }
|
|
240
|
+
.kwd, .linenums .tag { color: #1e347b; }
|
|
241
|
+
.typ, .atn, .dec, .var { color: teal; }
|
|
242
|
+
.pln { color: #48484c; }
|
|
243
|
+
|
|
244
|
+
.prettyprint {
|
|
245
|
+
padding: 8px;
|
|
246
|
+
background-color: #f7f7f9;
|
|
247
|
+
border: 1px solid #e1e1e8;
|
|
248
|
+
}
|
|
249
|
+
.prettyprint.linenums {
|
|
250
|
+
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
|
251
|
+
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
|
252
|
+
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/* Specify class=linenums on a pre to get line numbering */
|
|
256
|
+
ol.linenums {
|
|
257
|
+
margin: 0 0 0 33px; /* IE indents via margin-left */
|
|
258
|
+
}
|
|
259
|
+
ol.linenums li {
|
|
260
|
+
padding-left: 12px;
|
|
261
|
+
color: #bebec5;
|
|
262
|
+
line-height: 18px;
|
|
263
|
+
text-shadow: 0 1px 0 #fff;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
@import "fontawesome/font-awesome.less"; // Using awesomefont instead of an image sprite.
|
|
267
|
+
@import "icomoon/icomoon.less"; // Turn this on if you want even more fonts from IcoMoon.
|
|
268
|
+
@import "chosen/chosen.less"; // Chosen for select boxes
|
|
269
|
+
|
|
270
|
+
//-----------------------
|
|
271
|
+
//END BOOTSTRAP OVERRIDES
|