jumbo-jekyll-theme 1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +19 -0
- data/_data/authors.yml +7 -0
- data/_data/footer.yml +51 -0
- data/_data/nav.yml +78 -0
- data/_data/news.yaml +230 -0
- data/_data/settings.yml +113 -0
- data/_data/sidebar-nav.yml +23 -0
- data/_data/sticky-nav.yml +21 -0
- data/_includes/breadcrumb.html +101 -0
- data/_includes/css.html +9 -0
- data/_includes/custom.html +1 -0
- data/_includes/display-blog-posts.html +16 -0
- data/_includes/disqus-comments.html +14 -0
- data/_includes/footer.html +51 -0
- data/_includes/google-analytics-script.html +9 -0
- data/_includes/gtm-noscript.html +5 -0
- data/_includes/gtm-script.html +9 -0
- data/_includes/head.html +41 -0
- data/_includes/image.html +6 -0
- data/_includes/javascript.html +11 -0
- data/_includes/jumbotron.html +54 -0
- data/_includes/linaro-svg.html +1 -0
- data/_includes/media.html +11 -0
- data/_includes/members.html +63 -0
- data/_includes/nav.html +133 -0
- data/_includes/newsletter.html +35 -0
- data/_includes/owl-carousel-homepage.html +103 -0
- data/_includes/pagination.html +39 -0
- data/_includes/post-comments.html +9 -0
- data/_includes/post-sidebar.html +59 -0
- data/_includes/post-tags.html +13 -0
- data/_includes/shape-divider.html +14 -0
- data/_includes/shape.html +52 -0
- data/_includes/sidebar.html +47 -0
- data/_includes/sticky-tab-bar.html +51 -0
- data/_includes/youtube.html +7 -0
- data/_layouts/container-breadcrumb-left-sidebar.html +10 -0
- data/_layouts/container-breadcrumb-right-sidebar.html +9 -0
- data/_layouts/container-breadcrumb.html +6 -0
- data/_layouts/container-left-sidebar.html +9 -0
- data/_layouts/container-right-sidebar.html +9 -0
- data/_layouts/container.html +8 -0
- data/_layouts/default.html +27 -0
- data/_layouts/full-width-breadcrumb.html +10 -0
- data/_layouts/full-width.html +9 -0
- data/_layouts/home.html +17 -0
- data/_layouts/post-featured-image-no-sidebar.html +0 -0
- data/_layouts/post-featured-image.html +129 -0
- data/_layouts/post-index.html +15 -0
- data/_layouts/post-no-sidebar.html +0 -0
- data/_layouts/post.html +71 -0
- data/_plugins/jekyll_get.rb +40 -0
- data/_sass/_bootstrap-compass.scss +9 -0
- data/_sass/_bootstrap-mincer.scss +19 -0
- data/_sass/_bootstrap-sprockets.scss +9 -0
- data/_sass/_bootstrap.scss +56 -0
- data/_sass/blog.scss +8 -0
- data/_sass/bootstrap/_alerts.scss +73 -0
- data/_sass/bootstrap/_badges.scss +68 -0
- data/_sass/bootstrap/_breadcrumbs.scss +28 -0
- data/_sass/bootstrap/_button-groups.scss +244 -0
- data/_sass/bootstrap/_buttons.scss +168 -0
- data/_sass/bootstrap/_carousel.scss +270 -0
- data/_sass/bootstrap/_close.scss +36 -0
- data/_sass/bootstrap/_code.scss +69 -0
- data/_sass/bootstrap/_component-animations.scss +37 -0
- data/_sass/bootstrap/_dropdowns.scss +216 -0
- data/_sass/bootstrap/_forms.scss +617 -0
- data/_sass/bootstrap/_glyphicons.scss +307 -0
- data/_sass/bootstrap/_grid.scss +84 -0
- data/_sass/bootstrap/_input-groups.scss +171 -0
- data/_sass/bootstrap/_jumbotron.scss +54 -0
- data/_sass/bootstrap/_labels.scss +66 -0
- data/_sass/bootstrap/_list-group.scss +130 -0
- data/_sass/bootstrap/_media.scss +66 -0
- data/_sass/bootstrap/_mixins.scss +40 -0
- data/_sass/bootstrap/_modals.scss +150 -0
- data/_sass/bootstrap/_navbar.scss +662 -0
- data/_sass/bootstrap/_navs.scss +242 -0
- data/_sass/bootstrap/_normalize.scss +424 -0
- data/_sass/bootstrap/_pager.scss +54 -0
- data/_sass/bootstrap/_pagination.scss +89 -0
- data/_sass/bootstrap/_panels.scss +271 -0
- data/_sass/bootstrap/_popovers.scss +131 -0
- data/_sass/bootstrap/_print.scss +101 -0
- data/_sass/bootstrap/_progress-bars.scss +87 -0
- data/_sass/bootstrap/_responsive-embed.scss +35 -0
- data/_sass/bootstrap/_responsive-utilities.scss +179 -0
- data/_sass/bootstrap/_scaffolding.scss +161 -0
- data/_sass/bootstrap/_tables.scss +234 -0
- data/_sass/bootstrap/_theme.scss +291 -0
- data/_sass/bootstrap/_thumbnails.scss +38 -0
- data/_sass/bootstrap/_tooltip.scss +101 -0
- data/_sass/bootstrap/_type.scss +298 -0
- data/_sass/bootstrap/_utilities.scss +55 -0
- data/_sass/bootstrap/_variables.scss +898 -0
- data/_sass/bootstrap/_wells.scss +29 -0
- data/_sass/bootstrap/mixins/_alerts.scss +14 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
- data/_sass/bootstrap/mixins/_buttons.scss +65 -0
- data/_sass/bootstrap/mixins/_center-block.scss +7 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
- data/_sass/bootstrap/mixins/_forms.scss +88 -0
- data/_sass/bootstrap/mixins/_gradients.scss +58 -0
- data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
- data/_sass/bootstrap/mixins/_grid.scss +122 -0
- data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
- data/_sass/bootstrap/mixins/_image.scss +33 -0
- data/_sass/bootstrap/mixins/_labels.scss +12 -0
- data/_sass/bootstrap/mixins/_list-group.scss +32 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
- data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/_sass/bootstrap/mixins/_opacity.scss +8 -0
- data/_sass/bootstrap/mixins/_pagination.scss +24 -0
- data/_sass/bootstrap/mixins/_panels.scss +24 -0
- data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
- data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/_sass/bootstrap/mixins/_size.scss +10 -0
- data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
- data/_sass/bootstrap/mixins/_table-row.scss +28 -0
- data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
- data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/_sass/core.scss +9 -0
- data/_sass/core/404.scss +189 -0
- data/_sass/core/animations.scss +125 -0
- data/_sass/core/blog.scss +348 -0
- data/_sass/core/breadcrumb.scss +90 -0
- data/_sass/core/carousel-styles.scss +3 -0
- data/_sass/core/carousel.scss +175 -0
- data/_sass/core/cookieconsent.scss +42 -0
- data/_sass/core/critical.scss +0 -0
- data/_sass/core/custom.scss +3 -0
- data/_sass/core/fa.scss +2336 -0
- data/_sass/core/flipclock.scss +435 -0
- data/_sass/core/font-awesome.min.scss +4 -0
- data/_sass/core/fonts.scss +0 -0
- data/_sass/core/footer.scss +140 -0
- data/_sass/core/forms.scss +3 -0
- data/_sass/core/homepage.scss +79 -0
- data/_sass/core/lightbox.scss +213 -0
- data/_sass/core/nav.scss +770 -0
- data/_sass/core/owl.carousel.min.scss +6 -0
- data/_sass/core/owl.theme.default.min.scss +6 -0
- data/_sass/core/social-media-icons.scss +71 -0
- data/_sass/core/syntax.scss +65 -0
- data/_sass/core/tables.scss +125 -0
- data/_sass/core/theme.scss +418 -0
- data/_sass/custom.scss +0 -0
- data/assets/css/app/about.scss +47 -0
- data/assets/css/app/blog.scss +48 -0
- data/assets/css/app/custom.scss +670 -0
- data/assets/css/app/overrides.scss +20 -0
- data/assets/css/app/planet.scss +10 -0
- data/assets/css/app/press.scss +24 -0
- data/assets/css/app/social.scss +29 -0
- data/assets/css/app/twitter-feed.scss +414 -0
- data/assets/css/app/work.scss +151 -0
- data/assets/css/app/youtube.scss +65 -0
- data/assets/css/main-404.scss +17 -0
- data/assets/css/main-blog.scss +18 -0
- data/assets/css/main-home.scss +28 -0
- data/assets/css/main-lightbox.scss +28 -0
- data/assets/css/main.scss +27 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +44 -0
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/images/96boards-Logo.svg +1 -0
- data/assets/images/Linaro-Logo.svg +1 -0
- data/assets/images/Linaro-Logo_light.png +0 -0
- data/assets/images/Linaro-Logo_standard.svg +1 -0
- data/assets/images/Linaro-Sprinkle.svg +13 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/banner.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +1 -0
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/developer-services.js +26 -0
- data/assets/js/app/facebook.js +8 -0
- data/assets/js/app/home.js +46 -0
- data/assets/js/app/main.js +145 -0
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/openhours-timer.js +23 -0
- data/assets/js/app/rss.js +96 -0
- data/assets/js/app/search-page.js +40 -0
- data/assets/js/app/sticky-navbar.js +65 -0
- data/assets/js/app/tables.js +35 -0
- data/assets/js/package-blog.js +10 -0
- data/assets/js/package-developer-services.js +10 -0
- data/assets/js/package-extended.js +12 -0
- data/assets/js/package-home.js +10 -0
- data/assets/js/package-main.js +8 -0
- data/assets/js/package-openhours.js +10 -0
- data/assets/js/package-rss.js +11 -0
- data/assets/js/package-search.js +9 -0
- data/assets/js/package-services.js +6 -0
- data/assets/js/package-sticky.js +9 -0
- data/assets/js/package-work.js +12 -0
- data/assets/js/vendor/bootstrap.min.js +7 -0
- data/assets/js/vendor/cognito.js +11 -0
- data/assets/js/vendor/cookieconsent.min.js +8 -0
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +2 -0
- data/assets/js/vendor/jquery.min.js +4 -0
- data/assets/js/vendor/jquery.rss.min.js +333 -0
- data/assets/js/vendor/jquery.validate.min.js +4 -0
- data/assets/js/vendor/lazysizes.min.js +2 -0
- data/assets/js/vendor/lightbox.js +519 -0
- data/assets/js/vendor/loadCSS.js +35 -0
- data/assets/js/vendor/loadCSS.min.js +2 -0
- data/assets/js/vendor/ls.unveilhooks.js +145 -0
- data/assets/js/vendor/mc-validate.js +14 -0
- data/assets/js/vendor/moment.min.js +1 -0
- data/assets/js/vendor/owl.carousel.min.js +103 -0
- data/assets/js/vendor/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/assets/js/vendor/twitter.js +129 -0
- data/robots.txt +9 -0
- metadata +509 -0
data/_sass/custom.scss
ADDED
File without changes
|
@@ -0,0 +1,47 @@
|
|
1
|
+
|
2
|
+
//About Page
|
3
|
+
div.about-page-text > .col-md-4.did-you-know.no-padding {
|
4
|
+
padding: 14px;
|
5
|
+
padding-left: 10px;
|
6
|
+
font-size: 11px;
|
7
|
+
border-top: 1px solid #ccc;
|
8
|
+
border-bottom: 1px solid #ccc;
|
9
|
+
text-align: center;
|
10
|
+
}
|
11
|
+
|
12
|
+
div.about-page-text > .col-md-3.did-you-know.no-padding > h2 {
|
13
|
+
padding: -14px;
|
14
|
+
padding-left: 10px;
|
15
|
+
font-size: 14px;
|
16
|
+
}
|
17
|
+
|
18
|
+
div.about-page-text > .col-md-7.no-padding {
|
19
|
+
paddding-top:0;
|
20
|
+
}
|
21
|
+
|
22
|
+
div.about-page-text > .col-md-4.col-md-offset-1.did-you-know.no-padding > h2 {
|
23
|
+
font-size: 16px;
|
24
|
+
font-weight: bold;
|
25
|
+
}
|
26
|
+
|
27
|
+
div#about-page {
|
28
|
+
text-align: justify;
|
29
|
+
}
|
30
|
+
|
31
|
+
dt {
|
32
|
+
font-weight: bold;
|
33
|
+
font-size: 18px;
|
34
|
+
color: rgb(37,37,37);
|
35
|
+
}
|
36
|
+
|
37
|
+
//Smallest mobile view
|
38
|
+
@media(max-width:767px){
|
39
|
+
.linaro-profile-image {
|
40
|
+
float:none !important;
|
41
|
+
margin-bottom: 10px !important;
|
42
|
+
margin-top: 10px !important;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
|
47
|
+
|
@@ -0,0 +1,48 @@
|
|
1
|
+
.col-sm-9.session-info {
|
2
|
+
border-top: 1px solid #eee;
|
3
|
+
padding-top: 25px;
|
4
|
+
}
|
5
|
+
|
6
|
+
.col-sm-3.speaker-info {
|
7
|
+
border-top: 1px solid #eee;
|
8
|
+
padding-top: 25px;
|
9
|
+
}
|
10
|
+
|
11
|
+
.arm-hpc-session:nth-child(even)
|
12
|
+
{
|
13
|
+
background-color: #f5faff;
|
14
|
+
|
15
|
+
}
|
16
|
+
.arm-hpc-session
|
17
|
+
{
|
18
|
+
overflow: auto;
|
19
|
+
}
|
20
|
+
|
21
|
+
p.talk-abstract {
|
22
|
+
margin-top: 12px;
|
23
|
+
}
|
24
|
+
|
25
|
+
h1#featured-image-blog-title {
|
26
|
+
color: white !important;
|
27
|
+
margin-bottom: 50px;
|
28
|
+
padding-top: 40px;
|
29
|
+
}
|
30
|
+
|
31
|
+
.row.blog_content_area.main-cont {
|
32
|
+
padding-top: 20px;
|
33
|
+
}
|
34
|
+
|
35
|
+
.speakers-arm-hpc p.list-group-item-text {
|
36
|
+
margin-bottom: 0px !important;
|
37
|
+
}
|
38
|
+
|
39
|
+
.blog-author-image{
|
40
|
+
background-position: center center;
|
41
|
+
}
|
42
|
+
|
43
|
+
@media(max-width:767px){
|
44
|
+
.blog-author-image {
|
45
|
+
height: 50px;
|
46
|
+
width: 50px;
|
47
|
+
}
|
48
|
+
}
|
@@ -0,0 +1,670 @@
|
|
1
|
+
|
2
|
+
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
3
|
+
#home-block-sliders .owl-theme .owl-nav.disabled+.owl-dots {
|
4
|
+
margin-top: 10px;
|
5
|
+
position: relative;
|
6
|
+
top: -60px;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
@media(min-width:992px){
|
11
|
+
.row.activity-holder.center-block {
|
12
|
+
height: auto;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
.embed-responsive-16by9 {
|
17
|
+
padding-bottom: 56.25%;
|
18
|
+
margin-bottom: 25px;
|
19
|
+
}
|
20
|
+
|
21
|
+
article.post-content {
|
22
|
+
overflow: auto;
|
23
|
+
}
|
24
|
+
|
25
|
+
article.post-content > .col-md-8 {
|
26
|
+
padding: 0;
|
27
|
+
}
|
28
|
+
article.post-content > .col-md-4 {
|
29
|
+
padding: 15px;
|
30
|
+
}
|
31
|
+
|
32
|
+
|
33
|
+
@media (max-width: 767px) {
|
34
|
+
|
35
|
+
|
36
|
+
article.post-content > .col-md-4 {
|
37
|
+
padding: 0px;
|
38
|
+
}
|
39
|
+
|
40
|
+
|
41
|
+
a.left.carousel-control {
|
42
|
+
display: none;
|
43
|
+
}
|
44
|
+
a.right.carousel-control{
|
45
|
+
display: none;
|
46
|
+
}
|
47
|
+
#main-container .members-links {
|
48
|
+
padding: 0;
|
49
|
+
}
|
50
|
+
.col-md-12.members-panel {
|
51
|
+
padding: 0;
|
52
|
+
}
|
53
|
+
.panel-body.members-panel-body {
|
54
|
+
padding: 0;
|
55
|
+
}
|
56
|
+
.col-sm-3.members_link {
|
57
|
+
height: 45px;
|
58
|
+
line-height: 45px;
|
59
|
+
padding: 0;
|
60
|
+
padding-left: 5px;
|
61
|
+
}
|
62
|
+
|
63
|
+
}
|
64
|
+
|
65
|
+
//Smallest mobile view
|
66
|
+
@media(max-width:767px){
|
67
|
+
|
68
|
+
article.post-content > .col-md-4 {
|
69
|
+
padding: 0px;
|
70
|
+
}
|
71
|
+
|
72
|
+
img.img-responsive.right-aligned-image.lazyloaded {
|
73
|
+
float: none;
|
74
|
+
width: 100%;
|
75
|
+
margin-left: auto;
|
76
|
+
margin-right: auto;
|
77
|
+
margin-top: -9px;
|
78
|
+
margin-bottom: -15px;
|
79
|
+
}
|
80
|
+
.linaro-profile-image {
|
81
|
+
float: none;
|
82
|
+
margin-left:auto;
|
83
|
+
margin-right:auto;
|
84
|
+
}
|
85
|
+
|
86
|
+
.carousel-caption.right-caption {
|
87
|
+
top: 0;
|
88
|
+
margin-top: 47px;
|
89
|
+
right:0;
|
90
|
+
left:0;
|
91
|
+
}
|
92
|
+
a.boards-home-button {
|
93
|
+
display: block;
|
94
|
+
margin-left: auto;
|
95
|
+
margin-right: auto;
|
96
|
+
}
|
97
|
+
#home-block-sliders .owl-theme .owl-nav.disabled+.owl-dots {
|
98
|
+
margin-top: 10px;
|
99
|
+
position: relative;
|
100
|
+
top: -60px;
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
a.btn.btn-linaro-home {
|
105
|
+
border: 2px solid #fff;
|
106
|
+
color: #fff !important;
|
107
|
+
letter-spacing: 2px;
|
108
|
+
border-radius: 1px;
|
109
|
+
margin-top: 20px;
|
110
|
+
font-weight: bold;
|
111
|
+
font-size: 10px;
|
112
|
+
margin-right: 5px;
|
113
|
+
|
114
|
+
transition: all 500ms ease;
|
115
|
+
}
|
116
|
+
a.btn.btn-linaro-home:hover {
|
117
|
+
background-color: #fff;
|
118
|
+
color: #000 !important;
|
119
|
+
}
|
120
|
+
|
121
|
+
a.btn.btn-linaro-home.dark {
|
122
|
+
border: 2px solid #000;
|
123
|
+
color: #000 !important;
|
124
|
+
}
|
125
|
+
a.btn.btn-linaro-home.dark:hover {
|
126
|
+
background-color: #000;
|
127
|
+
color: #fff !important;
|
128
|
+
}
|
129
|
+
|
130
|
+
.vcenter-img {
|
131
|
+
display: inline-block;
|
132
|
+
vertical-align: middle;
|
133
|
+
height: 110px;
|
134
|
+
}
|
135
|
+
|
136
|
+
#content-container h3 {
|
137
|
+
color: #9758b7 !important;
|
138
|
+
}
|
139
|
+
#content-container a h3:hover {
|
140
|
+
opacity: .8;
|
141
|
+
}
|
142
|
+
|
143
|
+
.job-openings{
|
144
|
+
margin-top:20px;
|
145
|
+
}
|
146
|
+
|
147
|
+
ul#tabbed_nav > li.active > a:after {
|
148
|
+
height: 1px;
|
149
|
+
background-color: #fff;
|
150
|
+
}
|
151
|
+
|
152
|
+
ul#tabbed_nav > li.active > a {
|
153
|
+
border-bottom: none;
|
154
|
+
}
|
155
|
+
|
156
|
+
ul#tabbed_nav > li > a {
|
157
|
+
border-bottom: 1px solid #eee;
|
158
|
+
border-right: 1px solid #eee;
|
159
|
+
font-size: 13px;
|
160
|
+
}
|
161
|
+
|
162
|
+
|
163
|
+
div#tabbed_nav_content {
|
164
|
+
margin-top:0;
|
165
|
+
padding: 10px;
|
166
|
+
border-right: 1px solid #eee;
|
167
|
+
border-left: 1px solid #eee;
|
168
|
+
border-bottom:1px solid #eee;
|
169
|
+
margin-bottom: 20px;
|
170
|
+
}
|
171
|
+
|
172
|
+
div#tabbed_nav_content > div.tab-pane {
|
173
|
+
margin-top:0;
|
174
|
+
padding: 10px
|
175
|
+
}
|
176
|
+
|
177
|
+
ul#tabbed_nav {
|
178
|
+
border: 1px solid #eee;
|
179
|
+
margin-bottom:0 !important;
|
180
|
+
}
|
181
|
+
|
182
|
+
.col-md-6.company-footer-bottom {
|
183
|
+
font-size: 13px;
|
184
|
+
}
|
185
|
+
|
186
|
+
a.btn.btn-social-icon i {
|
187
|
+
color: #252525;
|
188
|
+
transition: all 500ms ease;
|
189
|
+
}
|
190
|
+
a.btn.btn-social-icon:hover i {
|
191
|
+
color: #9657c3;
|
192
|
+
}
|
193
|
+
|
194
|
+
.row.footer-strip {
|
195
|
+
border-top-color: #ccc;
|
196
|
+
}
|
197
|
+
|
198
|
+
//Wordpress style
|
199
|
+
#main-container blockquote, #main-container code, #main-container dl, #main-container fieldset,
|
200
|
+
#main-container p, #main-container pre, #main-container table, #main-container ul {
|
201
|
+
margin-bottom: 25px;
|
202
|
+
}
|
203
|
+
|
204
|
+
#main-container a:hover {
|
205
|
+
text-decoration: none;
|
206
|
+
color: darken($brand-primary, 20%);
|
207
|
+
}
|
208
|
+
|
209
|
+
blockquote{
|
210
|
+
background-color: #f6f6f6;
|
211
|
+
}
|
212
|
+
|
213
|
+
blockquote:before {
|
214
|
+
position: relative;
|
215
|
+
background-image:url('data:image/svg+xml; utf8, <svg class="mk-svg-icon" xmlns="http://www.w3.org/2000/svg" fill="#ddd" viewBox="0 0 1664 1792"><path d="M768 960v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136zm896 0v384q0 80-56 136t-136 56h-384q-80 0-136-56t-56-136v-704q0-104 40.5-198.5t109.5-163.5 163.5-109.5 198.5-40.5h64q26 0 45 19t19 45v128q0 26-19 45t-45 19h-64q-106 0-181 75t-75 181v32q0 40 28 68t68 28h224q80 0 136 56t56 136z"></path></svg>');
|
216
|
+
content: "";
|
217
|
+
display: block;
|
218
|
+
left: 0px;
|
219
|
+
top: 0px;
|
220
|
+
width: 32px;
|
221
|
+
height: 35px;
|
222
|
+
}
|
223
|
+
|
224
|
+
li.side-nav-button:hover > a {
|
225
|
+
color: #9758b7;
|
226
|
+
}
|
227
|
+
|
228
|
+
ul.nav.nav-pills.nav-stacked li:first-child {
|
229
|
+
font-weight: bold;
|
230
|
+
}
|
231
|
+
|
232
|
+
#content-container ul {
|
233
|
+
color: #252525 !important;
|
234
|
+
font-size: 16px !important;
|
235
|
+
}
|
236
|
+
|
237
|
+
p {
|
238
|
+
color: #252525;
|
239
|
+
font-size: 16px;
|
240
|
+
}
|
241
|
+
|
242
|
+
ul {
|
243
|
+
font-size: 16px;
|
244
|
+
}
|
245
|
+
|
246
|
+
#content-container h1 {
|
247
|
+
color: #393836 !important;
|
248
|
+
font-size: 36px !important;
|
249
|
+
margin-top: 0;
|
250
|
+
}
|
251
|
+
|
252
|
+
#content-container h1, #content-container h2, #content-container h3, #content-container h4, #content-container h5 {
|
253
|
+
color: #393836 !important;
|
254
|
+
}
|
255
|
+
|
256
|
+
.social-col{
|
257
|
+
padding-left: 30px;
|
258
|
+
padding-right: 30px;
|
259
|
+
}
|
260
|
+
|
261
|
+
span.linaro-green{
|
262
|
+
color: #9FCC45;
|
263
|
+
}
|
264
|
+
|
265
|
+
span.connect-blue{
|
266
|
+
color: #5990d4;
|
267
|
+
line-height: 30px;
|
268
|
+
}
|
269
|
+
span.connect-darker-blue{
|
270
|
+
color: #5990d4;
|
271
|
+
font-weight:bold;
|
272
|
+
}
|
273
|
+
#content-container p {
|
274
|
+
font-size:16px !important;
|
275
|
+
color: #252525 !important;
|
276
|
+
}
|
277
|
+
|
278
|
+
|
279
|
+
/* CUSTOMIZE THE CAROUSEL
|
280
|
+
-------------------------------------------------- */
|
281
|
+
|
282
|
+
/* Carousel base class */
|
283
|
+
.carousel {
|
284
|
+
height: 500px;
|
285
|
+
margin-bottom: 5px;
|
286
|
+
}
|
287
|
+
/* Since positioning the image, we need to help out the caption */
|
288
|
+
.carousel-caption {
|
289
|
+
z-index: 10;
|
290
|
+
}
|
291
|
+
|
292
|
+
/* Declare heights because of positioning of img element */
|
293
|
+
.carousel .item {
|
294
|
+
height: 500px;
|
295
|
+
background-color: #777;
|
296
|
+
}
|
297
|
+
.carousel-inner > .item > img {
|
298
|
+
position: absolute;
|
299
|
+
top: 0;
|
300
|
+
left: 0;
|
301
|
+
min-width: 100%;
|
302
|
+
height: 500px;
|
303
|
+
}
|
304
|
+
|
305
|
+
#main-container p.linaro-home-block-text {
|
306
|
+
color: #fff;
|
307
|
+
}
|
308
|
+
|
309
|
+
|
310
|
+
.carousel-inner > .item > div.slider-img {
|
311
|
+
position: absolute;
|
312
|
+
top: 0;
|
313
|
+
left: 0;
|
314
|
+
min-width: 100%;
|
315
|
+
height: 500px;
|
316
|
+
}
|
317
|
+
|
318
|
+
//Caption divs for home page content on slider
|
319
|
+
.carousel-caption.top-caption {
|
320
|
+
top: 0;
|
321
|
+
margin-top: 47px;
|
322
|
+
}
|
323
|
+
|
324
|
+
.carousel-caption.right-caption {
|
325
|
+
top: 0;
|
326
|
+
margin-top: 47px;
|
327
|
+
right:-100px;
|
328
|
+
}
|
329
|
+
|
330
|
+
a.linaro-home-button {
|
331
|
+
padding: 5px;
|
332
|
+
opacity: .8;
|
333
|
+
color: #fff;
|
334
|
+
width: 140px;
|
335
|
+
height:50px;
|
336
|
+
line-height:17px;
|
337
|
+
font-size: 10px;
|
338
|
+
height: auto;
|
339
|
+
letter-spacing: 2px;
|
340
|
+
background-color: transparent;
|
341
|
+
border-radius:2px;
|
342
|
+
border: 1px solid #fff;
|
343
|
+
transition: all 200ms ease;
|
344
|
+
display: inline-block;
|
345
|
+
margin:10px;
|
346
|
+
}
|
347
|
+
|
348
|
+
a.linaro-home-button:hover{
|
349
|
+
background-color: #fff;
|
350
|
+
color: #131313;
|
351
|
+
text-decoration: none;
|
352
|
+
transition: all 500ms ease;
|
353
|
+
}
|
354
|
+
|
355
|
+
a.connect-button{
|
356
|
+
width:100%;
|
357
|
+
font-size: 10px;
|
358
|
+
background-color: #000;
|
359
|
+
color: #fff;
|
360
|
+
opacity:.8;
|
361
|
+
transition: background-color .5s ease;
|
362
|
+
}
|
363
|
+
a.connect-button:hover{
|
364
|
+
width:100%;
|
365
|
+
font-size: 10px;
|
366
|
+
background-color: #fff;
|
367
|
+
color: #9FCC45;
|
368
|
+
opacity:.8;
|
369
|
+
transition: background-color .5s ease;
|
370
|
+
}
|
371
|
+
|
372
|
+
h4.linaro-96boards-logo{
|
373
|
+
color:black;
|
374
|
+
}
|
375
|
+
h2.linaro-sub-title{
|
376
|
+
font-size:40px;
|
377
|
+
font-weight:400;
|
378
|
+
}
|
379
|
+
|
380
|
+
a.carousel-control{
|
381
|
+
border-radius: 50px;
|
382
|
+
border: solid 1px white;
|
383
|
+
height: 50px;
|
384
|
+
width: 50px;
|
385
|
+
vertical-align: middle;
|
386
|
+
margin-top: auto;
|
387
|
+
margin-bottom: auto;
|
388
|
+
}
|
389
|
+
|
390
|
+
a.carousel-control span.glyphicon-menu-left {
|
391
|
+
top: 12px;
|
392
|
+
left: -5px;
|
393
|
+
}
|
394
|
+
a.carousel-control span.glyphicon-menu-right {
|
395
|
+
top: 12px;
|
396
|
+
right: 2px;
|
397
|
+
}
|
398
|
+
|
399
|
+
|
400
|
+
.slider-img {
|
401
|
+
background: linear-gradient(rgba(20,20,20, .5),rgba(20,20,20, .5)) no-repeat center center scroll;
|
402
|
+
background-size: cover;
|
403
|
+
-webkit-background-size: cover;
|
404
|
+
-moz-background-size: cover;
|
405
|
+
-o-background-size: cover;
|
406
|
+
}
|
407
|
+
|
408
|
+
div.activity-container {
|
409
|
+
border:0 !important;
|
410
|
+
}
|
411
|
+
|
412
|
+
.linaro-home-block{
|
413
|
+
width:100%;
|
414
|
+
height: 200px;
|
415
|
+
font-size:12px;
|
416
|
+
color: #fff;
|
417
|
+
}
|
418
|
+
|
419
|
+
.activity-holder .activity-block {
|
420
|
+
border:0 !important;
|
421
|
+
background: transparent;
|
422
|
+
}
|
423
|
+
.activity-block {
|
424
|
+
border: 0 !important;
|
425
|
+
background: transparent;
|
426
|
+
margin-top: 70px;
|
427
|
+
}
|
428
|
+
|
429
|
+
.activity-holder p {
|
430
|
+
height: auto;
|
431
|
+
}
|
432
|
+
|
433
|
+
h5.block-title {
|
434
|
+
font-size: 10px;
|
435
|
+
text-align: left;
|
436
|
+
left: 10px;
|
437
|
+
top: 10px;
|
438
|
+
position: relative;
|
439
|
+
}
|
440
|
+
|
441
|
+
.activity-holder p {
|
442
|
+
height:99px;
|
443
|
+
}
|
444
|
+
|
445
|
+
.boards-linaro-title{
|
446
|
+
color:black;
|
447
|
+
text-shadow: 0;
|
448
|
+
}
|
449
|
+
|
450
|
+
a.linaro-connect-button{
|
451
|
+
background-color: #fff;
|
452
|
+
opacity: .8;
|
453
|
+
|
454
|
+
}
|
455
|
+
a.linaro-connect-button:hover{
|
456
|
+
background-color: #CCC;
|
457
|
+
}
|
458
|
+
|
459
|
+
a.boards-home-button {
|
460
|
+
padding: 5px;
|
461
|
+
opacity: .8;
|
462
|
+
color: #000;
|
463
|
+
width: 140px;
|
464
|
+
height:50px;
|
465
|
+
line-height:17px;
|
466
|
+
font-size: 10px;
|
467
|
+
height: auto;
|
468
|
+
letter-spacing: 2px;
|
469
|
+
background-color: white;
|
470
|
+
border-radius:2px;
|
471
|
+
text-shadow: none;
|
472
|
+
border: 1px solid #000;
|
473
|
+
transition: all 200ms ease;
|
474
|
+
display: inline-block;
|
475
|
+
margin:10px;
|
476
|
+
}
|
477
|
+
|
478
|
+
a.boards-home-button:hover{
|
479
|
+
background-color: #000;
|
480
|
+
color: #fff;
|
481
|
+
text-decoration: none;
|
482
|
+
transition: all 500ms ease;
|
483
|
+
}
|
484
|
+
|
485
|
+
.row.activity-holder.center-block {
|
486
|
+
height: auto;
|
487
|
+
}
|
488
|
+
p.linaro-home-block-text {
|
489
|
+
font-size: 14px;
|
490
|
+
color: white;
|
491
|
+
padding: 40px;
|
492
|
+
}
|
493
|
+
|
494
|
+
p.linaro-home-block-text a{
|
495
|
+
color: white;
|
496
|
+
}
|
497
|
+
p.linaro-home-block-text a:hover {
|
498
|
+
color: white;
|
499
|
+
text-decoration: underline;
|
500
|
+
}
|
501
|
+
.activity-holder .activity-block {
|
502
|
+
border: #fff 3px solid;
|
503
|
+
background: transparent !important;
|
504
|
+
}
|
505
|
+
.activity-block {
|
506
|
+
margin-top: 0px !important;
|
507
|
+
background: transparent !important;
|
508
|
+
}
|
509
|
+
|
510
|
+
|
511
|
+
img.img-responsive.right-aligned-image {
|
512
|
+
float: right;
|
513
|
+
width: 30%;
|
514
|
+
margin: 30px;
|
515
|
+
}
|
516
|
+
|
517
|
+
dl.timeline-dl > dd{
|
518
|
+
margin-left: 15px;
|
519
|
+
}
|
520
|
+
|
521
|
+
.about-icon{
|
522
|
+
width: 100px;
|
523
|
+
height: 100px;
|
524
|
+
border-radius: 100px;
|
525
|
+
border: 1px solid #9758b7;
|
526
|
+
padding: 13px;
|
527
|
+
margin-left: auto;
|
528
|
+
margin-right: auto;
|
529
|
+
margin-bottom: 10px;
|
530
|
+
}
|
531
|
+
|
532
|
+
#main-container div.container.board_member {
|
533
|
+
padding-left: 0;
|
534
|
+
padding-right: 0;
|
535
|
+
border-top: 1px solid #ccc;
|
536
|
+
}
|
537
|
+
|
538
|
+
#main-container div.container.board_member > div.col-sm-9 {
|
539
|
+
padding-left:0;
|
540
|
+
padding-right:0;
|
541
|
+
}
|
542
|
+
|
543
|
+
#main-container div.container.board_member > div.col-sm-3 {
|
544
|
+
padding-left:0;
|
545
|
+
padding-right:0;
|
546
|
+
}
|
547
|
+
|
548
|
+
.linaro-profile-image{
|
549
|
+
display: inline-block;
|
550
|
+
width: 150px;
|
551
|
+
height: 150px;
|
552
|
+
border-radius: 50%;
|
553
|
+
object-fit: cover;
|
554
|
+
float:right;
|
555
|
+
margin-top:60px;
|
556
|
+
background-size: cover;
|
557
|
+
background-position: center;
|
558
|
+
clear: both;
|
559
|
+
}
|
560
|
+
|
561
|
+
h2.linaro-connect-title{
|
562
|
+
color: #5990d4;
|
563
|
+
text-shadow: none;
|
564
|
+
font-size: 18px;
|
565
|
+
}
|
566
|
+
|
567
|
+
h4.linaro-connect-sub-title{
|
568
|
+
color: #5990d4;
|
569
|
+
font-weight: 100;
|
570
|
+
text-shadow: none;
|
571
|
+
}
|
572
|
+
|
573
|
+
a.connect-home-button {
|
574
|
+
padding: 5px;
|
575
|
+
opacity: 1;
|
576
|
+
font-weight: bold;
|
577
|
+
color: #000;
|
578
|
+
width: 140px;
|
579
|
+
padding: 15px;
|
580
|
+
height: 50px;
|
581
|
+
line-height: 17px;
|
582
|
+
font-size: 10px;
|
583
|
+
height: auto;
|
584
|
+
letter-spacing: 2px;
|
585
|
+
background-color: white;
|
586
|
+
border-radius: 4px;
|
587
|
+
text-shadow: none;
|
588
|
+
transition: all 200ms ease;
|
589
|
+
display: inline-block;
|
590
|
+
margin: 10px;
|
591
|
+
text-decoration: none;
|
592
|
+
|
593
|
+
transition: all 1s ease;
|
594
|
+
}
|
595
|
+
|
596
|
+
a.connect-home-button:hover{
|
597
|
+
text-decoration: none;
|
598
|
+
color: #000;
|
599
|
+
opacity: .8;
|
600
|
+
background-color: #ccc;
|
601
|
+
transition: all 1s ease;
|
602
|
+
}
|
603
|
+
|
604
|
+
//Linaro SVG Icons
|
605
|
+
.linaro-svg-icon {
|
606
|
+
width: 50px;
|
607
|
+
height: 50px;
|
608
|
+
margin-left: auto;
|
609
|
+
margin-right: auto;
|
610
|
+
border-radius: 50px;
|
611
|
+
fill: #ffffff;
|
612
|
+
background-color: #a682b8;
|
613
|
+
border: 1px solid #9658b7;
|
614
|
+
padding: 12px;
|
615
|
+
|
616
|
+
transition: all 500ms ease;
|
617
|
+
}
|
618
|
+
|
619
|
+
.linaro-svg-icon:hover{
|
620
|
+
background-color: #9658b7;
|
621
|
+
border: 1px solid #a682b8;
|
622
|
+
}
|
623
|
+
|
624
|
+
.linaro-svg-icon-caption {
|
625
|
+
text-align: center;
|
626
|
+
line-height: 70px;
|
627
|
+
}
|
628
|
+
|
629
|
+
|
630
|
+
div.dark {
|
631
|
+
background: #696969;
|
632
|
+
}
|
633
|
+
|
634
|
+
|
635
|
+
#main-container p.justify {
|
636
|
+
font-size: 16px;
|
637
|
+
text-align: justify;
|
638
|
+
line-height: 1.66em;
|
639
|
+
}
|
640
|
+
|
641
|
+
#content-container h2 {
|
642
|
+
font-size: 30px;
|
643
|
+
color: #3D383E;
|
644
|
+
font-weight: 200;
|
645
|
+
text-transform: none;
|
646
|
+
}
|
647
|
+
|
648
|
+
.ext-left{
|
649
|
+
float:left;
|
650
|
+
}
|
651
|
+
.ext-right {
|
652
|
+
height: auto;
|
653
|
+
vertical-align: middle;
|
654
|
+
display: table-cell;
|
655
|
+
padding-right: 10px;
|
656
|
+
padding-left: 10px;
|
657
|
+
}
|
658
|
+
|
659
|
+
.embed-responsive-16by9 {
|
660
|
+
padding-bottom: 56.25%;
|
661
|
+
margin-bottom: 25px;
|
662
|
+
}
|
663
|
+
|
664
|
+
article.post-content {
|
665
|
+
overflow: auto;
|
666
|
+
}
|
667
|
+
|
668
|
+
article.post-content > .col-md-8 {
|
669
|
+
padding: 0;
|
670
|
+
}
|