SASS files can now share variables from main.scss
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/83126cdc Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/83126cdc Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/83126cdc Branch: refs/heads/cordova-website Commit: 83126cdc6303f8ac662c3235f0670541ed67cb50 Parents: 79d711c Author: Brad Gashler <[email protected]> Authored: Fri Aug 14 13:54:41 2015 -0700 Committer: Brad Gashler <[email protected]> Committed: Fri Aug 14 13:54:41 2015 -0700 ---------------------------------------------------------------------- www/static/css-src/_blog.scss | 294 +++++++++++++++++++++++++++++++ www/static/css-src/_contribute.scss | 36 ++++ www/static/css-src/_docs.scss | 77 ++++++++ www/static/css-src/_home.scss | 220 +++++++++++++++++++++++ www/static/css-src/_plugins.scss | 24 +++ www/static/css-src/blog.scss | 294 ------------------------------- www/static/css-src/contribute.scss | 36 ---- www/static/css-src/docs.scss | 77 -------- www/static/css-src/home.scss | 220 ----------------------- www/static/css-src/plugins.scss | 24 --- 10 files changed, 651 insertions(+), 651 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/_blog.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/_blog.scss b/www/static/css-src/_blog.scss new file mode 100644 index 0000000..25161f0 --- /dev/null +++ b/www/static/css-src/_blog.scss @@ -0,0 +1,294 @@ +.blog{ + padding-top:20px; + .blogHeader{ + position: relative; + padding:0 15px 25px 15px; + h1{ + color: #b58733; + font-size: 30pt; + } + div{ + position: absolute; + top: 20px; + left: 96px; + + img{ + float: left; + padding-left:14px; + } + a{ + float: left; + font-size: 12pt; + padding-left:4px; + font-weight: lighter; + color: #4cc2e4; + } + } + } + //landing page + .blog-list{ + max-width: 700px; + padding-top: 30px; + padding-right: 30px; + + ul { + list-style-type: none; + } + + .posts{ + + li:first-child header .adorner + { + background-color: #3992ab; + } + + header{ + + position: relative; + height: 64px; + + .adorner{ + height: 50px; + width: 5px; + background-color: #f2f2f2; + position: absolute; + left: -20px; + } + + .title{ + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + + div:nth-of-type(2){ + color: #b58733; + font-size: 18pt; + top:-4px; + position: relative; + + span { + font-size: 80%; + color: #999; + position: relative; + top:-6px; + } + + .date{ + color: #2f2f2f; + } + } + } + section{ + padding-bottom: 100px; + } + + } + + } + + .social-container{ + max-width: 360px; + padding-top: 140px; + + .container{ + background-color: #f2f2f2; + width: 330px; + height: 868px; + + .header{ + position: relative; + padding-top: 24px; + padding-bottom: 20px; + + div{ + float:left; + color: #808080; + font-size: 18px; + padding-left:2px; + } + + img{ + padding-left:18px; + } + + } + + .feed{ + background-color: white; + height: 730px; + padding: 14px; + + ul { + list-style-type: none; + padding: 0; + + li{ + position: relative; + + img{ + top: 0px; + float: left; + } + .name{ + color: black; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + font-weight: bold; + font-size: 110%; + padding-left: 8px; + } + .handle{ + color:gray; + font-weight: lighter; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + font-size: 90%; + padding-left: 7px; + margin-top: -3px; + } + .date{ + color: gray; + font-weight: bold; + float: right; + } + .content{ + color: black; + padding-top: 4px; + padding-left: 1px; + } + } + + } + } + .promo{ + color: gray; + background-color: white; + height: 42px; + padding-top: 10px; + margin-top: 12px; + text-align: center; + font-size: 110%; + } + + } + + } + + + //blog post page + div.post{ + padding:0 15px; + + header{ + + .title{ + color: #3992ab; + font-size: 30pt; + } + .author, .date{ + font-size: 14pt; + color: #999; + padding: 0 4px; + } + .date{ + float:right; + position: relative; + top:-20pt; + } + } + section > div.content{ + padding: 40px 0; + color: black; + } + + } + + section.nextprev-posts{ + div{ + .header{ + padding: 10px 0; + } + .title{ + color: #3992ab; + font-size: 14pt; + } + span{ + font-size: 9pt; + color: #999; + padding: 0 4px; + } + } + .next , .prev{ + padding: 10px 15px; + } + } + + section.nextprev-controls{ + + div{ + position: fixed; + top:37%; + .title{ + color: white; + font-size: 12pt; + } + span{ + font-size: 9pt; + color: #999; + padding: 0 2px; + } + div{ + position: relative; + top: 64px; + left: 20px; + z-index:10; + width: 240px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + } + } + + .next { + right: 0px; + height:90px; + width: 321px; + top:calc(37% - 38px); + img{ + position: fixed; + right: 0px; + } + } + .prev{ + left:0px; + } + + + @media (max-width: 1800px) { + .next { + img{ + clip: rect(0px, 321px, 89px, 262px); + top:37%; + } + } + div{ + .title{ + display:none; + } + span{ + display:none; + } + } + } + @media (max-width: 1300px) { + .next, .prev { + img{ + display:none; + } + } + } + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/_contribute.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/_contribute.scss b/www/static/css-src/_contribute.scss new file mode 100644 index 0000000..a5ef968 --- /dev/null +++ b/www/static/css-src/_contribute.scss @@ -0,0 +1,36 @@ +.list { + padding:0; +} + +.list li { + background:$gray-10; + padding: 8px; + position: relative; + list-style: none; + margin-bottom: 16px; +} + +.platforms-list li a { + position: absolute; + top: 0; + bottom: 0; + right: 0; + -webkit-transition: background 0.25s linear; + -moz-transition: background 0.25s linear; + transition: background 0.25s linear; + width: 36px; + background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat; + background-position: 3px -127px; + background-color: #4cc2e4; +} +.platforms-list li a.link-apache { + right: 39px; + background-position: 2px -94px; +} +.platforms-list li.first a { + width: 108px; +} +.platforms-list li.first a.link-apache { + width: 144px; + right: 111px; +} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/_docs.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/_docs.scss b/www/static/css-src/_docs.scss new file mode 100644 index 0000000..1012fd8 --- /dev/null +++ b/www/static/css-src/_docs.scss @@ -0,0 +1,77 @@ +@import 'main'; + +.site-toc-container { + position: fixed; +} +.site-toc-title { + font-weight: 300; + font-size: 22px; + text-transform: uppercase; +} + +/* outer ToC for the site */ +.site-toc { + padding: 0px; +} +.site-toc li { + list-style: none; +} +.site-toc > li { + list-style: none; + font-size: 18px; + font-weight: 300; + padding: 0.5em 0em; +} +.site-toc > li .this-page { + font-weight: bold; +} + +/* inner ToC for the page */ +.page-toc ul { + padding: 14px 0px 0px 0px; +} +.page-toc ul > li { + padding: 0.5em 0em 0.5em 1em; + font-size: 14px; + border-left: 0.5em solid rgba($brand-primary, 0.5); +} +.page-toc ul > li.toc-active { + font-weight: bold; + border-left: 0.5em solid $brand-primary; +} + +/* header above page content */ +.content-header { + text-align: right; + margin-top: 22px; +} +.content-header .dropdown { + display: inline-block; + margin-left: 0.3em; +} +.content-header .dropdown button.dropdown-toggle { + border-radius: 4px; + background-color: rgb(214, 214, 214); + &:hover { + background-color: rgb(191, 191, 191); + } +} +.content-header .edit { + margin-right: 1em; + margin-left: 1em; +} + +/* + * the id that gets assigned to each heading in a page, + * and which gets referred by the <a>s in the page ToC + */ +.page-toc-anchor { + display: block; + position: relative; + bottom: 50px; +} + +/* missing version highlight */ +.missing-version { + color: gray !important; +} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/_home.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/_home.scss b/www/static/css-src/_home.scss new file mode 100644 index 0000000..a0df3ff --- /dev/null +++ b/www/static/css-src/_home.scss @@ -0,0 +1,220 @@ +/* @media (min-width: $screen-sm-min) { body { font-size:.5em; } } */ + + +body { + +} + +#hero { + height:1020px; + background-color:$gray-transparent; + background-image: url("{{ site.baseurl }}/static/img/wisplight.jpg"); + background-size: cover; + position:relative; + color:white; + #hero_section { + width:80%; + max-width:730px; + font-size:18px; + margin-top:-100px; /* vertically centers more accuaretly since bottom bar is absolutely positioned*/ + > div { + display: inline-block; + } + #hero_section_left { + width:39%; + vertical-align: top; + } + + #hero_section_right { + width:59%; + div { + padding-bottom:20px; + } + .platforms_more { + font-size: 12px; + padding-left: 20px; + font-weight: bold; + } + } + } + .hero_logo { + width:100%; + padding-top:40px; + padding-bottom:20px; + } +} +@media (max-width: 768px) { + #hero #hero_section #hero_section_right { width:100%; } +} + +#hero_bottom_strip { + position: absolute; + top: 100%; + min-height: 200px; + background-color: rgba(128,128,128,.15); + width: 100%; + margin: 0; + /* margin-top: -200px; */ /* Less responsive */ + @include vendor-prefix(transform, translateY(-100%)); + + .container { + padding-top:55px; + padding-bottom:55px; + font-size: 18px; + } + .sprite_img { + position:relative; + left: 0px; + margin: 0; + padding: 0; + top:0; + width: 85px; + height: 85px; + background-repeat: no-repeat; + background-size: cover; + } +} +.value_prop { + max-width: 146px; +} + +@mixin sprite-img($a, $b) { + background: url("{{ site.baseurl }}/static/img/value-prop-sprite.svg") $a $b; +} + +#sprite_shared_code { @include sprite-img(0px, 0) } +#sprite_offline { @include sprite-img(-84px, 0) } +#sprite_apis { @include sprite-img(-84px*2, 0) } + +.navbar-brand { + padding:0; + position: absolute; +} +img#logo_top { + width:190px; + padding:5px; +} + +@media (min-width: 768px) { /* Center the navs when not collapsed */ + .nav_bar_center { + text-align:center; + height:50px; + } + .nav_bar_center > ul { + display: inline-block; + float:none; + } + } + +.vertical-center-parent { + position: relative; + width:100%; + height:100%; + .vertical-center-child { + position:absolute; + top:50%; + left:50%; + @include vendor-prefix(transform, translate(-50%,-50%)); + } +} + +/* +********* Getting Started *********** +*/ +#current_os { + font-weight: bold; +} +.number_circle { + display: inline-block; + width: 50px; + height:50px; + padding: 8px; + font-size: 24px; + color: #ffffff; + vertical-align: middle; + white-space: nowrap; + text-align: center; + background-color: $brand-primary-darker; + border-radius: 50%; + margin-top: 20px; +} + +.well_code { + @extend .well; + padding-bottom:19px + 50px; + position:relative; + background-color: $gray-10; + margin-top:46px; + div { + @extend .well_code; + position: absolute; + top: 100%; + @include vendor-prefix(transform, translateY(-100%)); + padding: 0; + margin:0; + background-color: $gray-20; + width: 100%; + margin-left:-19px; + button { + background-color: $brand-primary; + margin:5px; + } + } +} + + +/* +********* Showcase Section *********** +*/ +.dark { + background-color: $gray-90; +} +.showcase_section_intro { + margin: auto; + float:none; + max-width: 700px; + h1 { color: $brand-gold; padding-bottom:0; } + h2 { color: white; font-size: 18px; font-weight:normal; padding:0; margin-top:0 } + p, span { color: $gray-40; text-align: left; } + padding-top: 4px; + padding-bottom: 35px; +} + +.supported_platforms { + background-color: darken(white, 85%); + margin-left: -15px; + margin-right: -15px; +} +.platform_logos { + list-style-type: none; + padding-left:0; + padding-top: 20px; + padding-bottom: 20px; +} +.cordova_tools_gallery { + color:white; + .card { + padding:8px; + .card_title { + color: $brand-primary; + font-weight: bold; + } + .card_inner { + background-color:darken(white, 85%); + padding: 32px 16px 32px 16px; + } + .sample_app_thumb { + background-color: #AD6E6E; + width: 100%; + height: 100px; + } + img { + height:50px; + padding-bottom:5px; + } + } +} +.add_seemore_links { + margin-top:10px; + a { padding-left:30px; } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/_plugins.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/_plugins.scss b/www/static/css-src/_plugins.scss new file mode 100644 index 0000000..ae75582 --- /dev/null +++ b/www/static/css-src/_plugins.scss @@ -0,0 +1,24 @@ +.plugins_search_container { + max-width:405px; + margin:auto; + +} +button.btn { + color:white; +} +.whatisplugin_box { + + img { + float:left; + padding-right: 20px; + padding-bottom: 20px; + width: 84px; + } +} +.plugins_links { + max-width: 50%; + margin:auto; +} +.progress { + width:12%; +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/blog.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/blog.scss b/www/static/css-src/blog.scss deleted file mode 100644 index 25161f0..0000000 --- a/www/static/css-src/blog.scss +++ /dev/null @@ -1,294 +0,0 @@ -.blog{ - padding-top:20px; - .blogHeader{ - position: relative; - padding:0 15px 25px 15px; - h1{ - color: #b58733; - font-size: 30pt; - } - div{ - position: absolute; - top: 20px; - left: 96px; - - img{ - float: left; - padding-left:14px; - } - a{ - float: left; - font-size: 12pt; - padding-left:4px; - font-weight: lighter; - color: #4cc2e4; - } - } - } - //landing page - .blog-list{ - max-width: 700px; - padding-top: 30px; - padding-right: 30px; - - ul { - list-style-type: none; - } - - .posts{ - - li:first-child header .adorner - { - background-color: #3992ab; - } - - header{ - - position: relative; - height: 64px; - - .adorner{ - height: 50px; - width: 5px; - background-color: #f2f2f2; - position: absolute; - left: -20px; - } - - .title{ - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - } - - div:nth-of-type(2){ - color: #b58733; - font-size: 18pt; - top:-4px; - position: relative; - - span { - font-size: 80%; - color: #999; - position: relative; - top:-6px; - } - - .date{ - color: #2f2f2f; - } - } - } - section{ - padding-bottom: 100px; - } - - } - - } - - .social-container{ - max-width: 360px; - padding-top: 140px; - - .container{ - background-color: #f2f2f2; - width: 330px; - height: 868px; - - .header{ - position: relative; - padding-top: 24px; - padding-bottom: 20px; - - div{ - float:left; - color: #808080; - font-size: 18px; - padding-left:2px; - } - - img{ - padding-left:18px; - } - - } - - .feed{ - background-color: white; - height: 730px; - padding: 14px; - - ul { - list-style-type: none; - padding: 0; - - li{ - position: relative; - - img{ - top: 0px; - float: left; - } - .name{ - color: black; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - font-weight: bold; - font-size: 110%; - padding-left: 8px; - } - .handle{ - color:gray; - font-weight: lighter; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - font-size: 90%; - padding-left: 7px; - margin-top: -3px; - } - .date{ - color: gray; - font-weight: bold; - float: right; - } - .content{ - color: black; - padding-top: 4px; - padding-left: 1px; - } - } - - } - } - .promo{ - color: gray; - background-color: white; - height: 42px; - padding-top: 10px; - margin-top: 12px; - text-align: center; - font-size: 110%; - } - - } - - } - - - //blog post page - div.post{ - padding:0 15px; - - header{ - - .title{ - color: #3992ab; - font-size: 30pt; - } - .author, .date{ - font-size: 14pt; - color: #999; - padding: 0 4px; - } - .date{ - float:right; - position: relative; - top:-20pt; - } - } - section > div.content{ - padding: 40px 0; - color: black; - } - - } - - section.nextprev-posts{ - div{ - .header{ - padding: 10px 0; - } - .title{ - color: #3992ab; - font-size: 14pt; - } - span{ - font-size: 9pt; - color: #999; - padding: 0 4px; - } - } - .next , .prev{ - padding: 10px 15px; - } - } - - section.nextprev-controls{ - - div{ - position: fixed; - top:37%; - .title{ - color: white; - font-size: 12pt; - } - span{ - font-size: 9pt; - color: #999; - padding: 0 2px; - } - div{ - position: relative; - top: 64px; - left: 20px; - z-index:10; - width: 240px; - text-overflow: ellipsis; - overflow: hidden; - white-space: nowrap; - } - } - - .next { - right: 0px; - height:90px; - width: 321px; - top:calc(37% - 38px); - img{ - position: fixed; - right: 0px; - } - } - .prev{ - left:0px; - } - - - @media (max-width: 1800px) { - .next { - img{ - clip: rect(0px, 321px, 89px, 262px); - top:37%; - } - } - div{ - .title{ - display:none; - } - span{ - display:none; - } - } - } - @media (max-width: 1300px) { - .next, .prev { - img{ - display:none; - } - } - } - } -} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/contribute.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/contribute.scss b/www/static/css-src/contribute.scss deleted file mode 100644 index addea99..0000000 --- a/www/static/css-src/contribute.scss +++ /dev/null @@ -1,36 +0,0 @@ -.list { - padding:0; -} - -.list li { - background: red; - padding: 8px; - position: relative; - list-style: none; - margin-bottom: 16px; -} - -.platforms-list li a { - position: absolute; - top: 0; - bottom: 0; - right: 0; - -webkit-transition: background 0.25s linear; - -moz-transition: background 0.25s linear; - transition: background 0.25s linear; - width: 36px; - background: url("{{ site.baseurl }}/static/img/sprite.png") no-repeat; - background-position: 3px -127px; - background-color: #4cc2e4; -} -.platforms-list li a.link-apache { - right: 39px; - background-position: 2px -94px; -} -.platforms-list li.first a { - width: 108px; -} -.platforms-list li.first a.link-apache { - width: 144px; - right: 111px; -} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/docs.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/docs.scss b/www/static/css-src/docs.scss deleted file mode 100644 index 1012fd8..0000000 --- a/www/static/css-src/docs.scss +++ /dev/null @@ -1,77 +0,0 @@ -@import 'main'; - -.site-toc-container { - position: fixed; -} -.site-toc-title { - font-weight: 300; - font-size: 22px; - text-transform: uppercase; -} - -/* outer ToC for the site */ -.site-toc { - padding: 0px; -} -.site-toc li { - list-style: none; -} -.site-toc > li { - list-style: none; - font-size: 18px; - font-weight: 300; - padding: 0.5em 0em; -} -.site-toc > li .this-page { - font-weight: bold; -} - -/* inner ToC for the page */ -.page-toc ul { - padding: 14px 0px 0px 0px; -} -.page-toc ul > li { - padding: 0.5em 0em 0.5em 1em; - font-size: 14px; - border-left: 0.5em solid rgba($brand-primary, 0.5); -} -.page-toc ul > li.toc-active { - font-weight: bold; - border-left: 0.5em solid $brand-primary; -} - -/* header above page content */ -.content-header { - text-align: right; - margin-top: 22px; -} -.content-header .dropdown { - display: inline-block; - margin-left: 0.3em; -} -.content-header .dropdown button.dropdown-toggle { - border-radius: 4px; - background-color: rgb(214, 214, 214); - &:hover { - background-color: rgb(191, 191, 191); - } -} -.content-header .edit { - margin-right: 1em; - margin-left: 1em; -} - -/* - * the id that gets assigned to each heading in a page, - * and which gets referred by the <a>s in the page ToC - */ -.page-toc-anchor { - display: block; - position: relative; - bottom: 50px; -} - -/* missing version highlight */ -.missing-version { - color: gray !important; -} http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/home.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/home.scss b/www/static/css-src/home.scss deleted file mode 100644 index a0df3ff..0000000 --- a/www/static/css-src/home.scss +++ /dev/null @@ -1,220 +0,0 @@ -/* @media (min-width: $screen-sm-min) { body { font-size:.5em; } } */ - - -body { - -} - -#hero { - height:1020px; - background-color:$gray-transparent; - background-image: url("{{ site.baseurl }}/static/img/wisplight.jpg"); - background-size: cover; - position:relative; - color:white; - #hero_section { - width:80%; - max-width:730px; - font-size:18px; - margin-top:-100px; /* vertically centers more accuaretly since bottom bar is absolutely positioned*/ - > div { - display: inline-block; - } - #hero_section_left { - width:39%; - vertical-align: top; - } - - #hero_section_right { - width:59%; - div { - padding-bottom:20px; - } - .platforms_more { - font-size: 12px; - padding-left: 20px; - font-weight: bold; - } - } - } - .hero_logo { - width:100%; - padding-top:40px; - padding-bottom:20px; - } -} -@media (max-width: 768px) { - #hero #hero_section #hero_section_right { width:100%; } -} - -#hero_bottom_strip { - position: absolute; - top: 100%; - min-height: 200px; - background-color: rgba(128,128,128,.15); - width: 100%; - margin: 0; - /* margin-top: -200px; */ /* Less responsive */ - @include vendor-prefix(transform, translateY(-100%)); - - .container { - padding-top:55px; - padding-bottom:55px; - font-size: 18px; - } - .sprite_img { - position:relative; - left: 0px; - margin: 0; - padding: 0; - top:0; - width: 85px; - height: 85px; - background-repeat: no-repeat; - background-size: cover; - } -} -.value_prop { - max-width: 146px; -} - -@mixin sprite-img($a, $b) { - background: url("{{ site.baseurl }}/static/img/value-prop-sprite.svg") $a $b; -} - -#sprite_shared_code { @include sprite-img(0px, 0) } -#sprite_offline { @include sprite-img(-84px, 0) } -#sprite_apis { @include sprite-img(-84px*2, 0) } - -.navbar-brand { - padding:0; - position: absolute; -} -img#logo_top { - width:190px; - padding:5px; -} - -@media (min-width: 768px) { /* Center the navs when not collapsed */ - .nav_bar_center { - text-align:center; - height:50px; - } - .nav_bar_center > ul { - display: inline-block; - float:none; - } - } - -.vertical-center-parent { - position: relative; - width:100%; - height:100%; - .vertical-center-child { - position:absolute; - top:50%; - left:50%; - @include vendor-prefix(transform, translate(-50%,-50%)); - } -} - -/* -********* Getting Started *********** -*/ -#current_os { - font-weight: bold; -} -.number_circle { - display: inline-block; - width: 50px; - height:50px; - padding: 8px; - font-size: 24px; - color: #ffffff; - vertical-align: middle; - white-space: nowrap; - text-align: center; - background-color: $brand-primary-darker; - border-radius: 50%; - margin-top: 20px; -} - -.well_code { - @extend .well; - padding-bottom:19px + 50px; - position:relative; - background-color: $gray-10; - margin-top:46px; - div { - @extend .well_code; - position: absolute; - top: 100%; - @include vendor-prefix(transform, translateY(-100%)); - padding: 0; - margin:0; - background-color: $gray-20; - width: 100%; - margin-left:-19px; - button { - background-color: $brand-primary; - margin:5px; - } - } -} - - -/* -********* Showcase Section *********** -*/ -.dark { - background-color: $gray-90; -} -.showcase_section_intro { - margin: auto; - float:none; - max-width: 700px; - h1 { color: $brand-gold; padding-bottom:0; } - h2 { color: white; font-size: 18px; font-weight:normal; padding:0; margin-top:0 } - p, span { color: $gray-40; text-align: left; } - padding-top: 4px; - padding-bottom: 35px; -} - -.supported_platforms { - background-color: darken(white, 85%); - margin-left: -15px; - margin-right: -15px; -} -.platform_logos { - list-style-type: none; - padding-left:0; - padding-top: 20px; - padding-bottom: 20px; -} -.cordova_tools_gallery { - color:white; - .card { - padding:8px; - .card_title { - color: $brand-primary; - font-weight: bold; - } - .card_inner { - background-color:darken(white, 85%); - padding: 32px 16px 32px 16px; - } - .sample_app_thumb { - background-color: #AD6E6E; - width: 100%; - height: 100px; - } - img { - height:50px; - padding-bottom:5px; - } - } -} -.add_seemore_links { - margin-top:10px; - a { padding-left:30px; } -} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83126cdc/www/static/css-src/plugins.scss ---------------------------------------------------------------------- diff --git a/www/static/css-src/plugins.scss b/www/static/css-src/plugins.scss deleted file mode 100644 index ae75582..0000000 --- a/www/static/css-src/plugins.scss +++ /dev/null @@ -1,24 +0,0 @@ -.plugins_search_container { - max-width:405px; - margin:auto; - -} -button.btn { - color:white; -} -.whatisplugin_box { - - img { - float:left; - padding-right: 20px; - padding-bottom: 20px; - width: 84px; - } -} -.plugins_links { - max-width: 50%; - margin:auto; -} -.progress { - width:12%; -} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
