jekyll-foxslide 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/after_footer.html +8 -0
  5. data/_includes/archive_post.html +8 -0
  6. data/_includes/article.html +67 -0
  7. data/_includes/asides/delicious.html +8 -0
  8. data/_includes/asides/github.html +8 -0
  9. data/_includes/asides/googleplus.html +11 -0
  10. data/_includes/asides/pinboard.html +19 -0
  11. data/_includes/asides/recent_posts.html +10 -0
  12. data/_includes/asides/twitter.html +7 -0
  13. data/_includes/custom/after_footer.html +4 -0
  14. data/_includes/custom/asides/about.html +2 -0
  15. data/_includes/custom/asides/found_on.html +49 -0
  16. data/_includes/custom/asides/instagram.html +5 -0
  17. data/_includes/custom/category_feed.xml +27 -0
  18. data/_includes/custom/footer.html +10 -0
  19. data/_includes/custom/footer_widgets.html +22 -0
  20. data/_includes/custom/head.html +3 -0
  21. data/_includes/custom/intro.html +6 -0
  22. data/_includes/custom/navigation.html +0 -0
  23. data/_includes/custom/widgets.html +11 -0
  24. data/_includes/disqus.html +21 -0
  25. data/_includes/facebook_like.html +10 -0
  26. data/_includes/footer.html +10 -0
  27. data/_includes/google_analytics.html +13 -0
  28. data/_includes/google_plus_one.html +9 -0
  29. data/_includes/head.html +53 -0
  30. data/_includes/navigation.html +24 -0
  31. data/_includes/post/author.html +14 -0
  32. data/_includes/post/categories.html +11 -0
  33. data/_includes/post/date.html +15 -0
  34. data/_includes/post/disqus_thread.html +1 -0
  35. data/_includes/twitter_sharing.html +11 -0
  36. data/_layouts/category_index.html +17 -0
  37. data/_layouts/default.html +9 -0
  38. data/_layouts/page.html +37 -0
  39. data/_layouts/post.html +26 -0
  40. data/_sass/_base.scss +6 -0
  41. data/_sass/base/_bootstrap-responsive.scss +1032 -0
  42. data/_sass/base/_bootstrap.scss +5571 -0
  43. data/_sass/base/_foundation.scss +1016 -0
  44. data/_sass/base/_solarized.scss +51 -0
  45. data/_sass/base/_syntax.scss +290 -0
  46. data/_sass/base/_theme.scss +226 -0
  47. data/_sass/custom/_colors.scss +43 -0
  48. data/_sass/custom/_fonts.scss +10 -0
  49. data/_sass/custom/_layout.scss +21 -0
  50. data/_sass/custom/_styles.scss +29 -0
  51. data/_sass/screen.scss +9 -0
  52. data/assets/jwplayer/glow/controlbar/background.png +0 -0
  53. data/assets/jwplayer/glow/controlbar/blankButton.png +0 -0
  54. data/assets/jwplayer/glow/controlbar/divider.png +0 -0
  55. data/assets/jwplayer/glow/controlbar/fullscreenButton.png +0 -0
  56. data/assets/jwplayer/glow/controlbar/fullscreenButtonOver.png +0 -0
  57. data/assets/jwplayer/glow/controlbar/muteButton.png +0 -0
  58. data/assets/jwplayer/glow/controlbar/muteButtonOver.png +0 -0
  59. data/assets/jwplayer/glow/controlbar/normalscreenButton.png +0 -0
  60. data/assets/jwplayer/glow/controlbar/normalscreenButtonOver.png +0 -0
  61. data/assets/jwplayer/glow/controlbar/pauseButton.png +0 -0
  62. data/assets/jwplayer/glow/controlbar/pauseButtonOver.png +0 -0
  63. data/assets/jwplayer/glow/controlbar/playButton.png +0 -0
  64. data/assets/jwplayer/glow/controlbar/playButtonOver.png +0 -0
  65. data/assets/jwplayer/glow/controlbar/timeSliderBuffer.png +0 -0
  66. data/assets/jwplayer/glow/controlbar/timeSliderCapLeft.png +0 -0
  67. data/assets/jwplayer/glow/controlbar/timeSliderCapRight.png +0 -0
  68. data/assets/jwplayer/glow/controlbar/timeSliderProgress.png +0 -0
  69. data/assets/jwplayer/glow/controlbar/timeSliderRail.png +0 -0
  70. data/assets/jwplayer/glow/controlbar/unmuteButton.png +0 -0
  71. data/assets/jwplayer/glow/controlbar/unmuteButtonOver.png +0 -0
  72. data/assets/jwplayer/glow/display/background.png +0 -0
  73. data/assets/jwplayer/glow/display/bufferIcon.png +0 -0
  74. data/assets/jwplayer/glow/display/muteIcon.png +0 -0
  75. data/assets/jwplayer/glow/display/playIcon.png +0 -0
  76. data/assets/jwplayer/glow/dock/button.png +0 -0
  77. data/assets/jwplayer/glow/glow.xml +115 -0
  78. data/assets/jwplayer/glow/playlist/item.png +0 -0
  79. data/assets/jwplayer/glow/playlist/itemOver.png +0 -0
  80. data/assets/jwplayer/glow/playlist/sliderCapBottom.png +0 -0
  81. data/assets/jwplayer/glow/playlist/sliderCapTop.png +0 -0
  82. data/assets/jwplayer/glow/playlist/sliderRail.png +0 -0
  83. data/assets/jwplayer/glow/playlist/sliderThumb.png +0 -0
  84. data/assets/jwplayer/glow/sharing/embedIcon.png +0 -0
  85. data/assets/jwplayer/glow/sharing/embedScreen.png +0 -0
  86. data/assets/jwplayer/glow/sharing/shareIcon.png +0 -0
  87. data/assets/jwplayer/glow/sharing/shareScreen.png +0 -0
  88. data/assets/jwplayer/player.swf +0 -0
  89. metadata +144 -0
