linaro-jekyll-theme 0.2.0.1 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -52
- data/_data/footer.yml +0 -1
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/backup.html +71 -0
- data/_includes/_theme-includes/_footer/footer.html +25 -56
- data/_includes/_theme-includes/_head/ascii-art.html +11 -0
- data/_includes/_theme-includes/_head/head.html +7 -15
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
- data/_includes/_theme-includes/_navigation/nav.html +16 -62
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
- data/_includes/_theme-includes/_script-includes/css.html +3 -40
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
- data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +1 -6
- data/_includes/media.html +1 -9
- data/_layouts/empty-container-page.html +10 -0
- data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
- data/_sass/blog-pages.scss +5 -0
- data/_sass/bootstrap/_variables.scss +5 -28
- data/_sass/core/blog.scss +25 -36
- data/_sass/core/breadcrumb.scss +1 -20
- data/_sass/core/cookieconsent.scss +2 -31
- data/_sass/core/critical.scss +991 -0
- data/_sass/core/fa.scss +2 -7
- data/_sass/core/footer.scss +13 -55
- data/_sass/core/homepage.scss +1 -25
- data/_sass/core/members-sprite.scss +425 -0
- data/_sass/core/nav.scss +15 -136
- data/_sass/core/owl.carousel.min.scss +1 -1
- data/_sass/core/products.scss +1 -1
- data/_sass/core/tables.scss +0 -38
- data/_sass/core/theme.scss +16 -310
- data/_sass/documentation-pages.scss +3 -0
- data/_sass/home-page.scss +3 -0
- data/{assets/css/main-lightbox.scss → _sass/main.scss} +0 -5
- data/_sass/openhours-page.scss +4 -0
- data/_sass/products-pages.scss +5 -0
- data/_sass/projects-pages.scss +5 -0
- data/assets/css/_bootstrap-compass.scss +9 -0
- data/assets/css/_bootstrap-mincer.scss +19 -0
- data/assets/css/_bootstrap-sprockets.scss +9 -0
- data/assets/css/_bootstrap.scss +56 -0
- data/assets/css/blog-pages.scss +5 -0
- data/assets/css/bootstrap/_alerts.scss +73 -0
- data/assets/css/bootstrap/_badges.scss +68 -0
- data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
- data/assets/css/bootstrap/_button-groups.scss +244 -0
- data/assets/css/bootstrap/_buttons.scss +168 -0
- data/assets/css/bootstrap/_carousel.scss +270 -0
- data/assets/css/bootstrap/_close.scss +36 -0
- data/assets/css/bootstrap/_code.scss +69 -0
- data/assets/css/bootstrap/_component-animations.scss +37 -0
- data/assets/css/bootstrap/_dropdowns.scss +216 -0
- data/assets/css/bootstrap/_forms.scss +617 -0
- data/assets/css/bootstrap/_glyphicons.scss +307 -0
- data/assets/css/bootstrap/_grid.scss +84 -0
- data/assets/css/bootstrap/_input-groups.scss +171 -0
- data/assets/css/bootstrap/_jumbotron.scss +54 -0
- data/assets/css/bootstrap/_labels.scss +66 -0
- data/assets/css/bootstrap/_list-group.scss +130 -0
- data/assets/css/bootstrap/_media.scss +66 -0
- data/assets/css/bootstrap/_mixins.scss +40 -0
- data/assets/css/bootstrap/_modals.scss +150 -0
- data/assets/css/bootstrap/_navbar.scss +662 -0
- data/assets/css/bootstrap/_navs.scss +242 -0
- data/assets/css/bootstrap/_normalize.scss +424 -0
- data/assets/css/bootstrap/_pager.scss +54 -0
- data/assets/css/bootstrap/_pagination.scss +89 -0
- data/assets/css/bootstrap/_panels.scss +271 -0
- data/assets/css/bootstrap/_popovers.scss +131 -0
- data/assets/css/bootstrap/_print.scss +101 -0
- data/assets/css/bootstrap/_progress-bars.scss +87 -0
- data/assets/css/bootstrap/_responsive-embed.scss +35 -0
- data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
- data/assets/css/bootstrap/_scaffolding.scss +161 -0
- data/assets/css/bootstrap/_tables.scss +234 -0
- data/assets/css/bootstrap/_theme.scss +291 -0
- data/assets/css/bootstrap/_thumbnails.scss +38 -0
- data/assets/css/bootstrap/_tooltip.scss +101 -0
- data/assets/css/bootstrap/_type.scss +298 -0
- data/assets/css/bootstrap/_utilities.scss +55 -0
- data/assets/css/bootstrap/_variables.scss +874 -0
- data/assets/css/bootstrap/_wells.scss +29 -0
- data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
- data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
- data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
- data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
- data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
- data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
- data/assets/css/bootstrap/mixins/_forms.scss +88 -0
- data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
- data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
- data/assets/css/bootstrap/mixins/_grid.scss +122 -0
- data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
- data/assets/css/bootstrap/mixins/_image.scss +33 -0
- data/assets/css/bootstrap/mixins/_labels.scss +12 -0
- data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
- data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
- data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
- data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
- data/assets/css/bootstrap/mixins/_panels.scss +24 -0
- data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
- data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
- data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
- data/assets/css/bootstrap/mixins/_resize.scss +6 -0
- data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/assets/css/bootstrap/mixins/_size.scss +10 -0
- data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
- data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
- data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
- data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/assets/css/core/animations.scss +125 -0
- data/assets/css/core/blog.scss +206 -0
- data/assets/css/core/breadcrumb.scss +48 -0
- data/assets/css/core/carousel.scss +136 -0
- data/assets/css/core/cookieconsent.scss +13 -0
- data/assets/css/core/critical.scss +991 -0
- data/assets/css/core/fa.scss +2331 -0
- data/assets/css/core/flipclock.scss +435 -0
- data/assets/css/core/font-awesome.min.scss +4 -0
- data/assets/css/core/fonts.scss +7 -0
- data/assets/css/core/footer.scss +79 -0
- data/assets/css/core/homepage.scss +16 -0
- data/assets/css/core/lightbox.scss +213 -0
- data/assets/css/core/members-sprite.scss +425 -0
- data/assets/css/core/nav.scss +536 -0
- data/assets/css/core/openhours.scss +51 -0
- data/assets/css/core/owl.carousel.min.scss +6 -0
- data/assets/css/core/owl.theme.default.min.scss +6 -0
- data/assets/css/core/products.scss +221 -0
- data/assets/css/core/projects.scss +32 -0
- data/assets/css/core/social-media-icons.scss +71 -0
- data/assets/css/core/syntax.scss +65 -0
- data/assets/css/core/tables.scss +87 -0
- data/assets/css/core/theme.scss +244 -0
- data/assets/css/documentation-pages.scss +3 -0
- data/assets/css/home-page.scss +3 -0
- data/assets/css/main.scss +0 -3
- data/assets/css/openhours-page.scss +4 -0
- data/assets/css/products-pages.scss +5 -0
- data/assets/css/projects-pages.scss +5 -0
- data/assets/js/app/{main.js → 96boards.js} +29 -5
- data/assets/js/app/app.js +5 -0
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/{search.js → search-page.js} +1 -1
- data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
- data/assets/js/app.js +2 -0
- data/assets/js/sticky-navbar.js +65 -0
- data/assets/js/vendor/cookieconsent.min.js +9 -2
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +0 -33
- 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/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/assets/js/vendor/vendor.js +6 -0
- data/assets/js/vendor.js +7 -0
- data/{_layouts/about.html → assets/vendor.js} +0 -0
- metadata +171 -143
- data/_data/authors.yml +0 -7
- data/_data/company.yml +0 -29
- data/_data/members_db.yaml +0 -115
- data/_data/nav.yml +0 -62
- data/_data/news.yaml +0 -230
- data/_data/sub-nav-stacked.yml +0 -67
- data/_data/sub-nav.yml +0 -61
- data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
- data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
- data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
- data/_includes/youtube.html +0 -7
- data/_layouts/accessory-display-page.html +0 -88
- data/_layouts/blog-breadcrumbless.html +0 -49
- data/_layouts/blog.html +0 -56
- data/_layouts/contact.html +0 -10
- data/_layouts/default-empty.html +0 -11
- data/_layouts/default-no-sub-nav.html +0 -15
- data/_layouts/default-plain.html +0 -16
- data/_layouts/default-stacked-breadcrumb.html +0 -23
- data/_layouts/default-stacked.html +0 -22
- data/_layouts/default.html +0 -20
- data/_layouts/empty.html +0 -10
- data/_layouts/fluid.html +0 -15
- data/_layouts/home-shape.html +0 -18
- data/_layouts/home.html +0 -18
- data/_layouts/post.html +0 -146
- data/_layouts/product-display-page.html +0 -262
- data/_layouts/project-display-page.html +0 -28
- data/_sass/core/carousel-styles.scss +0 -3
- data/_sass/core/custom.scss +0 -3
- data/_sass/custom.scss +0 -0
- data/assets/css/main-blog.scss +0 -19
- data/assets/css/main-home.scss +0 -16
- data/assets/css/main-openhours.scss +0 -19
- data/assets/css/main-products.scss +0 -20
- data/assets/css/main-projects.scss +0 -20
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +0 -2671
- 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 +0 -44
- 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/fonts/lato-regular/LICENSE.txt +0 -93
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.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 +0 -1
- 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/tables.js +0 -8
- data/assets/js/vendor/cognito-forms.js +0 -150
- data/assets/js/vendor/lightbox.min.js +0 -14
- data/robots.txt +0 -9
data/_sass/core/fa.scss
CHANGED
@@ -4,13 +4,8 @@
|
|
4
4
|
*/
|
5
5
|
@font-face {
|
6
6
|
font-family: 'FontAwesome';
|
7
|
-
src: url('
|
8
|
-
|
9
|
-
url('/assets/fonts/fontawesome-webfont.woff2) format('woff2'),
|
10
|
-
url('/assets/fonts/fontawesome-webfont.woff) format('woff'),
|
11
|
-
url('/assets/fonts/fontawesome-webfont.ttf) format('truetype'),
|
12
|
-
url('/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
13
|
-
|
7
|
+
src: url('../fonts/fontawesome-webfont.eot);
|
8
|
+
src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2) format('woff2'), url('../fonts/fontawesome-webfont.woff) format('woff'), url('../fonts/fontawesome-webfont.ttf) format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
14
9
|
font-weight: normal;
|
15
10
|
font-style: normal;
|
16
11
|
}
|
data/_sass/core/footer.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
.sub-footer {
|
2
|
-
background-color:
|
2
|
+
background-color: #E5E5E5;
|
3
3
|
padding-top: 40px;
|
4
4
|
padding-bottom:30px;
|
5
5
|
}
|
@@ -12,20 +12,16 @@ input#mc-embedded-subscribe {
|
|
12
12
|
color: #fff;
|
13
13
|
}
|
14
14
|
|
15
|
-
div.row.sub-footer > div.container {
|
16
|
-
padding: 0;
|
17
|
-
}
|
18
|
-
|
19
15
|
footer {
|
20
|
-
background-color: $
|
16
|
+
background-color: $gray-darker;
|
21
17
|
height:auto;
|
22
|
-
color:
|
18
|
+
color: #FFF;
|
23
19
|
padding:20px;
|
24
20
|
font-size: 16px;
|
25
21
|
}
|
26
22
|
|
27
23
|
footer a{
|
28
|
-
color: $
|
24
|
+
color: $gray-lighter;
|
29
25
|
font-size: 14px;
|
30
26
|
}
|
31
27
|
footer h3 {
|
@@ -33,7 +29,7 @@ footer h3 {
|
|
33
29
|
font-weight:700;
|
34
30
|
}
|
35
31
|
footer a:hover{
|
36
|
-
color: $brand-
|
32
|
+
color: darken($brand-success, 20%);
|
37
33
|
text-decoration: none;
|
38
34
|
transition: color .5s ease;
|
39
35
|
-moz-transition: color .5s ease;
|
@@ -41,10 +37,11 @@ footer a:hover{
|
|
41
37
|
}
|
42
38
|
|
43
39
|
footer b a {
|
44
|
-
color:
|
40
|
+
color: #FFF;
|
45
41
|
}
|
46
42
|
footer b a:hover{
|
47
|
-
color: $brand-
|
43
|
+
color: darken($brand-success, 25%);
|
44
|
+
|
48
45
|
}
|
49
46
|
|
50
47
|
.footer-bottom {
|
@@ -53,17 +50,15 @@ footer b a:hover{
|
|
53
50
|
background-color: darken($brand-primary, 20%);
|
54
51
|
color: #FFF;
|
55
52
|
}
|
56
|
-
|
57
|
-
|
58
53
|
.footer-strip{
|
59
|
-
background-color: $
|
60
|
-
border-top: 1px $
|
54
|
+
background-color: $gray-darker;
|
55
|
+
border-top: 1px $gray-dark solid;
|
61
56
|
}
|
62
57
|
div.row.footer-strip > div > div.pull-right > ul {
|
63
58
|
background-color: $gray-darker;
|
64
59
|
}
|
65
60
|
div.row.footer-strip > div > div.pull-right > ul a {
|
66
|
-
color:
|
61
|
+
color: #FFF;
|
67
62
|
}
|
68
63
|
div.row.footer-strip > div > div.pull-right > ul a:hover{
|
69
64
|
color: $brand-primary;
|
@@ -72,9 +67,9 @@ div.row.footer-strip > div > div.pull-right > ul a:hover{
|
|
72
67
|
-webkit-transition: color .5s ease;
|
73
68
|
}
|
74
69
|
.footer-strip .container div {
|
75
|
-
height:
|
70
|
+
height:50px;
|
76
71
|
line-height: 50px;
|
77
|
-
color:
|
72
|
+
color: #FFF;
|
78
73
|
}
|
79
74
|
.coloured-bp{
|
80
75
|
color: $brand-primary;
|
@@ -82,40 +77,3 @@ div.row.footer-strip > div > div.pull-right > ul a:hover{
|
|
82
77
|
.main-footer-content{
|
83
78
|
margin-bottom: 10px;
|
84
79
|
}
|
85
|
-
|
86
|
-
.footer-logo {
|
87
|
-
display:block;
|
88
|
-
max-width: 100px;
|
89
|
-
height: auto;
|
90
|
-
}
|
91
|
-
|
92
|
-
.company-footer-bottom {
|
93
|
-
padding-left: 0px;
|
94
|
-
}
|
95
|
-
.company-footer-bottom .container {
|
96
|
-
padding-left: 0px;
|
97
|
-
}
|
98
|
-
|
99
|
-
.social-footer-bottom{
|
100
|
-
padding-left: 0px;
|
101
|
-
}
|
102
|
-
.social-footer-bottom .container{
|
103
|
-
padding-left: 0px;
|
104
|
-
}
|
105
|
-
|
106
|
-
a.btn.btn-social-icon {
|
107
|
-
color: $footer-text-color;
|
108
|
-
transition: color 1s ease;
|
109
|
-
}
|
110
|
-
a.btn.btn-social-icon:hover {
|
111
|
-
color: $brand-primary;
|
112
|
-
transition: color 1s ease;
|
113
|
-
}
|
114
|
-
|
115
|
-
.company-footer-bottom img.linaro-logo {
|
116
|
-
width:40px;
|
117
|
-
height:100%;
|
118
|
-
}
|
119
|
-
.company-footer-bottom, .company-footer-bottom a{
|
120
|
-
color: $footer-text-color;
|
121
|
-
}
|
data/_sass/core/homepage.scss
CHANGED
@@ -8,33 +8,9 @@
|
|
8
8
|
|
9
9
|
@media(max-width:991px){
|
10
10
|
#homepage-heading {
|
11
|
-
font-size:
|
11
|
+
font-size: 14px;
|
12
12
|
}
|
13
13
|
p.sub-tag {
|
14
14
|
width:95%;
|
15
15
|
}
|
16
16
|
}
|
17
|
-
|
18
|
-
.homepage-shape {
|
19
|
-
margin-bottom: -8px;
|
20
|
-
}
|
21
|
-
|
22
|
-
.homepage-image-jumbotron {
|
23
|
-
-webkit-background-size: cover;
|
24
|
-
-moz-background-size: cover;
|
25
|
-
-o-background-size: cover;
|
26
|
-
background-size: cover;
|
27
|
-
}
|
28
|
-
|
29
|
-
#home-page-text{
|
30
|
-
color: $home-page-title-text;
|
31
|
-
}
|
32
|
-
|
33
|
-
#home-page-title{
|
34
|
-
color: $home-page-main-title-color;
|
35
|
-
}
|
36
|
-
|
37
|
-
#home-hero-image {
|
38
|
-
width: auto;
|
39
|
-
height: 200px;
|
40
|
-
}
|
@@ -0,0 +1,425 @@
|
|
1
|
+
|
2
|
+
@media screen and (-webkit-min-device-pixel-ratio: 1.0), screen and (min--moz-device-pixel-ratio: 1.0), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1.0), screen and (min-resolution: 1.0dppx) {
|
3
|
+
.sprite {
|
4
|
+
background-image: url('../images/members-sprite.png');
|
5
|
+
-webkit-background-size: 1540px 1400px;
|
6
|
+
-moz-background-size: 1540px 1400px;
|
7
|
+
background-size: 1540px 1400px;
|
8
|
+
}
|
9
|
+
}
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
.sprite {
|
14
|
+
background-image: url('../images/members-sprite.png');
|
15
|
+
background-repeat: no-repeat;
|
16
|
+
}
|
17
|
+
|
18
|
+
|
19
|
+
.members-panel div.sprite {
|
20
|
+
zoom: .7;
|
21
|
+
display: inline-block
|
22
|
+
}
|
23
|
+
|
24
|
+
|
25
|
+
.sprite-images-zte {
|
26
|
+
background-position: 0 0;
|
27
|
+
width: 220px;
|
28
|
+
height: 140px;
|
29
|
+
}
|
30
|
+
|
31
|
+
.sprite-images-xunlong {
|
32
|
+
background-position: -220px 0;
|
33
|
+
width: 220px;
|
34
|
+
height: 140px;
|
35
|
+
}
|
36
|
+
|
37
|
+
.sprite-images-wrtnode {
|
38
|
+
background-position: 0 -140px;
|
39
|
+
width: 220px;
|
40
|
+
height: 140px;
|
41
|
+
}
|
42
|
+
|
43
|
+
.sprite-images-wind {
|
44
|
+
background-position: -220px -140px;
|
45
|
+
width: 220px;
|
46
|
+
height: 140px;
|
47
|
+
}
|
48
|
+
|
49
|
+
.sprite-images-ucrobotics {
|
50
|
+
background-position: 0 -280px;
|
51
|
+
width: 220px;
|
52
|
+
height: 140px;
|
53
|
+
}
|
54
|
+
|
55
|
+
.sprite-images-tocoding {
|
56
|
+
background-position: -220px -280px;
|
57
|
+
width: 220px;
|
58
|
+
height: 140px;
|
59
|
+
}
|
60
|
+
|
61
|
+
.sprite-images-tinno {
|
62
|
+
background-position: -440px 0;
|
63
|
+
width: 220px;
|
64
|
+
height: 140px;
|
65
|
+
}
|
66
|
+
|
67
|
+
.sprite-images-ti {
|
68
|
+
background-position: -440px -140px;
|
69
|
+
width: 220px;
|
70
|
+
height: 140px;
|
71
|
+
}
|
72
|
+
|
73
|
+
.sprite-images-thundersoft {
|
74
|
+
background-position: -440px -280px;
|
75
|
+
width: 220px;
|
76
|
+
height: 140px;
|
77
|
+
}
|
78
|
+
|
79
|
+
.sprite-images-st {
|
80
|
+
background-position: 0 -420px;
|
81
|
+
width: 220px;
|
82
|
+
height: 140px;
|
83
|
+
}
|
84
|
+
|
85
|
+
.sprite-images-spreadtrum {
|
86
|
+
background-position: -220px -420px;
|
87
|
+
width: 220px;
|
88
|
+
height: 140px;
|
89
|
+
}
|
90
|
+
|
91
|
+
.sprite-images-socionext {
|
92
|
+
background-position: -440px -420px;
|
93
|
+
width: 220px;
|
94
|
+
height: 140px;
|
95
|
+
}
|
96
|
+
|
97
|
+
.sprite-images-seeed {
|
98
|
+
background-position: -660px 0;
|
99
|
+
width: 220px;
|
100
|
+
height: 140px;
|
101
|
+
}
|
102
|
+
|
103
|
+
.sprite-images-samsung {
|
104
|
+
background-position: -660px -140px;
|
105
|
+
width: 220px;
|
106
|
+
height: 140px;
|
107
|
+
}
|
108
|
+
|
109
|
+
.sprite-images-rohm {
|
110
|
+
background-position: -660px -280px;
|
111
|
+
width: 220px;
|
112
|
+
height: 140px;
|
113
|
+
}
|
114
|
+
|
115
|
+
.sprite-images-redhat {
|
116
|
+
background-position: -660px -420px;
|
117
|
+
width: 220px;
|
118
|
+
height: 140px;
|
119
|
+
}
|
120
|
+
|
121
|
+
.sprite-images-qwerty {
|
122
|
+
background-position: 0 -560px;
|
123
|
+
width: 220px;
|
124
|
+
height: 140px;
|
125
|
+
}
|
126
|
+
|
127
|
+
.sprite-images-quic {
|
128
|
+
background-position: -220px -560px;
|
129
|
+
width: 220px;
|
130
|
+
height: 140px;
|
131
|
+
}
|
132
|
+
|
133
|
+
.sprite-images-nxp {
|
134
|
+
background-position: -440px -560px;
|
135
|
+
width: 220px;
|
136
|
+
height: 140px;
|
137
|
+
}
|
138
|
+
|
139
|
+
.sprite-images-nokia {
|
140
|
+
background-position: -660px -560px;
|
141
|
+
width: 220px;
|
142
|
+
height: 140px;
|
143
|
+
}
|
144
|
+
|
145
|
+
.sprite-images-mstar {
|
146
|
+
background-position: 0 -700px;
|
147
|
+
width: 220px;
|
148
|
+
height: 140px;
|
149
|
+
}
|
150
|
+
|
151
|
+
.sprite-images-montavista {
|
152
|
+
background-position: -220px -700px;
|
153
|
+
width: 220px;
|
154
|
+
height: 140px;
|
155
|
+
}
|
156
|
+
|
157
|
+
.sprite-images-meizu {
|
158
|
+
background-position: -440px -700px;
|
159
|
+
width: 220px;
|
160
|
+
height: 140px;
|
161
|
+
}
|
162
|
+
|
163
|
+
.sprite-images-mediatek {
|
164
|
+
background-position: -660px -700px;
|
165
|
+
width: 220px;
|
166
|
+
height: 140px;
|
167
|
+
}
|
168
|
+
|
169
|
+
.sprite-images-marvell {
|
170
|
+
background-position: -880px 0;
|
171
|
+
width: 220px;
|
172
|
+
height: 140px;
|
173
|
+
}
|
174
|
+
|
175
|
+
.sprite-images-lsi {
|
176
|
+
background-position: -880px -140px;
|
177
|
+
width: 220px;
|
178
|
+
height: 140px;
|
179
|
+
}
|
180
|
+
|
181
|
+
.sprite-images-linux_foundation {
|
182
|
+
background-position: -880px -280px;
|
183
|
+
width: 220px;
|
184
|
+
height: 140px;
|
185
|
+
}
|
186
|
+
|
187
|
+
.sprite-images-linaro {
|
188
|
+
background-position: -880px -420px;
|
189
|
+
width: 220px;
|
190
|
+
height: 140px;
|
191
|
+
}
|
192
|
+
|
193
|
+
.sprite-images-lg {
|
194
|
+
background-position: -880px -560px;
|
195
|
+
width: 220px;
|
196
|
+
height: 140px;
|
197
|
+
}
|
198
|
+
|
199
|
+
.sprite-images-lemaker {
|
200
|
+
background-position: -880px -700px;
|
201
|
+
width: 220px;
|
202
|
+
height: 140px;
|
203
|
+
}
|
204
|
+
|
205
|
+
.sprite-images-ibm {
|
206
|
+
background-position: 0 -840px;
|
207
|
+
width: 220px;
|
208
|
+
height: 140px;
|
209
|
+
}
|
210
|
+
|
211
|
+
.sprite-images-hxt {
|
212
|
+
background-position: -220px -840px;
|
213
|
+
width: 220px;
|
214
|
+
height: 140px;
|
215
|
+
}
|
216
|
+
|
217
|
+
.sprite-images-huawei {
|
218
|
+
background-position: -440px -840px;
|
219
|
+
width: 220px;
|
220
|
+
height: 140px;
|
221
|
+
}
|
222
|
+
|
223
|
+
.sprite-images-huaqin {
|
224
|
+
background-position: -660px -840px;
|
225
|
+
width: 220px;
|
226
|
+
height: 140px;
|
227
|
+
}
|
228
|
+
|
229
|
+
.sprite-images-hpe {
|
230
|
+
background-position: -880px -840px;
|
231
|
+
width: 220px;
|
232
|
+
height: 140px;
|
233
|
+
}
|
234
|
+
|
235
|
+
.sprite-images-hoperun {
|
236
|
+
background-position: -1100px 0;
|
237
|
+
width: 220px;
|
238
|
+
height: 140px;
|
239
|
+
}
|
240
|
+
|
241
|
+
.sprite-images-hisilicon {
|
242
|
+
background-position: -1100px -140px;
|
243
|
+
width: 220px;
|
244
|
+
height: 140px;
|
245
|
+
}
|
246
|
+
|
247
|
+
.sprite-images-gumstix {
|
248
|
+
background-position: -1100px -280px;
|
249
|
+
width: 220px;
|
250
|
+
height: 140px;
|
251
|
+
}
|
252
|
+
|
253
|
+
.sprite-images-google {
|
254
|
+
background-position: -1100px -420px;
|
255
|
+
width: 220px;
|
256
|
+
height: 140px;
|
257
|
+
}
|
258
|
+
|
259
|
+
.sprite-images-fujitsu {
|
260
|
+
background-position: -1100px -560px;
|
261
|
+
width: 220px;
|
262
|
+
height: 140px;
|
263
|
+
}
|
264
|
+
|
265
|
+
.sprite-images-freescale {
|
266
|
+
background-position: -1100px -700px;
|
267
|
+
width: 220px;
|
268
|
+
height: 140px;
|
269
|
+
}
|
270
|
+
|
271
|
+
.sprite-images-facebook {
|
272
|
+
background-position: -1100px -840px;
|
273
|
+
width: 220px;
|
274
|
+
height: 140px;
|
275
|
+
}
|
276
|
+
|
277
|
+
.sprite-images-ericsson {
|
278
|
+
background-position: 0 -980px;
|
279
|
+
width: 220px;
|
280
|
+
height: 140px;
|
281
|
+
}
|
282
|
+
|
283
|
+
.sprite-images-enea {
|
284
|
+
background-position: -220px -980px;
|
285
|
+
width: 220px;
|
286
|
+
height: 140px;
|
287
|
+
}
|
288
|
+
|
289
|
+
.sprite-images-comcast {
|
290
|
+
background-position: -440px -980px;
|
291
|
+
width: 220px;
|
292
|
+
height: 140px;
|
293
|
+
}
|
294
|
+
|
295
|
+
.sprite-images-citrix {
|
296
|
+
background-position: -660px -980px;
|
297
|
+
width: 220px;
|
298
|
+
height: 140px;
|
299
|
+
}
|
300
|
+
|
301
|
+
.sprite-images-cisco {
|
302
|
+
background-position: -880px -980px;
|
303
|
+
width: 220px;
|
304
|
+
height: 140px;
|
305
|
+
}
|
306
|
+
|
307
|
+
.sprite-images-cavium {
|
308
|
+
background-position: -1100px -980px;
|
309
|
+
width: 220px;
|
310
|
+
height: 140px;
|
311
|
+
}
|
312
|
+
|
313
|
+
.sprite-images-canonical {
|
314
|
+
background-position: 0 -1120px;
|
315
|
+
width: 220px;
|
316
|
+
height: 140px;
|
317
|
+
}
|
318
|
+
|
319
|
+
.sprite-images-calxeda {
|
320
|
+
background-position: -220px -1120px;
|
321
|
+
width: 220px;
|
322
|
+
height: 140px;
|
323
|
+
}
|
324
|
+
|
325
|
+
.sprite-images-broadcom {
|
326
|
+
background-position: -440px -1120px;
|
327
|
+
width: 220px;
|
328
|
+
height: 140px;
|
329
|
+
}
|
330
|
+
|
331
|
+
.sprite-images-bpi {
|
332
|
+
background-position: -660px -1120px;
|
333
|
+
width: 220px;
|
334
|
+
height: 140px;
|
335
|
+
}
|
336
|
+
|
337
|
+
.sprite-images-atap {
|
338
|
+
background-position: -880px -1120px;
|
339
|
+
width: 220px;
|
340
|
+
height: 140px;
|
341
|
+
}
|
342
|
+
|
343
|
+
.sprite-images-arrow {
|
344
|
+
background-position: -1100px -1120px;
|
345
|
+
width: 220px;
|
346
|
+
height: 140px;
|
347
|
+
}
|
348
|
+
|
349
|
+
.sprite-images-arm {
|
350
|
+
background-position: -1320px 0;
|
351
|
+
width: 220px;
|
352
|
+
height: 140px;
|
353
|
+
}
|
354
|
+
|
355
|
+
.sprite-images-archermind {
|
356
|
+
background-position: -1320px -140px;
|
357
|
+
width: 220px;
|
358
|
+
height: 140px;
|
359
|
+
}
|
360
|
+
|
361
|
+
.sprite-images-applied-micro {
|
362
|
+
background-position: -1320px -280px;
|
363
|
+
width: 220px;
|
364
|
+
height: 140px;
|
365
|
+
}
|
366
|
+
|
367
|
+
.sprite-images-amd {
|
368
|
+
background-position: -1320px -420px;
|
369
|
+
width: 220px;
|
370
|
+
height: 140px;
|
371
|
+
}
|
372
|
+
|
373
|
+
.sprite-images-allwinner {
|
374
|
+
background-position: -1320px -560px;
|
375
|
+
width: 220px;
|
376
|
+
height: 140px;
|
377
|
+
}
|
378
|
+
|
379
|
+
.sprite-images-aliyun {
|
380
|
+
background-position: -1320px -700px;
|
381
|
+
width: 220px;
|
382
|
+
height: 140px;
|
383
|
+
}
|
384
|
+
|
385
|
+
.sprite-images-actions {
|
386
|
+
background-position: -1320px -840px;
|
387
|
+
width: 220px;
|
388
|
+
height: 140px;
|
389
|
+
}
|
390
|
+
|
391
|
+
.sprite-images-acer {
|
392
|
+
background-position: -1320px -980px;
|
393
|
+
width: 220px;
|
394
|
+
height: 140px;
|
395
|
+
}
|
396
|
+
|
397
|
+
.sprite-images-acadine {
|
398
|
+
background-position: -1320px -1120px;
|
399
|
+
width: 220px;
|
400
|
+
height: 140px;
|
401
|
+
}
|
402
|
+
|
403
|
+
.sprite-images-QualcommDatacenter {
|
404
|
+
background-position: 0 -1260px;
|
405
|
+
width: 220px;
|
406
|
+
height: 140px;
|
407
|
+
}
|
408
|
+
|
409
|
+
.sprite-images-GlobalScale {
|
410
|
+
background-position: -220px -1260px;
|
411
|
+
width: 220px;
|
412
|
+
height: 140px;
|
413
|
+
}
|
414
|
+
|
415
|
+
.sprite-images-FEI {
|
416
|
+
background-position: -440px -1260px;
|
417
|
+
width: 220px;
|
418
|
+
height: 140px;
|
419
|
+
}
|
420
|
+
|
421
|
+
.sprite-images-Blackwhale {
|
422
|
+
background-position: -660px -1260px;
|
423
|
+
width: 220px;
|
424
|
+
height: 140px;
|
425
|
+
}
|