aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/styles/scss/_plugins.scss
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-08 12:39:57 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-10 14:53:01 +0100
commitc530e84843444a40804e0c2b038c2ec53fe411b2 (patch)
tree1a9eebf49fd85027ba472bad8c178d686bad8d56 /site/static/styles/scss/_plugins.scss
webdocs-agl: added developer website template
Change-Id: I4a45ee0ad5dd0c29a6d6876a0e02cd5550c010e9 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/static/styles/scss/_plugins.scss')
-rw-r--r--site/static/styles/scss/_plugins.scss203
1 files changed, 203 insertions, 0 deletions
diff --git a/site/static/styles/scss/_plugins.scss b/site/static/styles/scss/_plugins.scss
new file mode 100644
index 0000000..d607939
--- /dev/null
+++ b/site/static/styles/scss/_plugins.scss
@@ -0,0 +1,203 @@
+.plugins_search_container {
+ max-width:405px;
+ margin:auto;
+ .input-group {
+ width:100%;
+ }
+}
+
+.whatisplugin_box {
+ margin-top:20px;
+ img {
+ float:left;
+ padding-right: 20px;
+ padding-bottom: 20px;
+ width: 84px;
+ }
+}
+.plugins_links {
+ max-width: 405px;
+ margin:auto;
+}
+.progress {
+ width:12%;
+ margin:0;
+}
+.featured-list-header{
+ margin-top:0;
+}
+.well.featured-list {
+ padding:0;
+ h2 { text-align: center; }
+ ul {
+ list-style: none;
+ padding-left:0;
+ div { display:inline-block; }
+ li {
+ padding-left:19px;
+ padding-right:19px;
+ padding-top:5px;
+ height:33px;
+ }
+ li:nth-child(odd) {
+ background-color:$gray-20;
+ }
+ }
+}
+.plugin {
+ position:absolute;
+ left:126px;
+}
+.plugin-stats {
+ position: absolute;
+ right:0;
+ width:100px;
+}
+.filter-by-platforms {
+ margin-top:40px;
+ margin-bottom:10px;
+}
+
+.filter-by-platform-label {
+ line-height:40px;
+ vertical-align: top;
+}
+
+.filter-by-platform-filters {
+ display: inline-block;
+ button.btn {
+ margin-bottom: 2px;
+ margin-right: 2px;
+ width: 120px;
+
+ &.btn-primary {
+ background-color: $brand-primary;
+ }
+ &.btn-default {
+ background-color: $gray-10;
+ &:hover {
+ background-color: $brand-primary;
+ }
+ }
+ }
+}
+
+.nav-pills > li > a {
+ background-color:$gray-5;
+}
+
+.nav > li > a:hover {
+ background-color:$gray-10;
+}
+
+.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
+ background-color:$brand-primary;
+ color:black;
+}
+
+.plugins-sort-dropdown {
+ height:40px;
+}
+
+/***
+**** Plugins Results
+****
+*/
+
+.plugins-results-container {
+ margin-bottom:20px;
+ padding:0;
+}
+
+.plugin-results-number {
+ line-height:40px;
+ vertical-align: top;
+ text-align: center;
+}
+
+.plugin-results-result {
+ margin-bottom:20px;
+ background-color:$gray-5;
+ position: relative;
+}
+
+.plugin-results-show-more {
+ text-align: center;
+ cursor:pointer;
+ padding: 10px;
+ background-color: $brand-primary;
+ color: #000;
+}
+
+.plugin-results-show-more:hover {
+ color: #000;
+}
+
+.version_and_author {
+ display: inline-block;
+}
+
+.plugins-copy-to-clipboard {
+ width:15px;
+ position:absolute;
+ right:0;
+ top:20px;
+ margin-right:10px;
+ cursor:pointer;
+}
+
+.plugins-featured {
+ -webkit-box-shadow: inset 3px 0 0 0 $brand-primary;
+ -moz-box-shadow: inset 3px 0 0 0 $brand-primary;
+ box-shadow: inset 3px 0 0 0 $brand-primary;
+ border-left-width: 0px;
+}
+
+.plugin-search-credit {
+ margin-left: 0px;
+ margin-bottom: 5px;
+}
+
+@media (min-width: 767px) {
+ .version_and_author {
+ float:right;
+ margin-top:20px;
+ }
+ h2 { display: inline-block }
+}
+.license { font-weight: bold }
+hr.results-divider-line {
+ border-color:$gray-20;
+}
+
+.cordova-add-command {
+ width: 1px;
+ height: 1px;
+ overflow: hidden;
+}
+
+.results-supported-platforms {
+ list-style: none;
+ padding:0;
+ margin-bottom:0;
+}
+.results-supported-platforms li {
+ display: inline-block;
+}
+.results-supported-platforms > li > div {
+ background-image:url($baseurl+'/static/img/platform-logos-all-sprite.svg');
+ width:50px;
+ height:50px;
+ display:inline-block;
+ background-size: 550px 50px;
+}
+.android { background-position: 0 }
+.ios { background-position: 10%; }
+.windows { background-position: 20%; }
+.blackberry { background-position: 30%; }
+.ubuntu { background-position: 40%; }
+.firefox { background-position: 50%; }
+.webos { background-position: 60%; }
+.fireos { background-position: 70%; }
+.osx { background-position: 80.8%; }
+.browser { background-position: 92.2%; }