@@ -0,0 +1,13 @@
1
+ {% if site.google_analytics_tracking_id %}
2
+ <script type="text/javascript">
3
+ var _gaq = _gaq || [];
4
+ _gaq.push(['_setAccount', '{{ site.google_analytics_tracking_id }}']);
5
+ _gaq.push(['_trackPageview']);
6
+
7
+ (function() {
8
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11
+ })();
12
+ </script>
13
+ {% endif %}
@@ -0,0 +1,9 @@
1
+ {% if site.google_plus_one %}
2
+ <script type="text/javascript">
3
+ (function() {
4
+ var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true;
5
+ script.src = 'https://apis.google.com/js/plusone.js';
6
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s);
7
+ })();
8
+ </script>
9
+ {% endif %}
@@ -0,0 +1,53 @@
1
+ <!DOCTYPE html>
2
+ <!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
3
+ <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
4
+ <!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
5
+ <head>
6
+ <meta charset="utf-8">
7
+ <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
8
+ <meta name="author" content="{{ site.author }}">
9
+ <link rel="author" href="humans.txt">
10
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
11
+
12
+ {% if index %}
13
+ {% capture description %}
14
+ {{ site.description }}
15
+ {% endcapture %}
16
+ {% else %}
17
+ {% capture description %}
18
+ {% if page.description %}
19
+ {{ page.description }}
20
+ {% elsif content | excerpt %}
21
+ {{ content | excerpt }}
22
+ {% else %}
23
+ {{ content | raw_content }}
24
+ {% endif %}
25
+ {% endcapture %}
26
+ {% endif %}
27
+ <meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}">
28
+ {% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
29
+ <!-- http://t.co/dKP3o1e -->
30
+ <meta name="HandheldFriendly" content="True">
31
+ <meta name="MobileOptimized" content="320">
32
+ <meta name="viewport" content="width=device-width, initial-scale=1">
33
+
34
+ {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
35
+ <link rel="canonical" href="{{ canonical }}">
36
+ <link href="{{ root_url }}/favicon.png" rel="icon">
37
+ <link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
38
+ <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
39
+ <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
40
+ <meta name="og:type" content="website" />
41
+ <meta name="og:site_name" content="{{ site.title }}" />
42
+ <meta name="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
43
+ <meta name="og:description" content="{{ description | strip_html | condense_spaces | truncate:150 }}" />
44
+ <meta name="og:url" content="{{ site.url }}{{ page.url }}"/>
45
+ <meta name="url" content="{{ site.url }}{{ page.url }}">
46
+ {% if page.categories %}
47
+ <meta name="subject" content="{{ page.categories }}"/>
48
+ <meta name="category" content="{{ page.categories }}"/>
49
+ {% endif %}
50
+ <meta name="distribution" content="global">
51
+ {% include custom/head.html %}
52
+ {% include google_analytics.html %}
53
+ </head>
@@ -0,0 +1,24 @@
1
+ <div class="navbar">
2
+ <div class="navbar-inner">
3
+ <a class="brand" href="{{ root_url }}/">{{ site.title }}</a>
4
+ <ul class="nav">
5
+ <li><a href="{{ root_url }}/">Home</a></li>
6
+ <li><a href="{{ root_url }}/blog/archives">Archives</a></li>
7
+ </ul>
8
+ <ul class="nav" data-subscription="rss{% if site.subscribe_email %} email{% endif %}">
9
+ <li><a href="{{ site.subscribe_rss }}" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
10
+ {% if site.subscribe_email %}
11
+ <li><a href="{{ site.subscribe_email }}" rel="subscribe-email" title="subscribe via email">Email</a></li>
12
+ {% endif %}
13
+ </ul>
14
+ {% if site.simple_search %}
15
+ <form class="navbar-form" action="{{ site.simple_search }}" method="get">
16
+ <fieldset role="search">
17
+ <input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}" />
18
+ <input class="span2" type="text" name="q" results="0" placeholder="Search"/>
19
+ </fieldset>
20
+ </form>
21
+ {% endif %}
22
+ {% include custom/navigation.html %}
23
+ </div>
24
+ </div>
@@ -0,0 +1,14 @@
1
+ {% if post.author %}
2
+ {% assign author = post.author %}
3
+ {% elsif page.author %}
4
+ {% assign author = page.author %}
5
+ {% else %}
6
+ {% assign author = site.author %}
7
+ {% endif %}
8
+ {% if author %}
9
+ {% if site.googleplus_user %}
10
+ <span class="byline author vcard">by <a href="https://plus.google.com/{{ site.googleplus_user }}?rel=author"><span class="fn">{{ author }}</span></a></span>
11
+ {% else %}
12
+ <span class="byline author vcard">by <span class="fn">{{ author }}</span></span>
13
+ {% endif %}
14
+ {% endif %}
@@ -0,0 +1,11 @@
1
+ {% capture category %}{% if post %}{{ post.categories | category_links | size }}{% else %}{{ page.categories | category_links | size }}{% endif %}{% endcapture %}
2
+ {% unless category == '0' %}
3
+ posted in
4
+ <span class="categories">
5
+ {% if post %}
6
+ {{ post.categories | category_links }}
7
+ {% else %}
8
+ {{ page.categories | category_links | expand_urls: root_url }}
9
+ {% endif %}
10
+ </span>
11
+ {% endunless %}
@@ -0,0 +1,15 @@
1
+ {% capture date %}{{ page.date }}{{ post.date }}{% endcapture %}
2
+ {% capture date_formatted %}{{ page.date_formatted }}{{ post.date_formatted }}{% endcapture %}
3
+ {% capture has_date %}{{ date | size }}{% endcapture %}
4
+
5
+ {% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %}
6
+ {% capture updated_formatted %}{{ page.updated_formatted }}{{ post.updated_formatted }}{% endcapture %}
7
+ {% capture was_updated %}{{ updated | size }}{% endcapture %}
8
+
9
+ {% if has_date != '0' %}
10
+ {% capture time %}<time datetime="{{ date | datetime | date_to_xmlschema }}" pubdate{% if updated %} data-updated="true"{% endif %}>{{ date_formatted }}</time>{% endcapture %}
11
+ {% endif %}
12
+
13
+ {% if was_updated != '0' %}
14
+ {% capture updated %}<time datetime="{{ updated | datetime | date_to_xmlschema }}" class="updated">Updated {{ updated_formatted }}</time>{% endcapture %}
15
+ {% else %}{% assign updated = false %}{% endif %}
@@ -0,0 +1 @@
1
+ <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
@@ -0,0 +1,11 @@
1
+ {% if site.twitter_follow_button or site.twitter_tweet_button %}
2
+ <script type="text/javascript">
3
+ (function(){
4
+ var twitterWidgets = document.createElement('script');
5
+ twitterWidgets.type = 'text/javascript';
6
+ twitterWidgets.async = true;
7
+ twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
8
+ document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
9
+ })();
10
+ </script>
11
+ {% endif %}
@@ -0,0 +1,17 @@
1
+ ---
2
+ layout: page
3
+ footer: false
4
+ ---
5
+
6
+ <div id="blog-archives" class="category">
7
+ {% for post in site.categories[page.category] %}
8
+ {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
9
+ {% unless year == this_year %}
10
+ {% assign year = this_year %}
11
+ <h2>{{ year }}</h2>
12
+ {% endunless %}
13
+ <article class="archive-article-format">
14
+ {% include archive_post.html %}
15
+ </article>
16
+ {% endfor %}
17
+ </div>
@@ -0,0 +1,9 @@
1
+ {% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
2
+ {% assign index = true %}
3
+ {% include head.html %}
4
+ <body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %} {% if page.sidebar == 'collapse' or site.sidebar == 'collapse' %} class="collapse-sidebar sidebar-footer" {% endif %}>
5
+ {{ content | expand_urls: root_url }}
6
+ {% include footer.html %}
7
+ {% include after_footer.html %}
8
+ </body>
9
+ </html>
@@ -0,0 +1,37 @@
1
+ {% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
2
+ {% include head.html %}
3
+ <nav role="navigation">{% include navigation.html %}</nav>
4
+ <div class="wrapper_single">
5
+ <div class="container">
6
+ <div class="row">
7
+ <article class="span8 offset2 article-format" role="article">
8
+ <div role="div">
9
+ {% if page.title %}
10
+ <header>
11
+ <h1 class="entry-title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1>
12
+ {% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
13
+ </header>
14
+ {% endif %}
15
+ {{ content }}
16
+ {% unless page.footer == false %}
17
+ <footer>
18
+ {% if page.date or page.author %}<p class="meta">
19
+ {% if page.author %}{% include post/author.html %}{% endif %}
20
+ {% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
21
+ {% if page.categories %}{% include post/categories.html %}{% endif %}
22
+ </p>{% endif %}
23
+ </footer>
24
+ {% endunless %}
25
+ </div>
26
+ {% if site.disqus_short_name and page.comments == true %}
27
+ <section>
28
+ <h1>Comments</h1>
29
+ <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
30
+ </section>
31
+ {% endif %}
32
+ </article>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ {% include footer.html %}
37
+ {% include after_footer.html %}
@@ -0,0 +1,26 @@
1
+ ---
2
+ single: true
3
+ ---
4
+ {% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}
5
+ {% include head.html %}
6
+ <body {% if page.body_id %} id="{{ page.body_id }}" {% endif %} {% if page.sidebar == false %} class="no-sidebar" {% endif %} {% if page.sidebar == 'collapse' or site.sidebar == 'collapse' %} class="collapse-sidebar sidebar-footer" {% endif %}>
7
+ <nav role="navigation">{% include navigation.html %}</nav>
8
+ <div class="wrapper_single">
9
+ <div class="container">
10
+ <div class="row">
11
+ <article class="span8 offset2" role="article">
12
+ {% include article.html %}
13
+ {% if site.disqus_short_name and page.comments == true %}
14
+ <div class="article-format">
15
+ <h1>Comments</h1>
16
+ <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
17
+ </div>
18
+ {% endif %}
19
+ </article>
20
+ </div>
21
+ </div>
22
+ </div>
23
+ {% include footer.html %}
24
+ {% include after_footer.html %}
25
+ </body>
26
+ </html>
@@ -0,0 +1,6 @@
1
+ @import "base/solarized";
2
+ @import "base/syntax";
3
+ @import "base/bootstrap";
4
+ @import "base/bootstrap-responsive";
5
+ @import "base/foundation";
6
+ @import "base/theme";
@@ -0,0 +1,1032 @@
1
+ .clearfix {
2
+ *zoom: 1;
3
+ }
4
+
5
+ .clearfix:before,
6
+ .clearfix:after {
7
+ display: table;
8
+ line-height: 0;
9
+ content: "";
10
+ }
11
+
12
+ .clearfix:after {
13
+ clear: both;
14
+ }
15
+
16
+ .hide-text {
17
+ font: 0/0 a;
18
+ color: transparent;
19
+ text-shadow: none;
20
+ background-color: transparent;
21
+ border: 0;
22
+ }
23
+
24
+ .input-block-level {
25
+ display: block;
26
+ width: 100%;
27
+ min-height: 30px;
28
+ -webkit-box-sizing: border-box;
29
+ -moz-box-sizing: border-box;
30
+ box-sizing: border-box;
31
+ }
32
+
33
+ .hidden {
34
+ display: none;
35
+ visibility: hidden;
36
+ }
37
+
38
+ .visible-phone {
39
+ display: none !important;
40
+ }
41
+
42
+ .visible-tablet {
43
+ display: none !important;
44
+ }
45
+
46
+ .hidden-desktop {
47
+ display: none !important;
48
+ }
49
+
50
+ .visible-desktop {
51
+ display: inherit !important;
52
+ }
53
+
54
+ @media (min-width: 768px) and (max-width: 979px) {
55
+ .hidden-desktop {
56
+ display: inherit !important;
57
+ }
58
+ .visible-desktop {
59
+ display: none !important ;
60
+ }
61
+ .visible-tablet {
62
+ display: inherit !important;
63
+ }
64
+ .hidden-tablet {
65
+ display: none !important;
66
+ }
67
+ }
68
+
69
+ @media (max-width: 767px) {
70
+ .hidden-desktop {
71
+ display: inherit !important;
72
+ }
73
+ .visible-desktop {
74
+ display: none !important;
75
+ }
76
+ .visible-phone {
77
+ display: inherit !important;
78
+ }
79
+ .hidden-phone {
80
+ display: none !important;
81
+ }
82
+ }
83
+
84
+ @media (min-width: 1200px) {
85
+ .row {
86
+ margin-left: -30px;
87
+ *zoom: 1;
88
+ }
89
+ .row:before,
90
+ .row:after {
91
+ display: table;
92
+ line-height: 0;
93
+ content: "";
94
+ }
95
+ .row:after {
96
+ clear: both;
97
+ }
98
+ [class*="span"] {
99
+ float: left;
100
+ margin-left: 30px;
101
+ }
102
+ .container,
103
+ .navbar-static-top .container,
104
+ .navbar-fixed-top .container,
105
+ .navbar-fixed-bottom .container {
106
+ width: 1170px;
107
+ }
108
+ .span12 {
109
+ width: 1170px;
110
+ }
111
+ .span11 {
112
+ width: 1070px;
113
+ }
114
+ .span10 {
115
+ width: 970px;
116
+ }
117
+ .span9 {
118
+ width: 870px;
119
+ }
120
+ .span8 {
121
+ width: 770px;
122
+ }
123
+ .span7 {
124
+ width: 670px;
125
+ }
126
+ .span6 {
127
+ width: 570px;
128
+ }
129
+ .span5 {
130
+ width: 470px;
131
+ }
132
+ .span4 {
133
+ width: 370px;
134
+ }
135
+ .span3 {
136
+ width: 270px;
137
+ }
138
+ .span2 {
139
+ width: 170px;
140
+ }
141
+ .span1 {
142
+ width: 70px;
143
+ }
144
+ .offset12 {
145
+ margin-left: 1230px;
146
+ }
147
+ .offset11 {
148
+ margin-left: 1130px;
149
+ }
150
+ .offset10 {
151
+ margin-left: 1030px;
152
+ }
153
+ .offset9 {
154
+ margin-left: 930px;
155
+ }
156
+ .offset8 {
157
+ margin-left: 830px;
158
+ }
159
+ .offset7 {
160
+ margin-left: 730px;
161
+ }
162
+ .offset6 {
163
+ margin-left: 630px;
164
+ }
165
+ .offset5 {
166
+ margin-left: 530px;
167
+ }
168
+ .offset4 {
169
+ margin-left: 430px;
170
+ }
171
+ .offset3 {
172
+ margin-left: 330px;
173
+ }
174
+ .offset2 {
175
+ margin-left: 230px;
176
+ }
177
+ .offset1 {
178
+ margin-left: 130px;
179
+ }
180
+ .row-fluid {
181
+ width: 100%;
182
+ *zoom: 1;
183
+ }
184
+ .row-fluid:before,
185
+ .row-fluid:after {
186
+ display: table;
187
+ line-height: 0;
188
+ content: "";
189
+ }
190
+ .row-fluid:after {
191
+ clear: both;
192
+ }
193
+ .row-fluid [class*="span"] {
194
+ display: block;
195
+ float: left;
196
+ width: 100%;
197
+ min-height: 30px;
198
+ margin-left: 2.564102564102564%;
199
+ *margin-left: 2.5109110747408616%;
200
+ -webkit-box-sizing: border-box;
201
+ -moz-box-sizing: border-box;
202
+ box-sizing: border-box;
203
+ }
204
+ .row-fluid [class*="span"]:first-child {
205
+ margin-left: 0;
206
+ }
207
+ .row-fluid .span12 {
208
+ width: 100%;
209
+ *width: 99.94680851063829%;
210
+ }
211
+ .row-fluid .span11 {
212
+ width: 91.45299145299145%;
213
+ *width: 91.39979996362975%;
214
+ }
215
+ .row-fluid .span10 {
216
+ width: 82.90598290598291%;
217
+ *width: 82.8527914166212%;
218
+ }
219
+ .row-fluid .span9 {
220
+ width: 74.35897435897436%;
221
+ *width: 74.30578286961266%;
222
+ }
223
+ .row-fluid .span8 {
224
+ width: 65.81196581196582%;
225
+ *width: 65.75877432260411%;
226
+ }
227
+ .row-fluid .span7 {
228
+ width: 57.26495726495726%;
229
+ *width: 57.21176577559556%;
230
+ }
231
+ .row-fluid .span6 {
232
+ width: 48.717948717948715%;
233
+ *width: 48.664757228587014%;
234
+ }
235
+ .row-fluid .span5 {
236
+ width: 40.17094017094017%;
237
+ *width: 40.11774868157847%;
238
+ }
239
+ .row-fluid .span4 {
240
+ width: 31.623931623931625%;
241
+ *width: 31.570740134569924%;
242
+ }
243
+ .row-fluid .span3 {
244
+ width: 23.076923076923077%;
245
+ *width: 23.023731587561375%;
246
+ }
247
+ .row-fluid .span2 {
248
+ width: 14.52991452991453%;
249
+ *width: 14.476723040552828%;
250
+ }
251
+ .row-fluid .span1 {
252
+ width: 5.982905982905983%;
253
+ *width: 5.929714493544281%;
254
+ }
255
+ .row-fluid .offset12 {
256
+ margin-left: 105.12820512820512%;
257
+ *margin-left: 105.02182214948171%;
258
+ }
259
+ .row-fluid .offset12:first-child {
260
+ margin-left: 102.56410256410257%;
261
+ *margin-left: 102.45771958537915%;
262
+ }
263
+ .row-fluid .offset11 {
264
+ margin-left: 96.58119658119658%;
265
+ *margin-left: 96.47481360247316%;
266
+ }
267
+ .row-fluid .offset11:first-child {
268
+ margin-left: 94.01709401709402%;
269
+ *margin-left: 93.91071103837061%;
270
+ }
271
+ .row-fluid .offset10 {
272
+ margin-left: 88.03418803418803%;
273
+ *margin-left: 87.92780505546462%;
274
+ }
275
+ .row-fluid .offset10:first-child {
276
+ margin-left: 85.47008547008548%;
277
+ *margin-left: 85.36370249136206%;
278
+ }
279
+ .row-fluid .offset9 {
280
+ margin-left: 79.48717948717949%;
281
+ *margin-left: 79.38079650845607%;
282
+ }
283
+ .row-fluid .offset9:first-child {
284
+ margin-left: 76.92307692307693%;
285
+ *margin-left: 76.81669394435352%;
286
+ }
287
+ .row-fluid .offset8 {
288
+ margin-left: 70.94017094017094%;
289
+ *margin-left: 70.83378796144753%;
290
+ }
291
+ .row-fluid .offset8:first-child {
292
+ margin-left: 68.37606837606839%;
293
+ *margin-left: 68.26968539734497%;
294
+ }
295
+ .row-fluid .offset7 {
296
+ margin-left: 62.393162393162385%;
297
+ *margin-left: 62.28677941443899%;
298
+ }
299
+ .row-fluid .offset7:first-child {
300
+ margin-left: 59.82905982905982%;
301
+ *margin-left: 59.72267685033642%;
302
+ }
303
+ .row-fluid .offset6 {
304
+ margin-left: 53.84615384615384%;
305
+ *margin-left: 53.739770867430444%;
306
+ }
307
+ .row-fluid .offset6:first-child {
308
+ margin-left: 51.28205128205128%;
309
+ *margin-left: 51.175668303327875%;
310
+ }
311
+ .row-fluid .offset5 {
312
+ margin-left: 45.299145299145295%;
313
+ *margin-left: 45.1927623204219%;
314
+ }
315
+ .row-fluid .offset5:first-child {
316
+ margin-left: 42.73504273504273%;
317
+ *margin-left: 42.62865975631933%;
318
+ }
319
+ .row-fluid .offset4 {
320
+ margin-left: 36.75213675213675%;
321
+ *margin-left: 36.645753773413354%;
322
+ }
323
+ .row-fluid .offset4:first-child {
324
+ margin-left: 34.18803418803419%;
325
+ *margin-left: 34.081651209310785%;
326
+ }
327
+ .row-fluid .offset3 {
328
+ margin-left: 28.205128205128204%;
329
+ *margin-left: 28.0987452264048%;
330
+ }
331
+ .row-fluid .offset3:first-child {
332
+ margin-left: 25.641025641025642%;
333
+ *margin-left: 25.53464266230224%;
334
+ }
335
+ .row-fluid .offset2 {
336
+ margin-left: 19.65811965811966%;
337
+ *margin-left: 19.551736679396257%;
338
+ }
339
+ .row-fluid .offset2:first-child {
340
+ margin-left: 17.094017094017094%;
341
+ *margin-left: 16.98763411529369%;
342
+ }
343
+ .row-fluid .offset1 {
344
+ margin-left: 11.11111111111111%;
345
+ *margin-left: 11.004728132387708%;
346
+ }
347
+ .row-fluid .offset1:first-child {
348
+ margin-left: 8.547008547008547%;
349
+ *margin-left: 8.440625568285142%;
350
+ }
351
+ input,
352
+ textarea,
353
+ .uneditable-input {
354
+ margin-left: 0;
355
+ }
356
+ .controls-row [class*="span"] + [class*="span"] {
357
+ margin-left: 30px;
358
+ }
359
+ input.span12,
360
+ textarea.span12,
361
+ .uneditable-input.span12 {
362
+ width: 1156px;
363
+ }
364
+ input.span11,
365
+ textarea.span11,
366
+ .uneditable-input.span11 {
367
+ width: 1056px;
368
+ }
369
+ input.span10,
370
+ textarea.span10,
371
+ .uneditable-input.span10 {
372
+ width: 956px;
373
+ }
374
+ input.span9,
375
+ textarea.span9,
376
+ .uneditable-input.span9 {
377
+ width: 856px;
378
+ }
379
+ input.span8,
380
+ textarea.span8,
381
+ .uneditable-input.span8 {
382
+ width: 756px;
383
+ }
384
+ input.span7,
385
+ textarea.span7,
386
+ .uneditable-input.span7 {
387
+ width: 656px;
388
+ }
389
+ input.span6,
390
+ textarea.span6,
391
+ .uneditable-input.span6 {
392
+ width: 556px;
393
+ }
394
+ input.span5,
395
+ textarea.span5,
396
+ .uneditable-input.span5 {
397
+ width: 456px;
398
+ }
399
+ input.span4,
400
+ textarea.span4,
401
+ .uneditable-input.span4 {
402
+ width: 356px;
403
+ }
404
+ input.span3,
405
+ textarea.span3,
406
+ .uneditable-input.span3 {
407
+ width: 256px;
408
+ }
409
+ input.span2,
410
+ textarea.span2,
411
+ .uneditable-input.span2 {
412
+ width: 156px;
413
+ }
414
+ input.span1,
415
+ textarea.span1,
416
+ .uneditable-input.span1 {
417
+ width: 56px;
418
+ }
419
+ .thumbnails {
420
+ margin-left: -30px;
421
+ }
422
+ .thumbnails > li {
423
+ margin-left: 30px;
424
+ }
425
+ .row-fluid .thumbnails {
426
+ margin-left: 0;
427
+ }
428
+ }
429
+
430
+ @media (min-width: 768px) and (max-width: 979px) {
431
+ .row {
432
+ margin-left: -20px;
433
+ *zoom: 1;
434
+ }
435
+ .row:before,
436
+ .row:after {
437
+ display: table;
438
+ line-height: 0;
439
+ content: "";
440
+ }
441
+ .row:after {
442
+ clear: both;
443
+ }
444
+ [class*="span"] {
445
+ float: left;
446
+ margin-left: 20px;
447
+ }
448
+ .container,
449
+ .navbar-static-top .container,
450
+ .navbar-fixed-top .container,
451
+ .navbar-fixed-bottom .container {
452
+ width: 724px;
453
+ }
454
+ .span12 {
455
+ width: 724px;
456
+ }
457
+ .span11 {
458
+ width: 662px;
459
+ }
460
+ .span10 {
461
+ width: 600px;
462
+ }
463
+ .span9 {
464
+ width: 538px;
465
+ }
466
+ .span8 {
467
+ width: 476px;
468
+ }
469
+ .span7 {
470
+ width: 414px;
471
+ }
472
+ .span6 {
473
+ width: 352px;
474
+ }
475
+ .span5 {
476
+ width: 290px;
477
+ }
478
+ .span4 {
479
+ width: 228px;
480
+ }
481
+ .span3 {
482
+ width: 166px;
483
+ }
484
+ .span2 {
485
+ width: 104px;
486
+ }
487
+ .span1 {
488
+ width: 42px;
489
+ }
490
+ .offset12 {
491
+ margin-left: 764px;
492
+ }
493
+ .offset11 {
494
+ margin-left: 702px;
495
+ }
496
+ .offset10 {
497
+ margin-left: 640px;
498
+ }
499
+ .offset9 {
500
+ margin-left: 578px;
501
+ }
502
+ .offset8 {
503
+ margin-left: 516px;
504
+ }
505
+ .offset7 {
506
+ margin-left: 454px;
507
+ }
508
+ .offset6 {
509
+ margin-left: 392px;
510
+ }
511
+ .offset5 {
512
+ margin-left: 330px;
513
+ }
514
+ .offset4 {
515
+ margin-left: 268px;
516
+ }
517
+ .offset3 {
518
+ margin-left: 206px;
519
+ }
520
+ .offset2 {
521
+ margin-left: 144px;
522
+ }
523
+ .offset1 {
524
+ margin-left: 82px;
525
+ }
526
+ .row-fluid {
527
+ width: 100%;
528
+ *zoom: 1;
529
+ }
530
+ .row-fluid:before,
531
+ .row-fluid:after {
532
+ display: table;
533
+ line-height: 0;
534
+ content: "";
535
+ }
536
+ .row-fluid:after {
537
+ clear: both;
538
+ }
539
+ .row-fluid [class*="span"] {
540
+ display: block;
541
+ float: left;
542
+ width: 100%;
543
+ min-height: 30px;
544
+ margin-left: 2.7624309392265194%;
545
+ *margin-left: 2.709239449864817%;
546
+ -webkit-box-sizing: border-box;
547
+ -moz-box-sizing: border-box;
548
+ box-sizing: border-box;
549
+ }
550
+ .row-fluid [class*="span"]:first-child {
551
+ margin-left: 0;
552
+ }
553
+ .row-fluid .span12 {
554
+ width: 100%;
555
+ *width: 99.94680851063829%;
556
+ }
557
+ .row-fluid .span11 {
558
+ width: 91.43646408839778%;
559
+ *width: 91.38327259903608%;
560
+ }
561
+ .row-fluid .span10 {
562
+ width: 82.87292817679558%;
563
+ *width: 82.81973668743387%;
564
+ }
565
+ .row-fluid .span9 {
566
+ width: 74.30939226519337%;
567
+ *width: 74.25620077583166%;
568
+ }
569
+ .row-fluid .span8 {
570
+ width: 65.74585635359117%;
571
+ *width: 65.69266486422946%;
572
+ }
573
+ .row-fluid .span7 {
574
+ width: 57.18232044198895%;
575
+ *width: 57.12912895262725%;
576
+ }
577
+ .row-fluid .span6 {
578
+ width: 48.61878453038674%;
579
+ *width: 48.56559304102504%;
580
+ }
581
+ .row-fluid .span5 {
582
+ width: 40.05524861878453%;
583
+ *width: 40.00205712942283%;
584
+ }
585
+ .row-fluid .span4 {
586
+ width: 31.491712707182323%;
587
+ *width: 31.43852121782062%;
588
+ }
589
+ .row-fluid .span3 {
590
+ width: 22.92817679558011%;
591
+ *width: 22.87498530621841%;
592
+ }
593
+ .row-fluid .span2 {
594
+ width: 14.3646408839779%;
595
+ *width: 14.311449394616199%;
596
+ }
597
+ .row-fluid .span1 {
598
+ width: 5.801104972375691%;
599
+ *width: 5.747913483013988%;
600
+ }
601
+ .row-fluid .offset12 {
602
+ margin-left: 105.52486187845304%;
603
+ *margin-left: 105.41847889972962%;
604
+ }
605
+ .row-fluid .offset12:first-child {
606
+ margin-left: 102.76243093922652%;
607
+ *margin-left: 102.6560479605031%;
608
+ }
609
+ .row-fluid .offset11 {
610
+ margin-left: 96.96132596685082%;
611
+ *margin-left: 96.8549429881274%;
612
+ }
613
+ .row-fluid .offset11:first-child {
614
+ margin-left: 94.1988950276243%;
615
+ *margin-left: 94.09251204890089%;
616
+ }
617
+ .row-fluid .offset10 {
618
+ margin-left: 88.39779005524862%;
619
+ *margin-left: 88.2914070765252%;
620
+ }
621
+ .row-fluid .offset10:first-child {
622
+ margin-left: 85.6353591160221%;
623
+ *margin-left: 85.52897613729868%;
624
+ }
625
+ .row-fluid .offset9 {
626
+ margin-left: 79.8342541436464%;
627
+ *margin-left: 79.72787116492299%;
628
+ }
629
+ .row-fluid .offset9:first-child {
630
+ margin-left: 77.07182320441989%;
631
+ *margin-left: 76.96544022569647%;
632
+ }
633
+ .row-fluid .offset8 {
634
+ margin-left: 71.2707182320442%;
635
+ *margin-left: 71.16433525332079%;
636
+ }
637
+ .row-fluid .offset8:first-child {
638
+ margin-left: 68.50828729281768%;
639
+ *margin-left: 68.40190431409427%;
640
+ }
641
+ .row-fluid .offset7 {
642
+ margin-left: 62.70718232044199%;
643
+ *margin-left: 62.600799341718584%;
644
+ }
645
+ .row-fluid .offset7:first-child {
646
+ margin-left: 59.94475138121547%;
647
+ *margin-left: 59.838368402492065%;
648
+ }
649
+ .row-fluid .offset6 {
650
+ margin-left: 54.14364640883978%;
651
+ *margin-left: 54.037263430116376%;
652
+ }
653
+ .row-fluid .offset6:first-child {
654
+ margin-left: 51.38121546961326%;
655
+ *margin-left: 51.27483249088986%;
656
+ }
657
+ .row-fluid .offset5 {
658
+ margin-left: 45.58011049723757%;
659
+ *margin-left: 45.47372751851417%;
660
+ }
661
+ .row-fluid .offset5:first-child {
662
+ margin-left: 42.81767955801105%;
663
+ *margin-left: 42.71129657928765%;
664
+ }
665
+ .row-fluid .offset4 {
666
+ margin-left: 37.01657458563536%;
667
+ *margin-left: 36.91019160691196%;
668
+ }
669
+ .row-fluid .offset4:first-child {
670
+ margin-left: 34.25414364640884%;
671
+ *margin-left: 34.14776066768544%;
672
+ }
673
+ .row-fluid .offset3 {
674
+ margin-left: 28.45303867403315%;
675
+ *margin-left: 28.346655695309746%;
676
+ }
677
+ .row-fluid .offset3:first-child {
678
+ margin-left: 25.69060773480663%;
679
+ *margin-left: 25.584224756083227%;
680
+ }
681
+ .row-fluid .offset2 {
682
+ margin-left: 19.88950276243094%;
683
+ *margin-left: 19.783119783707537%;
684
+ }
685
+ .row-fluid .offset2:first-child {
686
+ margin-left: 17.12707182320442%;
687
+ *margin-left: 17.02068884448102%;
688
+ }
689
+ .row-fluid .offset1 {
690
+ margin-left: 11.32596685082873%;
691
+ *margin-left: 11.219583872105325%;
692
+ }
693
+ .row-fluid .offset1:first-child {
694
+ margin-left: 8.56353591160221%;
695
+ *margin-left: 8.457152932878806%;
696
+ }
697
+ input,
698
+ textarea,
699
+ .uneditable-input {
700
+ margin-left: 0;
701
+ }
702
+ .controls-row [class*="span"] + [class*="span"] {
703
+ margin-left: 20px;
704
+ }
705
+ input.span12,
706
+ textarea.span12,
707
+ .uneditable-input.span12 {
708
+ width: 710px;
709
+ }
710
+ input.span11,
711
+ textarea.span11,
712
+ .uneditable-input.span11 {
713
+ width: 648px;
714
+ }
715
+ input.span10,
716
+ textarea.span10,
717
+ .uneditable-input.span10 {
718
+ width: 586px;
719
+ }
720
+ input.span9,
721
+ textarea.span9,
722
+ .uneditable-input.span9 {
723
+ width: 524px;
724
+ }
725
+ input.span8,
726
+ textarea.span8,
727
+ .uneditable-input.span8 {
728
+ width: 462px;
729
+ }
730
+ input.span7,
731
+ textarea.span7,
732
+ .uneditable-input.span7 {
733
+ width: 400px;
734
+ }
735
+ input.span6,
736
+ textarea.span6,
737
+ .uneditable-input.span6 {
738
+ width: 338px;
739
+ }
740
+ input.span5,
741
+ textarea.span5,
742
+ .uneditable-input.span5 {
743
+ width: 276px;
744
+ }
745
+ input.span4,
746
+ textarea.span4,
747
+ .uneditable-input.span4 {
748
+ width: 214px;
749
+ }
750
+ input.span3,
751
+ textarea.span3,
752
+ .uneditable-input.span3 {
753
+ width: 152px;
754
+ }
755
+ input.span2,
756
+ textarea.span2,
757
+ .uneditable-input.span2 {
758
+ width: 90px;
759
+ }
760
+ input.span1,
761
+ textarea.span1,
762
+ .uneditable-input.span1 {
763
+ width: 28px;
764
+ }
765
+ }
766
+
767
+ @media (max-width: 767px) {
768
+ body {
769
+ /*
770
+ padding-right: 20px;
771
+ padding-left: 20px;
772
+ */
773
+ }
774
+ .navbar-fixed-top,
775
+ .navbar-fixed-bottom {
776
+ margin-right: -20px;
777
+ margin-left: -20px;
778
+ }
779
+ .container-fluid {
780
+ padding: 0;
781
+ }
782
+ .dl-horizontal dt {
783
+ float: none;
784
+ width: auto;
785
+ clear: none;
786
+ text-align: left;
787
+ }
788
+ .dl-horizontal dd {
789
+ margin-left: 0;
790
+ }
791
+ .container {
792
+ width: auto;
793
+ }
794
+ .row-fluid {
795
+ width: 100%;
796
+ }
797
+ .row,
798
+ .thumbnails {
799
+ margin-left: 0;
800
+ }
801
+ .thumbnails > li {
802
+ float: none;
803
+ margin-left: 0;
804
+ }
805
+ [class*="span"],
806
+ .row-fluid [class*="span"] {
807
+ display: block;
808
+ float: none;
809
+ width: auto;
810
+ margin-left: 0;
811
+ }
812
+ .span12,
813
+ .row-fluid .span12 {
814
+ width: 100%;
815
+ -webkit-box-sizing: border-box;
816
+ -moz-box-sizing: border-box;
817
+ box-sizing: border-box;
818
+ }
819
+ .input-large,
820
+ .input-xlarge,
821
+ .input-xxlarge,
822
+ input[class*="span"],
823
+ select[class*="span"],
824
+ textarea[class*="span"],
825
+ .uneditable-input {
826
+ display: block;
827
+ width: 100%;
828
+ min-height: 30px;
829
+ -webkit-box-sizing: border-box;
830
+ -moz-box-sizing: border-box;
831
+ box-sizing: border-box;
832
+ }
833
+ .input-prepend input,
834
+ .input-append input,
835
+ .input-prepend input[class*="span"],
836
+ .input-append input[class*="span"] {
837
+ display: inline-block;
838
+ width: auto;
839
+ }
840
+ .modal {
841
+ position: fixed;
842
+ top: 20px;
843
+ right: 20px;
844
+ left: 20px;
845
+ width: auto;
846
+ margin: 0;
847
+ }
848
+ .modal.fade.in {
849
+ top: auto;
850
+ }
851
+ }
852
+
853
+ @media (max-width: 480px) {
854
+ .nav-collapse {
855
+ -webkit-transform: translate3d(0, 0, 0);
856
+ }
857
+ .page-header h1 small {
858
+ display: block;
859
+ line-height: 20px;
860
+ }
861
+ input[type="checkbox"],
862
+ input[type="radio"] {
863
+ border: 1px solid #ccc;
864
+ }
865
+ .form-horizontal .control-group > label {
866
+ float: none;
867
+ width: auto;
868
+ padding-top: 0;
869
+ text-align: left;
870
+ }
871
+ .form-horizontal .controls {
872
+ margin-left: 0;
873
+ }
874
+ .form-horizontal .control-list {
875
+ padding-top: 0;
876
+ }
877
+ .form-horizontal .form-actions {
878
+ padding-right: 10px;
879
+ padding-left: 10px;
880
+ }
881
+ .modal {
882
+ top: 10px;
883
+ right: 10px;
884
+ left: 10px;
885
+ }
886
+ .modal-header .close {
887
+ padding: 10px;
888
+ margin: -10px;
889
+ }
890
+ .carousel-caption {
891
+ position: static;
892
+ }
893
+ }
894
+
895
+ @media (max-width: 979px) {
896
+ body {
897
+ padding-top: 0;
898
+ }
899
+ .navbar-fixed-top,
900
+ .navbar-fixed-bottom {
901
+ position: static;
902
+ }
903
+ .navbar-fixed-top {
904
+ margin-bottom: 20px;
905
+ }
906
+ .navbar-fixed-bottom {
907
+ margin-top: 20px;
908
+ }
909
+ .navbar-fixed-top .navbar-inner,
910
+ .navbar-fixed-bottom .navbar-inner {
911
+ padding: 5px;
912
+ }
913
+ .navbar .container {
914
+ width: auto;
915
+ padding: 0;
916
+ }
917
+ .navbar .brand {
918
+ padding-right: 10px;
919
+ padding-left: 10px;
920
+ margin: 0 0 0 -5px;
921
+ }
922
+ .nav-collapse {
923
+ clear: both;
924
+ }
925
+ .nav-collapse .nav {
926
+ float: none;
927
+ margin: 0 0 10px;
928
+ }
929
+ .nav-collapse .nav > li {
930
+ float: none;
931
+ }
932
+ .nav-collapse .nav > li > a {
933
+ margin-bottom: 2px;
934
+ }
935
+ .nav-collapse .nav > .divider-vertical {
936
+ display: none;
937
+ }
938
+ .nav-collapse .nav .nav-header {
939
+ color: #555555;
940
+ text-shadow: none;
941
+ }
942
+ .nav-collapse .nav > li > a,
943
+ .nav-collapse .dropdown-menu a {
944
+ padding: 9px 15px;
945
+ font-weight: bold;
946
+ color: #555555;
947
+ -webkit-border-radius: 3px;
948
+ -moz-border-radius: 3px;
949
+ border-radius: 3px;
950
+ }
951
+ .nav-collapse .btn {
952
+ padding: 4px 10px 4px;
953
+ font-weight: normal;
954
+ -webkit-border-radius: 4px;
955
+ -moz-border-radius: 4px;
956
+ border-radius: 4px;
957
+ }
958
+ .nav-collapse .dropdown-menu li + li a {
959
+ margin-bottom: 2px;
960
+ }
961
+ .nav-collapse .nav > li > a:hover,
962
+ .nav-collapse .dropdown-menu a:hover {
963
+ background-color: #f2f2f2;
964
+ }
965
+ .navbar-inverse .nav-collapse .nav > li > a:hover,
966
+ .navbar-inverse .nav-collapse .dropdown-menu a:hover {
967
+ background-color: #111111;
968
+ }
969
+ .nav-collapse.in .btn-group {
970
+ padding: 0;
971
+ margin-top: 5px;
972
+ }
973
+ .nav-collapse .dropdown-menu {
974
+ position: static;
975
+ top: auto;
976
+ left: auto;
977
+ display: block;
978
+ float: none;
979
+ max-width: none;
980
+ padding: 0;
981
+ margin: 0 15px;
982
+ background-color: transparent;
983
+ border: none;
984
+ -webkit-border-radius: 0;
985
+ -moz-border-radius: 0;
986
+ border-radius: 0;
987
+ -webkit-box-shadow: none;
988
+ -moz-box-shadow: none;
989
+ box-shadow: none;
990
+ }
991
+ .nav-collapse .dropdown-menu:before,
992
+ .nav-collapse .dropdown-menu:after {
993
+ display: none;
994
+ }
995
+ .nav-collapse .dropdown-menu .divider {
996
+ display: none;
997
+ }
998
+ .nav-collapse .navbar-form,
999
+ .nav-collapse .navbar-search {
1000
+ float: none;
1001
+ padding: 10px 15px;
1002
+ margin: 10px 0;
1003
+ border-top: 1px solid #f2f2f2;
1004
+ border-bottom: 1px solid #f2f2f2;
1005
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
1006
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
1007
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
1008
+ }
1009
+ .navbar .nav-collapse .nav.pull-right {
1010
+ float: none;
1011
+ margin-left: 0;
1012
+ }
1013
+ .nav-collapse,
1014
+ .nav-collapse.collapse {
1015
+ height: 0;
1016
+ overflow: hidden;
1017
+ }
1018
+ .navbar .btn-navbar {
1019
+ display: block;
1020
+ }
1021
+ .navbar-static .navbar-inner {
1022
+ padding-right: 10px;
1023
+ padding-left: 10px;
1024
+ }
1025
+ }
1026
+
1027
+ @media (min-width: 980px) {
1028
+ .nav-collapse.collapse {
1029
+ height: auto !important;
1030
+ overflow: visible !important;
1031
+ }
1032
+ }