diff --git a/sites/all/themes/gui/materiobasetheme/css/styles.css b/sites/all/themes/gui/materiobasetheme/css/styles.css index 5e36c7fe..0ff5a8fe 100644 --- a/sites/all/themes/gui/materiobasetheme/css/styles.css +++ b/sites/all/themes/gui/materiobasetheme/css/styles.css @@ -215,7 +215,6 @@ figure { */ /* line 211, ../bower_components/foundation/scss/normalize.scss */ hr { - -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } @@ -368,8 +367,6 @@ input[type="number"]::-webkit-outer-spin-button { input[type="search"] { -webkit-appearance: textfield; /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } @@ -514,8 +511,6 @@ html, body { *, *:before, *:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } @@ -1500,7 +1495,8 @@ button, .button { background-color: #008CBA; border-color: #007095; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { @@ -4049,7 +4045,8 @@ a { #container { margin: 0 auto; position: relative; - transition: padding-top 0.5s ease-out, 1s, ease-out; + -webkit-transition: padding-top 0.5s ease-out, 1s, ease-out; + transition: padding-top 0.5s ease-out, 1s, ease-out; } /** NIVEAU 2 */ @@ -4173,7 +4170,8 @@ body.home-v2 #header > .inner:after, body.home-v2 #utilities > .inner:after, bod /* line 87, ../scss/styles.scss */ .csstransitions .op-visible { opacity: 1; - transition: opacity 0.3s ease-out; + -webkit-transition: opacity 0.3s ease-out; + transition: opacity 0.3s ease-out; } /* line 92, ../scss/styles.scss */ @@ -4187,11 +4185,13 @@ body.home-v2 #header > .inner:after, body.home-v2 #utilities > .inner:after, bod /* line 97, ../scss/styles.scss */ .csstransition .op-hidden { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 100, ../scss/styles.scss */ .csstransition .op-hidden > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /** colomnized() */ @@ -4347,7 +4347,8 @@ body.home-v2 #header > .inner:after, body.home-v2 #utilities > .inner:after, bod right: 0; margin: 0; height: 0; - transition: height 0.3s ease-out; + -webkit-transition: height 0.3s ease-out; + transition: height 0.3s ease-out; } /* line 274, ../scss/styles.scss */ #header #header-blocks #block-user-login form#user-login-form > div { @@ -4439,7 +4440,8 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for width: 200px; height: 0; overflow: hidden; - transition: height 0.3s ease-out; + -webkit-transition: height 0.3s ease-out; + transition: height 0.3s ease-out; } /* line 336, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a, #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.preview { @@ -4470,11 +4472,13 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for /* line 119, ../scss/styles.scss */ .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview, .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 122, ../scss/styles.scss */ .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview > *, .csstransition .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /* line 351, ../scss/styles.scss */ #header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists { @@ -4644,7 +4648,8 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li { height: 0; overflow: hidden; - transition: height 0.3s ease-out; + -webkit-transition: height 0.3s ease-out; + transition: height 0.3s ease-out; } /* line 460, ../scss/styles.scss */ #header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li a { @@ -5087,7 +5092,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig font-size: 10px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); - transition: bottom 0.1s ease-out; + -webkit-transition: bottom 0.1s ease-out; + transition: bottom 0.1s ease-out; } /* line 721, ../scss/styles.scss */ #block-materio-user-user-register #edit-mail-check.error, #block-materio-user-user-createaccount #edit-mail-check.error { @@ -5137,7 +5143,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; } /* line 64, ../scss/styles.scss */ #block-materio-user-user-register #user-register-form .form-submit:hover, #block-materio-user-user-register #user-register-form .form-submit:focus, #block-materio-user-user-createaccount #user-register-form .form-submit:hover, #block-materio-user-user-createaccount #user-register-form .form-submit:focus { @@ -5145,7 +5152,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig } /* line 67, ../scss/styles.scss */ #block-materio-user-user-register #user-register-form .form-submit:active, #block-materio-user-user-createaccount #user-register-form .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 747, ../scss/styles.scss */ @@ -5160,7 +5168,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; } /* line 64, ../scss/styles.scss */ #block-materio-user-user-register #user-login .form-submit:hover, #block-materio-user-user-register #user-login .form-submit:focus, #block-materio-user-user-createaccount #user-login .form-submit:hover, #block-materio-user-user-createaccount #user-login .form-submit:focus { @@ -5168,7 +5177,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig } /* line 67, ../scss/styles.scss */ #block-materio-user-user-register #user-login .form-submit:active, #block-materio-user-user-createaccount #user-login .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 760, ../scss/styles.scss */ @@ -5201,7 +5211,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -5211,7 +5222,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig } /* line 67, ../scss/styles.scss */ #block-materio-user-user-register a.join:active, #block-materio-user-user-createaccount a.join:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } @media only screen and (max-width: 40em) { @@ -5296,7 +5308,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig cursor: pointer; color: #000; opacity: 0; - transition: opacity 0.1s ease-out; + -webkit-transition: opacity 0.1s ease-out; + transition: opacity 0.1s ease-out; } /* line 849, ../scss/styles.scss */ #content-top #block-materio-flag-materio-flag-mybookmarks:hover a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks:hover i.fi-x, #content-top #block-materio-flag-materio-flag-mylists:hover a.open-list, #content-top #block-materio-flag-materio-flag-mylists:hover i.fi-x { @@ -5370,7 +5383,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig background-color: #fff; margin: 4px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; } /* line 38, ../scss/styles.scss */ #tool-bar .btn-group:hover, #tool-bar .btn-group:focus { @@ -5378,7 +5392,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig } /* line 41, ../scss/styles.scss */ #tool-bar .btn-group:active { - transition: box-shadow 0s ease-out; + -webkit-transition: box-shadow 0s ease-out; + transition: box-shadow 0s ease-out; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } /* line 917, ../scss/styles.scss */ @@ -5413,11 +5428,13 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig /* line 119, ../scss/styles.scss */ .csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 122, ../scss/styles.scss */ .csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /* line 926, ../scss/styles.scss */ #tool-bar #block-materio-page-title-materio-page-title a.edit-list i { @@ -5430,7 +5447,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig /* line 108, ../scss/styles.scss */ .csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list { opacity: 1; - transition: opacity 0.3s ease-out; + -webkit-transition: opacity 0.3s ease-out; + transition: opacity 0.3s ease-out; } @media only screen and (min-width: 40.063em) and (max-width: 64em) { /* line 917, ../scss/styles.scss */ @@ -5495,7 +5513,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig border-radius: 3px; background-clip: padding-box; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; text-align: right; } /* line 38, ../scss/styles.scss */ @@ -5504,7 +5523,8 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig } /* line 41, ../scss/styles.scss */ #tool-bar #block-materio-search-api-materio-search-api-search > .inner:active { - transition: box-shadow 0s ease-out; + -webkit-transition: box-shadow 0s ease-out; + transition: box-shadow 0s ease-out; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } /* line 966, ../scss/styles.scss */ @@ -5602,12 +5622,14 @@ html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlig /* line 1015, ../scss/styles.scss */ #content { - transition: height 0.3s ease-out; + -webkit-transition: height 0.3s ease-out; + transition: height 0.3s ease-out; } /* line 1019, ../scss/styles.scss */ #content.faded { opacity: 0.5; - transition: opacity 0.3s ease-out; + -webkit-transition: opacity 0.3s ease-out; + transition: opacity 0.3s ease-out; } /* line 1024, ../scss/styles.scss */ #content .materiobase-results, #content .materiobase-actuality, #content .materio-flags-list { @@ -5728,7 +5750,8 @@ article.search-performance a.button { color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -5738,7 +5761,8 @@ article.search-performance a.button:hover, article.search-performance a.button:f } /* line 67, ../scss/styles.scss */ article.search-performance a.button:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1273, ../scss/styles.scss */ @@ -5756,7 +5780,8 @@ article.search-performance.view-mode-cardsmall { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; } /* line 1276, ../scss/styles.scss */ article.search-performance.view-mode-cardmedium { @@ -5773,7 +5798,8 @@ article.search-performance.view-mode-cardmedium { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; } /* line 1278, ../scss/styles.scss */ article.search-performance.view-mode-cardmedium .inner { @@ -5794,7 +5820,8 @@ article.search-performance.view-mode-cardbig { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; display: block; margin: 0 auto; } @@ -5813,7 +5840,8 @@ article.search-performance.view-mode-cardfull { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; display: block; margin: 0 auto; } @@ -5845,7 +5873,8 @@ article.node-materiau.vm-bookmark, article.node-breve.vm-bookmark { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; margin: 3px; } /* line 1108, ../scss/styles.scss */ @@ -5864,7 +5893,8 @@ article.node-materiau.vm-bookmark.just-added, article.node-breve.vm-bookmark.jus } /* line 1117, ../scss/styles.scss */ article.node-materiau.vm-bookmark.associated, article.node-breve.vm-bookmark.associated { - transition: margin 0.3s ease-out; + -webkit-transition: margin 0.3s ease-out; + transition: margin 0.3s ease-out; } /* line 1119, ../scss/styles.scss */ article.node-materiau.vm-bookmark.associated.just-added, article.node-breve.vm-bookmark.associated.just-added { @@ -5880,7 +5910,8 @@ article.node-materiau.vm-bookmark.associated.just-added, article.node-breve.vm-b } /* line 1129, ../scss/styles.scss */ article.node-materiau.vm-bookmark.removed, article.node-breve.vm-bookmark.removed { - transition: width 0.3s ease-out; + -webkit-transition: width 0.3s ease-out; + transition: width 0.3s ease-out; width: 0; padding-left: 0; padding-right: 0; @@ -5952,7 +5983,8 @@ article.node-materiau.vm-bookmark nav.nav ul li, article.node-breve.vm-bookmark display: block; height: 0; overflow: hidden; - transition: height 0.2s ease-out; + -webkit-transition: height 0.2s ease-out; + transition: height 0.2s ease-out; } /* line 1171, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul li a, article.node-breve.vm-bookmark nav.nav ul li a { @@ -5981,7 +6013,8 @@ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li, article /* line 1184, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; - transition: color 0.2s ease-out; + -webkit-transition: color 0.2s ease-out; + transition: color 0.2s ease-out; } /* line 1186, ../scss/styles.scss */ article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li a.unflag-action { @@ -6051,6 +6084,7 @@ article.node-materiau.vm-bookmark .field-name-field-description .upgrade, articl font-size: 12px; padding-top: 4em; margin-top: -4.5em; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } @@ -6073,7 +6107,8 @@ article.node-materiau.vm-bookmark .side.oops p a, article.node-materiau.vm-bookm color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -6083,7 +6118,8 @@ article.node-materiau.vm-bookmark .side.oops p a:hover, article.node-materiau.vm } /* line 67, ../scss/styles.scss */ article.node-materiau.vm-bookmark .side.oops p a:active, article.node-materiau.vm-bookmark .side .upgrade p a:active, article.node-breve.vm-bookmark .side.oops p a:active, article.node-breve.vm-bookmark .side .upgrade p a:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1306, ../scss/styles.scss */ @@ -6135,7 +6171,8 @@ article.node-materiau.vm-cardsmall, article.node-breve.vm-cardsmall { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; } /* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardsmall > div.side, article.node-breve.vm-cardsmall > div.side { @@ -6153,7 +6190,8 @@ article.node-materiau.vm-cardsmall.just-added, article.node-breve.vm-cardsmall.j } /* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.associated, article.node-breve.vm-cardsmall.associated { - transition: margin 0.3s ease-out; + -webkit-transition: margin 0.3s ease-out; + transition: margin 0.3s ease-out; } /* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.associated.just-added, article.node-breve.vm-cardsmall.associated.just-added { @@ -6169,7 +6207,8 @@ article.node-materiau.vm-cardsmall.associated.just-added, article.node-breve.vm- } /* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardsmall.removed, article.node-breve.vm-cardsmall.removed { - transition: width 0.3s ease-out; + -webkit-transition: width 0.3s ease-out; + transition: width 0.3s ease-out; width: 0; padding-left: 0; padding-right: 0; @@ -6241,7 +6280,8 @@ article.node-materiau.vm-cardsmall nav.nav ul li, article.node-breve.vm-cardsmal display: block; height: 0; overflow: hidden; - transition: height 0.2s ease-out; + -webkit-transition: height 0.2s ease-out; + transition: height 0.2s ease-out; } /* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul li a, article.node-breve.vm-cardsmall nav.nav ul li a { @@ -6270,7 +6310,8 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl /* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; - transition: color 0.2s ease-out; + -webkit-transition: color 0.2s ease-out; + transition: color 0.2s ease-out; } /* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li a.unflag-action { @@ -6340,6 +6381,7 @@ article.node-materiau.vm-cardsmall .field-name-field-description .upgrade, artic font-size: 12px; padding-top: 4em; margin-top: -4.5em; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } @@ -6362,7 +6404,8 @@ article.node-materiau.vm-cardsmall .side.oops p a, article.node-materiau.vm-card color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -6372,7 +6415,8 @@ article.node-materiau.vm-cardsmall .side.oops p a:hover, article.node-materiau.v } /* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardsmall .side.oops p a:active, article.node-materiau.vm-cardsmall .side .upgrade p a:active, article.node-breve.vm-cardsmall .side.oops p a:active, article.node-breve.vm-cardsmall .side .upgrade p a:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1325, ../scss/styles.scss */ @@ -6443,11 +6487,13 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl /* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav > *, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /* line 1343, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow, .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow { @@ -6460,11 +6506,13 @@ article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, articl /* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardsmall:not(.focused) div.workflow > *, .csstransition .no-touch article.node-breve.vm-cardsmall:not(.focused) div.workflow > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /* @@ -6521,7 +6569,8 @@ article.node-materiau.vm-cardmedium, article.node-breve.vm-cardmedium { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; } /* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardmedium > div.side, article.node-breve.vm-cardmedium > div.side { @@ -6539,7 +6588,8 @@ article.node-materiau.vm-cardmedium.just-added, article.node-breve.vm-cardmedium } /* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.associated, article.node-breve.vm-cardmedium.associated { - transition: margin 0.3s ease-out; + -webkit-transition: margin 0.3s ease-out; + transition: margin 0.3s ease-out; } /* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.associated.just-added, article.node-breve.vm-cardmedium.associated.just-added { @@ -6555,7 +6605,8 @@ article.node-materiau.vm-cardmedium.associated.just-added, article.node-breve.vm } /* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.removed, article.node-breve.vm-cardmedium.removed { - transition: width 0.3s ease-out; + -webkit-transition: width 0.3s ease-out; + transition: width 0.3s ease-out; width: 0; padding-left: 0; padding-right: 0; @@ -6627,7 +6678,8 @@ article.node-materiau.vm-cardmedium nav.nav ul li, article.node-breve.vm-cardmed display: block; height: 0; overflow: hidden; - transition: height 0.2s ease-out; + -webkit-transition: height 0.2s ease-out; + transition: height 0.2s ease-out; } /* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul li a, article.node-breve.vm-cardmedium nav.nav ul li a { @@ -6656,7 +6708,8 @@ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li, artic /* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; - transition: color 0.2s ease-out; + -webkit-transition: color 0.2s ease-out; + transition: color 0.2s ease-out; } /* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li a.unflag-action { @@ -6726,6 +6779,7 @@ article.node-materiau.vm-cardmedium .field-name-field-description .upgrade, arti font-size: 12px; padding-top: 4em; margin-top: -4.5em; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } @@ -6748,7 +6802,8 @@ article.node-materiau.vm-cardmedium .side.oops p a, article.node-materiau.vm-car color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -6758,7 +6813,8 @@ article.node-materiau.vm-cardmedium .side.oops p a:hover, article.node-materiau. } /* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .side.oops p a:active, article.node-materiau.vm-cardmedium .side .upgrade p a:active, article.node-breve.vm-cardmedium .side.oops p a:active, article.node-breve.vm-cardmedium .side .upgrade p a:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1374, ../scss/styles.scss */ @@ -6788,7 +6844,8 @@ article.node-materiau.vm-cardmedium .group-header, article.node-breve.vm-cardmed line-height: 1; background-color: rgba(255, 255, 255, 0.8); text-shadow: 0 0 4px rgba(255, 255, 255, 0.4); - transition: background-color 0.2s ease-out; + -webkit-transition: background-color 0.2s ease-out; + transition: background-color 0.2s ease-out; border-radius: 0 0 4px 4px; background-clip: padding-box; overflow: hidden; @@ -6828,7 +6885,8 @@ article.node-materiau.vm-cardmedium.node-breve .group-header, article.node-breve color: #fff; background-color: rgba(0, 0, 0, 0.7); text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); - transition: background-color 0.2s ease-out; + -webkit-transition: background-color 0.2s ease-out; + transition: background-color 0.2s ease-out; } /* line 1398, ../scss/styles.scss */ article.node-materiau.vm-cardmedium.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardmedium.node-breve .group-header .field-name-field-authored-on { @@ -6869,7 +6927,8 @@ article.node-materiau.vm-cardmedium .field-name-field-description, article.node- /* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized, article.node-materiau.vm-cardmedium .field-name-body.columnized, article.node-breve.vm-cardmedium .field-name-field-description.columnized, article.node-breve.vm-cardmedium .field-name-body.columnized { padding: 0; - transition: margin-left 0.3s ease-out; + -webkit-transition: margin-left 0.3s ease-out; + transition: margin-left 0.3s ease-out; } /* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column > *, article.node-materiau.vm-cardmedium .field-name-body.columnized .column > *, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column > *, article.node-breve.vm-cardmedium .field-name-body.columnized .column > * { @@ -6908,7 +6967,8 @@ article.node-materiau.vm-cardmedium .column-wrapper, article.node-breve.vm-cardm /* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized, article.node-breve.vm-cardmedium .column-wrapper.columnized { padding: 0; - transition: margin-left 0.3s ease-out; + -webkit-transition: margin-left 0.3s ease-out; + transition: margin-left 0.3s ease-out; } /* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardmedium .column-wrapper.columnized .column > *, article.node-breve.vm-cardmedium .column-wrapper.columnized .column > * { @@ -6978,11 +7038,13 @@ article.node-materiau.vm-cardmedium .field-label, article.node-breve.vm-cardmedi /* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav > *, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /* line 1433, ../scss/styles.scss */ .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow, .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow { @@ -6995,11 +7057,13 @@ article.node-materiau.vm-cardmedium .field-label, article.node-breve.vm-cardmedi /* line 119, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow { opacity: 0; - transition: visibility 0s 0.3s; + -webkit-transition: visibility 0s 0.3s; + transition: visibility 0s 0.3s; } /* line 122, ../scss/styles.scss */ .csstransition .no-touch article.node-materiau.vm-cardmedium:not(.focused) div.workflow > *, .csstransition .no-touch article.node-breve.vm-cardmedium:not(.focused) div.workflow > * { - transition: margin-top 0s 0.3s; + -webkit-transition: margin-top 0s 0.3s; + transition: margin-top 0s 0.3s; } /* line 1435, ../scss/styles.scss */ .ie8 article.node-materiau.vm-cardmedium nav.nav, .ie8 article.node-breve.vm-cardmedium nav.nav { @@ -7028,7 +7092,8 @@ article.node-materiau.vm-cardbig, article.node-breve.vm-cardbig { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; } /* line 1108, ../scss/styles.scss */ article.node-materiau.vm-cardbig > div.side, article.node-breve.vm-cardbig > div.side { @@ -7046,7 +7111,8 @@ article.node-materiau.vm-cardbig.just-added, article.node-breve.vm-cardbig.just- } /* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardbig.associated, article.node-breve.vm-cardbig.associated { - transition: margin 0.3s ease-out; + -webkit-transition: margin 0.3s ease-out; + transition: margin 0.3s ease-out; } /* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardbig.associated.just-added, article.node-breve.vm-cardbig.associated.just-added { @@ -7062,7 +7128,8 @@ article.node-materiau.vm-cardbig.associated.just-added, article.node-breve.vm-ca } /* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardbig.removed, article.node-breve.vm-cardbig.removed { - transition: width 0.3s ease-out; + -webkit-transition: width 0.3s ease-out; + transition: width 0.3s ease-out; width: 0; padding-left: 0; padding-right: 0; @@ -7134,7 +7201,8 @@ article.node-materiau.vm-cardbig nav.nav ul li, article.node-breve.vm-cardbig na display: block; height: 0; overflow: hidden; - transition: height 0.2s ease-out; + -webkit-transition: height 0.2s ease-out; + transition: height 0.2s ease-out; } /* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul li a, article.node-breve.vm-cardbig nav.nav ul li a { @@ -7163,7 +7231,8 @@ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li, article. /* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; - transition: color 0.2s ease-out; + -webkit-transition: color 0.2s ease-out; + transition: color 0.2s ease-out; } /* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li a.unflag-action { @@ -7233,6 +7302,7 @@ article.node-materiau.vm-cardbig .field-name-field-description .upgrade, article font-size: 12px; padding-top: 4em; margin-top: -4.5em; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } @@ -7255,7 +7325,8 @@ article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbi color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -7265,7 +7336,8 @@ article.node-materiau.vm-cardbig .side.oops p a:hover, article.node-materiau.vm- } /* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardbig .side.oops p a:active, article.node-materiau.vm-cardbig .side .upgrade p a:active, article.node-breve.vm-cardbig .side.oops p a:active, article.node-breve.vm-cardbig .side .upgrade p a:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1448, ../scss/styles.scss */ @@ -7303,7 +7375,8 @@ article.node-materiau.vm-cardbig .group-header, article.node-breve.vm-cardbig .g line-height: 1.1; background-color: rgba(255, 255, 255, 0.8); text-shadow: 0 0 4px rgba(255, 255, 255, 0.4); - transition: background-color 0.2s ease-out; + -webkit-transition: background-color 0.2s ease-out; + transition: background-color 0.2s ease-out; } /* line 1459, ../scss/styles.scss */ article.node-materiau.vm-cardbig .group-header .field-name-title-field, article.node-breve.vm-cardbig .group-header .field-name-title-field { @@ -7341,7 +7414,8 @@ article.node-materiau.vm-cardbig.node-breve .group-header, article.node-breve.vm color: #fff; background-color: rgba(0, 0, 0, 0.7); text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); - transition: background-color 0.2s ease-out; + -webkit-transition: background-color 0.2s ease-out; + transition: background-color 0.2s ease-out; } /* line 1470, ../scss/styles.scss */ article.node-materiau.vm-cardbig.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardbig.node-breve .group-header .field-name-field-authored-on { @@ -7382,7 +7456,8 @@ article.node-materiau.vm-cardbig .field-name-field-description, article.node-mat /* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized, article.node-materiau.vm-cardbig .field-name-body.columnized, article.node-breve.vm-cardbig .field-name-field-description.columnized, article.node-breve.vm-cardbig .field-name-body.columnized { padding: 0; - transition: margin-left 0.3s ease-out; + -webkit-transition: margin-left 0.3s ease-out; + transition: margin-left 0.3s ease-out; } /* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardbig .field-name-field-description.columnized .column > *, article.node-materiau.vm-cardbig .field-name-body.columnized .column > *, article.node-breve.vm-cardbig .field-name-field-description.columnized .column > *, article.node-breve.vm-cardbig .field-name-body.columnized .column > * { @@ -7417,7 +7492,8 @@ article.node-materiau.vm-cardbig .column-wrapper, article.node-breve.vm-cardbig /* line 152, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized, article.node-breve.vm-cardbig .column-wrapper.columnized { padding: 0; - transition: margin-left 0.3s ease-out; + -webkit-transition: margin-left 0.3s ease-out; + transition: margin-left 0.3s ease-out; } /* line 154, ../scss/styles.scss */ article.node-materiau.vm-cardbig .column-wrapper.columnized .column > *, article.node-breve.vm-cardbig .column-wrapper.columnized .column > * { @@ -7489,8 +7565,10 @@ article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbi border: 2px solid #eee; background-color: #eee; color: #fff; - transition: border 0.3s ease-out; - transition: background-color 0.3s ease-out; + -webkit-transition: border 0.3s ease-out; + transition: border 0.3s ease-out; + -webkit-transition: background-color 0.3s ease-out; + transition: background-color 0.3s ease-out; } /* line 1511, ../scss/styles.scss */ article.node-materiau.vm-cardbig:hover .side.oops p a, article.node-materiau.vm-cardbig:hover .side .upgrade p a, article.node-breve.vm-cardbig:hover .side.oops p a, article.node-breve.vm-cardbig:hover .side .upgrade p a { @@ -7520,7 +7598,8 @@ article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; font-size: 0px; } /* line 1108, ../scss/styles.scss */ @@ -7539,7 +7618,8 @@ article.node-materiau.vm-cardfull.just-added, article.node-breve.vm-cardfull.jus } /* line 1117, ../scss/styles.scss */ article.node-materiau.vm-cardfull.associated, article.node-breve.vm-cardfull.associated { - transition: margin 0.3s ease-out; + -webkit-transition: margin 0.3s ease-out; + transition: margin 0.3s ease-out; } /* line 1119, ../scss/styles.scss */ article.node-materiau.vm-cardfull.associated.just-added, article.node-breve.vm-cardfull.associated.just-added { @@ -7555,7 +7635,8 @@ article.node-materiau.vm-cardfull.associated.just-added, article.node-breve.vm-c } /* line 1129, ../scss/styles.scss */ article.node-materiau.vm-cardfull.removed, article.node-breve.vm-cardfull.removed { - transition: width 0.3s ease-out; + -webkit-transition: width 0.3s ease-out; + transition: width 0.3s ease-out; width: 0; padding-left: 0; padding-right: 0; @@ -7627,7 +7708,8 @@ article.node-materiau.vm-cardfull nav.nav ul li, article.node-breve.vm-cardfull display: block; height: 0; overflow: hidden; - transition: height 0.2s ease-out; + -webkit-transition: height 0.2s ease-out; + transition: height 0.2s ease-out; } /* line 1171, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul li a, article.node-breve.vm-cardfull nav.nav ul li a { @@ -7656,7 +7738,8 @@ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li, article /* line 1184, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; - transition: color 0.2s ease-out; + -webkit-transition: color 0.2s ease-out; + transition: color 0.2s ease-out; } /* line 1186, ../scss/styles.scss */ article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a:hover, article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li a.unflag-action, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a:hover, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li a.unflag-action { @@ -7726,6 +7809,7 @@ article.node-materiau.vm-cardfull .field-name-field-description .upgrade, articl font-size: 12px; padding-top: 4em; margin-top: -4.5em; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } @@ -7748,7 +7832,8 @@ article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardf color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -7758,7 +7843,8 @@ article.node-materiau.vm-cardfull .side.oops p a:hover, article.node-materiau.vm } /* line 67, ../scss/styles.scss */ article.node-materiau.vm-cardfull .side.oops p a:active, article.node-materiau.vm-cardfull .side .upgrade p a:active, article.node-breve.vm-cardfull .side.oops p a:active, article.node-breve.vm-cardfull .side .upgrade p a:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1526, ../scss/styles.scss */ @@ -7830,7 +7916,8 @@ article.node-materiau.vm-cardfull.node-breve .group-header, article.node-breve.v color: #fff; background-color: rgba(0, 0, 0, 0.7); text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); - transition: background-color 0.2s ease-out; + -webkit-transition: background-color 0.2s ease-out; + transition: background-color 0.2s ease-out; } /* line 1553, ../scss/styles.scss */ article.node-materiau.vm-cardfull.node-breve .group-header .field-name-field-authored-on, article.node-breve.vm-cardfull.node-breve .group-header .field-name-field-authored-on { @@ -7905,8 +7992,10 @@ article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardf border: 2px solid #eee; background-color: #eee; color: #fff; - transition: border 0.3s ease-out; - transition: background-color 0.3s ease-out; + -webkit-transition: border 0.3s ease-out; + transition: border 0.3s ease-out; + -webkit-transition: background-color 0.3s ease-out; + transition: background-color 0.3s ease-out; } /* line 1595, ../scss/styles.scss */ article.node-materiau.vm-cardfull:hover .side.oops p a, article.node-materiau.vm-cardfull:hover .side .upgrade p a, article.node-breve.vm-cardfull:hover .side.oops p a, article.node-breve.vm-cardfull:hover .side .upgrade p a { @@ -7941,7 +8030,8 @@ body.print-node-materiau { background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; padding: 1em; margin: 0; } @@ -7961,7 +8051,8 @@ body.print-node-materiau { } /* line 1117, ../scss/styles.scss */ .print-content .node-materiau.associated { - transition: margin 0.3s ease-out; + -webkit-transition: margin 0.3s ease-out; + transition: margin 0.3s ease-out; } /* line 1119, ../scss/styles.scss */ .print-content .node-materiau.associated.just-added { @@ -7977,7 +8068,8 @@ body.print-node-materiau { } /* line 1129, ../scss/styles.scss */ .print-content .node-materiau.removed { - transition: width 0.3s ease-out; + -webkit-transition: width 0.3s ease-out; + transition: width 0.3s ease-out; width: 0; padding-left: 0; padding-right: 0; @@ -8049,7 +8141,8 @@ body.print-node-materiau { display: block; height: 0; overflow: hidden; - transition: height 0.2s ease-out; + -webkit-transition: height 0.2s ease-out; + transition: height 0.2s ease-out; } /* line 1171, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul li a { @@ -8078,7 +8171,8 @@ body.print-node-materiau { /* line 1184, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li a { color: #a6a6a6; - transition: color 0.2s ease-out; + -webkit-transition: color 0.2s ease-out; + transition: color 0.2s ease-out; } /* line 1186, ../scss/styles.scss */ .print-content .node-materiau nav.nav ul.flag-lists-entity-links li a:hover, .print-content .node-materiau nav.nav ul.flag-lists-entity-links li a.unflag-action { @@ -8148,6 +8242,7 @@ body.print-node-materiau { font-size: 12px; padding-top: 4em; margin-top: -4.5em; + background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 4em); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 4em); position: relative; } @@ -8170,7 +8265,8 @@ body.print-node-materiau { color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -8180,7 +8276,8 @@ body.print-node-materiau { } /* line 67, ../scss/styles.scss */ .print-content .node-materiau .side.oops p a:active, .print-content .node-materiau .side .upgrade p a:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 1616, ../scss/styles.scss */ @@ -8395,7 +8492,8 @@ body.print-node-materiau { background-color: #008CBA; border-color: #007095; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #modal form input.form-submit:hover, #modal form input.form-submit:focus { @@ -8429,7 +8527,8 @@ body.print-node-materiau { background-color: #43AC6A; border-color: #368a55; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #modal form input.form-submit[name="create"]:hover, #modal form input.form-submit[name="create"]:focus { @@ -8463,7 +8562,8 @@ body.print-node-materiau { background-color: #43AC6A; border-color: #368a55; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #modal form input.form-submit[name="save"]:hover, #modal form input.form-submit[name="save"]:focus { @@ -8497,7 +8597,8 @@ body.print-node-materiau { background-color: #f04124; border-color: #cf2a0e; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #modal form input.form-submit[name="delete"]:hover, #modal form input.form-submit[name="delete"]:focus { @@ -8531,7 +8632,8 @@ body.print-node-materiau { background-color: #e7e7e7; border-color: #b9b9b9; color: #333333; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #modal form input.form-submit[name="cancel"]:hover, #modal form input.form-submit[name="cancel"]:focus { @@ -8648,7 +8750,8 @@ body.print-node-materiau { } /* line 1855, ../scss/styles.scss */ #tooltip.op-visible { - transition: opacity 0.1s ease-out; + -webkit-transition: opacity 0.1s ease-out; + transition: opacity 0.1s ease-out; } /* @@ -8747,7 +8850,8 @@ body.print-node-materiau { background-color: #008CBA; border-color: #007095; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #block-feedback-form .content form input.form-submit:hover, #block-feedback-form .content form input.form-submit:focus { @@ -8781,7 +8885,8 @@ body.print-node-materiau { background-color: #43AC6A; border-color: #368a55; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #block-feedback-form .content form input.form-submit[name="create"]:hover, #block-feedback-form .content form input.form-submit[name="create"]:focus { @@ -8815,7 +8920,8 @@ body.print-node-materiau { background-color: #43AC6A; border-color: #368a55; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #block-feedback-form .content form input.form-submit[name="save"]:hover, #block-feedback-form .content form input.form-submit[name="save"]:focus { @@ -8849,7 +8955,8 @@ body.print-node-materiau { background-color: #f04124; border-color: #cf2a0e; color: #FFFFFF; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #block-feedback-form .content form input.form-submit[name="delete"]:hover, #block-feedback-form .content form input.form-submit[name="delete"]:focus { @@ -8883,7 +8990,8 @@ body.print-node-materiau { background-color: #e7e7e7; border-color: #b9b9b9; color: #333333; - transition: background-color 300ms ease-out; + -webkit-transition: background-color 300ms ease-out; + transition: background-color 300ms ease-out; } /* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ #block-feedback-form .content form input.form-submit[name="cancel"]:hover, #block-feedback-form .content form input.form-submit[name="cancel"]:focus { @@ -9427,7 +9535,8 @@ body.page-node-11187 .node-11187 .field-name-body div.column .get-link { font-weight: 900; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; } /* line 2198, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link span { @@ -9439,7 +9548,8 @@ body.page-node-11187 .node-11187 .field-name-body div.column .get-link:hover, bo } /* line 54, ../scss/styles.scss */ body.page-node-11187 .node-11187 .field-name-body div.column .get-link:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 2203, ../scss/styles.scss */ @@ -9778,7 +9888,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { margin-bottom: 9px; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; } /* line 64, ../scss/styles.scss */ #webform-client-form-11186 .form-actions .form-submit:hover, #webform-client-form-11186 .form-actions .form-submit:focus { @@ -9786,7 +9897,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 67, ../scss/styles.scss */ #webform-client-form-11186 .form-actions .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 2333, ../scss/styles.scss */ @@ -9893,7 +10005,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { color: #4D4D4D; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; text-align: center; text-decoration: none; margin-left: 1em; @@ -9904,7 +10017,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 54, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 2396, ../scss/styles.scss */ @@ -9919,12 +10033,14 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { color: #4D4D4D; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; text-align: center; text-decoration: none; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; border-color: #69CDCF; background-color: #69CDCF; color: #fff; @@ -9935,7 +10051,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 54, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 64, ../scss/styles.scss */ @@ -9944,7 +10061,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 67, ../scss/styles.scss */ #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } @@ -10190,7 +10308,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { color: #4D4D4D; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; text-align: center; text-decoration: none; margin-left: 1em; @@ -10201,7 +10320,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 54, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 2542, ../scss/styles.scss */ @@ -10216,12 +10336,14 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { color: #4D4D4D; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; text-align: center; text-decoration: none; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; border-color: #69CDCF; background-color: #69CDCF; color: #fff; @@ -10232,7 +10354,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 54, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 64, ../scss/styles.scss */ @@ -10241,7 +10364,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 67, ../scss/styles.scss */ #uc-cart-checkout-form .form-actions .form-submit#edit-continue:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } @@ -10345,7 +10469,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { color: #4D4D4D; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; text-align: center; text-decoration: none; margin-left: 1em; @@ -10356,7 +10481,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 54, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 2635, ../scss/styles.scss */ @@ -10371,12 +10497,14 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { color: #4D4D4D; cursor: pointer; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); - transition: text-shadow 0.3s ease-out; + -webkit-transition: text-shadow 0.3s ease-out; + transition: text-shadow 0.3s ease-out; text-align: center; text-decoration: none; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; border-color: #69CDCF; background-color: #69CDCF; color: #fff; @@ -10387,7 +10515,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 54, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); } /* line 64, ../scss/styles.scss */ @@ -10396,7 +10525,8 @@ body.page-node-11187.logged-in.role-6 .column.flocon .get-link a { } /* line 67, ../scss/styles.scss */ .page-cart-checkout-review input.form-submit#edit-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } @@ -10758,7 +10888,8 @@ body.home-v2 #center { color: #f7f8f2; font-size: 18px; font-weight: 500; - transition: opacity,background-color 0.2s ease-out; + -webkit-transition: opacity,background-color 0.2s ease-out; + transition: opacity,background-color 0.2s ease-out; } /* line 2891, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-menu-menu-home-v2 li:nth-child(1):hover a { @@ -10897,7 +11028,8 @@ body.home-v2 #center { font-size: 10px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); - transition: bottom 0.1s ease-out; + -webkit-transition: bottom 0.1s ease-out; + transition: bottom 0.1s ease-out; } /* line 2955, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #edit-mail-check.error { @@ -10947,7 +11079,8 @@ body.home-v2 #center { color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; } /* line 64, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-register-form .form-submit:hover, #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-register-form .form-submit:focus { @@ -10955,7 +11088,8 @@ body.home-v2 #center { } /* line 67, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-register-form .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 2981, ../scss/styles.scss */ @@ -10970,7 +11104,8 @@ body.home-v2 #center { color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; } /* line 64, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-login .form-submit:hover, #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-login .form-submit:focus { @@ -10978,26 +11113,15 @@ body.home-v2 #center { } /* line 67, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-login .form-submit:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } /* line 2994, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #edit-simplenews { - padding-top: 0.5em; + display: none; } /* line 2996, ../scss/styles.scss */ -#home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #edit-simplenews .fieldset-description { - font-size: 12px; -} -/* line 3000, ../scss/styles.scss */ -#home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #edit-simplenews .form-checkboxes .form-item { - display: block; -} -/* line 3002, ../scss/styles.scss */ -#home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #edit-simplenews .form-checkboxes .form-item label { - font-size: 12px; -} -/* line 3007, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register a.join { display: moz-inline-stack; display: inline-block; @@ -11016,7 +11140,8 @@ body.home-v2 #center { color: #fff; cursor: pointer; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); - transition: text-shadow 0.2s ease-out; + -webkit-transition: text-shadow 0.2s ease-out; + transition: text-shadow 0.2s ease-out; text-align: center; text-decoration: none; } @@ -11026,7 +11151,8 @@ body.home-v2 #center { } /* line 67, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register a.join:active { - transition: text-shadow 0s ease-out; + -webkit-transition: text-shadow 0s ease-out; + transition: text-shadow 0s ease-out; text-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } @media only screen and (max-width: 40em) { @@ -11036,17 +11162,17 @@ body.home-v2 #center { min-height: 60px; padding: 15px 0; } - /* line 3021, ../scss/styles.scss */ + /* line 3010, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register .form-item-mail input.form-text, #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register .form-item-name input.form-text { width: 7em; } } -/* line 3026, ../scss/styles.scss */ +/* line 3015, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register .message-error { color: #b94a48; font-size: 12px; } -/* line 3030, ../scss/styles.scss */ +/* line 3019, ../scss/styles.scss */ .modal-content #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register { padding: 0.5em 0.5em 5em 0.5em; width: 400px; @@ -11055,18 +11181,19 @@ body.home-v2 #center { border-radius: 5px; background-clip: padding-box; } -/* line 3040, ../scss/styles.scss */ +/* line 3029, ../scss/styles.scss */ .modal-content #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-register-form div.homepage-textfield { display: none; } -/* line 3042, ../scss/styles.scss */ +/* line 3031, ../scss/styles.scss */ .modal-content #home-v2 > .panel-panel > div > .panel-pane.pane-materio-user-user-register #user-register-form .description { font-size: 12px; } -/* line 3050, ../scss/styles.scss */ +/* line 3039, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; height: 450px; margin-top: 15px; background-color: #fff; @@ -11076,95 +11203,98 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .panel-pane.showroom:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3058, ../scss/styles.scss */ +/* line 3047, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content { width: 100%; height: 100%; position: relative; } -/* line 3060, ../scss/styles.scss */ +/* line 3049, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .node { position: absolute; height: 100%; width: 100%; } -/* line 3061, ../scss/styles.scss */ +/* line 3050, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .field-name-field-bandeau { position: absolute; width: 100%; height: 100%; overflow: hidden; } -/* line 3063, ../scss/styles.scss */ +/* line 3052, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .field-name-field-bandeau img { width: 100%; margin-top: -10%; } -/* line 3065, ../scss/styles.scss */ +/* line 3054, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content-wrapper { position: relative; z-index: 2; width: 30%; margin: 3em 2em; } -/* line 3071, ../scss/styles.scss */ +/* line 3060, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content-wrapper .group-content { background-color: rgba(255, 255, 255, 0.8); padding: 1em; border-radius: 5px; background-clip: padding-box; } -/* line 3075, ../scss/styles.scss */ +/* line 3064, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content-wrapper .group-content .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 3078, ../scss/styles.scss */ +/* line 3067, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content-wrapper .group-content .field-name-body { margin-top: 0.5em; } @media only screen and (max-width: 40em) { - /* line 3050, ../scss/styles.scss */ + /* line 3039, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom { height: 210px; margin-top: 10px; } - /* line 3088, ../scss/styles.scss */ + /* line 3077, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .field-name-field-bandeau { position: absolute; width: 100%; height: 100%; overflow: hidden; } - /* line 3090, ../scss/styles.scss */ + /* line 3079, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .field-name-field-bandeau img { margin-top: 0; } - /* line 3092, ../scss/styles.scss */ + /* line 3081, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content-wrapper { width: auto; padding: 2%; margin: 2%; } - /* line 3096, ../scss/styles.scss */ + /* line 3085, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom .pane-content .group-content-wrapper .field-name-body { font-size: 0.756em; margin-top: 0.5em; } } -/* line 3105, ../scss/styles.scss */ +/* line 3094, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.showroom:after { content: url("../img/bulle.png"); - transform: scale(0.8); + -webkit-transform: scale(0.8); + -ms-transform: scale(0.8); + transform: scale(0.8); position: absolute; bottom: -120px; right: -20px; z-index: 10; } -/* line 3114, ../scss/styles.scss */ +/* line 3103, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; height: 450px; margin-top: 30px; background-color: #FFF; @@ -11174,11 +11304,11 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .panel-pane.bdd:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3120, ../scss/styles.scss */ +/* line 3109, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .links a { background-color: #e6e6e6; } -/* line 3122, ../scss/styles.scss */ +/* line 3111, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .field-name-field-bandeau { display: moz-inline-stack; display: inline-block; @@ -11189,11 +11319,11 @@ body.home-v2 #center { height: 100%; overflow: hidden; } -/* line 3124, ../scss/styles.scss */ +/* line 3113, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .field-name-field-bandeau img { max-width: 2000px; } -/* line 3127, ../scss/styles.scss */ +/* line 3116, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content-wrapper { display: moz-inline-stack; display: inline-block; @@ -11206,31 +11336,34 @@ body.home-v2 #center { border-radius: 5px; background-clip: padding-box; } -/* line 3132, ../scss/styles.scss */ +/* line 3121, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content-wrapper .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 3135, ../scss/styles.scss */ +/* line 3124, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content-wrapper .field-name-body { margin-top: 1em; } -/* line 3139, ../scss/styles.scss */ +/* line 3128, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd .group-content-wrapper .field-name-field-liens a { background-color: rgba(230, 230, 230, 0.8); } -/* line 3146, ../scss/styles.scss */ +/* line 3135, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.bdd:after { content: url("../img/boule.png"); - transform: scale(0.8); + -webkit-transform: scale(0.8); + -ms-transform: scale(0.8); + transform: scale(0.8); position: absolute; bottom: -50px; left: -50px; } -/* line 3155, ../scss/styles.scss */ +/* line 3144, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; position: relative; height: 300px; margin-top: 30px; @@ -11241,16 +11374,16 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .panel-pane.formations:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3162, ../scss/styles.scss */ +/* line 3151, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations a { color: #FFF; } -/* line 3164, ../scss/styles.scss */ +/* line 3153, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .node { padding: 0 0 0 30%; width: 70%; } -/* line 3167, ../scss/styles.scss */ +/* line 3156, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .node:before { content: " "; background: transparent url("../img/formations.png") no-repeat center center; @@ -11262,24 +11395,25 @@ body.home-v2 #center { width: 30%; height: 100%; } -/* line 3180, ../scss/styles.scss */ +/* line 3169, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .group-content-wrapper { padding: 1em; position: relative; } -/* line 3182, ../scss/styles.scss */ +/* line 3171, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .group-content-wrapper .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 3185, ../scss/styles.scss */ +/* line 3174, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.formations .group-content-wrapper .field-name-body { margin-top: 1em; } -/* line 3190, ../scss/styles.scss */ +/* line 3179, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; background-color: #FFF; height: 300px; margin-top: 30px; @@ -11288,12 +11422,12 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .panel-pane.services:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3196, ../scss/styles.scss */ +/* line 3185, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .node { padding: 0 30% 0 0; width: 70%; } -/* line 3199, ../scss/styles.scss */ +/* line 3188, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .node:before { content: " "; background: transparent url("../img/services.png") no-repeat center center; @@ -11305,24 +11439,25 @@ body.home-v2 #center { width: 30%; height: 100%; } -/* line 3212, ../scss/styles.scss */ +/* line 3201, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .group-content-wrapper { padding: 1em; position: relative; } -/* line 3214, ../scss/styles.scss */ +/* line 3203, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .group-content-wrapper .field-name-title-field { font-size: 2.1em; font-weight: 300; } -/* line 3217, ../scss/styles.scss */ +/* line 3206, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.services .group-content-wrapper .field-name-body { margin-top: 1em; } -/* line 3223, ../scss/styles.scss */ +/* line 3212, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication { box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; position: relative; margin-top: 30px; padding: 1em; @@ -11334,11 +11469,11 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .panel-pane.publication:hover { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); } -/* line 3230, ../scss/styles.scss */ +/* line 3219, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication, #home-v2 > .panel-panel > div > .panel-pane.publication a, #home-v2 > .panel-panel > div > .panel-pane.publication h1, #home-v2 > .panel-panel > div > .panel-pane.publication h2 { color: #fff; } -/* line 3234, ../scss/styles.scss */ +/* line 3223, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication .view-publication-home-v2 .views-row { display: moz-inline-stack; display: inline-block; @@ -11347,11 +11482,11 @@ body.home-v2 #center { *display: inline; width: 30%; } -/* line 3237, ../scss/styles.scss */ +/* line 3226, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .panel-pane.publication .view-publication-home-v2 .views-row h1 { display: none; } -/* line 3243, ../scss/styles.scss */ +/* line 3232, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 { background-color: #e6e6e6; border-radius: 10px; @@ -11361,11 +11496,11 @@ body.home-v2 #center { padding-bottom: 1em; position: relative; } -/* line 3250, ../scss/styles.scss */ +/* line 3239, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 h2 { font-size: 30px; } -/* line 3252, ../scss/styles.scss */ +/* line 3241, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper { width: 100%; margin-left: auto; @@ -11383,7 +11518,7 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper:after { clear: both; } -/* line 3254, ../scss/styles.scss */ +/* line 3243, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-panel { overflow: hidden; padding-left: 0.9375rem; @@ -11393,17 +11528,17 @@ body.home-v2 #center { width: 30.5%; padding-left: 1em; } -/* line 3259, ../scss/styles.scss */ +/* line 3248, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-panel .inside { margin: 0; } -/* line 3260, ../scss/styles.scss */ +/* line 3249, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-panel article.node, #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .center-wrapper .panel-panel article.node-breve.vm-cardbig { max-width: 95%; margin: 0; height: 610px; } -/* line 3263, ../scss/styles.scss */ +/* line 3252, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .panel-col-bottom { width: 100%; margin-left: auto; @@ -11423,22 +11558,22 @@ body.home-v2 #center { #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .panel-col-bottom:after { clear: both; } -/* line 3265, ../scss/styles.scss */ +/* line 3254, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 #mini-panel-news_home_v2 .panel-col-bottom > .inside { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } -/* line 3271, ../scss/styles.scss */ +/* line 3260, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 p { display: none; } -/* line 3272, ../scss/styles.scss */ +/* line 3261, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 #edit-newsletters { margin: 0 0 0.5em 0; } -/* line 3274, ../scss/styles.scss */ +/* line 3263, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 #edit-newsletters .form-item { display: moz-inline-stack; display: inline-block; @@ -11447,11 +11582,11 @@ body.home-v2 #center { *display: inline; margin-right: 1em; } -/* line 3276, ../scss/styles.scss */ +/* line 3265, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 #edit-newsletters .form-item label, #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 #edit-newsletters .form-item input { vertical-align: middle; } -/* line 3281, ../scss/styles.scss */ +/* line 3270, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 .form-item-mail { display: moz-inline-stack; display: inline-block; @@ -11460,7 +11595,7 @@ body.home-v2 #center { *display: inline; margin: 0; } -/* line 3283, ../scss/styles.scss */ +/* line 3272, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 .form-item-mail label, #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 .form-item-mail input { display: moz-inline-stack; display: inline-block; @@ -11469,7 +11604,7 @@ body.home-v2 #center { *display: inline; margin-right: 1em; } -/* line 3286, ../scss/styles.scss */ +/* line 3275, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 #edit-subscribe, #home-v2 > .panel-panel > div > .pane-news-home-v2 .pane-simplenews-0 #edit-unsubscribe { display: moz-inline-stack; display: inline-block; @@ -11477,18 +11612,19 @@ body.home-v2 #center { zoom: 1; *display: inline; } -/* line 3293, ../scss/styles.scss */ +/* line 3282, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .node-simplenews { border-radius: 5px; background-clip: padding-box; background-color: #FFF; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); - transition: box-shadow 0.3s ease-out; + -webkit-transition: box-shadow 0.3s ease-out; + transition: box-shadow 0.3s ease-out; overflow: hidden; position: relative; margin: 7px; } -/* line 3300, ../scss/styles.scss */ +/* line 3289, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .node-simplenews > a { position: absolute; bottom: 0; @@ -11496,13 +11632,13 @@ body.home-v2 #center { background-color: #FFF; text-align: center; } -/* line 3305, ../scss/styles.scss */ +/* line 3294, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2 .node-simplenews > a h1 { padding: 10px; margin: 0; font-size: 1em; } -/* line 3314, ../scss/styles.scss */ +/* line 3303, ../scss/styles.scss */ #home-v2 > .panel-panel > div > .pane-news-home-v2:after { content: url("../img/point.png"); position: absolute; @@ -11525,8 +11661,6 @@ div.messages { color: #3a87ad; background: #d9edf7; border: 1px solid #bce8f1; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; border-radius: 5px; font-size: 12px; } @@ -11570,8 +11704,6 @@ div.messages.status { color: #3a87ad; background: #d9edf7; border: 1px solid #bce8f1; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; border-radius: 5px; font-size: 12px; margin: 0 0 10px 0; diff --git a/sites/all/themes/gui/materiobasetheme/scss/styles.scss b/sites/all/themes/gui/materiobasetheme/scss/styles.scss index 7893db6a..443b357e 100644 --- a/sites/all/themes/gui/materiobasetheme/scss/styles.scss +++ b/sites/all/themes/gui/materiobasetheme/scss/styles.scss @@ -2991,18 +2991,7 @@ body.home-v2{ } } - #edit-simplenews{ - padding-top:0.5em; - .fieldset-description{ - @include fs12; - } - .form-checkboxes{ - .form-item{ - display:block; - label{@include fs12;} - } - } - } + #edit-simplenews{display:none;} a.join{ @include inlineblock(); vertical-align: middle;