Skip to content
Snippets Groups Projects
Commit e24b6977 authored by Benjamin Cabé's avatar Benjamin Cabé
Browse files

more migrations ...

parent ee720129
No related branches found
No related tags found
No related merge requests found
Showing
with 427 additions and 64 deletions
......@@ -2546,23 +2546,23 @@ tbody.collapse.in {
margin-right: 0; } }
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7; }
background-color: rgba(255, 255, 255, 0);
border-color: none; }
.navbar-default .navbar-brand {
color: #777777; }
color: whitesmoke; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
color: gainsboro;
background-color: transparent; }
.navbar-default .navbar-text {
color: #777777; }
color: whitesmoke; }
.navbar-default .navbar-nav > li > a {
color: #777777; }
color: whitesmoke; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333333;
color: whitesmoke;
background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7; }
background-color: rgba(238, 238, 238, 0); }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent; }
......@@ -2573,30 +2573,30 @@ tbody.collapse.in {
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #e7e7e7; }
border-color: none; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
background-color: rgba(238, 238, 238, 0);
color: #555555; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777; }
color: whitesmoke; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
color: whitesmoke;
background-color: transparent; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7; }
background-color: rgba(238, 238, 238, 0); }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent; } }
.navbar-default .navbar-link {
color: #777777; }
color: whitesmoke; }
.navbar-default .navbar-link:hover {
color: #333333; }
color: whitesmoke; }
.navbar-default .btn-link {
color: #777777; }
color: whitesmoke; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333333; }
color: whitesmoke; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc; }
......@@ -4165,14 +4165,15 @@ header {
padding-bottom: 50px; }
header nav {
padding-top: 20px; }
header nav ul.menu {
header nav ul.navbar-nav {
margin-top: 40px;
text-transform: uppercase; }
header nav ul.menu li {
text-transform: uppercase;
text-align: center; }
header nav ul.navbar-nav li {
position: relative; }
header nav ul.menu li a {
header nav ul.navbar-nav li a {
color: whitesmoke; }
header nav ul.menu li ul.dropdown-menu {
header nav ul.navbar-nav li ul.dropdown-menu {
background-color: rgba(0, 0, 0, 0.8);
border: 0;
border-top: 5px solid #3085cb;
......@@ -4180,19 +4181,19 @@ header {
padding: 0;
margin-top: 10px;
left: -55px; }
.homepage header nav ul.menu li ul.dropdown-menu {
.homepage header nav ul.navbar-nav li ul.dropdown-menu {
background-color: rgba(0, 0, 0, 0.5); }
header nav ul.menu li ul.dropdown-menu li {
header nav ul.navbar-nav li ul.dropdown-menu li {
text-transform: none; }
header nav ul.menu li ul.dropdown-menu li a {
header nav ul.navbar-nav li ul.dropdown-menu li a {
padding: 20px;
-webkit-transition: ;
-o-transition: ;
transition: ; }
header nav ul.menu li ul.dropdown-menu li a:hover {
header nav ul.navbar-nav li ul.dropdown-menu li a:hover {
color: whitesmoke;
background-color: rgba(0, 0, 0, 0.4); }
header nav ul.menu li ul.dropdown-menu:after {
header nav ul.navbar-nav li ul.dropdown-menu:after {
width: 0;
height: 0;
border-left: 10px solid transparent;
......@@ -4246,6 +4247,17 @@ main.main {
main.main .well p {
font-size: 2.4rem;
color: whitesmoke !important; }
main.main .subsection-header {
margin-bottom: 20px; }
main.main .subsection-header h2 {
color: whitesmoke;
display: block;
height: 79px;
width: 100%;
background-size: 100%;
padding: 28px;
font-size: 21px;
margin-bottom: 30px; }
main.main section.first {
background-color: whitesmoke;
background-image: url(../images/section-first-divider.png);
......@@ -4290,17 +4302,6 @@ main.main {
background-size: 100%;
background-position: bottom center;
padding: 20px 0 75px; }
main.main section.second .latest-news, main.main section.second .featured-article, main.main section.second .upcoming-events {
margin-bottom: 60px; }
main.main section.second .latest-news h2, main.main section.second .featured-article h2, main.main section.second .upcoming-events h2 {
color: whitesmoke;
display: block;
height: 79px;
width: 100%;
background-size: 100%;
padding: 28px;
font-size: 21px;
margin-bottom: 30px; }
main.main section.second .community p {
font-size: 1.5em; }
main.main section.second .latest-news h2 {
......@@ -4316,46 +4317,32 @@ main.main {
main.main section.second .latest-news .latest-news-item p.date {
color: #6eb553;
font-size: 12px; }
main.main section.second .latest-news .latest-news-item.last {
margin-bottom: 25px; }
main.main section.second .featured-article h2 {
main.main section.second .latest-news .latest-news-item:last-of-type {
margin-bottom: 35px;
border-bottom: 0px; }
main.main section.second .featured-articles h2 {
background-image: url(../images/heading-featured.jpg); }
main.main section.second .featured-article .featured-article-item {
main.main section.second .featured-articles .featured-articles-item {
background-image: url(../images/open-iot-bg.jpg);
background-size: 100%;
background-size: cover;
background-repeat: no-repeat;
color: whitesmoke;
text-align: center; }
main.main section.second .featured-article .featured-article-item h3 {
text-align: center;
margin-bottom: 30px; }
main.main section.second .featured-articles .featured-articles-item h3 {
font-size: 18px;
color: whitesmoke;
padding: 40px 0;
margin: 0; }
main.main section.second .featured-article .featured-article-item p {
background-color: #3085cb;
padding: 10px 0;
font-size: 1em;
color: white;
line-height: 1.2;
position: relative; }
main.main section.second .featured-article .featured-article-item p:after {
width: 0;
height: 0;
border-bottom: 20px solid #3085cb;
border-left: 20px solid transparent;
content: " ";
display: table;
right: 1px;
top: -20px;
position: absolute; }
main.main section.second .upcoming-events h2 {
background-image: url(../images/heading-upcoming_events.jpg); }
main.main section.second .upcoming-events .upcoming-events-item {
background-image: url(../images/upcoming-events-bg_hover.png);
background-size: 100%;
text-align: center;
color: whitesmoke;
margin-bottom: 30px; }
main.main section.second .upcoming-events .upcoming-events-item h3 {
background-image: url(../images/upcoming-events-bg.png);
background-size: 100%;
padding: 40px 0;
font-size: 18px;
font-weight: bold;
......@@ -4363,6 +4350,9 @@ main.main {
main.main section.second .upcoming-events .upcoming-events-item h3 span.date {
font-weight: normal;
font-size: 14px; }
main.main section.second .upcoming-events .upcoming-events-item h3:hover {
background: url(../images/upcoming-events-bg_hover.png);
background-size: 100%; }
main.main section.second .upcoming-events .upcoming-events-item p {
background-color: #3085cb;
padding: 10px 0;
......@@ -4426,6 +4416,10 @@ main.main {
font-size: 15px;
padding-bottom: 50px;
color: #551f62; }
main.main .videos h2 {
background-image: url(../images/heading-upcoming_events.jpg); }
main.main .presentations h2 {
background-image: url(../images/heading-upcoming_events.jpg); }
footer {
background-image: url(../images/footer-bg.jpg);
......
div.oembedall-githubrepos {
border: 1px solid #DDD;
border-radius: 4px 4px 4px 4px;
list-style-type: none;
margin: 0 0 10px;
padding: 8px 10px 0;
font: 13.34px/1.4 helvetica, arial, freesans, clean, sans-serif;
/*background: url("http://github.com/images/icons/public.png") no-repeat scroll 6px 9px transparent;*/
width: 452px;
background-color: #fff;
}
div.oembedall-githubrepos .oembedall-body {
background: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#EFEFEF));
;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top: 1px solid #EEE;
margin-left: -10px;
margin-top: 8px;
padding: 5px 10px;
width: 100%;
}
div.oembedall-githubrepos h3 {
font-size: 14px;
margin: 0;
padding-left: 18px;
white-space: nowrap;
}
div.oembedall-githubrepos p.oembedall-description {
color: #444;
font-size: 12px;
margin: 0 0 3px;
}
div.oembedall-githubrepos p.oembedall-updated-at {
color: #888;
font-size: 11px;
margin: 0;
}
div.oembedall-githubrepos ul.oembedall-repo-stats {
/*background: url("http://github.com/images/modules/pagehead/actions_fade.png") no-repeat scroll 0 0 transparent;*/
border: medium none;
float: right;
font-size: 11px;
font-weight: bold;
padding-left: 15px;
position: relative;
z-index: 5;
margin: 0;
}
div.oembedall-githubrepos ul.oembedall-repo-stats li {
border: medium none;
color: #666;
display: inline-block;
list-style-type: none;
margin: 0 !important;
}
div.oembedall-githubrepos ul.oembedall-repo-stats li a {
background-color: transparent;
background-position: 5px -2px;
border: medium none;
color: #666 !important;
background-position: 5px -2px;
background-repeat: no-repeat;
border-left: 1px solid #DDD;
display: inline-block;
height: 21px;
line-height: 21px;
padding: 0 5px 0 23px;
}
div.oembedall-githubrepos ul.oembedall-repo-stats li:first-child a {
border-left: medium none;
margin-right: -3px;
}
div.oembedall-githubrepos ul.oembedall-repo-stats li a:hover {
background: none no-repeat scroll 5px -27px #4183C4;
color: #FFFFFF !important;
text-decoration: none;
}
div.oembedall-githubrepos ul.oembedall-repo-stats li:first-child a:hover {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
ul.oembedall-repo-stats li:last-child a:hover {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
div.oembedall-githubrepos ul.oembedall-repo-stats li.oembedall-watchers a {
/*background-image: url("http://github.com/images/modules/pagehead/repostat_watchers.png");*/
}
div.oembedall-githubrepos ul.oembedall-repo-stats li.oembedall-forks a {
/*background-image: url("http://github.com/images/modules/pagehead/repostat_forks.png");*/
}
span.oembedall-closehide {
background-color: #aaa;
border-radius: 2px;
cursor: pointer;
margin-right: 3px;
}
div.oembedall-container {
margin-top: 5px;
text-align: left;
}
.oembedall-ljuser {
font-weight: bold;
}
.oembedall-ljuser img {
vertical-align: bottom;
border: 0;
padding-right: 1px;
}
.oembedall-stoqembed {
border-bottom: 1px dotted #999999;
float: left;
overflow: hidden;
padding: 11px 0;
width: 730px;
line-height: 1;
background: none repeat scroll 0 0 #FFFFFF;
color: #000000;
font-family: Arial, Liberation Sans, DejaVu Sans, sans-serif;
font-size: 80%;
text-align: left;
margin: 0;
padding: 0;
}
.oembedall-stoqembed a {
color: #0077CC;
text-decoration: none;
margin: 0;
padding: 0;
}
.oembedall-stoqembed a:hover {
text-decoration: underline;
}
.oembedall-stoqembed a:visited {
color: #4A6B82;
}
.oembedall-stoqembed h3 {
font-family: Trebuchet MS, Liberation Sans, DejaVu Sans, sans-serif;
font-size: 130%;
font-weight: bold;
margin: 0;
padding: 0;
}
.oembedall-stoqembed .oembedall-reputation-score {
color: #444444;
font-size: 120%;
font-weight: bold;
margin-right: 2px;
}
.oembedall-stoqembed .oembedall-user-info {
height: 35px;
width: 185px;
}
.oembedall-stoqembed .oembedall-user-info .oembedall-user-gravatar32 {
float: left;
height: 32px;
width: 32px;
}
.oembedall-stoqembed .oembedall-user-info .oembedall-user-details {
float: left;
margin-left: 5px;
overflow: hidden;
white-space: nowrap;
width: 145px;
}
.oembedall-stoqembed .oembedall-question-hyperlink {
font-weight: bold;
}
.oembedall-stoqembed .oembedall-stats {
background: none repeat scroll 0 0 #EEEEEE;
margin: 0 0 0 7px;
padding: 4px 7px 6px;
width: 58px;
}
.oembedall-stoqembed .oembedall-statscontainer {
float: left;
margin-right: 8px;
width: 86px;
}
.oembedall-stoqembed .oembedall-votes {
color: #555555;
padding: 0 0 7px;
text-align: center;
}
.oembedall-stoqembed .oembedall-vote-count-post {
display: block;
font-size: 240%;
color: #808185;
display: block;
font-weight: bold;
}
.oembedall-stoqembed .oembedall-views {
color: #999999;
padding-top: 4px;
text-align: center;
}
.oembedall-stoqembed .oembedall-status {
margin-top: -3px;
padding: 4px 0;
text-align: center;
background: none repeat scroll 0 0 #75845C;
color: #FFFFFF;
}
.oembedall-stoqembed .oembedall-status strong {
color: #FFFFFF;
display: block;
font-size: 140%;
}
.oembedall-stoqembed .oembedall-summary {
float: left;
width: 635px;
}
.oembedall-stoqembed .oembedall-excerpt {
line-height: 1.2;
margin: 0;
padding: 0 0 5px;
}
.oembedall-stoqembed .oembedall-tags {
float: left;
line-height: 18px;
}
.oembedall-stoqembed .oembedall-tags a:hover {
text-decoration: none;
}
.oembedall-stoqembed .oembedall-post-tag {
background-color: #E0EAF1;
border-bottom: 1px solid #3E6D8E;
border-right: 1px solid #7F9FB6;
color: #3E6D8E;
font-size: 90%;
line-height: 2.4;
margin: 2px 2px 2px 0;
padding: 3px 4px;
text-decoration: none;
white-space: nowrap;
}
.oembedall-stoqembed .oembedall-post-tag:hover {
background-color: #3E6D8E;
border-bottom: 1px solid #37607D;
border-right: 1px solid #37607D;
color: #E0EAF1;
}
.oembedall-stoqembed .oembedall-fr {
float: right;
}
.oembedall-stoqembed .oembedall-statsarrow {
background-image: url("http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=3");
background-repeat: no-repeat;
overflow: hidden;
background-position: 0 -435px;
float: right;
height: 13px;
margin-top: 12px;
width: 7px;
}
.oembedall-facebook1 {
border: #1A3C6C solid 1px;
padding: 0px;
font: 13.34px/1.4 verdana;
width: 500px;
}
.oembedall-facebook2 {
background-color: #627add;
}
.oembedall-facebook2 a {
color: #e8e8e8;
text-decoration: none;
}
.oembedall-facebookBody {
background-color: #fff;
vertical-align: top;
padding: 5px;
}
.oembedall-facebookBody .contents {
display: inline-block;
width: 100%;
}
.oembedall-facebookBody div img {
float: left;
margin-right: 5px;
}
div.oembedall-lanyard {
-webkit-box-shadow: none;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.4000000059604645s;
-webkit-transition-property: width;
-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: none;
background-origin: padding-box;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
box-shadow: none;
color: #112644;
display: block;
float: left;
font-family: 'Trebuchet MS', Trebuchet, sans-serif;
font-size: 16px;
height: 253px;
line-height: 19px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: none;
min-height: 0px;
outline-color: #112644;
outline-style: none;
outline-width: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
text-align: left;
vertical-align: baseline;
width: 804px;
}
div.oembedall-lanyard .tagline {
font-size: 1.5em;
}
div.oembedall-lanyard .wrapper {
overflow: hidden;
clear: both;
}
div.oembedall-lanyard .split {
float: left;
display: inline;
}
div.oembedall-lanyard .prominent-place .flag:link, div.oembedall-lanyard .prominent-place .flag:visited, div.oembedall-lanyard .prominent-place .flag:hover, div.oembedall-lanyard .prominent-place .flag:focus, div.oembedall-lanyard .prominent-place .flag:active {
float: left;
display: block;
width: 48px;
height: 48px;
position: relative;
top: -5px;
margin-right: 10px;
}
div.oembedall-lanyard .place-context {
font-size: 0.889em;
}
div.oembedall-lanyard .prominent-place .sub-place {
display: block;
}
div.oembedall-lanyard .prominent-place {
font-size: 1.125em;
line-height: 1.1em;
font-weight: normal;
}
div.oembedall-lanyard .main-date {
color: #8CB4E0;
font-weight: bold;
line-height: 1.1;
}
div.oembedall-lanyard .first {
margin-left: 0;
width: 48.57%;
margin: 0 0 0 2.857%;
}
assets/images/dest/header-divider.png

2.78 KiB

assets/images/dest/heading-community.png

61 KiB

assets/images/dest/heading-featured.png

27.6 KiB

assets/images/dest/heading-latest_news.png

31.3 KiB

assets/images/dest/heading-upcoming_events.png

37.6 KiB

assets/images/dest/icon-all_projects.png

2.21 KiB

assets/images/dest/icon-facebook.png

1.58 KiB

assets/images/dest/icon-getting_started.png

2.17 KiB

assets/images/dest/icon-services.png

3.19 KiB

assets/images/dest/icon-share.png

1.58 KiB

assets/images/dest/icon-standards.png

2.41 KiB

assets/images/dest/icon-twitter.png

1.76 KiB

assets/images/dest/icon-youtube.png

1.9 KiB

assets/images/dest/iot-icon.png

24 KiB

assets/images/dest/iot-logo.png

4.63 KiB

assets/images/dest/upcoming-events-bg.png

22 KiB

assets/images/dest/upcoming-events-bg_hover.png

13.7 KiB

assets/images/iot-logo.png

4.63 KiB | W: | H:

assets/images/iot-logo.png

2.22 KiB | W: | H:

assets/images/iot-logo.png
assets/images/iot-logo.png
assets/images/iot-logo.png
assets/images/iot-logo.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment