9472 lines
342 KiB
CSS
9472 lines
342 KiB
CSS
/**
|
|
* Primary Drupal Styles
|
|
* Author: g-u-i.net
|
|
*/
|
|
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
|
|
/**
|
|
* 1. Set default font family to sans-serif.
|
|
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
|
* user zoom.
|
|
*/
|
|
@import url(../fonts/icon/foundation-icons.css);
|
|
/* line 9, ../bower_components/foundation/scss/normalize.scss */
|
|
html {
|
|
font-family: sans-serif;
|
|
/* 1 */
|
|
-ms-text-size-adjust: 100%;
|
|
/* 2 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Remove default margin.
|
|
*/
|
|
/* line 19, ../bower_components/foundation/scss/normalize.scss */
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
/* HTML5 display definitions
|
|
========================================================================== */
|
|
/**
|
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
|
* and Firefox.
|
|
* Correct `block` display not defined for `main` in IE 11.
|
|
*/
|
|
/* line 33, ../bower_components/foundation/scss/normalize.scss */
|
|
article,
|
|
aside,
|
|
details,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
hgroup,
|
|
main,
|
|
menu,
|
|
nav,
|
|
section,
|
|
summary {
|
|
display: block;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
|
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
|
*/
|
|
/* line 54, ../bower_components/foundation/scss/normalize.scss */
|
|
audio,
|
|
canvas,
|
|
progress,
|
|
video {
|
|
display: inline-block;
|
|
/* 1 */
|
|
vertical-align: baseline;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Prevent modern browsers from displaying `audio` without controls.
|
|
* Remove excess height in iOS 5 devices.
|
|
*/
|
|
/* line 67, ../bower_components/foundation/scss/normalize.scss */
|
|
audio:not([controls]) {
|
|
display: none;
|
|
height: 0;
|
|
}
|
|
|
|
/**
|
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
|
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
|
*/
|
|
/* line 77, ../bower_components/foundation/scss/normalize.scss */
|
|
[hidden],
|
|
template {
|
|
display: none;
|
|
}
|
|
|
|
/* Links
|
|
========================================================================== */
|
|
/**
|
|
* Remove the gray background color from active links in IE 10.
|
|
*/
|
|
/* line 89, ../bower_components/foundation/scss/normalize.scss */
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/**
|
|
* Improve readability when focused and also mouse hovered in all browsers.
|
|
*/
|
|
/* line 97, ../bower_components/foundation/scss/normalize.scss */
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
/* Text-level semantics
|
|
========================================================================== */
|
|
/**
|
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
|
*/
|
|
/* line 109, ../bower_components/foundation/scss/normalize.scss */
|
|
abbr[title] {
|
|
border-bottom: 1px dotted;
|
|
}
|
|
|
|
/**
|
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
|
*/
|
|
/* line 117, ../bower_components/foundation/scss/normalize.scss */
|
|
b,
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/**
|
|
* Address styling not present in Safari and Chrome.
|
|
*/
|
|
/* line 126, ../bower_components/foundation/scss/normalize.scss */
|
|
dfn {
|
|
font-style: italic;
|
|
}
|
|
|
|
/**
|
|
* Address variable `h1` font-size and margin within `section` and `article`
|
|
* contexts in Firefox 4+, Safari, and Chrome.
|
|
*/
|
|
/* line 135, ../bower_components/foundation/scss/normalize.scss */
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
|
|
/**
|
|
* Address styling not present in IE 8/9.
|
|
*/
|
|
/* line 144, ../bower_components/foundation/scss/normalize.scss */
|
|
mark {
|
|
background: #ff0;
|
|
color: #000;
|
|
}
|
|
|
|
/**
|
|
* Address inconsistent and variable font size in all browsers.
|
|
*/
|
|
/* line 153, ../bower_components/foundation/scss/normalize.scss */
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/**
|
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
|
*/
|
|
/* line 161, ../bower_components/foundation/scss/normalize.scss */
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/* line 169, ../bower_components/foundation/scss/normalize.scss */
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
/* line 173, ../bower_components/foundation/scss/normalize.scss */
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
/* Embedded content
|
|
========================================================================== */
|
|
/**
|
|
* Remove border when inside `a` element in IE 8/9/10.
|
|
*/
|
|
/* line 184, ../bower_components/foundation/scss/normalize.scss */
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
/**
|
|
* Correct overflow not hidden in IE 9/10/11.
|
|
*/
|
|
/* line 192, ../bower_components/foundation/scss/normalize.scss */
|
|
svg:not(:root) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* Grouping content
|
|
========================================================================== */
|
|
/**
|
|
* Address margin not present in IE 8/9 and Safari.
|
|
*/
|
|
/* line 203, ../bower_components/foundation/scss/normalize.scss */
|
|
figure {
|
|
margin: 1em 40px;
|
|
}
|
|
|
|
/**
|
|
* Address differences between Firefox and other browsers.
|
|
*/
|
|
/* line 211, ../bower_components/foundation/scss/normalize.scss */
|
|
hr {
|
|
box-sizing: content-box;
|
|
height: 0;
|
|
}
|
|
|
|
/**
|
|
* Contain overflow in all browsers.
|
|
*/
|
|
/* line 221, ../bower_components/foundation/scss/normalize.scss */
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
/**
|
|
* Address odd `em`-unit font size rendering in all browsers.
|
|
*/
|
|
/* line 229, ../bower_components/foundation/scss/normalize.scss */
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
font-size: 1em;
|
|
}
|
|
|
|
/* Forms
|
|
========================================================================== */
|
|
/**
|
|
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
|
* styling of `select`, unless a `border` property is set.
|
|
*/
|
|
/**
|
|
* 1. Correct color not being inherited.
|
|
* Known issue: affects color of disabled elements.
|
|
* 2. Correct font properties not being inherited.
|
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
|
*/
|
|
/* line 252, ../bower_components/foundation/scss/normalize.scss */
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
color: inherit;
|
|
/* 1 */
|
|
font: inherit;
|
|
/* 2 */
|
|
margin: 0;
|
|
/* 3 */
|
|
}
|
|
|
|
/**
|
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
|
*/
|
|
/* line 266, ../bower_components/foundation/scss/normalize.scss */
|
|
button {
|
|
overflow: visible;
|
|
}
|
|
|
|
/**
|
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
|
* All other form control elements do not inherit `text-transform` values.
|
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
|
* Correct `select` style inheritance in Firefox.
|
|
*/
|
|
/* line 277, ../bower_components/foundation/scss/normalize.scss */
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
|
|
/**
|
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
* and `video` controls.
|
|
* 2. Correct inability to style clickable `input` types in iOS.
|
|
* 3. Improve usability and consistency of cursor style between image-type
|
|
* `input` and others.
|
|
*/
|
|
/* line 290, ../bower_components/foundation/scss/normalize.scss */
|
|
button,
|
|
html input[type="button"],
|
|
input[type="reset"],
|
|
input[type="submit"] {
|
|
-webkit-appearance: button;
|
|
/* 2 */
|
|
cursor: pointer;
|
|
/* 3 */
|
|
}
|
|
|
|
/**
|
|
* Re-set default cursor for disabled elements.
|
|
*/
|
|
/* line 302, ../bower_components/foundation/scss/normalize.scss */
|
|
button[disabled],
|
|
html input[disabled] {
|
|
cursor: default;
|
|
}
|
|
|
|
/**
|
|
* Remove inner padding and border in Firefox 4+.
|
|
*/
|
|
/* line 311, ../bower_components/foundation/scss/normalize.scss */
|
|
button::-moz-focus-inner,
|
|
input::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/**
|
|
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
|
* the UA stylesheet.
|
|
*/
|
|
/* line 322, ../bower_components/foundation/scss/normalize.scss */
|
|
input {
|
|
line-height: normal;
|
|
}
|
|
|
|
/**
|
|
* It's recommended that you don't attempt to style these elements.
|
|
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
|
*
|
|
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
|
* 2. Remove excess padding in IE 8/9/10.
|
|
*/
|
|
/* line 334, ../bower_components/foundation/scss/normalize.scss */
|
|
input[type="checkbox"],
|
|
input[type="radio"] {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
|
* `font-size` values of the `input`, it causes the cursor style of the
|
|
* decrement button to change from `default` to `text`.
|
|
*/
|
|
/* line 346, ../bower_components/foundation/scss/normalize.scss */
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
/**
|
|
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
|
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
|
* (include `-moz` to future-proof).
|
|
*/
|
|
/* line 357, ../bower_components/foundation/scss/normalize.scss */
|
|
input[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
/* 1 */
|
|
/* 2 */
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
/**
|
|
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
|
* Safari (but not Chrome) clips the cancel button when the search input has
|
|
* padding (and `textfield` appearance).
|
|
*/
|
|
/* line 370, ../bower_components/foundation/scss/normalize.scss */
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
input[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/**
|
|
* Define consistent border, margin, and padding.
|
|
*/
|
|
/* line 379, ../bower_components/foundation/scss/normalize.scss */
|
|
fieldset {
|
|
border: 1px solid #c0c0c0;
|
|
margin: 0 2px;
|
|
padding: 0.35em 0.625em 0.75em;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
*/
|
|
/* line 390, ../bower_components/foundation/scss/normalize.scss */
|
|
legend {
|
|
border: 0;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
|
*/
|
|
/* line 399, ../bower_components/foundation/scss/normalize.scss */
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
|
|
/**
|
|
* Don't inherit the `font-weight` (applied by a rule above).
|
|
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
|
*/
|
|
/* line 408, ../bower_components/foundation/scss/normalize.scss */
|
|
optgroup {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Tables
|
|
========================================================================== */
|
|
/**
|
|
* Remove most spacing between table cells.
|
|
*/
|
|
/* line 419, ../bower_components/foundation/scss/normalize.scss */
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
/* line 424, ../bower_components/foundation/scss/normalize.scss */
|
|
td,
|
|
th {
|
|
padding: 0;
|
|
}
|
|
|
|
/* line 348, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-version {
|
|
font-family: "/5.5.1/";
|
|
}
|
|
|
|
/* line 352, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-small {
|
|
font-family: "/only screen/";
|
|
width: 0;
|
|
}
|
|
|
|
/* line 357, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-small-only {
|
|
font-family: "/only screen and (max-width: 40em)/";
|
|
width: 0;
|
|
}
|
|
|
|
/* line 362, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-medium {
|
|
font-family: "/only screen and (min-width:40.063em)/";
|
|
width: 40.063em;
|
|
}
|
|
|
|
/* line 367, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-medium-only {
|
|
font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
|
|
width: 40.063em;
|
|
}
|
|
|
|
/* line 372, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-large {
|
|
font-family: "/only screen and (min-width:64.063em)/";
|
|
width: 64.063em;
|
|
}
|
|
|
|
/* line 377, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-large-only {
|
|
font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
|
|
width: 64.063em;
|
|
}
|
|
|
|
/* line 382, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-xlarge {
|
|
font-family: "/only screen and (min-width:90.063em)/";
|
|
width: 90.063em;
|
|
}
|
|
|
|
/* line 387, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-xlarge-only {
|
|
font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
|
|
width: 90.063em;
|
|
}
|
|
|
|
/* line 392, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-mq-xxlarge {
|
|
font-family: "/only screen and (min-width:120.063em)/";
|
|
width: 120.063em;
|
|
}
|
|
|
|
/* line 397, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
meta.foundation-data-attribute-namespace {
|
|
font-family: false;
|
|
}
|
|
|
|
/* line 404, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 407, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
/* line 413, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
html,
|
|
body {
|
|
font-size: 100%;
|
|
}
|
|
|
|
/* line 417, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
body {
|
|
background: #fff;
|
|
color: #222;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
line-height: 1.5;
|
|
position: relative;
|
|
cursor: auto;
|
|
}
|
|
|
|
/* line 430, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
a:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* line 433, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* line 435, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
img {
|
|
-ms-interpolation-mode: bicubic;
|
|
}
|
|
|
|
/* line 439, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
#map_canvas img,
|
|
#map_canvas embed,
|
|
#map_canvas object,
|
|
.map_canvas img,
|
|
.map_canvas embed,
|
|
.map_canvas object {
|
|
max-width: none !important;
|
|
}
|
|
|
|
/* line 446, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.left {
|
|
float: left !important;
|
|
}
|
|
|
|
/* line 447, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.right {
|
|
float: right !important;
|
|
}
|
|
|
|
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.clearfix:before, .clearfix:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.clearfix:after {
|
|
clear: both;
|
|
}
|
|
|
|
/* line 451, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
/* line 456, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* line 462, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.antialiased {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
/* line 465, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
img {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* line 475, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
textarea {
|
|
height: auto;
|
|
min-height: 50px;
|
|
}
|
|
|
|
/* line 478, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
select {
|
|
width: 100%;
|
|
}
|
|
|
|
/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-only-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-only-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-only-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-only-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.small-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-only-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-only-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-only-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-only-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.medium-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-only-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-only-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-only-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-only-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 64.063em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.large-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-only-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-only-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-only-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-only-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 90.063em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xlarge-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-only-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-only-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-only-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-only-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 120.063em) {
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-text-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-text-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.xxlarge-text-justify {
|
|
text-align: justify !important;
|
|
}
|
|
}
|
|
/* Typography resets */
|
|
/* line 193, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
div,
|
|
dl,
|
|
dt,
|
|
dd,
|
|
ul,
|
|
ol,
|
|
li,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
pre,
|
|
form,
|
|
p,
|
|
blockquote,
|
|
th,
|
|
td {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Default Link Styles */
|
|
/* line 217, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
a {
|
|
color: #008CBA;
|
|
text-decoration: none;
|
|
line-height: inherit;
|
|
}
|
|
/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
a:hover, a:focus {
|
|
color: #0078a0;
|
|
}
|
|
/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
/* Default paragraph styles */
|
|
/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
p {
|
|
font-family: inherit;
|
|
font-weight: normal;
|
|
font-size: 1rem;
|
|
line-height: 1.6;
|
|
margin-bottom: 1.25rem;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
p.lead {
|
|
font-size: 1.21875rem;
|
|
line-height: 1.6;
|
|
}
|
|
/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
p aside {
|
|
font-size: 0.875rem;
|
|
line-height: 1.35;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Default header styles */
|
|
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
color: #222222;
|
|
text-rendering: optimizeLegibility;
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.5rem;
|
|
line-height: 1.4;
|
|
}
|
|
/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
|
|
font-size: 60%;
|
|
color: #6f6f6f;
|
|
line-height: 0;
|
|
}
|
|
|
|
/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h1 {
|
|
font-size: 2.125rem;
|
|
}
|
|
|
|
/* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h2 {
|
|
font-size: 1.6875rem;
|
|
}
|
|
|
|
/* line 271, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h3 {
|
|
font-size: 1.375rem;
|
|
}
|
|
|
|
/* line 272, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h4 {
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h5 {
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h6 {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.subheader {
|
|
line-height: 1.4;
|
|
color: #6f6f6f;
|
|
font-weight: normal;
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
hr {
|
|
border: solid #DDDDDD;
|
|
border-width: 1px 0 0;
|
|
clear: both;
|
|
margin: 1.25rem 0 1.1875rem;
|
|
height: 0;
|
|
}
|
|
|
|
/* Helpful Typography Defaults */
|
|
/* line 287, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
em,
|
|
i {
|
|
font-style: italic;
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
strong,
|
|
b {
|
|
font-weight: bold;
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* line 299, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
small {
|
|
font-size: 60%;
|
|
line-height: inherit;
|
|
}
|
|
|
|
/* line 304, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
code {
|
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
|
font-weight: normal;
|
|
color: #333333;
|
|
background-color: #f8f8f8;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #dfdfdf;
|
|
padding: 0.125rem 0.3125rem 0.0625rem;
|
|
}
|
|
|
|
/* Lists */
|
|
/* line 316, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul,
|
|
ol,
|
|
dl {
|
|
font-size: 1rem;
|
|
line-height: 1.6;
|
|
margin-bottom: 1.25rem;
|
|
list-style-position: outside;
|
|
font-family: inherit;
|
|
}
|
|
|
|
/* line 326, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul {
|
|
margin-left: 1.1rem;
|
|
}
|
|
/* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.no-bullet {
|
|
margin-left: 0;
|
|
}
|
|
/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.no-bullet li ul,
|
|
ul.no-bullet li ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
/* Unordered Lists */
|
|
/* line 344, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul li ul,
|
|
ul li ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0;
|
|
}
|
|
/* line 353, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.square li ul, ul.circle li ul, ul.disc li ul {
|
|
list-style: inherit;
|
|
}
|
|
/* line 356, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.square {
|
|
list-style-type: square;
|
|
margin-left: 1.1rem;
|
|
}
|
|
/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.circle {
|
|
list-style-type: circle;
|
|
margin-left: 1.1rem;
|
|
}
|
|
/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.disc {
|
|
list-style-type: disc;
|
|
margin-left: 1.1rem;
|
|
}
|
|
/* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ul.no-bullet {
|
|
list-style: none;
|
|
}
|
|
|
|
/* Ordered Lists */
|
|
/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ol {
|
|
margin-left: 1.4rem;
|
|
}
|
|
/* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
ol li ul,
|
|
ol li ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* Definition Lists */
|
|
/* line 376, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
dl dt {
|
|
margin-bottom: 0.3rem;
|
|
font-weight: bold;
|
|
}
|
|
/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
dl dd {
|
|
margin-bottom: 0.75rem;
|
|
}
|
|
|
|
/* Abbreviations */
|
|
/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
abbr,
|
|
acronym {
|
|
text-transform: uppercase;
|
|
font-size: 90%;
|
|
color: #222;
|
|
cursor: help;
|
|
}
|
|
|
|
/* line 391, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
abbr {
|
|
text-transform: none;
|
|
}
|
|
/* line 393, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
abbr[title] {
|
|
border-bottom: 1px dotted #DDDDDD;
|
|
}
|
|
|
|
/* Blockquotes */
|
|
/* line 399, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
blockquote {
|
|
margin: 0 0 1.25rem;
|
|
padding: 0.5625rem 1.25rem 0 1.1875rem;
|
|
border-left: 1px solid #DDDDDD;
|
|
}
|
|
/* line 404, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
blockquote cite {
|
|
display: block;
|
|
font-size: 0.8125rem;
|
|
color: #555555;
|
|
}
|
|
/* line 408, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
blockquote cite:before {
|
|
content: "\2014 \0020";
|
|
}
|
|
/* line 412, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
blockquote cite a,
|
|
blockquote cite a:visited {
|
|
color: #555555;
|
|
}
|
|
|
|
/* line 418, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
blockquote,
|
|
blockquote p {
|
|
line-height: 1.6;
|
|
color: #6f6f6f;
|
|
}
|
|
|
|
/* Microformats */
|
|
/* line 425, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.vcard {
|
|
display: inline-block;
|
|
margin: 0 0 1.25rem 0;
|
|
border: 1px solid #DDDDDD;
|
|
padding: 0.625rem 0.75rem;
|
|
}
|
|
/* line 431, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.vcard li {
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 435, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.vcard .fn {
|
|
font-weight: bold;
|
|
font-size: 0.9375rem;
|
|
}
|
|
|
|
/* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.vevent .summary {
|
|
font-weight: bold;
|
|
}
|
|
/* line 444, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
.vevent abbr {
|
|
cursor: default;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
border: none;
|
|
padding: 0 0.0625rem;
|
|
}
|
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 455, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
line-height: 1.4;
|
|
}
|
|
|
|
/* line 456, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h1 {
|
|
font-size: 2.75rem;
|
|
}
|
|
|
|
/* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h2 {
|
|
font-size: 2.3125rem;
|
|
}
|
|
|
|
/* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h3 {
|
|
font-size: 1.6875rem;
|
|
}
|
|
|
|
/* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h4 {
|
|
font-size: 1.4375rem;
|
|
}
|
|
|
|
/* line 460, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h5 {
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
/* line 461, ../bower_components/foundation/scss/foundation/components/_type.scss */
|
|
h6 {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
/* Clearing Styles */
|
|
/* line 44, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-thumbs, [data-clearing] {
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
list-style: none;
|
|
}
|
|
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.clearing-thumbs:after, [data-clearing]:after {
|
|
clear: both;
|
|
}
|
|
/* line 50, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-thumbs li, [data-clearing] li {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
/* line 55, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* line 60, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-blackout {
|
|
background: #333333;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 998;
|
|
}
|
|
/* line 69, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-blackout .clearing-close {
|
|
display: block;
|
|
}
|
|
|
|
/* line 72, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-container {
|
|
position: relative;
|
|
z-index: 998;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 80, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-touch-label {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
color: #AAAAAA;
|
|
font-size: 0.6em;
|
|
}
|
|
|
|
/* line 88, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.visible-img {
|
|
height: 95%;
|
|
position: relative;
|
|
}
|
|
/* line 92, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.visible-img img {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%) translateX(-50%);
|
|
-webkit-transform: translateY(-50%) translateX(-50%);
|
|
-ms-transform: translateY(-50%) translateX(-50%);
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
/* line 111, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-caption {
|
|
color: #CCCCCC;
|
|
font-size: 0.875em;
|
|
line-height: 1.3;
|
|
margin-bottom: 0;
|
|
text-align: center;
|
|
bottom: 0;
|
|
background: #333333;
|
|
width: 100%;
|
|
padding: 10px 30px 20px;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
|
|
/* line 125, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-close {
|
|
z-index: 999;
|
|
padding-left: 20px;
|
|
padding-top: 10px;
|
|
font-size: 30px;
|
|
line-height: 1;
|
|
color: #CCCCCC;
|
|
display: none;
|
|
}
|
|
/* line 134, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-close:hover, .clearing-close:focus {
|
|
color: #CCCCCC;
|
|
}
|
|
|
|
/* line 138, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container {
|
|
height: 100%;
|
|
}
|
|
/* line 139, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul {
|
|
display: none;
|
|
}
|
|
|
|
/* line 143, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-feature li {
|
|
display: none;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-feature li.clearing-featured-img {
|
|
display: block;
|
|
}
|
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 152, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-prev,
|
|
.clearing-main-next {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 40px;
|
|
top: 0;
|
|
}
|
|
/* line 158, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-prev > span,
|
|
.clearing-main-next > span {
|
|
position: absolute;
|
|
top: 50%;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border: solid 12px;
|
|
}
|
|
/* line 165, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-prev > span:hover,
|
|
.clearing-main-next > span:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-prev {
|
|
left: 0;
|
|
}
|
|
/* line 170, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-prev > span {
|
|
left: 5px;
|
|
border-color: transparent;
|
|
border-right-color: #CCCCCC;
|
|
}
|
|
|
|
/* line 176, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-next {
|
|
right: 0;
|
|
}
|
|
/* line 178, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-next > span {
|
|
border-color: transparent;
|
|
border-left-color: #CCCCCC;
|
|
}
|
|
|
|
/* line 184, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-main-prev.disabled,
|
|
.clearing-main-next.disabled {
|
|
opacity: 0.3;
|
|
}
|
|
|
|
/* line 189, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel {
|
|
background: rgba(51, 51, 51, 0.8);
|
|
height: 120px;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
/* line 195, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul {
|
|
display: inline-block;
|
|
z-index: 999;
|
|
height: 100%;
|
|
position: relative;
|
|
float: none;
|
|
}
|
|
/* line 202, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul li {
|
|
display: block;
|
|
width: 120px;
|
|
min-height: inherit;
|
|
float: left;
|
|
overflow: hidden;
|
|
margin-right: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
clear: none;
|
|
}
|
|
/* line 216, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul li.fix-height img {
|
|
height: 100%;
|
|
max-width: none;
|
|
}
|
|
/* line 222, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul li a.th {
|
|
border: none;
|
|
box-shadow: none;
|
|
display: block;
|
|
}
|
|
/* line 228, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul li img {
|
|
cursor: pointer !important;
|
|
width: 100% !important;
|
|
}
|
|
/* line 233, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul li.visible {
|
|
opacity: 1;
|
|
}
|
|
/* line 234, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .carousel > ul li:hover {
|
|
opacity: 0.8;
|
|
}
|
|
/* line 239, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-assembled .clearing-container .visible-img {
|
|
background: #333333;
|
|
overflow: hidden;
|
|
height: 85%;
|
|
}
|
|
|
|
/* line 246, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
|
|
.clearing-close {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 20px;
|
|
padding-left: 0;
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
/* line 53, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
|
|
.inline-list {
|
|
margin: 0 auto 1.0625rem auto;
|
|
margin-left: -1.375rem;
|
|
margin-right: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
}
|
|
/* line 42, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
|
|
.inline-list > li {
|
|
list-style: none;
|
|
float: left;
|
|
margin-left: 1.375rem;
|
|
display: block;
|
|
}
|
|
/* line 47, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */
|
|
.inline-list > li > * {
|
|
display: block;
|
|
}
|
|
|
|
/* line 217, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button, .button {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 1rem;
|
|
padding-right: 2rem;
|
|
padding-bottom: 1.0625rem;
|
|
padding-left: 2rem;
|
|
font-size: 1rem;
|
|
background-color: #008CBA;
|
|
border-color: #007095;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #007095;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button:hover, button:focus, .button:hover, .button:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.secondary, .button.secondary {
|
|
background-color: #e7e7e7;
|
|
border-color: #b9b9b9;
|
|
color: #333333;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
|
|
background-color: #b9b9b9;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
|
|
color: #333333;
|
|
}
|
|
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.success, .button.success {
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
|
|
background-color: #368a55;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 226, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.alert, .button.alert {
|
|
background-color: #f04124;
|
|
border-color: #cf2a0e;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
|
|
background-color: #cf2a0e;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 227, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.warning, .button.warning {
|
|
background-color: #f08a24;
|
|
border-color: #cf6e0e;
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
|
|
background-color: #cf6e0e;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 228, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.info, .button.info {
|
|
background-color: #a0d3e8;
|
|
border-color: #61b6d9;
|
|
color: #333333;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
|
|
background-color: #61b6d9;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.large, .button.large {
|
|
padding-top: 1.125rem;
|
|
padding-right: 2.25rem;
|
|
padding-bottom: 1.1875rem;
|
|
padding-left: 2.25rem;
|
|
font-size: 1.25rem;
|
|
}
|
|
/* line 231, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.small, .button.small {
|
|
padding-top: 0.875rem;
|
|
padding-right: 1.75rem;
|
|
padding-bottom: 0.9375rem;
|
|
padding-left: 1.75rem;
|
|
font-size: 0.8125rem;
|
|
}
|
|
/* line 232, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.tiny, .button.tiny {
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
}
|
|
/* line 233, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.expand, .button.expand {
|
|
padding-right: 0;
|
|
padding-left: 0;
|
|
width: 100%;
|
|
}
|
|
/* line 235, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.left-align, .button.left-align {
|
|
text-align: left;
|
|
text-indent: 0.75rem;
|
|
}
|
|
/* line 236, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.right-align, .button.right-align {
|
|
text-align: right;
|
|
padding-right: 0.75rem;
|
|
}
|
|
/* line 238, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.radius, .button.radius {
|
|
border-radius: 3px;
|
|
}
|
|
/* line 239, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.round, .button.round {
|
|
border-radius: 1000px;
|
|
}
|
|
/* line 241, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled, button[disabled], .button.disabled, .button[disabled] {
|
|
background-color: #008CBA;
|
|
border-color: #007095;
|
|
color: #FFFFFF;
|
|
cursor: default;
|
|
opacity: 0.7;
|
|
box-shadow: none;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
|
|
background-color: #007095;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
|
|
background-color: #008CBA;
|
|
}
|
|
/* line 242, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
|
|
background-color: #e7e7e7;
|
|
border-color: #b9b9b9;
|
|
color: #333333;
|
|
cursor: default;
|
|
opacity: 0.7;
|
|
box-shadow: none;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
|
|
background-color: #b9b9b9;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
|
|
color: #333333;
|
|
}
|
|
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
|
|
background-color: #e7e7e7;
|
|
}
|
|
/* line 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
cursor: default;
|
|
opacity: 0.7;
|
|
box-shadow: none;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
|
|
background-color: #368a55;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
|
|
background-color: #43AC6A;
|
|
}
|
|
/* line 244, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
|
|
background-color: #f04124;
|
|
border-color: #cf2a0e;
|
|
color: #FFFFFF;
|
|
cursor: default;
|
|
opacity: 0.7;
|
|
box-shadow: none;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
|
|
background-color: #cf2a0e;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
|
|
background-color: #f04124;
|
|
}
|
|
/* line 245, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
|
|
background-color: #f08a24;
|
|
border-color: #cf6e0e;
|
|
color: #FFFFFF;
|
|
cursor: default;
|
|
opacity: 0.7;
|
|
box-shadow: none;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
|
|
background-color: #cf6e0e;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
|
|
background-color: #f08a24;
|
|
}
|
|
/* line 246, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
|
|
background-color: #a0d3e8;
|
|
border-color: #61b6d9;
|
|
color: #333333;
|
|
cursor: default;
|
|
opacity: 0.7;
|
|
box-shadow: none;
|
|
}
|
|
/* line 162, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
|
|
background-color: #61b6d9;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 179, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
|
|
background-color: #a0d3e8;
|
|
}
|
|
|
|
/* line 251, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 254, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
button, .button {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
/* line 151, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group {
|
|
list-style: none;
|
|
margin: 0;
|
|
left: 0;
|
|
}
|
|
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.button-group:before, .button-group:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.button-group:after {
|
|
clear: both;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-2 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 50%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-2 li > button, .button-group.even-2 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-2 li button, .button-group.even-2 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-3 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 33.33333%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-3 li > button, .button-group.even-3 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-3 li button, .button-group.even-3 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-4 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 25%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-4 li > button, .button-group.even-4 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-4 li button, .button-group.even-4 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-5 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 20%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-5 li > button, .button-group.even-5 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-5 li button, .button-group.even-5 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-6 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 16.66667%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-6 li > button, .button-group.even-6 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-6 li button, .button-group.even-6 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-7 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 14.28571%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-7 li > button, .button-group.even-7 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-7 li button, .button-group.even-7 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 154, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-8 li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
width: 12.5%;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-8 li > button, .button-group.even-8 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 145, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.even-8 li button, .button-group.even-8 li .button {
|
|
width: 100%;
|
|
}
|
|
/* line 157, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group > li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group > li > button, .button-group > li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group > li:first-child button, .button-group > li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 160, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack > li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
display: block;
|
|
margin: 0;
|
|
float: none;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack > li > button, .button-group.stack > li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack > li > button, .button-group.stack > li .button {
|
|
border-top: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack > li > button {
|
|
width: 100%;
|
|
}
|
|
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
|
|
border-top: 0;
|
|
}
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 164, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
|
|
border-top: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li > button {
|
|
width: 100%;
|
|
}
|
|
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
|
|
border-top: 0;
|
|
}
|
|
}
|
|
/* line 172, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius > * > button, .button-group.radius > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
/* line 173, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
|
|
border-top: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > * > button {
|
|
width: 100%;
|
|
}
|
|
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
|
|
border-top: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
|
|
-webkit-top-left-radius: 3px;
|
|
-webkit-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
|
|
-webkit-bottom-left-radius: 3px;
|
|
-webkit-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 174, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
|
|
-webkit-border-bottom-left-radius: 3px;
|
|
-webkit-border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 174, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
|
|
border-top: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > * > button {
|
|
width: 100%;
|
|
}
|
|
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
|
|
border-top: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
|
|
-webkit-top-left-radius: 3px;
|
|
-webkit-top-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
|
|
-webkit-bottom-left-radius: 3px;
|
|
-webkit-bottom-right-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
}
|
|
}
|
|
/* line 183, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round > * > button, .button-group.round > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
|
|
-webkit-border-bottom-left-radius: 1000px;
|
|
-webkit-border-top-left-radius: 1000px;
|
|
border-bottom-left-radius: 1000px;
|
|
border-top-left-radius: 1000px;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
|
|
-webkit-border-bottom-right-radius: 1000px;
|
|
-webkit-border-top-right-radius: 1000px;
|
|
border-bottom-right-radius: 1000px;
|
|
border-top-right-radius: 1000px;
|
|
}
|
|
/* line 184, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
|
|
border-top: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > * > button {
|
|
width: 100%;
|
|
}
|
|
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
|
|
border-top: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
|
|
-webkit-top-left-radius: 1rem;
|
|
-webkit-top-right-radius: 1rem;
|
|
border-top-left-radius: 1rem;
|
|
border-top-right-radius: 1rem;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
|
|
-webkit-bottom-left-radius: 1rem;
|
|
-webkit-bottom-right-radius: 1rem;
|
|
border-bottom-left-radius: 1rem;
|
|
border-bottom-right-radius: 1rem;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 185, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
|
|
-webkit-border-bottom-left-radius: 1000px;
|
|
-webkit-border-top-left-radius: 1000px;
|
|
border-bottom-left-radius: 1000px;
|
|
border-top-left-radius: 1000px;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
|
|
-webkit-border-bottom-right-radius: 1000px;
|
|
-webkit-border-top-right-radius: 1000px;
|
|
border-bottom-right-radius: 1000px;
|
|
border-top-right-radius: 1000px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 185, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > * {
|
|
margin: 0 -2px;
|
|
display: inline-block;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
|
|
border-left: 0;
|
|
}
|
|
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
|
|
border-top: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
margin: 0;
|
|
display: block;
|
|
}
|
|
/* line 73, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > * > button {
|
|
width: 100%;
|
|
}
|
|
/* line 78, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
|
|
border-top: 0;
|
|
}
|
|
/* line 114, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
|
|
border-radius: 0;
|
|
}
|
|
/* line 118, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
|
|
-webkit-top-left-radius: 1rem;
|
|
-webkit-top-right-radius: 1rem;
|
|
border-top-left-radius: 1rem;
|
|
border-top-right-radius: 1rem;
|
|
}
|
|
/* line 129, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
|
|
-webkit-bottom-left-radius: 1rem;
|
|
-webkit-bottom-right-radius: 1rem;
|
|
border-bottom-left-radius: 1rem;
|
|
border-bottom-right-radius: 1rem;
|
|
}
|
|
}
|
|
|
|
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.button-bar:before, .button-bar:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
|
.button-bar:after {
|
|
clear: both;
|
|
}
|
|
/* line 197, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-bar .button-group {
|
|
float: left;
|
|
margin-right: 0.625rem;
|
|
}
|
|
/* line 32, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
|
|
.button-bar .button-group div {
|
|
overflow: hidden;
|
|
}
|
|
|
|
/*
|
|
* www.g-u-i.net
|
|
*/
|
|
/* line 3, ../scss/fonts.scss */
|
|
body {
|
|
font-size: 16px;
|
|
font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
/* line 5, ../scss/fonts.scss */
|
|
a {
|
|
color: #007BC2;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* line 7, ../scss/fonts.scss */
|
|
h1 {
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
/* line 8, ../scss/fonts.scss */
|
|
h2 {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
/* line 9, ../scss/fonts.scss */
|
|
h3 {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
/* line 10, ../scss/fonts.scss */
|
|
h4 {
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
/* line 11, ../scss/fonts.scss */
|
|
h5 {
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
/* line 12, ../scss/fonts.scss */
|
|
h6 {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
/* line 14, ../scss/fonts.scss */
|
|
input, button, select, textarea {
|
|
font-family: "Ubuntu", Arial, "MS Trebuchet", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* line 21, ../scss/fonts.scss */
|
|
#footer #footer-bottom {
|
|
text-align: center;
|
|
}
|
|
/* line 22, ../scss/fonts.scss */
|
|
#footer #footer-bottom .block {
|
|
font-size: 8px;
|
|
}
|
|
|
|
/** RESPONSIVE break points */
|
|
/* 0, 480px */
|
|
/* 481px, 768px */
|
|
/* 769px, 980px */
|
|
/* 981px, 1200px */
|
|
/* 1201px, ... */
|
|
/* line 66, ../scss/layout.scss */
|
|
* {
|
|
box-sizing: content-box;
|
|
}
|
|
/* line 68, ../scss/layout.scss */
|
|
*:before, *:after {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
/* line 79, ../scss/layout.scss */
|
|
body {
|
|
overflow-y: scroll;
|
|
top: 0;
|
|
}
|
|
|
|
/* line 83, ../scss/layout.scss */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: inherit;
|
|
}
|
|
|
|
/* line 87, ../scss/layout.scss */
|
|
h1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* line 91, ../scss/layout.scss */
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 95, ../scss/layout.scss */
|
|
input[type="checkbox"] + label {
|
|
margin: 0;
|
|
}
|
|
|
|
/* line 99, ../scss/layout.scss */
|
|
p {
|
|
font-family: inherit;
|
|
font-weight: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
margin-bottom: inherit;
|
|
}
|
|
|
|
/* line 107, ../scss/layout.scss */
|
|
a {
|
|
font-size: inherit;
|
|
}
|
|
|
|
/* line 111, ../scss/layout.scss */
|
|
.column, .columns {
|
|
padding: inherit;
|
|
float: inherit;
|
|
}
|
|
|
|
/** NIVEAU 0 */
|
|
/* line 119, ../scss/layout.scss */
|
|
#root {
|
|
min-width: 320px;
|
|
}
|
|
/* line 122, ../scss/layout.scss */
|
|
.ie8 #root {
|
|
min-width: 1024px;
|
|
}
|
|
|
|
/** NIVEAU 1 */
|
|
/* line 126, ../scss/layout.scss */
|
|
#container {
|
|
margin: 0 auto;
|
|
position: relative;
|
|
-webkit-transition: padding-top 0.5s ease-out, 1s, ease-out;
|
|
transition: padding-top 0.5s ease-out, 1s, ease-out;
|
|
}
|
|
|
|
/** NIVEAU 2 */
|
|
/* line 135, ../scss/layout.scss */
|
|
#header {
|
|
z-index: 1000;
|
|
width: 96%;
|
|
padding-left: 2%;
|
|
padding-right: 2%;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 135, ../scss/layout.scss */
|
|
#header {
|
|
position: fixed;
|
|
top: 0;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
min-width: 310.4px;
|
|
}
|
|
}
|
|
/* line 141, ../scss/layout.scss */
|
|
.editmenu-enabled #header {
|
|
margin-top: 30px;
|
|
}
|
|
/* line 142, ../scss/layout.scss */
|
|
.admin-menu #header {
|
|
margin-top: 35px;
|
|
}
|
|
|
|
/* line 145, ../scss/layout.scss */
|
|
#utilities {
|
|
z-index: 999;
|
|
background-color: #fff;
|
|
width: 96%;
|
|
padding-left: 2%;
|
|
padding-right: 2%;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 147, ../scss/layout.scss */
|
|
html.no-touch #utilities {
|
|
position: fixed;
|
|
top: 0;
|
|
margin: 0 auto;
|
|
min-width: 310.4px;
|
|
margin-top: 60px;
|
|
}
|
|
/* line 151, ../scss/layout.scss */
|
|
html.no-touch .editmenu-enabled #utilities {
|
|
margin-top: 80px;
|
|
}
|
|
/* line 152, ../scss/layout.scss */
|
|
html.no-touch .admin-menu #utilities {
|
|
margin-top: 85px;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 155, ../scss/layout.scss */
|
|
#utilities > .region {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
}
|
|
|
|
/* line 163, ../scss/layout.scss */
|
|
#main {
|
|
width: 96%;
|
|
padding-left: 2%;
|
|
padding-right: 2%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
/* line 165, ../scss/layout.scss */
|
|
#footer {
|
|
width: 96%;
|
|
padding-left: 2%;
|
|
padding-right: 2%;
|
|
}
|
|
|
|
/** NIVEAU 3 */
|
|
/** NIVEAU 4 */
|
|
/* line 179, ../scss/layout.scss */
|
|
#center {
|
|
padding: 5px;
|
|
}
|
|
|
|
/** Z-INDEX */
|
|
/* line 182, ../scss/layout.scss */
|
|
#block-feedback-form {
|
|
z-index: 1001;
|
|
}
|
|
|
|
/* line 183, ../scss/layout.scss */
|
|
#admin-menu {
|
|
z-index: 1002;
|
|
}
|
|
|
|
/* line 184, ../scss/layout.scss */
|
|
#admin-toolbar {
|
|
z-index: 1003;
|
|
}
|
|
|
|
/* line 87, ../scss/styles.scss */
|
|
.op-visible {
|
|
visibility: visible;
|
|
}
|
|
/* line 89, ../scss/styles.scss */
|
|
.csstransitions .op-visible {
|
|
opacity: 1;
|
|
-webkit-transition: opacity 0.3s ease-out;
|
|
transition: opacity 0.3s ease-out;
|
|
}
|
|
|
|
/* line 94, ../scss/styles.scss */
|
|
.op-hidden {
|
|
visibility: hidden;
|
|
}
|
|
/* line 96, ../scss/styles.scss */
|
|
.op-hidden > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 99, ../scss/styles.scss */
|
|
.csstransition .op-hidden {
|
|
opacity: 0;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 102, ../scss/styles.scss */
|
|
.csstransition .op-hidden > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
|
|
/** colomnized() */
|
|
/*
|
|
__ ___________ ____ __________
|
|
/ / / / ____/ | / __ \/ ____/ __ \
|
|
/ /_/ / __/ / /| | / / / / __/ / /_/ /
|
|
/ __ / /___/ ___ |/ /_/ / /___/ _, _/
|
|
/_/ /_/_____/_/ |_/_____/_____/_/ |_|
|
|
|
|
*/
|
|
/* line 202, ../scss/styles.scss */
|
|
#header {
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
height: 45px;
|
|
}
|
|
/* line 209, ../scss/styles.scss */
|
|
#header a, #header a:active, #header a:visited {
|
|
color: #000;
|
|
}
|
|
/* line 213, ../scss/styles.scss */
|
|
#header .logo {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 216, ../scss/styles.scss */
|
|
#header .logo h1 {
|
|
margin: 0;
|
|
font-size: 36px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: baseline;
|
|
position: relative;
|
|
line-height: 1.25;
|
|
}
|
|
/* line 220, ../scss/styles.scss */
|
|
#header .logo h1 a:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 222, ../scss/styles.scss */
|
|
#header .logo span.beta {
|
|
line-height: 1;
|
|
letter-spacing: 0.1em;
|
|
color: #00007a;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
left: 0;
|
|
padding-left: 0;
|
|
margin-left: 0;
|
|
}
|
|
/* line 228, ../scss/styles.scss */
|
|
#header .logo span.slogan {
|
|
font-size: 14px;
|
|
margin-top: -3px;
|
|
margin-left: -0.5em;
|
|
font-weight: 900;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 228, ../scss/styles.scss */
|
|
#header .logo span.slogan {
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 234, ../scss/styles.scss */
|
|
.ie8 #header .logo span.slogan {
|
|
position: absolute;
|
|
margin-top: 22px;
|
|
}
|
|
/* line 238, ../scss/styles.scss */
|
|
#header #header-blocks {
|
|
padding-top: 17px;
|
|
float: right;
|
|
text-align: right;
|
|
text-transform: capitalize;
|
|
}
|
|
/* line 245, ../scss/styles.scss */
|
|
#header #header-blocks > .region {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
padding-right: 1em;
|
|
margin-right: 1em;
|
|
border-right: 1px solid #707070;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 245, ../scss/styles.scss */
|
|
#header #header-blocks > .region {
|
|
padding-right: 0.3em;
|
|
margin-right: 0.3em;
|
|
}
|
|
}
|
|
/* line 250, ../scss/styles.scss */
|
|
#header #header-blocks > .region:last-child {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 253, ../scss/styles.scss */
|
|
#header #header-blocks .block {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 255, ../scss/styles.scss */
|
|
#header #header-blocks .block h2 {
|
|
font-size: 12px;
|
|
margin: 0;
|
|
line-height: 1.2;
|
|
font-weight: normal;
|
|
}
|
|
/* line 258, ../scss/styles.scss */
|
|
#header #header-blocks .block:not(:last-child) {
|
|
padding-right: 0.8em;
|
|
}
|
|
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
|
|
/* line 258, ../scss/styles.scss */
|
|
#header #header-blocks .block:not(:last-child) {
|
|
padding-right: 0.3em;
|
|
}
|
|
}
|
|
/* line 264, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login {
|
|
font-size: 12px;
|
|
text-align: left;
|
|
position: relative;
|
|
}
|
|
/* line 267, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login h2 {
|
|
padding-right: 5px;
|
|
}
|
|
/* line 270, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login h2 i {
|
|
vertical-align: text-bottom;
|
|
margin: 0 2px 2px 0;
|
|
}
|
|
/* line 272, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
right: 0;
|
|
margin: 0;
|
|
height: 0;
|
|
-webkit-transition: height 0.3s ease-out;
|
|
transition: height 0.3s ease-out;
|
|
}
|
|
/* line 276, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form > div {
|
|
padding: 5px;
|
|
margin: 5px;
|
|
background-color: #e6e6e6;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 280, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form .form-item {
|
|
margin: 0;
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 281, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form label, #header #header-blocks #block-user-login form#user-login-form input {
|
|
margin: 0;
|
|
font-size: 10px;
|
|
}
|
|
/* line 286, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form input.form-text {
|
|
width: 150px;
|
|
}
|
|
/* line 288, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form #edit-actions {
|
|
margin: 5px 0;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
text-align: right;
|
|
}
|
|
/* line 290, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form #edit-actions input.form-submit {
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
}
|
|
/* line 295, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login form#user-login-form div.newpass a {
|
|
font-size: 12px;
|
|
color: #686868;
|
|
}
|
|
/* line 306, ../scss/styles.scss */
|
|
html.no-touch #header #header-blocks #block-user-login:hover form#user-login-form, #header #header-blocks #block-user-login.hovered form#user-login-form {
|
|
height: 300px;
|
|
z-index: 1000;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 315, ../scss/styles.scss */
|
|
#header #header-blocks #block-user-login span.login {
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 319, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav {
|
|
position: relative;
|
|
}
|
|
/* line 321, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
line-height: 1.1;
|
|
}
|
|
/* line 326, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists {
|
|
position: absolute;
|
|
z-index: 20;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
min-width: 100%;
|
|
margin: 0 0 0 -5px;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 329, ../scss/styles.scss */
|
|
.ie8 #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists {
|
|
background: #FFF;
|
|
}
|
|
/* line 330, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists ul {
|
|
margin: 0;
|
|
}
|
|
/* line 331, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li {
|
|
list-style: none;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
padding: 0 10px;
|
|
text-align: left;
|
|
width: 200px;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.3s ease-out;
|
|
transition: height 0.3s ease-out;
|
|
}
|
|
/* line 338, ../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 {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
/* line 339, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.open-list {
|
|
max-width: 150px;
|
|
}
|
|
/* line 340, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.count {
|
|
font-weight: 300;
|
|
padding: 0 5px;
|
|
}
|
|
/* line 343, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li span.preview, #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li a.edit-list {
|
|
padding-right: 5px;
|
|
}
|
|
/* line 346, ../scss/styles.scss */
|
|
.no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview, .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list {
|
|
visibility: hidden;
|
|
}
|
|
/* line 118, ../scss/styles.scss */
|
|
.no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) span.preview > *, .no-touch #header #header-blocks #block-materio-flag-materio-flag-mylists-nav section.mylists li:not(:hover) a.edit-list > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 121, ../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;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 124, ../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 > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
/* line 353, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists {
|
|
padding-bottom: 5px;
|
|
}
|
|
/* line 355, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav:hover section.mylists li {
|
|
height: 15px;
|
|
padding: 3px 10px;
|
|
}
|
|
/* line 360, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 i {
|
|
vertical-align: text-bottom;
|
|
margin: 0 2px 2px 0;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 362, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-flag-materio-flag-mylists-nav h2 span.menu-title {
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 366, ../scss/styles.scss */
|
|
#header #header-blocks #block-ajax-register-ajax-register-block {
|
|
font-size: 12px;
|
|
text-transform: lowercase;
|
|
}
|
|
/* line 371, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in {
|
|
font-size: 12px;
|
|
}
|
|
/* line 373, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in i {
|
|
vertical-align: text-bottom;
|
|
margin: 0 5px 1px 0;
|
|
}
|
|
/* line 377, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
|
|
text-transform: lowercase;
|
|
}
|
|
/* line 378, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout {
|
|
display: none;
|
|
margin-left: 5px;
|
|
}
|
|
/* line 379, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in .fi-power {
|
|
margin: 0 0.5em 0 0.5em;
|
|
}
|
|
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
|
|
/* line 380, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in .fi-power {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 381, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.logout {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 383, ../scss/styles.scss */
|
|
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
|
|
display: none;
|
|
}
|
|
}
|
|
/* line 387, ../scss/styles.scss */
|
|
#header #header-blocks #headerblock-right .block {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
}
|
|
/* line 389, ../scss/styles.scss */
|
|
#header #header-blocks #headerblock-right .block:first-child {
|
|
padding: 0;
|
|
}
|
|
/* line 393, ../scss/styles.scss */
|
|
#header #header-blocks #block-locale-language {
|
|
margin-left: 1em;
|
|
}
|
|
/* line 396, ../scss/styles.scss */
|
|
#header #header-blocks #block-locale-language ul, #header #header-blocks #block-locale-language li {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
}
|
|
/* line 400, ../scss/styles.scss */
|
|
#header #header-blocks #block-locale-language ul.active, #header #header-blocks #block-locale-language li.active {
|
|
display: none;
|
|
}
|
|
/* line 402, ../scss/styles.scss */
|
|
.ie8 #header #header-blocks #block-locale-language {
|
|
padding-top: 5px;
|
|
}
|
|
/* line 430, ../scss/styles.scss */
|
|
.ie8 #header #header-blocks #block-menu-menu-top-menu h2 {
|
|
display: none;
|
|
}
|
|
/* line 431, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu h2 i {
|
|
vertical-align: text-bottom;
|
|
margin: 0 0 2px 0;
|
|
}
|
|
/* line 434, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu ul.menu, #header #header-blocks #block-menu-menu-top-menu li {
|
|
font-size: 12px;
|
|
list-style: none;
|
|
}
|
|
/* line 437, ../scss/styles.scss */
|
|
.ie8 #header #header-blocks #block-menu-menu-top-menu ul.menu, .ie8 #header #header-blocks #block-menu-menu-top-menu li {
|
|
display: inline;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 441, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu h2 {
|
|
display: none;
|
|
}
|
|
/* line 442, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu ul.menu, #header #header-blocks #block-menu-menu-top-menu li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 446, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu a {
|
|
padding: 0 0.5em 0 0;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 428, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu {
|
|
position: relative;
|
|
}
|
|
/* line 452, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu h2 .menu-title {
|
|
display: none;
|
|
}
|
|
/* line 453, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper {
|
|
position: absolute;
|
|
width: 150px;
|
|
display: none;
|
|
right: 0;
|
|
padding-top: 5px;
|
|
}
|
|
/* line 455, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu {
|
|
background-color: #e6e6e6;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 0 5px 5px 5px;
|
|
margin: 0;
|
|
text-align: right;
|
|
}
|
|
/* line 458, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li {
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.3s ease-out;
|
|
transition: height 0.3s ease-out;
|
|
}
|
|
/* line 462, ../scss/styles.scss */
|
|
#header #header-blocks #block-menu-menu-top-menu .menu-wrapper ul.menu li a {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 2px 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 468, ../scss/styles.scss */
|
|
html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover, #header #header-blocks #block-menu-menu-top-menu.hovered {
|
|
z-index: 1000;
|
|
}
|
|
/* line 470, ../scss/styles.scss */
|
|
html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover .menu-wrapper, #header #header-blocks #block-menu-menu-top-menu.hovered .menu-wrapper {
|
|
display: block;
|
|
}
|
|
/* line 472, ../scss/styles.scss */
|
|
html.no-touch #header #header-blocks #block-menu-menu-top-menu:hover .menu-wrapper ul.menu li, #header #header-blocks #block-menu-menu-top-menu.hovered .menu-wrapper ul.menu li {
|
|
height: 25px;
|
|
}
|
|
}
|
|
/* line 479, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-user-old-database-link a {
|
|
font-size: 12px;
|
|
}
|
|
/* line 485, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-user-front-link a {
|
|
font-size: 12px;
|
|
}
|
|
/* line 488, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-user-front-link i {
|
|
vertical-align: text-bottom;
|
|
margin: 0 2px 2px 0;
|
|
}
|
|
/* line 489, ../scss/styles.scss */
|
|
#header #header-blocks #block-materio-user-front-link span.text {
|
|
display: none;
|
|
}
|
|
|
|
/* line 494, ../scss/styles.scss */
|
|
#utilities {
|
|
margin-top: 60px;
|
|
}
|
|
/* line 496, ../scss/styles.scss */
|
|
.not-logged-in #utilities {
|
|
overflow: hidden;
|
|
}
|
|
/* line 498, ../scss/styles.scss */
|
|
#utilities.closed {
|
|
height: 0;
|
|
}
|
|
/* line 499, ../scss/styles.scss */
|
|
#utilities.closed .tabs, #utilities.closed .node-didactique {
|
|
display: none;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 494, ../scss/styles.scss */
|
|
#utilities {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
/*
|
|
__ _ __ ___ __ __ __
|
|
/ /_ (_)___ _/ /_ / (_)___ _/ /_ / /____ ____/ /
|
|
/ __ \/ / __ `/ __ \/ / / __ `/ __ \/ __/ _ \/ __ /
|
|
/ / / / / /_/ / / / / / / /_/ / / / / /_/ __/ /_/ /
|
|
/_/ /_/_/\__, /_/ /_/_/_/\__, /_/ /_/\__/\___/\__,_/
|
|
/____/ /____/
|
|
*/
|
|
/* line 513, ../scss/styles.scss */
|
|
#highlighted {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
|
|
padding: 0.5em;
|
|
position: relative;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 513, ../scss/styles.scss */
|
|
#highlighted {
|
|
margin: 20px 0 6px;
|
|
}
|
|
/* line 523, ../scss/styles.scss */
|
|
#highlighted .block {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: top;
|
|
}
|
|
/* line 524, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique {
|
|
width: 65%;
|
|
}
|
|
/* line 526, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .side {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: top;
|
|
position: relative;
|
|
}
|
|
/* line 530, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .group-sideleft {
|
|
width: 65%;
|
|
}
|
|
/* line 531, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .group-sideright {
|
|
width: 30%;
|
|
}
|
|
/* line 533, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .field-name-title-field {
|
|
font-size: 24px;
|
|
}
|
|
/* line 537, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node.emvideo .group-sideleft, #highlighted .block-materio-didactique .node.emvideo .group-sideright {
|
|
width: 47%;
|
|
}
|
|
/* line 538, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node.emvideo .group-sideleft {
|
|
margin-right: 2%;
|
|
}
|
|
/* line 543, ../scss/styles.scss */
|
|
#highlighted #block-materio-user-user-register {
|
|
width: 30%;
|
|
padding: 5px;
|
|
height: 290px;
|
|
}
|
|
}
|
|
@media only screen {
|
|
/* line 550, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .side {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 513, ../scss/styles.scss */
|
|
#highlighted {
|
|
margin: 10px 0 6px;
|
|
}
|
|
/* line 557, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .group-sideleft, #highlighted .block-materio-didactique .group-sideright {
|
|
width: 100%;
|
|
}
|
|
/* line 560, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique .field-name-title-field {
|
|
font-size: 20px;
|
|
font-weight: normal !important;
|
|
}
|
|
/* line 564, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique .field-name-title-field:after {
|
|
content: "\a0\f10b";
|
|
font-family: "foundation-icons";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
font-size: 16px;
|
|
}
|
|
/* line 580, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .node-didactique {
|
|
height: auto;
|
|
height: 30px;
|
|
overflow: hidden;
|
|
}
|
|
/* line 583, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .node-didactique.opened {
|
|
height: auto;
|
|
}
|
|
}
|
|
/* line 597, ../scss/styles.scss */
|
|
.oldie #highlighted .block {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 602, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique {
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 608, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique .side {
|
|
position: relative;
|
|
}
|
|
/* line 610, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique .field-name-title-field {
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
padding: 5px 0;
|
|
}
|
|
/* line 615, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel {
|
|
text-align: center;
|
|
}
|
|
/* line 617, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique .field-name-field-visuel figure, #highlighted .block-materio-didactique .node-didactique .field-name-field-visuel img {
|
|
display: inline;
|
|
}
|
|
/* line 620, ../scss/styles.scss */
|
|
#highlighted .block-materio-didactique .node-didactique.emvideo .field-name-field-visuel {
|
|
display: none;
|
|
}
|
|
/* line 628, ../scss/styles.scss */
|
|
.ie8 #highlighted .block-materio-didactique .node-didactique .player {
|
|
display: none;
|
|
}
|
|
/* line 634, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
/* line 637, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides {
|
|
height: 270px;
|
|
margin: 0;
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
/* line 639, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .node-didactique {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
/* line 640, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .field-name-title-field {
|
|
height: 30px;
|
|
}
|
|
/* line 641, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper {
|
|
height: 240px;
|
|
}
|
|
/* line 643, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .side {
|
|
height: 100%;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 644, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
width: 290px;
|
|
height: 163.125px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
|
/* line 644, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
width: 216px;
|
|
height: 121.5px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
|
|
/* line 644, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
width: 216px;
|
|
height: 121.5px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
|
|
/* line 644, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
width: 280px;
|
|
height: 157.5px;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
|
|
/* line 644, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo {
|
|
width: 340px;
|
|
height: 191.25px;
|
|
}
|
|
}
|
|
/* line 651, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .slides .group-column-wrapper .field-name-field-emvideo * {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
/* line 655, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .tabs {
|
|
height: 30px;
|
|
margin: 0;
|
|
text-align: left;
|
|
}
|
|
/* line 657, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .tabs > * {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: top;
|
|
padding: 5px 10px;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
color: #bfbfbf;
|
|
}
|
|
/* line 659, ../scss/styles.scss */
|
|
html.js #highlighted .block-materio-didactique .tabs > *:hover, html.js #highlighted .block-materio-didactique .tabs > *:focus, html.js #highlighted .block-materio-didactique .tabs > *.active {
|
|
color: #3f3f3f;
|
|
}
|
|
|
|
/*
|
|
__ __ __ _ __
|
|
/ /_ / /___ _____/ /__ ________ ____ _(_)____/ /____ _____
|
|
/ __ \/ / __ \/ ___/ //_/ / ___/ _ \/ __ `/ / ___/ __/ _ \/ ___/
|
|
/ /_/ / / /_/ / /__/ ,< / / / __/ /_/ / (__ ) /_/ __/ /
|
|
/_.___/_/\____/\___/_/|_| /_/ \___/\__, /_/____/\__/\___/_/
|
|
/____/
|
|
*/
|
|
/* line 674, ../scss/styles.scss */
|
|
#block-materio-user-user-register, #block-materio-user-user-createaccount {
|
|
min-height: 120px;
|
|
padding: 5px;
|
|
background: transparent url("../img/register-block.png") no-repeat 100% 90%;
|
|
}
|
|
/* line 677, ../scss/styles.scss */
|
|
.ie8 #block-materio-user-user-register, .ie8 #block-materio-user-user-createaccount {
|
|
max-width: 250px;
|
|
float: right;
|
|
background-image: none;
|
|
}
|
|
/* line 680, ../scss/styles.scss */
|
|
#block-materio-user-user-register h2, #block-materio-user-user-register h3, #block-materio-user-user-createaccount h2, #block-materio-user-user-createaccount h3 {
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
background-color: #fff;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 50%;
|
|
}
|
|
/* line 681, ../scss/styles.scss */
|
|
#block-materio-user-user-register h2, #block-materio-user-user-createaccount h2 {
|
|
font-size: 24px;
|
|
}
|
|
/* line 681, ../scss/styles.scss */
|
|
#block-materio-user-user-register h3, #block-materio-user-user-createaccount h3 {
|
|
font-size: 16px;
|
|
}
|
|
/* line 683, ../scss/styles.scss */
|
|
#block-materio-user-user-register form, #block-materio-user-user-createaccount form {
|
|
margin: 0;
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
padding-bottom: 5px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 685, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item, #block-materio-user-user-register .form-wrapper, #block-materio-user-user-createaccount .form-item, #block-materio-user-user-createaccount .form-wrapper {
|
|
margin: 0;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
}
|
|
/* line 689, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-account, #block-materio-user-user-createaccount #edit-account {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 691, ../scss/styles.scss */
|
|
#block-materio-user-user-register input.form-text, #block-materio-user-user-createaccount input.form-text {
|
|
font-size: 12px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
margin-bottom: 4px;
|
|
}
|
|
/* line 691, ../scss/styles.scss */
|
|
.ie8 #block-materio-user-user-register input.form-text, .ie8 #block-materio-user-user-createaccount input.form-text {
|
|
margin-right: 5px;
|
|
}
|
|
/* line 692, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item-mail input.form-text, #block-materio-user-user-register .form-item-name input.form-text, #block-materio-user-user-createaccount .form-item-mail input.form-text, #block-materio-user-user-createaccount .form-item-name input.form-text {
|
|
width: 11em;
|
|
}
|
|
/* line 693, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item-pass input.form-text, #block-materio-user-user-createaccount .form-item-pass input.form-text {
|
|
width: 7em;
|
|
}
|
|
/* line 695, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-mail-check, #block-materio-user-user-createaccount #edit-mail-check {
|
|
position: absolute;
|
|
bottom: 100%;
|
|
z-index: 9999;
|
|
background-image: none;
|
|
height: auto;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
margin-bottom: 10px;
|
|
font-size: 10px;
|
|
background-color: #fff;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
|
|
-webkit-transition: bottom 0.1s ease-out;
|
|
transition: bottom 0.1s ease-out;
|
|
}
|
|
/* line 703, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-mail-check.error, #block-materio-user-user-createaccount #edit-mail-check.error {
|
|
background-color: #f3968d;
|
|
color: #fff;
|
|
}
|
|
/* line 709, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-mail-check.ok, #block-materio-user-user-createaccount #edit-mail-check.ok {
|
|
display: none;
|
|
}
|
|
/* line 712, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-submit, #block-materio-user-user-createaccount .form-submit {
|
|
font-size: 16px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
margin-bottom: 4px;
|
|
}
|
|
/* line 719, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item-termsofservices, #block-materio-user-user-register #edit-field-newsletter, #block-materio-user-user-createaccount .form-item-termsofservices, #block-materio-user-user-createaccount #edit-field-newsletter {
|
|
margin-bottom: 0;
|
|
display: block;
|
|
line-height: 1;
|
|
}
|
|
/* line 721, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item-termsofservices > *, #block-materio-user-user-register #edit-field-newsletter > *, #block-materio-user-user-createaccount .form-item-termsofservices > *, #block-materio-user-user-createaccount #edit-field-newsletter > * {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
}
|
|
/* line 722, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item-termsofservices label, #block-materio-user-user-register #edit-field-newsletter label, #block-materio-user-user-createaccount .form-item-termsofservices label, #block-materio-user-user-createaccount #edit-field-newsletter label {
|
|
font-size: 10px;
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 726, ../scss/styles.scss */
|
|
#block-materio-user-user-register #user-register-form .form-submit, #block-materio-user-user-createaccount #user-register-form .form-submit {
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
}
|
|
/* line 66, ../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 {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../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 {
|
|
-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 729, ../scss/styles.scss */
|
|
#block-materio-user-user-register #user-register-form .form-submit[disabled], #block-materio-user-user-createaccount #user-register-form .form-submit[disabled] {
|
|
background-color: #ddd;
|
|
border: 2px solid #ddd;
|
|
}
|
|
/* line 736, ../scss/styles.scss */
|
|
#block-materio-user-user-register #user-login .form-submit, #block-materio-user-user-createaccount #user-login .form-submit {
|
|
border: 2px solid #E6DE1C;
|
|
background-color: #E6DE1C;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
}
|
|
/* line 66, ../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 {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
#block-materio-user-user-register #user-login .form-submit:active, #block-materio-user-user-createaccount #user-login .form-submit:active {
|
|
-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 742, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-simplenews, #block-materio-user-user-createaccount #edit-simplenews {
|
|
padding-top: 0.5em;
|
|
}
|
|
/* line 744, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-simplenews .fieldset-description, #block-materio-user-user-createaccount #edit-simplenews .fieldset-description {
|
|
font-size: 12px;
|
|
}
|
|
/* line 748, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item, #block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item {
|
|
display: block;
|
|
}
|
|
/* line 750, ../scss/styles.scss */
|
|
#block-materio-user-user-register #edit-simplenews .form-checkboxes .form-item label, #block-materio-user-user-createaccount #edit-simplenews .form-checkboxes .form-item label {
|
|
font-size: 12px;
|
|
}
|
|
/* line 755, ../scss/styles.scss */
|
|
#block-materio-user-user-register a.join, #block-materio-user-user-createaccount a.join {
|
|
display: block;
|
|
width: 5em;
|
|
font-size: 16px;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
#block-materio-user-user-register a.join:hover, #block-materio-user-user-register a.join:focus, #block-materio-user-user-createaccount a.join:hover, #block-materio-user-user-createaccount a.join:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
#block-materio-user-user-register a.join:active, #block-materio-user-user-createaccount a.join:active {
|
|
-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) {
|
|
/* line 674, ../scss/styles.scss */
|
|
#block-materio-user-user-register, #block-materio-user-user-createaccount {
|
|
background-position: 160% 50%;
|
|
min-height: 60px;
|
|
padding: 15px 0;
|
|
}
|
|
/* line 769, ../scss/styles.scss */
|
|
#block-materio-user-user-register .form-item-mail input.form-text, #block-materio-user-user-register .form-item-name input.form-text, #block-materio-user-user-createaccount .form-item-mail input.form-text, #block-materio-user-user-createaccount .form-item-name input.form-text {
|
|
width: 7em;
|
|
}
|
|
}
|
|
/* line 774, ../scss/styles.scss */
|
|
#block-materio-user-user-register .message-error, #block-materio-user-user-createaccount .message-error {
|
|
color: #b94a48;
|
|
font-size: 12px;
|
|
}
|
|
/* line 778, ../scss/styles.scss */
|
|
.modal-content #block-materio-user-user-register, .modal-content #block-materio-user-user-createaccount {
|
|
padding: 0.5em 0.5em 5em 0.5em;
|
|
width: 400px;
|
|
background-color: #fff;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 788, ../scss/styles.scss */
|
|
.modal-content #block-materio-user-user-register #user-register-form div.homepage-textfield, .modal-content #block-materio-user-user-createaccount #user-register-form div.homepage-textfield {
|
|
display: none;
|
|
}
|
|
/* line 790, ../scss/styles.scss */
|
|
.modal-content #block-materio-user-user-register #user-register-form .description, .modal-content #block-materio-user-user-createaccount #user-register-form .description {
|
|
font-size: 12px;
|
|
}
|
|
|
|
/*
|
|
__ __ __
|
|
_________ ____ / /____ ____ / /_ / /_____ ____
|
|
/ ___/ __ \/ __ \/ __/ _ \/ __ \/ __/_____/ __/ __ \/ __ \
|
|
/ /__/ /_/ / / / / /_/ __/ / / / /_/_____/ /_/ /_/ / /_/ /
|
|
\___/\____/_/ /_/\__/\___/_/ /_/\__/ \__/\____/ .___/
|
|
/_/
|
|
*/
|
|
/* line 806, ../scss/styles.scss */
|
|
#content-top {
|
|
/*
|
|
|
|
___ _ _ _ _
|
|
| _| |___ ___ ___| |_|___| |_
|
|
| _| | .'| . |___| | |_ -| _|
|
|
|_| |_|__,|_ | |_|_|___|_|
|
|
|___|
|
|
*/
|
|
}
|
|
/* line 817, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks, #content-top #block-materio-flag-materio-flag-mylists {
|
|
font-size: 10px;
|
|
color: #666666;
|
|
font-weight: 300;
|
|
}
|
|
/* line 820, ../scss/styles.scss */
|
|
.ie8 #content-top #block-materio-flag-materio-flag-mybookmarks, .ie8 #content-top #block-materio-flag-materio-flag-mylists {
|
|
margin-top: 40px;
|
|
}
|
|
/* line 822, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks h2, #content-top #block-materio-flag-materio-flag-mylists h2 {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
line-height: 1.2;
|
|
color: #000;
|
|
}
|
|
/* line 824, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks h2 a.open-list, #content-top #block-materio-flag-materio-flag-mybookmarks h2 i.fi-xicon-remove, #content-top #block-materio-flag-materio-flag-mylists h2 a.open-list, #content-top #block-materio-flag-materio-flag-mylists h2 i.fi-xicon-remove {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
cursor: pointer;
|
|
color: #000;
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.1s ease-out;
|
|
transition: opacity 0.1s ease-out;
|
|
}
|
|
/* line 831, ../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 {
|
|
opacity: 1;
|
|
}
|
|
/* line 836, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks span.listname[name=bookmarks], #content-top #block-materio-flag-materio-flag-mylists span.listname[name=bookmarks] {
|
|
cursor: pointer;
|
|
}
|
|
/* line 840, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks {
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 842, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks.active, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks.active {
|
|
height: auto;
|
|
}
|
|
/* line 845, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks section.bookmarks article.node.vm-bookmark, #content-top #block-materio-flag-materio-flag-mylists section.bookmarks article.node.vm-bookmark {
|
|
overflow: hidden;
|
|
}
|
|
/* line 853, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section h2, #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section .flaged, #content-top #block-materio-flag-materio-flag-mylists .mylists section h2, #content-top #block-materio-flag-materio-flag-mylists .mylists section .flaged {
|
|
height: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 857, ../scss/styles.scss */
|
|
#content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active h2, #content-top #block-materio-flag-materio-flag-mybookmarks .mylists section.active .flaged, #content-top #block-materio-flag-materio-flag-mylists .mylists section.active h2, #content-top #block-materio-flag-materio-flag-mylists .mylists section.active .flaged {
|
|
height: auto;
|
|
}
|
|
|
|
/* line 869, ../scss/styles.scss */
|
|
#tool-bar {
|
|
position: relative;
|
|
}
|
|
/* line 872, ../scss/styles.scss */
|
|
#tool-bar .inner-content {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
/* line 874, ../scss/styles.scss */
|
|
#tool-bar .inner-content > * {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 872, ../scss/styles.scss */
|
|
#tool-bar .inner-content {
|
|
padding: 0;
|
|
}
|
|
/* line 881, ../scss/styles.scss */
|
|
#tool-bar .inner-content h1 {
|
|
line-height: 0.5;
|
|
}
|
|
}
|
|
/* line 892, ../scss/styles.scss */
|
|
.oldie #tool-bar {
|
|
background-color: #B1ADAD;
|
|
padding: 0 10px;
|
|
}
|
|
/* line 894, ../scss/styles.scss */
|
|
#tool-bar .btn-group {
|
|
padding: 0;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
background-color: #fff;
|
|
margin: 4px;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
}
|
|
/* line 40, ../scss/styles.scss */
|
|
#tool-bar .btn-group:hover, #tool-bar .btn-group:focus {
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
}
|
|
/* line 43, ../scss/styles.scss */
|
|
#tool-bar .btn-group:active {
|
|
-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 899, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title {
|
|
margin: 0 10px 0 0;
|
|
}
|
|
/* line 902, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title h1 {
|
|
margin: 0;
|
|
font-size: 24px;
|
|
text-transform: capitalize;
|
|
font-weight: 300;
|
|
line-height: 1;
|
|
}
|
|
/* line 904, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title i {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
/* line 905, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title i.icon-materio-folder {
|
|
margin-bottom: 2px;
|
|
}
|
|
/* line 906, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title a.edit-list {
|
|
visibility: hidden;
|
|
}
|
|
/* line 118, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title a.edit-list > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 121, ../scss/styles.scss */
|
|
.csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list {
|
|
opacity: 0;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 124, ../scss/styles.scss */
|
|
.csstransition #tool-bar #block-materio-page-title-materio-page-title a.edit-list > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
/* line 908, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title a.edit-list i {
|
|
margin: 0 0 0 5px;
|
|
}
|
|
/* line 911, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
|
|
visibility: visible;
|
|
}
|
|
/* line 110, ../scss/styles.scss */
|
|
.csstransitions #tool-bar #block-materio-page-title-materio-page-title:hover a.edit-list {
|
|
opacity: 1;
|
|
-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 899, ../scss/styles.scss */
|
|
#tool-bar #block-materio-page-title-materio-page-title {
|
|
display: block;
|
|
}
|
|
}
|
|
/* line 920, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 0 2px;
|
|
}
|
|
/* line 922, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link.active {
|
|
cursor: normal;
|
|
}
|
|
/* line 923, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link .inner {
|
|
display: none;
|
|
font-size: 10px;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 926, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link {
|
|
display: block;
|
|
}
|
|
/* line 926, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-viewmode .viewmode-link:not(.active) {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 929, ../scss/styles.scss */
|
|
html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardmedium, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardsmall, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardmedium {
|
|
display: block;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 933, ../scss/styles.scss */
|
|
html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardsmall, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardmedium, html.no-touch #tool-bar #block-materio-search-api-materio-search-api-viewmode:hover .viewmode-link.viewmode-cardbig, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardsmall, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardmedium, #tool-bar #block-materio-search-api-materio-search-api-viewmode.hovered .viewmode-link.viewmode-cardbig {
|
|
display: block;
|
|
}
|
|
}
|
|
/* line 937, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-search {
|
|
float: right;
|
|
}
|
|
/* line 941, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-search > .inner {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 0 0 0 10px;
|
|
padding: 3px 10px;
|
|
background-color: #fff;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
text-align: right;
|
|
}
|
|
/* line 40, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-search > .inner:hover, #tool-bar #block-materio-search-api-materio-search-api-search > .inner:focus {
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
|
|
}
|
|
/* line 43, ../scss/styles.scss */
|
|
#tool-bar #block-materio-search-api-materio-search-api-search > .inner:active {
|
|
-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 948, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form {
|
|
text-align: right;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 0;
|
|
}
|
|
/* line 952, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form .form-item, #tool-bar #materio-search-api-search-form input, #tool-bar #materio-search-api-search-form .form-checkboxes {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
padding: 0;
|
|
}
|
|
/* line 954, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form .form-checkboxes {
|
|
padding: 3px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 956, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form .form-checkboxes .form-item {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 958, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form .form-checkboxes .form-item label {
|
|
font-size: 10px;
|
|
}
|
|
/* line 962, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form input#edit-searchfield {
|
|
border: 1px solid #ccc;
|
|
border-radius: 20px;
|
|
background-clip: padding-box;
|
|
padding: 4px 5px;
|
|
height: 25px;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
background-position: 100% 5px;
|
|
width: 105%;
|
|
}
|
|
/* line 968, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form input#edit-searchfield.throbbing {
|
|
background-position: 100% -15px;
|
|
}
|
|
/* line 972, ../scss/styles.scss */
|
|
.oldie #tool-bar #materio-search-api-search-form #edit-searchfield-autocomplete-aria-live {
|
|
background-color: #1a1a1a;
|
|
}
|
|
/* line 977, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form input#edit-create {
|
|
padding: 3px;
|
|
}
|
|
/* line 979, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 981, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form.loading input#edit-create {
|
|
visibility: hidden;
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 985, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form input#edit-searchfield {
|
|
width: 16em;
|
|
}
|
|
/* line 986, ../scss/styles.scss */
|
|
#tool-bar #materio-search-api-search-form #edit-bundles-filter {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/* line 991, ../scss/styles.scss */
|
|
#center {
|
|
background-color: #e6e6e6;
|
|
border-radius: 10px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 993, ../scss/styles.scss */
|
|
.node-type-page #center {
|
|
background-color: #fff;
|
|
}
|
|
/* line 994, ../scss/styles.scss */
|
|
.ie8 #center {
|
|
height: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
/* line 997, ../scss/styles.scss */
|
|
#content {
|
|
-webkit-transition: height 0.3s ease-out;
|
|
transition: height 0.3s ease-out;
|
|
}
|
|
/* line 1001, ../scss/styles.scss */
|
|
#content.faded {
|
|
opacity: 0.5;
|
|
-webkit-transition: opacity 0.3s ease-out;
|
|
transition: opacity 0.3s ease-out;
|
|
}
|
|
/* line 1006, ../scss/styles.scss */
|
|
#content .materiobase-results, #content .materiobase-actuality, #content .materio-flags-list {
|
|
padding: 0 0 30px 0;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
/* line 1009, ../scss/styles.scss */
|
|
#content .materiobase-results.loading, #content .materiobase-actuality.loading, #content .materio-flags-list.loading {
|
|
background-image: url("../img/ajax-loader.gif");
|
|
background-position: center bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
/* line 1015, ../scss/styles.scss */
|
|
#content .materiobase-results p.search-performance, #content .materiobase-results p.flaglist-infos, #content .materiobase-results p.actualities-infos, #content .materiobase-actuality p.search-performance, #content .materiobase-actuality p.flaglist-infos, #content .materiobase-actuality p.actualities-infos, #content .materio-flags-list p.search-performance, #content .materio-flags-list p.flaglist-infos, #content .materio-flags-list p.actualities-infos {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
margin: 0;
|
|
padding: 10px 0 5px 15px;
|
|
}
|
|
/* line 1021, ../scss/styles.scss */
|
|
#content .materiobase-results .search-results, #content .materiobase-results .actuality-items, #content .materiobase-results .flaglist-items, #content .materiobase-actuality .search-results, #content .materiobase-actuality .actuality-items, #content .materiobase-actuality .flaglist-items, #content .materio-flags-list .search-results, #content .materio-flags-list .actuality-items, #content .materio-flags-list .flaglist-items {
|
|
font-size: 0;
|
|
text-align: center;
|
|
}
|
|
/* line 1023, ../scss/styles.scss */
|
|
#content .materiobase-results .search-results > *, #content .materiobase-results .actuality-items > *, #content .materiobase-results .flaglist-items > *, #content .materiobase-actuality .search-results > *, #content .materiobase-actuality .actuality-items > *, #content .materiobase-actuality .flaglist-items > *, #content .materio-flags-list .search-results > *, #content .materio-flags-list .actuality-items > *, #content .materio-flags-list .flaglist-items > * {
|
|
font-size: 16px;
|
|
}
|
|
/* line 1025, ../scss/styles.scss */
|
|
#content .materiobase-results .search-results > *, #content .materiobase-results .actuality-items > *, #content .materiobase-results .flaglist-items > *, #content .materiobase-actuality .search-results > *, #content .materiobase-actuality .actuality-items > *, #content .materiobase-actuality .flaglist-items > *, #content .materio-flags-list .search-results > *, #content .materio-flags-list .actuality-items > *, #content .materio-flags-list .flaglist-items > * {
|
|
text-align: left;
|
|
}
|
|
/* line 1031, ../scss/styles.scss */
|
|
#content ul.pager {
|
|
padding: 1em 0;
|
|
text-align: left;
|
|
}
|
|
/* line 1033, ../scss/styles.scss */
|
|
.ie8 #content ul.pager {
|
|
position: absolute;
|
|
left: 37px;
|
|
bottom: 35px;
|
|
}
|
|
/* line 1035, ../scss/styles.scss */
|
|
#content ul.pager li {
|
|
margin: 0;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 1037, ../scss/styles.scss */
|
|
#content ul.pager .pager-current, #content ul.pager a {
|
|
color: #000;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1038, ../scss/styles.scss */
|
|
#content ul.pager .pager-current {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1038, ../scss/styles.scss */
|
|
.ie8 #content ul.pager .pager-current {
|
|
background: #fff;
|
|
padding: 0.3em 1em 0.3em 1em;
|
|
margin-top: 0.05em;
|
|
border: 1px solid #333333;
|
|
}
|
|
/* line 1039, ../scss/styles.scss */
|
|
#content ul.pager .pager-first a, #content ul.pager .pager-previous a, #content ul.pager .pager-next a, #content ul.pager .pager-last a {
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
/** #content-bottom */
|
|
/* line 1050, ../scss/styles.scss */
|
|
#content-bottom {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/*
|
|
_________ ____ ____ _____
|
|
/ ____/ | / __ \/ __ \/ ___/
|
|
/ / / /| | / /_/ / / / /\__ \
|
|
/ /___/ ___ |/ _, _/ /_/ /___/ /
|
|
\____/_/ |_/_/ |_/_____//____/
|
|
|
|
*/
|
|
/*
|
|
_ _ ___
|
|
___ ___ ___ _| | ___ ___ ___ ___ ___| |_ ___ ___ ___| _|___ ___ _____ ___ ___ ___ ___
|
|
| _| .'| _| . | |_ -| -_| .'| _| _| | | . | -_| _| _| . | _| | .'| | _| -_|
|
|
|___|__,|_| |___| |___|___|__,|_| |___|_|_| | _|___|_| |_| |___|_| |_|_|_|__,|_|_|___|___|
|
|
|_|
|
|
*/
|
|
/* line 1242, ../scss/styles.scss */
|
|
article.search-performance .inner {
|
|
padding: 1em;
|
|
}
|
|
/* line 1246, ../scss/styles.scss */
|
|
article.search-performance p {
|
|
font-size: 14px;
|
|
}
|
|
/* line 1248, ../scss/styles.scss */
|
|
article.search-performance a.button {
|
|
display: block;
|
|
margin: 10px auto;
|
|
max-width: 10em;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
article.search-performance a.button:hover, article.search-performance a.button:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
article.search-performance a.button:active {
|
|
-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 1256, ../scss/styles.scss */
|
|
article.search-performance.view-mode-cardsmall {
|
|
width: 327px;
|
|
height: 140px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
}
|
|
/* line 1259, ../scss/styles.scss */
|
|
article.search-performance.view-mode-cardmedium {
|
|
width: 210px;
|
|
height: 295px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
}
|
|
/* line 1261, ../scss/styles.scss */
|
|
article.search-performance.view-mode-cardmedium .inner {
|
|
padding: 4em 1em 0;
|
|
}
|
|
/* line 1265, ../scss/styles.scss */
|
|
article.search-performance.view-mode-cardbig {
|
|
width: 425px;
|
|
height: 115px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 1269, ../scss/styles.scss */
|
|
article.search-performance.view-mode-cardfull {
|
|
width: 850px;
|
|
height: 115px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 1271, ../scss/styles.scss */
|
|
article.search-performance.view-mode-cardfull .inner {
|
|
padding: 1em 212px;
|
|
}
|
|
|
|
/*
|
|
|
|
_____ _____ _____ ____ _____ _____ _____ _____ _____ _____ _____ _____ _____
|
|
| | _ | __ | \ | __ | | | | | | _ | __ | | | __|
|
|
| --| | -| | | | __ -| | | | | -| | | | | -| -|__ |
|
|
|_____|__|__|__|__|____/ |_____|_____|_____|__|__|_|_|_|__|__|__|__|__|__|_____|
|
|
|
|
*/
|
|
/* line 1286, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark, article.node-breve.vm-bookmark {
|
|
width: 50px;
|
|
height: 70px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
margin: 3px;
|
|
}
|
|
/* line 1091, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark > div.side, article.node-breve.vm-bookmark > div.side {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1096, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark.focused, article.node-breve.vm-bookmark.focused {
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
}
|
|
/* line 1098, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark.just-added, article.node-breve.vm-bookmark.just-added {
|
|
opacity: 0;
|
|
}
|
|
/* line 1100, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark.associated, article.node-breve.vm-bookmark.associated {
|
|
-webkit-transition: margin 0.3s ease-out;
|
|
transition: margin 0.3s ease-out;
|
|
}
|
|
/* line 1102, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark.associated.just-added, article.node-breve.vm-bookmark.associated.just-added {
|
|
margin-left: -50px;
|
|
margin-right: 50px;
|
|
}
|
|
/* line 1104, ../scss/styles.scss */
|
|
.modal-content article.node-materiau.vm-bookmark.associated, .modal-content article.node-breve.vm-bookmark.associated {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
}
|
|
/* line 1112, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark.removed, article.node-breve.vm-bookmark.removed {
|
|
-webkit-transition: width 0.3s ease-out;
|
|
transition: width 0.3s ease-out;
|
|
width: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1122, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav, article.node-breve.vm-bookmark nav.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 11;
|
|
padding: 5px 0;
|
|
border-radius: 0 5px 0 3px;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1134, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav a, article.node-breve.vm-bookmark nav.nav a {
|
|
color: #000;
|
|
}
|
|
/* line 1135, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul {
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 1136, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav span.op, article.node-breve.vm-bookmark nav.nav span.op {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1138, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1140, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav section, article.node-breve.vm-bookmark nav.nav section {
|
|
position: relative;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav section > i, article.node-breve.vm-bookmark nav.nav section > i {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav section > i:hover, article.node-breve.vm-bookmark nav.nav section > i:hover {
|
|
cursor: pointer;
|
|
}
|
|
/* line 1146, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul, article.node-breve.vm-bookmark nav.nav ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin-right: 22px;
|
|
min-width: 80px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 1150, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul li, article.node-breve.vm-bookmark nav.nav ul li {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
display: block;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.2s ease-out;
|
|
transition: height 0.2s ease-out;
|
|
}
|
|
/* line 1154, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul li a, article.node-breve.vm-bookmark nav.nav ul li a {
|
|
display: block;
|
|
}
|
|
/* line 1157, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links {
|
|
width: 160px;
|
|
font-size: 0;
|
|
}
|
|
/* line 1160, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links > * {
|
|
font-size: 11px;
|
|
}
|
|
/* line 1165, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 48%;
|
|
max-width: 98%;
|
|
padding-left: 2px;
|
|
}
|
|
/* line 1167, ../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;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
/* line 1169, ../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 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/* line 1173, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 1175, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
/* line 1176, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
|
|
color: #000;
|
|
}
|
|
/* line 1178, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 1179, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-bookmark nav.nav ul.flag-lists-entity-links li.loading a {
|
|
visibility: hidden;
|
|
}
|
|
/* line 1184, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-bookmark nav.nav ul, .ie8 article.node-breve.vm-bookmark nav.nav ul {
|
|
background: #FFF;
|
|
}
|
|
/* line 1189, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav section:hover ul, article.node-breve.vm-bookmark nav.nav section:hover ul {
|
|
padding: 5px 5px;
|
|
}
|
|
/* line 1191, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark nav.nav section:hover ul li, article.node-breve.vm-bookmark nav.nav section:hover ul li {
|
|
height: 17px;
|
|
}
|
|
/* line 1204, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark div.workflow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 11;
|
|
padding: 5px;
|
|
border-radius: 5px 0 3px 0;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
vertical-align: top;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1210, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark div.workflow span, article.node-breve.vm-bookmark div.workflow span {
|
|
padding: 3px 0 0 4px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 1213, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .field-name-field-description .upgrade, article.node-breve.vm-bookmark .field-name-field-description .upgrade {
|
|
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;
|
|
}
|
|
/* line 1221, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .side.oops p, article.node-materiau.vm-bookmark .side .upgrade p, article.node-breve.vm-bookmark .side.oops p, article.node-breve.vm-bookmark .side .upgrade p {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1223, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .side.oops p a, article.node-materiau.vm-bookmark .side .upgrade p a, article.node-breve.vm-bookmark .side.oops p a, article.node-breve.vm-bookmark .side .upgrade p a {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .side.oops p a:hover, article.node-materiau.vm-bookmark .side.oops p a:focus, article.node-materiau.vm-bookmark .side .upgrade p a:hover, article.node-materiau.vm-bookmark .side .upgrade p a:focus, article.node-breve.vm-bookmark .side.oops p a:hover, article.node-breve.vm-bookmark .side.oops p a:focus, article.node-breve.vm-bookmark .side .upgrade p a:hover, article.node-breve.vm-bookmark .side .upgrade p a:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../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 {
|
|
-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 1289, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .group-header, article.node-breve.vm-bookmark .group-header {
|
|
display: none;
|
|
}
|
|
/* line 1293, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .group-images, article.node-breve.vm-bookmark .group-images {
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
}
|
|
/* line 77, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .group-images figure, article.node-breve.vm-bookmark .group-images figure {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
/* line 79, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark .group-images figure:first-child, article.node-breve.vm-bookmark .group-images figure:first-child {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
/* line 1295, ../scss/styles.scss */
|
|
article.node-materiau.vm-bookmark div.workflow, article.node-breve.vm-bookmark div.workflow {
|
|
display: none;
|
|
}
|
|
|
|
/*
|
|
|
|
_____ _____ _____ ____ _____ _____ _____ __ __
|
|
| | _ | __ | \ | __| | _ | | | |
|
|
| --| | -| | | |__ | | | | | |__| |__
|
|
|_____|__|__|__|__|____/ |_____|_|_|_|__|__|_____|_____|
|
|
|
|
*/
|
|
/* line 1306, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall, article.node-breve.vm-cardsmall {
|
|
width: 100px;
|
|
height: 140px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
}
|
|
/* line 1091, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall > div.side, article.node-breve.vm-cardsmall > div.side {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1096, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall.focused, article.node-breve.vm-cardsmall.focused {
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
}
|
|
/* line 1098, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall.just-added, article.node-breve.vm-cardsmall.just-added {
|
|
opacity: 0;
|
|
}
|
|
/* line 1100, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall.associated, article.node-breve.vm-cardsmall.associated {
|
|
-webkit-transition: margin 0.3s ease-out;
|
|
transition: margin 0.3s ease-out;
|
|
}
|
|
/* line 1102, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall.associated.just-added, article.node-breve.vm-cardsmall.associated.just-added {
|
|
margin-left: -100px;
|
|
margin-right: 100px;
|
|
}
|
|
/* line 1104, ../scss/styles.scss */
|
|
.modal-content article.node-materiau.vm-cardsmall.associated, .modal-content article.node-breve.vm-cardsmall.associated {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
}
|
|
/* line 1112, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall.removed, article.node-breve.vm-cardsmall.removed {
|
|
-webkit-transition: width 0.3s ease-out;
|
|
transition: width 0.3s ease-out;
|
|
width: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1122, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav, article.node-breve.vm-cardsmall nav.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 11;
|
|
padding: 5px 0;
|
|
border-radius: 0 5px 0 3px;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1134, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav a, article.node-breve.vm-cardsmall nav.nav a {
|
|
color: #000;
|
|
}
|
|
/* line 1135, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul {
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 1136, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav span.op, article.node-breve.vm-cardsmall nav.nav span.op {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1138, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1140, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav section, article.node-breve.vm-cardsmall nav.nav section {
|
|
position: relative;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav section > i, article.node-breve.vm-cardsmall nav.nav section > i {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav section > i:hover, article.node-breve.vm-cardsmall nav.nav section > i:hover {
|
|
cursor: pointer;
|
|
}
|
|
/* line 1146, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul, article.node-breve.vm-cardsmall nav.nav ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin-right: 22px;
|
|
min-width: 80px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 1150, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul li, article.node-breve.vm-cardsmall nav.nav ul li {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
display: block;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.2s ease-out;
|
|
transition: height 0.2s ease-out;
|
|
}
|
|
/* line 1154, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul li a, article.node-breve.vm-cardsmall nav.nav ul li a {
|
|
display: block;
|
|
}
|
|
/* line 1157, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links {
|
|
width: 160px;
|
|
font-size: 0;
|
|
}
|
|
/* line 1160, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links > * {
|
|
font-size: 11px;
|
|
}
|
|
/* line 1165, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 48%;
|
|
max-width: 98%;
|
|
padding-left: 2px;
|
|
}
|
|
/* line 1167, ../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;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
/* line 1169, ../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 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/* line 1173, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 1175, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
/* line 1176, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
|
|
color: #000;
|
|
}
|
|
/* line 1178, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 1179, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li.loading a {
|
|
visibility: hidden;
|
|
}
|
|
/* line 1184, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardsmall nav.nav ul, .ie8 article.node-breve.vm-cardsmall nav.nav ul {
|
|
background: #FFF;
|
|
}
|
|
/* line 1189, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav section:hover ul, article.node-breve.vm-cardsmall nav.nav section:hover ul {
|
|
padding: 5px 5px;
|
|
}
|
|
/* line 1191, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav section:hover ul li, article.node-breve.vm-cardsmall nav.nav section:hover ul li {
|
|
height: 17px;
|
|
}
|
|
/* line 1204, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall div.workflow, article.node-breve.vm-cardsmall div.workflow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 11;
|
|
padding: 5px;
|
|
border-radius: 5px 0 3px 0;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
vertical-align: top;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1210, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall div.workflow span, article.node-breve.vm-cardsmall div.workflow span {
|
|
padding: 3px 0 0 4px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 1213, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .field-name-field-description .upgrade, article.node-breve.vm-cardsmall .field-name-field-description .upgrade {
|
|
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;
|
|
}
|
|
/* line 1221, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .side.oops p, article.node-materiau.vm-cardsmall .side .upgrade p, article.node-breve.vm-cardsmall .side.oops p, article.node-breve.vm-cardsmall .side .upgrade p {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1223, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .side.oops p a, article.node-materiau.vm-cardsmall .side .upgrade p a, article.node-breve.vm-cardsmall .side.oops p a, article.node-breve.vm-cardsmall .side .upgrade p a {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .side.oops p a:hover, article.node-materiau.vm-cardsmall .side.oops p a:focus, article.node-materiau.vm-cardsmall .side .upgrade p a:hover, article.node-materiau.vm-cardsmall .side .upgrade p a:focus, article.node-breve.vm-cardsmall .side.oops p a:hover, article.node-breve.vm-cardsmall .side.oops p a:focus, article.node-breve.vm-cardsmall .side .upgrade p a:hover, article.node-breve.vm-cardsmall .side .upgrade p a:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../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 {
|
|
-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 1308, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-header, article.node-breve.vm-cardsmall .group-header {
|
|
display: none;
|
|
position: absolute;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
/* line 1311, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-header .field-name-title-field, article.node-breve.vm-cardsmall .group-header .field-name-title-field {
|
|
font-weight: 700;
|
|
}
|
|
/* line 1312, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation, article.node-breve.vm-cardsmall .group-header .field-name-field-reference-materio, article.node-breve.vm-cardsmall .group-header .field-name-field-localisation {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1313, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-header .field-name-field-localisation, article.node-breve.vm-cardsmall .group-header .field-name-field-localisation {
|
|
float: right;
|
|
}
|
|
/* line 1315, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-images, article.node-breve.vm-cardsmall .group-images {
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 77, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-images figure, article.node-breve.vm-cardsmall .group-images figure {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
/* line 79, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall .group-images figure:first-child, article.node-breve.vm-cardsmall .group-images figure:first-child {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
/* line 1318, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links {
|
|
width: 75px;
|
|
min-width: 75px;
|
|
}
|
|
/* line 1320, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardsmall nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardsmall nav.nav ul.flag-lists-entity-links li {
|
|
width: 98%;
|
|
}
|
|
/* line 1322, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardsmall nav.nav, .ie8 article.node-breve.vm-cardsmall nav.nav {
|
|
background: #FFF;
|
|
}
|
|
/* line 1324, ../scss/styles.scss */
|
|
.no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav, .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav {
|
|
visibility: hidden;
|
|
}
|
|
/* line 118, ../scss/styles.scss */
|
|
.no-touch article.node-materiau.vm-cardsmall:not(.focused) nav.nav > *, .no-touch article.node-breve.vm-cardsmall:not(.focused) nav.nav > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 121, ../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;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 124, ../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 > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
/* line 1326, ../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 {
|
|
visibility: hidden;
|
|
}
|
|
/* line 118, ../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 > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 121, ../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;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 124, ../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 > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
|
|
/*
|
|
|
|
_____ _____ _____ __ _____ _____ _____ _____ _____ _____ __ __ _____ _____ _____ ____
|
|
|_ _| | | ||_ _| | _ | | __| | _ | | | | | | _ | __ | \
|
|
| | | | | | | |__| | |- -| __| |__ | | | | | |__| |__ | --| | -| | |
|
|
|_| |_____|_____|_____|_| |_____|__| |_____|_|_|_|__|__|_____|_____| |_____|__|__|__|__|____/
|
|
|
|
*/
|
|
/* line 1338, ../scss/styles.scss */
|
|
#tooltip .group-header.smallcard {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
/* line 1340, ../scss/styles.scss */
|
|
#tooltip .group-header.smallcard .field-name-title-field {
|
|
font-weight: 700;
|
|
}
|
|
/* line 1341, ../scss/styles.scss */
|
|
#tooltip .group-header.smallcard .field-name-field-reference-materio, #tooltip .group-header.smallcard .field-name-field-localisation {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1342, ../scss/styles.scss */
|
|
#tooltip .group-header.smallcard .field-name-field-localisation {
|
|
float: right;
|
|
}
|
|
|
|
/*
|
|
|
|
_____ _____ _____ ____ _____ _____ ____ _____ _____ _____
|
|
| | _ | __ | \ | | __| \| | | | |
|
|
| --| | -| | | | | | | __| | |- -| | | | | |
|
|
|_____|__|__|__|__|____/ |_|_|_|_____|____/|_____|_____|_|_|_|
|
|
|
|
*/
|
|
/* line 1354, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium, article.node-breve.vm-cardmedium {
|
|
width: 210px;
|
|
height: 295px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
}
|
|
/* line 1091, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium > div.side, article.node-breve.vm-cardmedium > div.side {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1096, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium.focused, article.node-breve.vm-cardmedium.focused {
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
}
|
|
/* line 1098, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium.just-added, article.node-breve.vm-cardmedium.just-added {
|
|
opacity: 0;
|
|
}
|
|
/* line 1100, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium.associated, article.node-breve.vm-cardmedium.associated {
|
|
-webkit-transition: margin 0.3s ease-out;
|
|
transition: margin 0.3s ease-out;
|
|
}
|
|
/* line 1102, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium.associated.just-added, article.node-breve.vm-cardmedium.associated.just-added {
|
|
margin-left: -210px;
|
|
margin-right: 210px;
|
|
}
|
|
/* line 1104, ../scss/styles.scss */
|
|
.modal-content article.node-materiau.vm-cardmedium.associated, .modal-content article.node-breve.vm-cardmedium.associated {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
}
|
|
/* line 1112, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium.removed, article.node-breve.vm-cardmedium.removed {
|
|
-webkit-transition: width 0.3s ease-out;
|
|
transition: width 0.3s ease-out;
|
|
width: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1122, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav, article.node-breve.vm-cardmedium nav.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 11;
|
|
padding: 5px 0;
|
|
border-radius: 0 5px 0 3px;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1134, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav a, article.node-breve.vm-cardmedium nav.nav a {
|
|
color: #000;
|
|
}
|
|
/* line 1135, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul {
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 1136, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav span.op, article.node-breve.vm-cardmedium nav.nav span.op {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1138, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1140, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav section, article.node-breve.vm-cardmedium nav.nav section {
|
|
position: relative;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav section > i, article.node-breve.vm-cardmedium nav.nav section > i {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav section > i:hover, article.node-breve.vm-cardmedium nav.nav section > i:hover {
|
|
cursor: pointer;
|
|
}
|
|
/* line 1146, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul, article.node-breve.vm-cardmedium nav.nav ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin-right: 22px;
|
|
min-width: 80px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 1150, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul li, article.node-breve.vm-cardmedium nav.nav ul li {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
display: block;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.2s ease-out;
|
|
transition: height 0.2s ease-out;
|
|
}
|
|
/* line 1154, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul li a, article.node-breve.vm-cardmedium nav.nav ul li a {
|
|
display: block;
|
|
}
|
|
/* line 1157, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links {
|
|
width: 160px;
|
|
font-size: 0;
|
|
}
|
|
/* line 1160, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links > * {
|
|
font-size: 11px;
|
|
}
|
|
/* line 1165, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 48%;
|
|
max-width: 98%;
|
|
padding-left: 2px;
|
|
}
|
|
/* line 1167, ../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;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
/* line 1169, ../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 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/* line 1173, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 1175, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
/* line 1176, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
|
|
color: #000;
|
|
}
|
|
/* line 1178, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 1179, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardmedium nav.nav ul.flag-lists-entity-links li.loading a {
|
|
visibility: hidden;
|
|
}
|
|
/* line 1184, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardmedium nav.nav ul, .ie8 article.node-breve.vm-cardmedium nav.nav ul {
|
|
background: #FFF;
|
|
}
|
|
/* line 1189, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav section:hover ul, article.node-breve.vm-cardmedium nav.nav section:hover ul {
|
|
padding: 5px 5px;
|
|
}
|
|
/* line 1191, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium nav.nav section:hover ul li, article.node-breve.vm-cardmedium nav.nav section:hover ul li {
|
|
height: 17px;
|
|
}
|
|
/* line 1204, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium div.workflow, article.node-breve.vm-cardmedium div.workflow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 11;
|
|
padding: 5px;
|
|
border-radius: 5px 0 3px 0;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
vertical-align: top;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1210, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium div.workflow span, article.node-breve.vm-cardmedium div.workflow span {
|
|
padding: 3px 0 0 4px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 1213, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-description .upgrade, article.node-breve.vm-cardmedium .field-name-field-description .upgrade {
|
|
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;
|
|
}
|
|
/* line 1221, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .side.oops p, article.node-materiau.vm-cardmedium .side .upgrade p, article.node-breve.vm-cardmedium .side.oops p, article.node-breve.vm-cardmedium .side .upgrade p {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1223, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .side.oops p a, article.node-materiau.vm-cardmedium .side .upgrade p a, article.node-breve.vm-cardmedium .side.oops p a, article.node-breve.vm-cardmedium .side .upgrade p a {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .side.oops p a:hover, article.node-materiau.vm-cardmedium .side.oops p a:focus, article.node-materiau.vm-cardmedium .side .upgrade p a:hover, article.node-materiau.vm-cardmedium .side .upgrade p a:focus, article.node-breve.vm-cardmedium .side.oops p a:hover, article.node-breve.vm-cardmedium .side.oops p a:focus, article.node-breve.vm-cardmedium .side .upgrade p a:hover, article.node-breve.vm-cardmedium .side .upgrade p a:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../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 {
|
|
-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 1357, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .side, article.node-breve.vm-cardmedium .side {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
/* line 1359, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .side:nth-child(2), article.node-breve.vm-cardmedium .side:nth-child(2) {
|
|
z-index: 1;
|
|
}
|
|
/* line 1362, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-header, article.node-breve.vm-cardmedium .group-header {
|
|
position: absolute;
|
|
bottom: 0;
|
|
z-index: 2;
|
|
width: 190px;
|
|
padding: 5px 15px 5px 5px;
|
|
min-height: 55px;
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
line-height: 1;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
|
|
-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;
|
|
}
|
|
/* line 1366, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-header .field-name-title-field, article.node-breve.vm-cardmedium .group-header .field-name-title-field {
|
|
font-weight: 700;
|
|
}
|
|
/* line 1367, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-header .field-name-field-nature-titre, article.node-breve.vm-cardmedium .group-header .field-name-field-nature-titre {
|
|
font-size: 14px;
|
|
}
|
|
/* line 1372, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation, article.node-materiau.vm-cardmedium .group-header .field-name-field-authored-on, article.node-breve.vm-cardmedium .group-header .field-name-field-reference-materio, article.node-breve.vm-cardmedium .group-header .field-name-field-localisation, article.node-breve.vm-cardmedium .group-header .field-name-field-authored-on {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
font-size: 12px;
|
|
vertical-align: bottom;
|
|
width: 48%;
|
|
}
|
|
/* line 1373, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-header .field-name-field-localisation, article.node-breve.vm-cardmedium .group-header .field-name-field-localisation {
|
|
text-align: right;
|
|
}
|
|
/* line 1374, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardmedium .group-header, .ie8 article.node-breve.vm-cardmedium .group-header {
|
|
background: #fff;
|
|
font-color: #000;
|
|
line-height: 1em;
|
|
padding: 10px;
|
|
}
|
|
/* line 1378, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium.node-breve .group-header, article.node-breve.vm-cardmedium.node-breve .group-header {
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
|
|
-webkit-transition: background-color 0.2s ease-out;
|
|
transition: background-color 0.2s ease-out;
|
|
}
|
|
/* line 1381, ../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 {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
}
|
|
/* line 1382, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardmedium.node-breve .group-header, .ie8 article.node-breve.vm-cardmedium.node-breve .group-header {
|
|
background: #000;
|
|
font-size: 15px;
|
|
line-height: 1.2em;
|
|
}
|
|
/* line 1389, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-images, article.node-breve.vm-cardmedium .group-images {
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
}
|
|
/* line 77, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-images figure, article.node-breve.vm-cardmedium .group-images figure {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
/* line 79, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .group-images figure:first-child, article.node-breve.vm-cardmedium .group-images figure:first-child {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
/* line 1392, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-description, article.node-materiau.vm-cardmedium .field-name-body, article.node-breve.vm-cardmedium .field-name-field-description, article.node-breve.vm-cardmedium .field-name-body {
|
|
font-size: 12px;
|
|
font-weight: 300;
|
|
overflow: hidden;
|
|
z-index: -1;
|
|
padding: 5px;
|
|
}
|
|
/* line 154, ../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;
|
|
-webkit-transition: margin-left 0.3s ease-out;
|
|
transition: margin-left 0.3s ease-out;
|
|
}
|
|
/* line 156, ../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 > * {
|
|
padding: 5px;
|
|
}
|
|
/* line 158, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher {
|
|
display: inline-block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
color: #fff;
|
|
background-color: #3e3e3e;
|
|
vertical-align: middle;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
padding: 0.05em 0.15em 0.2em 0.2em;
|
|
line-height: 0.5;
|
|
font-weight: normal;
|
|
}
|
|
/* line 163, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher.prev-column {
|
|
cursor: w-resize;
|
|
}
|
|
/* line 164, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column, article.node-materiau.vm-cardmedium .field-name-body.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .field-name-field-description.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .field-name-body.columnized .column-switcher.next-column {
|
|
cursor: e-resize;
|
|
}
|
|
/* line 1394, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-description .column > *, article.node-materiau.vm-cardmedium .field-name-body .column > *, article.node-breve.vm-cardmedium .field-name-field-description .column > *, article.node-breve.vm-cardmedium .field-name-body .column > * {
|
|
padding-right: 25px;
|
|
}
|
|
/* line 1398, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .column-wrapper, article.node-breve.vm-cardmedium .column-wrapper {
|
|
padding: 5px;
|
|
}
|
|
/* line 154, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .column-wrapper.columnized, article.node-breve.vm-cardmedium .column-wrapper.columnized {
|
|
padding: 0;
|
|
-webkit-transition: margin-left 0.3s ease-out;
|
|
transition: margin-left 0.3s ease-out;
|
|
}
|
|
/* line 156, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column > *, article.node-breve.vm-cardmedium .column-wrapper.columnized .column > * {
|
|
padding: 5px;
|
|
}
|
|
/* line 158, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher {
|
|
display: inline-block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
color: #fff;
|
|
background-color: #3e3e3e;
|
|
vertical-align: middle;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
padding: 0.05em 0.15em 0.2em 0.2em;
|
|
line-height: 0.5;
|
|
font-weight: normal;
|
|
}
|
|
/* line 163, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher.prev-column, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher.prev-column {
|
|
cursor: w-resize;
|
|
}
|
|
/* line 164, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .column-wrapper.columnized .column-switcher.next-column, article.node-breve.vm-cardmedium .column-wrapper.columnized .column-switcher.next-column {
|
|
cursor: e-resize;
|
|
}
|
|
/* line 1401, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-company-fab, article.node-materiau.vm-cardmedium .field-name-field-company-distrib, article.node-breve.vm-cardmedium .field-name-field-company-fab, article.node-breve.vm-cardmedium .field-name-field-company-distrib {
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
font-weight: 300;
|
|
}
|
|
/* line 1403, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-label, article.node-materiau.vm-cardmedium .field-name-field-company-distrib .field-label, article.node-breve.vm-cardmedium .field-name-field-company-fab .field-label, article.node-breve.vm-cardmedium .field-name-field-company-distrib .field-label {
|
|
font-size: 10px;
|
|
text-transform: lowercase;
|
|
margin: 0;
|
|
}
|
|
/* line 1404, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardmedium .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardmedium .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardmedium .field-name-field-company-distrib .field-name-field-tode-company {
|
|
font-size: 14px;
|
|
}
|
|
/* line 1408, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-materiau-ref, article.node-materiau.vm-cardmedium .field-name-field-source, article.node-materiau.vm-cardmedium .field-name-field-attachments, article.node-breve.vm-cardmedium .field-name-field-materiau-ref, article.node-breve.vm-cardmedium .field-name-field-source, article.node-breve.vm-cardmedium .field-name-field-attachments {
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
font-weight: 300;
|
|
}
|
|
/* line 1410, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-name-field-materiau-ref a, article.node-materiau.vm-cardmedium .field-name-field-source a, article.node-materiau.vm-cardmedium .field-name-field-attachments a, article.node-breve.vm-cardmedium .field-name-field-materiau-ref a, article.node-breve.vm-cardmedium .field-name-field-source a, article.node-breve.vm-cardmedium .field-name-field-attachments a {
|
|
color: #000;
|
|
}
|
|
/* line 1412, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardmedium .field-label, article.node-breve.vm-cardmedium .field-label {
|
|
font-weight: 900;
|
|
margin: 1em 0 0.5em;
|
|
}
|
|
/* line 1414, ../scss/styles.scss */
|
|
.no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav, .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav {
|
|
visibility: hidden;
|
|
}
|
|
/* line 118, ../scss/styles.scss */
|
|
.no-touch article.node-materiau.vm-cardmedium:not(.focused) nav.nav > *, .no-touch article.node-breve.vm-cardmedium:not(.focused) nav.nav > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 121, ../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;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 124, ../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 > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
/* line 1416, ../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 {
|
|
visibility: hidden;
|
|
}
|
|
/* line 118, ../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 > * {
|
|
margin-top: -100000px;
|
|
}
|
|
/* line 121, ../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;
|
|
-webkit-transition: visibility 0s 0.3s;
|
|
transition: visibility 0s 0.3s;
|
|
}
|
|
/* line 124, ../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 > * {
|
|
-webkit-transition: margin-top 0s 0.3s;
|
|
transition: margin-top 0s 0.3s;
|
|
}
|
|
/* line 1418, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardmedium nav.nav, .ie8 article.node-breve.vm-cardmedium nav.nav {
|
|
background: #FFF;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____ ____ _____ _____ _____
|
|
| | _ | __ | \ | __ | | __|
|
|
| --| | -| | | | __ -|- -| | |
|
|
|_____|__|__|__|__|____/ |_____|_____|_____|
|
|
|
|
*/
|
|
/* line 1428, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig, article.node-breve.vm-cardbig {
|
|
width: 425px;
|
|
height: 610px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
}
|
|
/* line 1091, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig > div.side, article.node-breve.vm-cardbig > div.side {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1096, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig.focused, article.node-breve.vm-cardbig.focused {
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
}
|
|
/* line 1098, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig.just-added, article.node-breve.vm-cardbig.just-added {
|
|
opacity: 0;
|
|
}
|
|
/* line 1100, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig.associated, article.node-breve.vm-cardbig.associated {
|
|
-webkit-transition: margin 0.3s ease-out;
|
|
transition: margin 0.3s ease-out;
|
|
}
|
|
/* line 1102, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig.associated.just-added, article.node-breve.vm-cardbig.associated.just-added {
|
|
margin-left: -425px;
|
|
margin-right: 425px;
|
|
}
|
|
/* line 1104, ../scss/styles.scss */
|
|
.modal-content article.node-materiau.vm-cardbig.associated, .modal-content article.node-breve.vm-cardbig.associated {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
}
|
|
/* line 1112, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig.removed, article.node-breve.vm-cardbig.removed {
|
|
-webkit-transition: width 0.3s ease-out;
|
|
transition: width 0.3s ease-out;
|
|
width: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1122, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav, article.node-breve.vm-cardbig nav.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 11;
|
|
padding: 5px 0;
|
|
border-radius: 0 5px 0 3px;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1134, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav a, article.node-breve.vm-cardbig nav.nav a {
|
|
color: #000;
|
|
}
|
|
/* line 1135, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul {
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 1136, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav span.op, article.node-breve.vm-cardbig nav.nav span.op {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1138, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1140, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav section, article.node-breve.vm-cardbig nav.nav section {
|
|
position: relative;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav section > i, article.node-breve.vm-cardbig nav.nav section > i {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav section > i:hover, article.node-breve.vm-cardbig nav.nav section > i:hover {
|
|
cursor: pointer;
|
|
}
|
|
/* line 1146, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul, article.node-breve.vm-cardbig nav.nav ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin-right: 22px;
|
|
min-width: 80px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 1150, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul li, article.node-breve.vm-cardbig nav.nav ul li {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
display: block;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.2s ease-out;
|
|
transition: height 0.2s ease-out;
|
|
}
|
|
/* line 1154, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul li a, article.node-breve.vm-cardbig nav.nav ul li a {
|
|
display: block;
|
|
}
|
|
/* line 1157, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links {
|
|
width: 160px;
|
|
font-size: 0;
|
|
}
|
|
/* line 1160, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links > * {
|
|
font-size: 11px;
|
|
}
|
|
/* line 1165, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 48%;
|
|
max-width: 98%;
|
|
padding-left: 2px;
|
|
}
|
|
/* line 1167, ../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;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
/* line 1169, ../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 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/* line 1173, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 1175, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
/* line 1176, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
|
|
color: #000;
|
|
}
|
|
/* line 1178, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 1179, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardbig nav.nav ul.flag-lists-entity-links li.loading a {
|
|
visibility: hidden;
|
|
}
|
|
/* line 1184, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardbig nav.nav ul, .ie8 article.node-breve.vm-cardbig nav.nav ul {
|
|
background: #FFF;
|
|
}
|
|
/* line 1189, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav section:hover ul, article.node-breve.vm-cardbig nav.nav section:hover ul {
|
|
padding: 5px 5px;
|
|
}
|
|
/* line 1191, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig nav.nav section:hover ul li, article.node-breve.vm-cardbig nav.nav section:hover ul li {
|
|
height: 17px;
|
|
}
|
|
/* line 1204, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig div.workflow, article.node-breve.vm-cardbig div.workflow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 11;
|
|
padding: 5px;
|
|
border-radius: 5px 0 3px 0;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
vertical-align: top;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1210, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig div.workflow span, article.node-breve.vm-cardbig div.workflow span {
|
|
padding: 3px 0 0 4px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 1213, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-description .upgrade, article.node-breve.vm-cardbig .field-name-field-description .upgrade {
|
|
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;
|
|
}
|
|
/* line 1221, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side.oops p, article.node-materiau.vm-cardbig .side .upgrade p, article.node-breve.vm-cardbig .side.oops p, article.node-breve.vm-cardbig .side .upgrade p {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1223, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbig .side .upgrade p a, article.node-breve.vm-cardbig .side.oops p a, article.node-breve.vm-cardbig .side .upgrade p a {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side.oops p a:hover, article.node-materiau.vm-cardbig .side.oops p a:focus, article.node-materiau.vm-cardbig .side .upgrade p a:hover, article.node-materiau.vm-cardbig .side .upgrade p a:focus, article.node-breve.vm-cardbig .side.oops p a:hover, article.node-breve.vm-cardbig .side.oops p a:focus, article.node-breve.vm-cardbig .side .upgrade p a:hover, article.node-breve.vm-cardbig .side .upgrade p a:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../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 {
|
|
-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 1431, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side, article.node-breve.vm-cardbig .side {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
height: 270px;
|
|
top: 340px;
|
|
cursor: pointer;
|
|
}
|
|
/* line 1433, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side:nth-child(2), article.node-breve.vm-cardbig .side:nth-child(2) {
|
|
z-index: 1;
|
|
}
|
|
/* line 1436, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-side1, article.node-breve.vm-cardbig .group-side1 {
|
|
position: relative;
|
|
border-radius: 5px 5px 0 0;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1438, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-header, article.node-breve.vm-cardbig .group-header {
|
|
position: absolute;
|
|
bottom: 0;
|
|
z-index: 2;
|
|
width: 405px;
|
|
padding: 10px;
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
line-height: 1.1;
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
|
|
-webkit-transition: background-color 0.2s ease-out;
|
|
transition: background-color 0.2s ease-out;
|
|
}
|
|
/* line 1442, ../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 {
|
|
font-weight: 700;
|
|
}
|
|
/* line 1443, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-header .field-name-field-nature-titre, article.node-breve.vm-cardbig .group-header .field-name-field-nature-titre {
|
|
font-size: 14px;
|
|
}
|
|
/* line 1445, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, article.node-materiau.vm-cardbig .group-header .field-name-field-authored-on, article.node-breve.vm-cardbig .group-header .field-name-field-reference-materio, article.node-breve.vm-cardbig .group-header .field-name-field-localisation, article.node-breve.vm-cardbig .group-header .field-name-field-authored-on {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
font-size: 12px;
|
|
vertical-align: bottom;
|
|
width: 48%;
|
|
}
|
|
/* line 1446, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-header .field-name-field-localisation, article.node-breve.vm-cardbig .group-header .field-name-field-localisation {
|
|
text-align: right;
|
|
}
|
|
/* line 1447, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardbig .group-header, .ie8 article.node-breve.vm-cardbig .group-header {
|
|
background: #fff;
|
|
font-color: #000;
|
|
line-height: 1em;
|
|
padding: 20px;
|
|
border-bottom: 1px solid #C6C6C6;
|
|
}
|
|
/* line 1451, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig.node-breve .group-header, article.node-breve.vm-cardbig.node-breve .group-header {
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
|
|
-webkit-transition: background-color 0.2s ease-out;
|
|
transition: background-color 0.2s ease-out;
|
|
}
|
|
/* line 1453, ../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 {
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
}
|
|
/* line 1454, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardbig.node-breve .group-header, .ie8 article.node-breve.vm-cardbig.node-breve .group-header {
|
|
background: #000;
|
|
font-color: #fff;
|
|
line-height: 1em;
|
|
padding: 20px;
|
|
}
|
|
/* line 1457, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-images, article.node-breve.vm-cardbig .group-images {
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
height: auto;
|
|
}
|
|
/* line 77, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-images figure, article.node-breve.vm-cardbig .group-images figure {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
/* line 79, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .group-images figure:first-child, article.node-breve.vm-cardbig .group-images figure:first-child {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
/* line 1460, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-description, article.node-materiau.vm-cardbig .field-name-body, article.node-breve.vm-cardbig .field-name-field-description, article.node-breve.vm-cardbig .field-name-body {
|
|
font-size: 12px;
|
|
font-weight: 300;
|
|
padding: 10px;
|
|
}
|
|
/* line 154, ../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;
|
|
-webkit-transition: margin-left 0.3s ease-out;
|
|
transition: margin-left 0.3s ease-out;
|
|
}
|
|
/* line 156, ../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 > * {
|
|
padding: 10px;
|
|
}
|
|
/* line 158, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher {
|
|
display: inline-block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
color: #fff;
|
|
background-color: #3e3e3e;
|
|
vertical-align: middle;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
padding: 0.05em 0.15em 0.2em 0.2em;
|
|
line-height: 0.5;
|
|
font-weight: normal;
|
|
}
|
|
/* line 163, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher.prev-column {
|
|
cursor: w-resize;
|
|
}
|
|
/* line 164, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column, article.node-materiau.vm-cardbig .field-name-body.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .field-name-field-description.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .field-name-body.columnized .column-switcher.next-column {
|
|
cursor: e-resize;
|
|
}
|
|
/* line 1464, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .column-wrapper, article.node-breve.vm-cardbig .column-wrapper {
|
|
padding: 10px;
|
|
}
|
|
/* line 154, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .column-wrapper.columnized, article.node-breve.vm-cardbig .column-wrapper.columnized {
|
|
padding: 0;
|
|
-webkit-transition: margin-left 0.3s ease-out;
|
|
transition: margin-left 0.3s ease-out;
|
|
}
|
|
/* line 156, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .column-wrapper.columnized .column > *, article.node-breve.vm-cardbig .column-wrapper.columnized .column > * {
|
|
padding: 10px;
|
|
}
|
|
/* line 158, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher {
|
|
display: inline-block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
color: #fff;
|
|
background-color: #3e3e3e;
|
|
vertical-align: middle;
|
|
font-weight: 700;
|
|
font-size: 22px;
|
|
padding: 0.05em 0.15em 0.2em 0.2em;
|
|
line-height: 0.5;
|
|
font-weight: normal;
|
|
}
|
|
/* line 163, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher.prev-column, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher.prev-column {
|
|
cursor: w-resize;
|
|
}
|
|
/* line 164, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .column-wrapper.columnized .column-switcher.next-column, article.node-breve.vm-cardbig .column-wrapper.columnized .column-switcher.next-column {
|
|
cursor: e-resize;
|
|
}
|
|
/* line 1468, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-company-fab, article.node-materiau.vm-cardbig .field-name-field-company-distrib, article.node-breve.vm-cardbig .field-name-field-company-fab, article.node-breve.vm-cardbig .field-name-field-company-distrib {
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
font-weight: 300;
|
|
}
|
|
/* line 1470, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-company-fab .field-label, article.node-materiau.vm-cardbig .field-name-field-company-distrib .field-label, article.node-breve.vm-cardbig .field-name-field-company-fab .field-label, article.node-breve.vm-cardbig .field-name-field-company-distrib .field-label {
|
|
font-size: 10px;
|
|
text-transform: lowercase;
|
|
float: none;
|
|
}
|
|
/* line 1471, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardbig .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardbig .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardbig .field-name-field-company-distrib .field-name-field-tode-company {
|
|
font-size: 14px;
|
|
}
|
|
/* line 1475, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-materiau-ref, article.node-materiau.vm-cardbig .field-name-field-source, article.node-materiau.vm-cardbig .field-name-field-attachments, article.node-breve.vm-cardbig .field-name-field-materiau-ref, article.node-breve.vm-cardbig .field-name-field-source, article.node-breve.vm-cardbig .field-name-field-attachments {
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
font-weight: 300;
|
|
}
|
|
/* line 1476, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-name-field-materiau-ref a, article.node-materiau.vm-cardbig .field-name-field-source a, article.node-materiau.vm-cardbig .field-name-field-attachments a, article.node-breve.vm-cardbig .field-name-field-materiau-ref a, article.node-breve.vm-cardbig .field-name-field-source a, article.node-breve.vm-cardbig .field-name-field-attachments a {
|
|
color: #000;
|
|
}
|
|
/* line 1478, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .field-label, article.node-breve.vm-cardbig .field-label {
|
|
font-weight: 900;
|
|
margin: 0 0 0.5em;
|
|
}
|
|
/* line 1482, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardbig nav.nav, .ie8 article.node-breve.vm-cardbig nav.nav {
|
|
background: #FFF;
|
|
}
|
|
/* line 1485, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side.oops p, article.node-materiau.vm-cardbig .side .upgrade p, article.node-breve.vm-cardbig .side.oops p, article.node-breve.vm-cardbig .side .upgrade p {
|
|
padding: 3em;
|
|
}
|
|
/* line 1487, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardbig .side.oops p a, article.node-materiau.vm-cardbig .side .upgrade p a, article.node-breve.vm-cardbig .side.oops p a, article.node-breve.vm-cardbig .side .upgrade p a {
|
|
border: 2px solid #eee;
|
|
background-color: #eee;
|
|
color: #fff;
|
|
-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 1494, ../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 {
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____ ____ _____ _____ __ __
|
|
| | _ | __ | \ | __| | | | | |
|
|
| --| | -| | | | __| | | |__| |__
|
|
|_____|__|__|__|__|____/ |__| |_____|_____|_____|
|
|
|
|
*/
|
|
/* line 1507, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull, article.node-breve.vm-cardfull {
|
|
width: 850px;
|
|
height: 610px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
font-size: 0px;
|
|
}
|
|
/* line 1091, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull > div.side, article.node-breve.vm-cardfull > div.side {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1096, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull.focused, article.node-breve.vm-cardfull.focused {
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
}
|
|
/* line 1098, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull.just-added, article.node-breve.vm-cardfull.just-added {
|
|
opacity: 0;
|
|
}
|
|
/* line 1100, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull.associated, article.node-breve.vm-cardfull.associated {
|
|
-webkit-transition: margin 0.3s ease-out;
|
|
transition: margin 0.3s ease-out;
|
|
}
|
|
/* line 1102, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull.associated.just-added, article.node-breve.vm-cardfull.associated.just-added {
|
|
margin-left: -850px;
|
|
margin-right: 850px;
|
|
}
|
|
/* line 1104, ../scss/styles.scss */
|
|
.modal-content article.node-materiau.vm-cardfull.associated, .modal-content article.node-breve.vm-cardfull.associated {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
}
|
|
/* line 1112, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull.removed, article.node-breve.vm-cardfull.removed {
|
|
-webkit-transition: width 0.3s ease-out;
|
|
transition: width 0.3s ease-out;
|
|
width: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1122, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 11;
|
|
padding: 5px 0;
|
|
border-radius: 0 5px 0 3px;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1134, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav a, article.node-breve.vm-cardfull nav.nav a {
|
|
color: #000;
|
|
}
|
|
/* line 1135, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul {
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 1136, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav span.op, article.node-breve.vm-cardfull nav.nav span.op {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1138, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1140, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav section, article.node-breve.vm-cardfull nav.nav section {
|
|
position: relative;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav section > i, article.node-breve.vm-cardfull nav.nav section > i {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav section > i:hover, article.node-breve.vm-cardfull nav.nav section > i:hover {
|
|
cursor: pointer;
|
|
}
|
|
/* line 1146, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul, article.node-breve.vm-cardfull nav.nav ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin-right: 22px;
|
|
min-width: 80px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 1150, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul li, article.node-breve.vm-cardfull nav.nav ul li {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
display: block;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.2s ease-out;
|
|
transition: height 0.2s ease-out;
|
|
}
|
|
/* line 1154, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul li a, article.node-breve.vm-cardfull nav.nav ul li a {
|
|
display: block;
|
|
}
|
|
/* line 1157, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links {
|
|
width: 160px;
|
|
font-size: 0;
|
|
}
|
|
/* line 1160, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links > *, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links > * {
|
|
font-size: 11px;
|
|
}
|
|
/* line 1165, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 48%;
|
|
max-width: 98%;
|
|
padding-left: 2px;
|
|
}
|
|
/* line 1167, ../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;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
/* line 1169, ../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 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/* line 1173, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 1175, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create > *, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
/* line 1176, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
|
|
color: #000;
|
|
}
|
|
/* line 1178, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 1179, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading a, article.node-breve.vm-cardfull nav.nav ul.flag-lists-entity-links li.loading a {
|
|
visibility: hidden;
|
|
}
|
|
/* line 1184, ../scss/styles.scss */
|
|
.ie8 article.node-materiau.vm-cardfull nav.nav ul, .ie8 article.node-breve.vm-cardfull nav.nav ul {
|
|
background: #FFF;
|
|
}
|
|
/* line 1189, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav section:hover ul, article.node-breve.vm-cardfull nav.nav section:hover ul {
|
|
padding: 5px 5px;
|
|
}
|
|
/* line 1191, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav section:hover ul li, article.node-breve.vm-cardfull nav.nav section:hover ul li {
|
|
height: 17px;
|
|
}
|
|
/* line 1204, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull div.workflow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 11;
|
|
padding: 5px;
|
|
border-radius: 5px 0 3px 0;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
vertical-align: top;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1210, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull div.workflow span, article.node-breve.vm-cardfull div.workflow span {
|
|
padding: 3px 0 0 4px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 1213, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-description .upgrade, article.node-breve.vm-cardfull .field-name-field-description .upgrade {
|
|
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;
|
|
}
|
|
/* line 1221, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .side.oops p, article.node-materiau.vm-cardfull .side .upgrade p, article.node-breve.vm-cardfull .side.oops p, article.node-breve.vm-cardfull .side .upgrade p {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1223, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardfull .side .upgrade p a, article.node-breve.vm-cardfull .side.oops p a, article.node-breve.vm-cardfull .side .upgrade p a {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .side.oops p a:hover, article.node-materiau.vm-cardfull .side.oops p a:focus, article.node-materiau.vm-cardfull .side .upgrade p a:hover, article.node-materiau.vm-cardfull .side .upgrade p a:focus, article.node-breve.vm-cardfull .side.oops p a:hover, article.node-breve.vm-cardfull .side.oops p a:focus, article.node-breve.vm-cardfull .side .upgrade p a:hover, article.node-breve.vm-cardfull .side .upgrade p a:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../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 {
|
|
-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 1509, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav {
|
|
top: 0;
|
|
}
|
|
/* line 1513, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull > *, article.node-breve.vm-cardfull > * {
|
|
font-size: 16px;
|
|
}
|
|
/* line 1515, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull > .side, article.node-breve.vm-cardfull > .side {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
width: 50%;
|
|
}
|
|
/* line 1516, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull > .side.group-side-left, article.node-breve.vm-cardfull > .side.group-side-left {
|
|
border-radius: 5px 0 0 5px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 1519, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull > .side.group-side-right, article.node-breve.vm-cardfull > .side.group-side-right {
|
|
border-radius: 0 5px 5px 0;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 1525, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .group-images, article.node-breve.vm-cardfull .group-images {
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
}
|
|
/* line 77, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .group-images figure, article.node-breve.vm-cardfull .group-images figure {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
/* line 79, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .group-images figure:first-child, article.node-breve.vm-cardfull .group-images figure:first-child {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
/* line 1527, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .group-header, article.node-breve.vm-cardfull .group-header {
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
padding: 10px;
|
|
}
|
|
/* line 1529, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .group-header .field-name-title-field, article.node-breve.vm-cardfull .group-header .field-name-title-field {
|
|
font-weight: 700;
|
|
}
|
|
/* line 1530, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .group-header .field-name-field-reference-materio, article.node-materiau.vm-cardfull .group-header .field-name-field-localisation, article.node-materiau.vm-cardfull .group-header .field-name-field-authored-on, article.node-breve.vm-cardfull .group-header .field-name-field-reference-materio, article.node-breve.vm-cardfull .group-header .field-name-field-localisation, article.node-breve.vm-cardfull .group-header .field-name-field-authored-on {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
font-size: 12px;
|
|
padding-right: 15px;
|
|
}
|
|
/* line 1534, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull.node-breve .group-header, article.node-breve.vm-cardfull.node-breve .group-header {
|
|
color: #fff;
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
|
|
-webkit-transition: background-color 0.2s ease-out;
|
|
transition: background-color 0.2s ease-out;
|
|
}
|
|
/* line 1536, ../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 {
|
|
font-weight: 500;
|
|
}
|
|
/* line 1540, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-description, article.node-materiau.vm-cardfull .field-name-body, article.node-breve.vm-cardfull .field-name-field-description, article.node-breve.vm-cardfull .field-name-body {
|
|
font-size: 12px;
|
|
font-weight: 300;
|
|
padding: 10px;
|
|
}
|
|
/* line 1544, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-attachments, article.node-breve.vm-cardfull .field-name-field-attachments {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1550, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-company-fab, article.node-materiau.vm-cardfull .field-name-field-company-distrib, article.node-breve.vm-cardfull .field-name-field-company-fab, article.node-breve.vm-cardfull .field-name-field-company-distrib {
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
font-weight: 300;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
width: 40%;
|
|
}
|
|
/* line 1553, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-company-fab .field-item, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-item, article.node-breve.vm-cardfull .field-name-field-company-fab .field-item, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-item {
|
|
margin-top: 1em;
|
|
}
|
|
/* line 1554, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-company-fab .field-label, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-label, article.node-breve.vm-cardfull .field-name-field-company-fab .field-label, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-label {
|
|
font-size: 10px;
|
|
text-transform: lowercase;
|
|
float: none;
|
|
}
|
|
/* line 1555, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company, article.node-materiau.vm-cardfull .field-name-field-company-distrib .field-name-field-tode-company, article.node-breve.vm-cardfull .field-name-field-company-fab .field-name-field-tode-company, article.node-breve.vm-cardfull .field-name-field-company-distrib .field-name-field-tode-company {
|
|
font-size: 14px;
|
|
}
|
|
/* line 1558, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-materiau-ref, article.node-materiau.vm-cardfull .field-name-field-source, article.node-materiau.vm-cardfull .field-name-field-attachments, article.node-breve.vm-cardfull .field-name-field-materiau-ref, article.node-breve.vm-cardfull .field-name-field-source, article.node-breve.vm-cardfull .field-name-field-attachments {
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
font-weight: 300;
|
|
}
|
|
/* line 1559, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-name-field-materiau-ref a, article.node-materiau.vm-cardfull .field-name-field-source a, article.node-materiau.vm-cardfull .field-name-field-attachments a, article.node-breve.vm-cardfull .field-name-field-materiau-ref a, article.node-breve.vm-cardfull .field-name-field-source a, article.node-breve.vm-cardfull .field-name-field-attachments a {
|
|
color: #000;
|
|
}
|
|
/* line 1561, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .field-label, article.node-breve.vm-cardfull .field-label {
|
|
font-weight: 900;
|
|
margin: 0 0 0.5em;
|
|
}
|
|
/* line 1564, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull nav.nav, article.node-breve.vm-cardfull nav.nav {
|
|
margin: 5px;
|
|
}
|
|
/* line 1566, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull div.workflow, article.node-breve.vm-cardfull div.workflow {
|
|
margin: 5px;
|
|
}
|
|
/* line 1569, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .side.oops p, article.node-materiau.vm-cardfull .side .upgrade p, article.node-breve.vm-cardfull .side.oops p, article.node-breve.vm-cardfull .side .upgrade p {
|
|
padding: 3em;
|
|
}
|
|
/* line 1571, ../scss/styles.scss */
|
|
article.node-materiau.vm-cardfull .side.oops p a, article.node-materiau.vm-cardfull .side .upgrade p a, article.node-breve.vm-cardfull .side.oops p a, article.node-breve.vm-cardfull .side .upgrade p a {
|
|
border: 2px solid #eee;
|
|
background-color: #eee;
|
|
color: #fff;
|
|
-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 1578, ../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 {
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
}
|
|
|
|
/*
|
|
_ _ _
|
|
___ ___ ___ _| | ___ ___|_|___| |_
|
|
| _| .'| _| . | | . | _| | | _|
|
|
|___|__,|_| |___| | _|_| |_|_|_|_|
|
|
|_|
|
|
*/
|
|
/* line 1591, ../scss/styles.scss */
|
|
body.print-node-materiau {
|
|
margin: 2em;
|
|
}
|
|
|
|
/* line 1595, ../scss/styles.scss */
|
|
.print-content .node-materiau {
|
|
width: 850px;
|
|
height: auto;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
position: relative;
|
|
margin: 7px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: box-shadow 0.3s ease-out;
|
|
transition: box-shadow 0.3s ease-out;
|
|
padding: 1em;
|
|
margin: 0;
|
|
}
|
|
/* line 1091, ../scss/styles.scss */
|
|
.print-content .node-materiau > div.side {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1096, ../scss/styles.scss */
|
|
.print-content .node-materiau.focused {
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
|
|
}
|
|
/* line 1098, ../scss/styles.scss */
|
|
.print-content .node-materiau.just-added {
|
|
opacity: 0;
|
|
}
|
|
/* line 1100, ../scss/styles.scss */
|
|
.print-content .node-materiau.associated {
|
|
-webkit-transition: margin 0.3s ease-out;
|
|
transition: margin 0.3s ease-out;
|
|
}
|
|
/* line 1102, ../scss/styles.scss */
|
|
.print-content .node-materiau.associated.just-added {
|
|
margin-left: -850px;
|
|
margin-right: 850px;
|
|
}
|
|
/* line 1104, ../scss/styles.scss */
|
|
.modal-content .print-content .node-materiau.associated {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
}
|
|
/* line 1112, ../scss/styles.scss */
|
|
.print-content .node-materiau.removed {
|
|
-webkit-transition: width 0.3s ease-out;
|
|
transition: width 0.3s ease-out;
|
|
width: 0;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 1122, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 11;
|
|
padding: 5px 0;
|
|
border-radius: 0 5px 0 3px;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1134, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav a {
|
|
color: #000;
|
|
}
|
|
/* line 1135, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul {
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
/* line 1136, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav span.op {
|
|
font-weight: 900;
|
|
font-size: 14px;
|
|
}
|
|
/* line 1138, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1140, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav section {
|
|
position: relative;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav section > i {
|
|
margin: 0 5px;
|
|
}
|
|
/* line 1143, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav section > i:hover {
|
|
cursor: pointer;
|
|
}
|
|
/* line 1146, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
margin-right: 22px;
|
|
min-width: 80px;
|
|
padding: 0;
|
|
display: block;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 1150, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul li {
|
|
padding: 0;
|
|
margin: 0;
|
|
line-height: 1;
|
|
display: block;
|
|
height: 0;
|
|
overflow: hidden;
|
|
-webkit-transition: height 0.2s ease-out;
|
|
transition: height 0.2s ease-out;
|
|
}
|
|
/* line 1154, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul li a {
|
|
display: block;
|
|
}
|
|
/* line 1157, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links {
|
|
width: 160px;
|
|
font-size: 0;
|
|
}
|
|
/* line 1160, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links > * {
|
|
font-size: 11px;
|
|
}
|
|
/* line 1165, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 48%;
|
|
max-width: 98%;
|
|
padding-left: 2px;
|
|
}
|
|
/* line 1167, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li a {
|
|
color: #a6a6a6;
|
|
-webkit-transition: color 0.2s ease-out;
|
|
transition: color 0.2s ease-out;
|
|
}
|
|
/* line 1169, ../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 {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
/* line 1173, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li.flag-lists-create {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 1175, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li.flag-lists-create > * {
|
|
margin-top: 1px;
|
|
padding-top: 1px;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
/* line 1176, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li.flag-lists-create a {
|
|
color: #000;
|
|
}
|
|
/* line 1178, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li.loading {
|
|
background: transparent url("../img/ajax-loader.gif") no-repeat 98% center;
|
|
}
|
|
/* line 1179, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav ul.flag-lists-entity-links li.loading a {
|
|
visibility: hidden;
|
|
}
|
|
/* line 1184, ../scss/styles.scss */
|
|
.ie8 .print-content .node-materiau nav.nav ul {
|
|
background: #FFF;
|
|
}
|
|
/* line 1189, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav section:hover ul {
|
|
padding: 5px 5px;
|
|
}
|
|
/* line 1191, ../scss/styles.scss */
|
|
.print-content .node-materiau nav.nav section:hover ul li {
|
|
height: 17px;
|
|
}
|
|
/* line 1204, ../scss/styles.scss */
|
|
.print-content .node-materiau div.workflow {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 11;
|
|
padding: 5px;
|
|
border-radius: 5px 0 3px 0;
|
|
background-clip: padding-box;
|
|
font-size: 10px;
|
|
vertical-align: top;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
color: #000;
|
|
}
|
|
/* line 1210, ../scss/styles.scss */
|
|
.print-content .node-materiau div.workflow span {
|
|
padding: 3px 0 0 4px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 1213, ../scss/styles.scss */
|
|
.print-content .node-materiau .field-name-field-description .upgrade {
|
|
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;
|
|
}
|
|
/* line 1221, ../scss/styles.scss */
|
|
.print-content .node-materiau .side.oops p, .print-content .node-materiau .side .upgrade p {
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1223, ../scss/styles.scss */
|
|
.print-content .node-materiau .side.oops p a, .print-content .node-materiau .side .upgrade p a {
|
|
display: block;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
padding: 0.1em 0.6em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
.print-content .node-materiau .side.oops p a:hover, .print-content .node-materiau .side.oops p a:focus, .print-content .node-materiau .side .upgrade p a:hover, .print-content .node-materiau .side .upgrade p a:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
.print-content .node-materiau .side.oops p a:active, .print-content .node-materiau .side .upgrade p a:active {
|
|
-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 1599, ../scss/styles.scss */
|
|
.print-content .node-materiau .field-name-title-field {
|
|
font-weight: 500;
|
|
font-size: 36px;
|
|
}
|
|
/* line 1602, ../scss/styles.scss */
|
|
.print-content .node-materiau .field-name-field-nature-titre {
|
|
font-weight: 500;
|
|
font-size: 24px;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
/* line 1606, ../scss/styles.scss */
|
|
.print-content .node-materiau .group-head-right {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 1em;
|
|
text-align: right;
|
|
}
|
|
/* line 1613, ../scss/styles.scss */
|
|
.print-content .node-materiau .side {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
width: 50%;
|
|
}
|
|
/* line 1617, ../scss/styles.scss */
|
|
.print-content .node-materiau .side.group-side-right {
|
|
border-radius: 5px 5px 5px 5px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 1619, ../scss/styles.scss */
|
|
.print-content .node-materiau .side.group-side-right .field-name-field-materiau-image {
|
|
float: right;
|
|
}
|
|
/* line 1631, ../scss/styles.scss */
|
|
.print-content .node-materiau .field-name-field-description,
|
|
.print-content .node-materiau .field-name-field-company-fab,
|
|
.print-content .node-materiau .field-name-field-reference-distrib {
|
|
padding-bottom: 1em;
|
|
}
|
|
|
|
/*
|
|
____ ____ _____ ________
|
|
/ __ \/ __ \/ _/ | / /_ __/
|
|
/ /_/ / /_/ // // |/ / / /
|
|
/ ____/ _, _// // /| / / /
|
|
/_/ /_/ |_/___/_/ |_/ /_/
|
|
|
|
*/
|
|
/* line 1651, ../scss/styles.scss */
|
|
.print-site_name {
|
|
width: 100%;
|
|
vertical-align: bottom;
|
|
margin-bottom: 1em;
|
|
}
|
|
/* line 1655, ../scss/styles.scss */
|
|
.print-site_name h1 {
|
|
margin: 0;
|
|
font-size: 36px;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: baseline;
|
|
position: relative;
|
|
line-height: 1.25;
|
|
}
|
|
/* line 1659, ../scss/styles.scss */
|
|
.print-site_name h1 a {
|
|
color: inherit;
|
|
}
|
|
/* line 1661, ../scss/styles.scss */
|
|
.print-site_name h1 a:hover {
|
|
text-decoration: none;
|
|
}
|
|
/* line 1664, ../scss/styles.scss */
|
|
.print-site_name span.beta {
|
|
line-height: 1;
|
|
letter-spacing: 0.1em;
|
|
color: #00007a;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
left: 0;
|
|
padding-left: 0;
|
|
margin-left: 0;
|
|
}
|
|
/* line 1670, ../scss/styles.scss */
|
|
.print-site_name span.slogan {
|
|
font-size: 14px;
|
|
margin-top: -3px;
|
|
margin-left: -0.5em;
|
|
font-weight: 900;
|
|
}
|
|
/* line 1675, ../scss/styles.scss */
|
|
.ie8 .print-site_name span.slogan {
|
|
position: absolute;
|
|
margin-top: 22px;
|
|
}
|
|
|
|
/* line 1679, ../scss/styles.scss */
|
|
.print-content {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
/* line 1683, ../scss/styles.scss */
|
|
.print-footer {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
/* line 36, ../scss/misc.scss */
|
|
div.messages {
|
|
padding: 9px;
|
|
margin: 0.5em 0 0;
|
|
color: #3a87ad;
|
|
background: #d9edf7;
|
|
border: 1px solid #bce8f1;
|
|
border-radius: 5px;
|
|
font-size: 12px;
|
|
}
|
|
/* line 14, ../scss/misc.scss */
|
|
div.messages.warning {
|
|
color: #c09853;
|
|
background-color: #fcf8e3;
|
|
border-color: #fbeed5;
|
|
}
|
|
/* line 20, ../scss/misc.scss */
|
|
div.messages.error {
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border-color: #eed3d7;
|
|
}
|
|
/* line 27, ../scss/misc.scss */
|
|
div.messages.status {
|
|
color: #468847;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* line 38, ../scss/misc.scss */
|
|
.messages-label {
|
|
display: none;
|
|
}
|
|
|
|
/* line 40, ../scss/misc.scss */
|
|
#better-messages-wrapper {
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
|
|
}
|
|
/* line 44, ../scss/misc.scss */
|
|
#better-messages-wrapper #better-messages-default div.messages {
|
|
padding: 9px;
|
|
margin: 0.5em 0 0;
|
|
color: #3a87ad;
|
|
background: #d9edf7;
|
|
border: 1px solid #bce8f1;
|
|
border-radius: 5px;
|
|
font-size: 12px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
/* line 14, ../scss/misc.scss */
|
|
#better-messages-wrapper #better-messages-default div.messages.warning {
|
|
color: #c09853;
|
|
background-color: #fcf8e3;
|
|
border-color: #fbeed5;
|
|
}
|
|
/* line 20, ../scss/misc.scss */
|
|
#better-messages-wrapper #better-messages-default div.messages.error {
|
|
color: #b94a48;
|
|
background-color: #f2dede;
|
|
border-color: #eed3d7;
|
|
}
|
|
/* line 27, ../scss/misc.scss */
|
|
#better-messages-wrapper #better-messages-default div.messages.status {
|
|
color: #468847;
|
|
background-color: #dff0d8;
|
|
border-color: #d6e9c6;
|
|
font-size: 14px;
|
|
}
|
|
/* line 47, ../scss/misc.scss */
|
|
#better-messages-wrapper #better-messages-default .footer {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 49, ../scss/misc.scss */
|
|
#better-messages-wrapper #better-messages-default .footer a.message-close {
|
|
background: #fff url("../img/close.png") no-repeat center center;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
display: block;
|
|
}
|
|
|
|
/** Tab navigation */
|
|
/**
|
|
* icons
|
|
*/
|
|
/**
|
|
* figures
|
|
*/
|
|
/* line 176, ../scss/misc.scss */
|
|
figure figcaption {
|
|
display: none;
|
|
}
|
|
/* line 179, ../scss/misc.scss */
|
|
figure .blank {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/* ==|== print styles =======================================================
|
|
Print styles.
|
|
Inlined to avoid required HTTP connection: h5bp.com/r
|
|
========================================================================== */
|
|
/* line 206, ../scss/misc.scss */
|
|
a:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
/*
|
|
* Improves readability when focused and also mouse hovered in all browsers.
|
|
*/
|
|
/* line 214, ../scss/misc.scss */
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
|
|
/** COLORBOX */
|
|
/* line 221, ../scss/misc.scss */
|
|
#colorbox {
|
|
border-radius: 2px;
|
|
background-clip: padding-box;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
}
|
|
/* line 223, ../scss/misc.scss */
|
|
#colorbox #cboxLoadedContent {
|
|
background-color: #fff;
|
|
}
|
|
|
|
/** embed player */
|
|
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
|
/* line 229, ../scss/misc.scss */
|
|
.embedded-video .player iframe {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
/** devel */
|
|
/* line 239, ../scss/misc.scss */
|
|
.not-logged-in #tasks ul.tabs.primary {
|
|
display: none;
|
|
}
|
|
|
|
/*
|
|
___ __ ____________ __________ __ _______ __ __________________
|
|
/ | / / / /_ __/ __ \/ ____/ __ \/ |/ / __ \/ / / ____/_ __/ ____/
|
|
/ /| |/ / / / / / / / / / / / / / / /|_/ / /_/ / / / __/ / / / __/
|
|
/ ___ / /_/ / / / / /_/ / /___/ /_/ / / / / ____/ /___/ /___ / / / /___
|
|
/_/ |_\____/ /_/ \____/\____/\____/_/ /_/_/ /_____/_____/ /_/ /_____/
|
|
|
|
*/
|
|
/* line 1698, ../scss/styles.scss */
|
|
#autocomplete {
|
|
border: 0;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
text-align: left;
|
|
margin-left: 2px;
|
|
}
|
|
/* line 1703, ../scss/styles.scss */
|
|
.oldie #autocomplete {
|
|
background-color: #545454;
|
|
}
|
|
/* line 1704, ../scss/styles.scss */
|
|
#autocomplete li {
|
|
color: #FFF;
|
|
background-color: transparent;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1706, ../scss/styles.scss */
|
|
#autocomplete li.selected {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 1707, ../scss/styles.scss */
|
|
#autocomplete li div {
|
|
padding: 0.1em 5px;
|
|
}
|
|
|
|
/**
|
|
* the old modal api (balck bg) for contextual forms (create new flag list)
|
|
*/
|
|
/* line 1747, ../scss/styles.scss */
|
|
#modal {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
border: 0;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1717, ../scss/styles.scss */
|
|
#modal * {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
/* line 1719, ../scss/styles.scss */
|
|
#modal form {
|
|
background-color: transparent;
|
|
color: #fff;
|
|
border: 0px;
|
|
}
|
|
/* line 1722, ../scss/styles.scss */
|
|
#modal form .form-actions {
|
|
background-color: transparent;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
/* line 1725, ../scss/styles.scss */
|
|
#modal form input.form-text, #modal form textarea, #modal form div.grippie {
|
|
background-color: #fff;
|
|
color: #000;
|
|
border: 0;
|
|
}
|
|
/* line 1727, ../scss/styles.scss */
|
|
#modal form .form-actions {
|
|
text-align: right;
|
|
}
|
|
/* line 1728, ../scss/styles.scss */
|
|
#modal form input.form-submit {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #008CBA;
|
|
border-color: #007095;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #007095;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
#modal form input.form-submit:hover, #modal form input.form-submit:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1731, ../scss/styles.scss */
|
|
#modal form input.form-submit[name="create"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #368a55;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
#modal form input.form-submit[name="create"]:hover, #modal form input.form-submit[name="create"]:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1734, ../scss/styles.scss */
|
|
#modal form input.form-submit[name="save"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #368a55;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
#modal form input.form-submit[name="save"]:hover, #modal form input.form-submit[name="save"]:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1737, ../scss/styles.scss */
|
|
#modal form input.form-submit[name="delete"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #f04124;
|
|
border-color: #cf2a0e;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #cf2a0e;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
#modal form input.form-submit[name="delete"]:hover, #modal form input.form-submit[name="delete"]:focus {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1740, ../scss/styles.scss */
|
|
#modal form input.form-submit[name="cancel"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #e7e7e7;
|
|
border-color: #b9b9b9;
|
|
color: #333333;
|
|
-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 {
|
|
background-color: #b9b9b9;
|
|
}
|
|
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
|
#modal form input.form-submit[name="cancel"]:hover, #modal form input.form-submit[name="cancel"]:focus {
|
|
color: #333333;
|
|
}
|
|
/* line 1749, ../scss/styles.scss */
|
|
#modal > * {
|
|
padding: 10px;
|
|
}
|
|
/* line 1753, ../scss/styles.scss */
|
|
#modal .form-item-flag-lists-name input {
|
|
width: 95%;
|
|
}
|
|
/* line 1756, ../scss/styles.scss */
|
|
#modal .actions {
|
|
text-align: right;
|
|
}
|
|
|
|
/**
|
|
* the new modal api used for preview and register modal
|
|
*/
|
|
/* line 1764, ../scss/styles.scss */
|
|
.modal-wrapper {
|
|
bottom: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
text-align: center;
|
|
top: 0;
|
|
white-space: nowrap;
|
|
z-index: 99998;
|
|
}
|
|
/* line 1765, ../scss/styles.scss */
|
|
.modal-wrapper:before {
|
|
content: "";
|
|
display: inline-block;
|
|
height: 100%;
|
|
margin-right: -0.25em;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 1772, ../scss/styles.scss */
|
|
.modal-wrapper:after, .modal-wrapper:before {
|
|
-moz-box-sizing: border-box;
|
|
}
|
|
/* line 1787, ../scss/styles.scss */
|
|
.modal-wrapper .modal-bg {
|
|
background-color: #000;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.5;
|
|
}
|
|
/* line 1795, ../scss/styles.scss */
|
|
.modal-wrapper .modal-content {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
white-space: normal;
|
|
min-height: 200px;
|
|
}
|
|
|
|
/*
|
|
_______ __________ ____ __ __ ____ ___ _ __
|
|
/ / ___// ____/ __ \/ __ \/ / / / / __ \/ | / | / /
|
|
__ / /\__ \/ / / /_/ / / / / / / / / /_/ / /| | / |/ /
|
|
/ /_/ /___/ / /___/ _, _/ /_/ / /___/ /___/ ____/ ___ |/ /| /
|
|
\____//____/\____/_/ |_|\____/_____/_____/_/ /_/ |_/_/ |_/
|
|
|
|
*/
|
|
/* line 1817, ../scss/styles.scss */
|
|
.jspContainer .jspVerticalBar {
|
|
background-color: transparent;
|
|
width: 5px;
|
|
}
|
|
/* line 1821, ../scss/styles.scss */
|
|
.jspContainer .jspVerticalBar .jspTrack {
|
|
background-color: transparent;
|
|
}
|
|
/* line 1823, ../scss/styles.scss */
|
|
.jspContainer .jspVerticalBar .jspTrack .jspDrag {
|
|
background-color: #ccc;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
/*
|
|
__________ ____ __ ______________
|
|
/_ __/ __ \/ __ \/ / /_ __/ _/ __ \
|
|
/ / / / / / / / / / / / / // /_/ /
|
|
/ / / /_/ / /_/ / /___/ / _/ // ____/
|
|
/_/ \____/\____/_____/_/ /___/_/
|
|
|
|
*/
|
|
/* line 1839, ../scss/styles.scss */
|
|
#tooltip {
|
|
position: absolute;
|
|
z-index: 999;
|
|
max-width: 180px;
|
|
background-color: white;
|
|
padding: 5px;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
|
|
}
|
|
/* line 1843, ../scss/styles.scss */
|
|
#tooltip.op-visible {
|
|
-webkit-transition: opacity 0.1s ease-out;
|
|
transition: opacity 0.1s ease-out;
|
|
}
|
|
|
|
/*
|
|
______________________ ____ ___ ________ __
|
|
/ ____/ ____/ ____/ __ \/ __ )/ | / ____/ //_/
|
|
/ /_ / __/ / __/ / / / / __ / /| |/ / / ,<
|
|
/ __/ / /___/ /___/ /_/ / /_/ / ___ / /___/ /| |
|
|
/_/ /_____/_____/_____/_____/_/ |_\____/_/ |_|
|
|
|
|
*/
|
|
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
|
/* line 1857, ../scss/styles.scss */
|
|
#block-feedback-form {
|
|
bottom: 5px;
|
|
left: 5px;
|
|
right: auto;
|
|
}
|
|
}
|
|
/* line 1861, ../scss/styles.scss */
|
|
#block-feedback-form h2 {
|
|
line-height: 1.2;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
/* line 1863, ../scss/styles.scss */
|
|
#block-feedback-form h2 .title {
|
|
display: none;
|
|
}
|
|
/* line 1866, ../scss/styles.scss */
|
|
#block-feedback-form #feedback-form-toggle {
|
|
padding: 2px 3px;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
background-color: #ff7600;
|
|
color: #fff;
|
|
line-height: 2;
|
|
font-weight: 900;
|
|
}
|
|
/* line 1870, ../scss/styles.scss */
|
|
#block-feedback-form .content {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
border: 0;
|
|
font-size: 12px;
|
|
}
|
|
/* line 1717, ../scss/styles.scss */
|
|
#block-feedback-form .content * {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
}
|
|
/* line 1719, ../scss/styles.scss */
|
|
#block-feedback-form .content form {
|
|
background-color: transparent;
|
|
color: #fff;
|
|
border: 0px;
|
|
}
|
|
/* line 1722, ../scss/styles.scss */
|
|
#block-feedback-form .content form .form-actions {
|
|
background-color: transparent;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
/* line 1725, ../scss/styles.scss */
|
|
#block-feedback-form .content form input.form-text, #block-feedback-form .content form textarea, #block-feedback-form .content form div.grippie {
|
|
background-color: #fff;
|
|
color: #000;
|
|
border: 0;
|
|
}
|
|
/* line 1727, ../scss/styles.scss */
|
|
#block-feedback-form .content form .form-actions {
|
|
text-align: right;
|
|
}
|
|
/* line 1728, ../scss/styles.scss */
|
|
#block-feedback-form .content form input.form-submit {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #008CBA;
|
|
border-color: #007095;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #007095;
|
|
}
|
|
/* line 168, ../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 {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1731, ../scss/styles.scss */
|
|
#block-feedback-form .content form input.form-submit[name="create"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #368a55;
|
|
}
|
|
/* line 168, ../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 {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1734, ../scss/styles.scss */
|
|
#block-feedback-form .content form input.form-submit[name="save"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #368a55;
|
|
}
|
|
/* line 168, ../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 {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1737, ../scss/styles.scss */
|
|
#block-feedback-form .content form input.form-submit[name="delete"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #f04124;
|
|
border-color: #cf2a0e;
|
|
color: #FFFFFF;
|
|
-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 {
|
|
background-color: #cf2a0e;
|
|
}
|
|
/* line 168, ../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 {
|
|
color: #FFFFFF;
|
|
}
|
|
/* line 1740, ../scss/styles.scss */
|
|
#block-feedback-form .content form input.form-submit[name="cancel"] {
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-align: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
display: inline-block;
|
|
padding-top: 0.625rem;
|
|
padding-right: 1.25rem;
|
|
padding-bottom: 0.6875rem;
|
|
padding-left: 1.25rem;
|
|
font-size: 0.6875rem;
|
|
background-color: #e7e7e7;
|
|
border-color: #b9b9b9;
|
|
color: #333333;
|
|
-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 {
|
|
background-color: #b9b9b9;
|
|
}
|
|
/* line 168, ../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 {
|
|
color: #333333;
|
|
}
|
|
/* line 1872, ../scss/styles.scss */
|
|
.ie8 #block-feedback-form .content {
|
|
background: #000;
|
|
}
|
|
/* line 1875, ../scss/styles.scss */
|
|
#block-feedback-form #feedback-status-message {
|
|
background-color: #fff;
|
|
padding: 5px;
|
|
}
|
|
|
|
/*
|
|
_________ _____ __ __ __ _________ ____ _____
|
|
/_ __/ | / ___// //_/ _/_/ /_ __/ | / __ ) ___/
|
|
/ / / /| | \__ \/ ,< _/_/ / / / /| | / __ \__ \
|
|
/ / / ___ |___/ / /| | _/_/ / / / ___ |/ /_/ /__/ /
|
|
/_/ /_/ |_/____/_/ |_| /_/ /_/ /_/ |_/_____/____/
|
|
|
|
*/
|
|
/* line 1902, ../scss/styles.scss */
|
|
#tasks ul.tabs {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
border: 0 solid #fff;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 1906, ../scss/styles.scss */
|
|
#tasks ul.tabs li {
|
|
padding: 0;
|
|
margin: 2px 5px;
|
|
border: 0 solid #fff;
|
|
}
|
|
/* line 1907, ../scss/styles.scss */
|
|
#tasks ul.tabs a {
|
|
border: 0;
|
|
color: #7f7f7f;
|
|
}
|
|
/* line 1909, ../scss/styles.scss */
|
|
#tasks ul.tabs a.active, #tasks ul.tabs a:hover {
|
|
font-weight: 900;
|
|
color: #000;
|
|
}
|
|
/* line 1887, ../scss/styles.scss */
|
|
#tasks ul.tabs.primary a {
|
|
font-size: 12px;
|
|
padding: 5px 10px;
|
|
background-color: #e6e6e6;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 1891, ../scss/styles.scss */
|
|
#tasks ul.tabs.primary a.active, #tasks ul.tabs.primary a:hover {
|
|
background-color: #e6e6e6;
|
|
}
|
|
/* line 1916, ../scss/styles.scss */
|
|
#tasks ul.tabs.secondary {
|
|
font-size: 10px;
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
/*
|
|
______________ _____________________
|
|
/ ___/_ __/ |/_ __/ _/ ____/ ___/
|
|
\__ \ / / / /| | / / / // / \__ \
|
|
___/ // / / ___ |/ / _/ // /___ ___/ /
|
|
/____//_/ /_/ |_/_/ /___/\____//____/
|
|
|
|
*/
|
|
/*
|
|
_ _ ___ ___ ___
|
|
| | |_ -| -_| _|
|
|
|___|___|___|_|
|
|
|
|
*/
|
|
/* line 1938, ../scss/styles.scss */
|
|
.page-user #main, .page-user-edit #main, .page-user-password #main, .page-user-reset #main, .page-toboggan #main {
|
|
background: #fff url("../img/user-page-bg.gif") no-repeat bottom right;
|
|
}
|
|
/* line 1940, ../scss/styles.scss */
|
|
.page-user .messages, .page-user-edit .messages, .page-user-password .messages, .page-user-reset .messages, .page-toboggan .messages {
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
/* line 1942, ../scss/styles.scss */
|
|
.page-user.role-6 #tasks .tabs.primary, .page-user-edit.role-6 #tasks .tabs.primary, .page-user-password.role-6 #tasks .tabs.primary, .page-user-reset.role-6 #tasks .tabs.primary, .page-toboggan.role-6 #tasks .tabs.primary {
|
|
display: none;
|
|
}
|
|
/* line 1887, ../scss/styles.scss */
|
|
.page-user.role-6 #tasks .tabs.secondary a, .page-user-edit.role-6 #tasks .tabs.secondary a, .page-user-password.role-6 #tasks .tabs.secondary a, .page-user-reset.role-6 #tasks .tabs.secondary a, .page-toboggan.role-6 #tasks .tabs.secondary a {
|
|
font-size: 12px;
|
|
padding: 5px 10px;
|
|
background-color: #e6e6e6;
|
|
border-radius: 3px;
|
|
background-clip: padding-box;
|
|
}
|
|
/* line 1891, ../scss/styles.scss */
|
|
.page-user.role-6 #tasks .tabs.secondary a.active, .page-user.role-6 #tasks .tabs.secondary a:hover, .page-user-edit.role-6 #tasks .tabs.secondary a.active, .page-user-edit.role-6 #tasks .tabs.secondary a:hover, .page-user-password.role-6 #tasks .tabs.secondary a.active, .page-user-password.role-6 #tasks .tabs.secondary a:hover, .page-user-reset.role-6 #tasks .tabs.secondary a.active, .page-user-reset.role-6 #tasks .tabs.secondary a:hover, .page-toboggan.role-6 #tasks .tabs.secondary a.active, .page-toboggan.role-6 #tasks .tabs.secondary a:hover {
|
|
background-color: #e6e6e6;
|
|
}
|
|
/* line 1945, ../scss/styles.scss */
|
|
.page-user #content .inner-content > *, .page-user-edit #content .inner-content > *, .page-user-password #content .inner-content > *, .page-user-reset #content .inner-content > *, .page-toboggan #content .inner-content > * {
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
padding-top: 1em;
|
|
font-size: 14px;
|
|
/* #user-profile-form */
|
|
}
|
|
/* line 1948, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * fieldset, .page-user-edit #content .inner-content > * fieldset, .page-user-password #content .inner-content > * fieldset, .page-user-reset #content .inner-content > * fieldset, .page-toboggan #content .inner-content > * fieldset {
|
|
margin-bottom: 1em;
|
|
}
|
|
/* line 1952, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * legend, .page-user-edit #content .inner-content > * legend, .page-user-password #content .inner-content > * legend, .page-user-reset #content .inner-content > * legend, .page-toboggan #content .inner-content > * legend {
|
|
font-size: 16px;
|
|
margin: 0;
|
|
padding: 10px 0 5px 0;
|
|
line-height: 1;
|
|
border: 0 solid #fff;
|
|
}
|
|
/* line 1954, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * legend a, .page-user-edit #content .inner-content > * legend a, .page-user-password #content .inner-content > * legend a, .page-user-reset #content .inner-content > * legend a, .page-toboggan #content .inner-content > * legend a {
|
|
color: #000;
|
|
}
|
|
/* line 1957, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-item, .page-user-edit #content .inner-content > * .form-item, .page-user-password #content .inner-content > * .form-item, .page-user-reset #content .inner-content > * .form-item, .page-toboggan #content .inner-content > * .form-item {
|
|
margin: 0 0 0.5em 0;
|
|
width: 100%;
|
|
}
|
|
/* line 1959, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-item label, .page-user #content .inner-content > * .form-item input.form-text, .page-user-edit #content .inner-content > * .form-item label, .page-user-edit #content .inner-content > * .form-item input.form-text, .page-user-password #content .inner-content > * .form-item label, .page-user-password #content .inner-content > * .form-item input.form-text, .page-user-reset #content .inner-content > * .form-item label, .page-user-reset #content .inner-content > * .form-item input.form-text, .page-toboggan #content .inner-content > * .form-item label, .page-toboggan #content .inner-content > * .form-item input.form-text {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 1962, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-item label, .page-user-edit #content .inner-content > * .form-item label, .page-user-password #content .inner-content > * .form-item label, .page-user-reset #content .inner-content > * .form-item label, .page-toboggan #content .inner-content > * .form-item label {
|
|
margin-right: 1em;
|
|
min-width: 6em;
|
|
}
|
|
/* line 1963, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-item input.form-text, .page-user-edit #content .inner-content > * .form-item input.form-text, .page-user-password #content .inner-content > * .form-item input.form-text, .page-user-reset #content .inner-content > * .form-item input.form-text, .page-toboggan #content .inner-content > * .form-item input.form-text {
|
|
padding: 2px 4px;
|
|
}
|
|
/* line 1968, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-wrapper > .form-item, .page-user-edit #content .inner-content > * .form-wrapper > .form-item, .page-user-password #content .inner-content > * .form-wrapper > .form-item, .page-user-reset #content .inner-content > * .form-wrapper > .form-item, .page-toboggan #content .inner-content > * .form-wrapper > .form-item {
|
|
margin: 0 0 2em 0;
|
|
}
|
|
/* line 1972, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-type-password-confirm label, .page-user #content .inner-content > * .form-type-new-password-confirm label, .page-user-edit #content .inner-content > * .form-type-password-confirm label, .page-user-edit #content .inner-content > * .form-type-new-password-confirm label, .page-user-password #content .inner-content > * .form-type-password-confirm label, .page-user-password #content .inner-content > * .form-type-new-password-confirm label, .page-user-reset #content .inner-content > * .form-type-password-confirm label, .page-user-reset #content .inner-content > * .form-type-new-password-confirm label, .page-toboggan #content .inner-content > * .form-type-password-confirm label, .page-toboggan #content .inner-content > * .form-type-new-password-confirm label {
|
|
width: 9em;
|
|
}
|
|
/* line 1973, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-type-password-confirm .password-parent, .page-user #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-password #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-parent, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-parent, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-parent, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-parent {
|
|
width: auto;
|
|
}
|
|
/* line 1974, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-type-password-confirm .password-strength, .page-user #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-edit #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-edit #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-password #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-password #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-password #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-strength, .page-user-reset #content .inner-content > * .form-type-password-confirm .password-confirm, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-user-reset #content .inner-content > * .form-type-new-password-confirm .password-confirm, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-strength, .page-toboggan #content .inner-content > * .form-type-password-confirm .password-confirm, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-strength, .page-toboggan #content .inner-content > * .form-type-new-password-confirm .password-confirm {
|
|
width: 15em;
|
|
margin-top: 0;
|
|
}
|
|
/* line 1980, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-type-checkbox input, .page-user-edit #content .inner-content > * .form-type-checkbox input, .page-user-password #content .inner-content > * .form-type-checkbox input, .page-user-reset #content .inner-content > * .form-type-checkbox input, .page-toboggan #content .inner-content > * .form-type-checkbox input {
|
|
margin: 0;
|
|
}
|
|
/* line 1981, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * .form-type-checkbox label, .page-user-edit #content .inner-content > * .form-type-checkbox label, .page-user-password #content .inner-content > * .form-type-checkbox label, .page-user-reset #content .inner-content > * .form-type-checkbox label, .page-toboggan #content .inner-content > * .form-type-checkbox label {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
/* line 1985, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-language .form-item, .page-user-edit #content .inner-content > * #edit-language .form-item, .page-user-password #content .inner-content > * #edit-language .form-item, .page-user-reset #content .inner-content > * #edit-language .form-item, .page-toboggan #content .inner-content > * #edit-language .form-item {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
width: auto;
|
|
margin-right: 1em;
|
|
}
|
|
/* line 1987, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-language .form-item input, .page-user #content .inner-content > * #edit-language .form-item label, .page-user-edit #content .inner-content > * #edit-language .form-item input, .page-user-edit #content .inner-content > * #edit-language .form-item label, .page-user-password #content .inner-content > * #edit-language .form-item input, .page-user-password #content .inner-content > * #edit-language .form-item label, .page-user-reset #content .inner-content > * #edit-language .form-item input, .page-user-reset #content .inner-content > * #edit-language .form-item label, .page-toboggan #content .inner-content > * #edit-language .form-item input, .page-toboggan #content .inner-content > * #edit-language .form-item label {
|
|
margin: 0;
|
|
}
|
|
/* line 1991, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * select.form-select, .page-user-edit #content .inner-content > * select.form-select, .page-user-password #content .inner-content > * select.form-select, .page-user-reset #content .inner-content > * select.form-select, .page-toboggan #content .inner-content > * select.form-select {
|
|
width: auto;
|
|
padding: 2px 4px;
|
|
height: auto;
|
|
}
|
|
/* line 1995, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * div.description, .page-user-edit #content .inner-content > * div.description, .page-user-password #content .inner-content > * div.description, .page-user-reset #content .inner-content > * div.description, .page-toboggan #content .inner-content > * div.description {
|
|
font-size: 10px;
|
|
}
|
|
/* line 1998, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * div.form-actions, .page-user-edit #content .inner-content > * div.form-actions, .page-user-password #content .inner-content > * div.form-actions, .page-user-reset #content .inner-content > * div.form-actions, .page-toboggan #content .inner-content > * div.form-actions {
|
|
margin: 0;
|
|
text-align: right;
|
|
padding: 1em 0.5em;
|
|
}
|
|
/* line 2005, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user #content .inner-content > * #edit-profile-adherent-field-name,
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user #content .inner-content > * #edit-profile-adherent-field-service, .page-user #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-naf, .page-user #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name,
|
|
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-password #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name,
|
|
.page-user-password #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-first-name, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-name,
|
|
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-service, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-first-name, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-name,
|
|
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-quality, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-service, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee,
|
|
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
width: auto;
|
|
margin: 0 1em 0.5em 0;
|
|
}
|
|
/* line 2009, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user #content .inner-content > * #edit-profile-adherent-field-service div, .page-user #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
.page-user-password #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-service div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf div, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-first-name div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-name div,
|
|
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-quality div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-service div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee div,
|
|
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf div, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret div {
|
|
width: auto;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
/* line 2015, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-name label, .page-user #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
.page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-edit #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
.page-user-password #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-password #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-name label, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
.page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf label, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret label, .page-user-reset #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-name label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-service label,
|
|
.page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf label, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret label, .page-toboggan #content .inner-content > * .form-item-profile-adherent-field-adresse-und-0-locality label {
|
|
min-width: auto;
|
|
}
|
|
/* line 2018, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-siret input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-siret input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-siret input {
|
|
width: 8em;
|
|
}
|
|
/* line 2019, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-naf input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-naf input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-naf input {
|
|
width: 13em;
|
|
}
|
|
/* line 2021, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-password #content .inner-content > * #edit-profile-adherent-field-organization, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-organization, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-organization {
|
|
margin: 2em 0 0 0;
|
|
}
|
|
/* line 2021, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-organization input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-organization input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-organization input {
|
|
width: 35em;
|
|
}
|
|
/* line 2023, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-employee input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-employee input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-employee input {
|
|
width: 4em;
|
|
}
|
|
/* line 2027, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-password #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-private-phone .form-phone-number {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 2034, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-adresse .street-block input {
|
|
width: 35em;
|
|
}
|
|
/* line 2037, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-password #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-adresse .locality-block .form-item {
|
|
width: auto;
|
|
margin-right: 1em;
|
|
}
|
|
/* line 2041, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website {
|
|
margin: 2em 0 0 0;
|
|
}
|
|
/* line 2043, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > *, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website .form-item > * {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
}
|
|
/* line 2044, ../scss/styles.scss */
|
|
.page-user #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-edit #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-password #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-user-reset #content .inner-content > * #edit-profile-adherent-field-user-website input, .page-toboggan #content .inner-content > * #edit-profile-adherent-field-user-website input {
|
|
width: 35em;
|
|
}
|
|
/* line 2048, ../scss/styles.scss */
|
|
.page-user #content .inner-content > *.profile h3, .page-user-edit #content .inner-content > *.profile h3, .page-user-password #content .inner-content > *.profile h3, .page-user-reset #content .inner-content > *.profile h3, .page-toboggan #content .inner-content > *.profile h3 {
|
|
border: 0 solid transparent;
|
|
}
|
|
/* line 2049, ../scss/styles.scss */
|
|
.page-user #content .inner-content > *.profile .field-label, .page-user-edit #content .inner-content > *.profile .field-label, .page-user-password #content .inner-content > *.profile .field-label, .page-user-reset #content .inner-content > *.profile .field-label, .page-toboggan #content .inner-content > *.profile .field-label {
|
|
display: inline;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____ _____ __ _____ _____ _____ _ _ _ _____
|
|
| __| | | _ | | | __| | | __| | | | __|
|
|
|__ |- -| | | | __| |__| __| | | | __| | | |__ |
|
|
|_____|_____|_|_|_|__| |_____|_____|_|___|_____|_____|_____|
|
|
|
|
*/
|
|
/* line 2063, ../scss/styles.scss */
|
|
body.node-type-simplenews #content .inner-content {
|
|
text-align: center;
|
|
}
|
|
/* line 2066, ../scss/styles.scss */
|
|
body.node-type-simplenews #content article.node.node-simplenews {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
max-width: 600px;
|
|
padding: 1em 0;
|
|
}
|
|
/* line 2070, ../scss/styles.scss */
|
|
body.node-type-simplenews #content article.node.node-simplenews tbody {
|
|
border-top: 0px;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
|
|
| _ | _ | __| __| | | | | |_ _| _ | |_ _|
|
|
| __| | | | __| | --| | | | | | | | | | --| | |
|
|
|__| |__|__|_____|_____| |_____|_____|_|___| |_| |__|__|_____| |_|
|
|
|
|
*/
|
|
/* line 2085, ../scss/styles.scss */
|
|
.page-node-11175 #main {
|
|
background: #fff url("../img/bg-contact.gif") no-repeat bottom right;
|
|
}
|
|
/* line 2089, ../scss/styles.scss */
|
|
.page-node-11175 #main .field-name-body p {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 15px;
|
|
}
|
|
/* line 2091, ../scss/styles.scss */
|
|
.page-node-11175 #main .field-name-body p strong {
|
|
font-size: 18px;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____ _____ _____ _____ _____
|
|
| _ | __ | | | | | | __|
|
|
| __| -|- -| --|- -| | | | | |
|
|
|__| |__|__|_____|_____|_____|_|___|_____|
|
|
|
|
*/
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 2109, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-11187 .node-11187 .field-name-body div.column-demi, body.page-node-11187 .node-11187 .field-name-body div.column-full, body.page-node-11187 .node-11187 .field-name-body div.column-auto {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 10px;
|
|
}
|
|
/* line 2112, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column {
|
|
width: 22.4%;
|
|
}
|
|
/* line 2114, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column ul.list-text {
|
|
min-height: 170px;
|
|
}
|
|
/* line 2116, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-demi {
|
|
width: 46%;
|
|
}
|
|
/* line 2118, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-demi ul.list-text {
|
|
min-height: 110px;
|
|
}
|
|
/* line 2120, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-full {
|
|
width: 92%;
|
|
}
|
|
/* line 2124, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-auto {
|
|
width: auto;
|
|
max-width: 98%;
|
|
}
|
|
/* line 2131, ../scss/styles.scss */
|
|
body.page-node-11187 #block-materio-user-user-register {
|
|
width: 600px;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 2138, ../scss/styles.scss */
|
|
body.page-node-11187 #block-system-help {
|
|
text-align: center;
|
|
}
|
|
}
|
|
/* line 2142, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body {
|
|
text-align: center;
|
|
}
|
|
/* line 2144, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body > * {
|
|
text-align: left;
|
|
}
|
|
/* line 2145, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column, body.page-node-11187 .node-11187 .field-name-body div.column-demi, body.page-node-11187 .node-11187 .field-name-body div.column-full, body.page-node-11187 .node-11187 .field-name-body div.column-auto {
|
|
position: relative;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
|
|
overflow: hidden;
|
|
}
|
|
/* line 2148, ../scss/styles.scss */
|
|
.ie8 body.page-node-11187 .node-11187 .field-name-body div.column, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-demi, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-full, .ie8 body.page-node-11187 .node-11187 .field-name-body div.column-auto {
|
|
max-width: 500px;
|
|
margin: auto;
|
|
margin-bottom: 15px;
|
|
border: 1px solid #C6C6C6;
|
|
}
|
|
/* line 2151, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column > *, body.page-node-11187 .node-11187 .field-name-body div.column-demi > *, body.page-node-11187 .node-11187 .field-name-body div.column-full > *, body.page-node-11187 .node-11187 .field-name-body div.column-auto > * {
|
|
padding: 0 10px;
|
|
}
|
|
/* line 2152, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column img, body.page-node-11187 .node-11187 .field-name-body div.column-demi img, body.page-node-11187 .node-11187 .field-name-body div.column-full img, body.page-node-11187 .node-11187 .field-name-body div.column-auto img {
|
|
float: left;
|
|
padding: 0;
|
|
}
|
|
/* line 2153, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column h2, body.page-node-11187 .node-11187 .field-name-body div.column-demi h2, body.page-node-11187 .node-11187 .field-name-body div.column-full h2, body.page-node-11187 .node-11187 .field-name-body div.column-auto h2 {
|
|
text-align: left;
|
|
margin: 5px 0 0;
|
|
}
|
|
/* line 2154, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-full .subtitle, body.page-node-11187 .node-11187 .field-name-body div.column-auto .subtitle {
|
|
padding: 0 0 0 1em;
|
|
font-size: 18px;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
}
|
|
/* line 2158, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column ul, body.page-node-11187 .node-11187 .field-name-body div.column-demi ul, body.page-node-11187 .node-11187 .field-name-body div.column-full ul, body.page-node-11187 .node-11187 .field-name-body div.column-auto ul {
|
|
margin: 0;
|
|
padding: 0 15px;
|
|
}
|
|
/* line 2159, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column li, body.page-node-11187 .node-11187 .field-name-body div.column-demi li, body.page-node-11187 .node-11187 .field-name-body div.column-full li, body.page-node-11187 .node-11187 .field-name-body div.column-auto li {
|
|
list-style: none;
|
|
font-size: 12px;
|
|
}
|
|
/* line 2161, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column li:before, body.page-node-11187 .node-11187 .field-name-body div.column-demi li:before, body.page-node-11187 .node-11187 .field-name-body div.column-full li:before, body.page-node-11187 .node-11187 .field-name-body div.column-auto li:before {
|
|
content: "+ ";
|
|
font-weight: 900;
|
|
}
|
|
/* line 2166, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto .get-link {
|
|
margin: 0;
|
|
border-radius: 0 0 5px 5px 0 0 0;
|
|
background-clip: padding-box;
|
|
border: 1px solid #fff;
|
|
min-height: 92px;
|
|
}
|
|
/* line 2168, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-full .get-link a, body.page-node-11187 .node-11187 .field-name-body div.column-auto .get-link a {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 15px 0;
|
|
color: #1A1A1A;
|
|
text-decoration: none;
|
|
}
|
|
/* line 2170, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.gratos .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.gratos .get-link {
|
|
background-color: #4BA13D;
|
|
}
|
|
/* line 2171, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.flocon .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.flocon .get-link {
|
|
background-color: #69CDCF;
|
|
}
|
|
/* line 2172, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.etoile .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.etoile .get-link {
|
|
background-color: #D476AE;
|
|
}
|
|
/* line 2173, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-demi.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-full.cinqetoiles .get-link, body.page-node-11187 .node-11187 .field-name-body div.column-auto.cinqetoiles .get-link {
|
|
background-color: #E6DE1C;
|
|
}
|
|
/* line 2174, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-demi.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-full.ecole-de-neige, body.page-node-11187 .node-11187 .field-name-body div.column-auto.ecole-de-neige {
|
|
float: none;
|
|
}
|
|
/* line 2180, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column h2 {
|
|
padding: 10px 0 0;
|
|
font-size: 24px;
|
|
}
|
|
/* line 2181, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .subtitle {
|
|
min-height: 3em;
|
|
}
|
|
/* line 2182, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .get-link {
|
|
padding: 0;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
font-style: italic;
|
|
font-weight: 900;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-webkit-transition: text-shadow 0.3s ease-out;
|
|
transition: text-shadow 0.3s ease-out;
|
|
}
|
|
/* line 2186, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .get-link span {
|
|
font-size: 20px;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .get-link:hover, body.page-node-11187 .node-11187 .field-name-body div.column .get-link:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column .get-link:active {
|
|
-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 2191, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-demi h2 {
|
|
padding: 10px 0 0;
|
|
font-size: 24px;
|
|
top: 0;
|
|
}
|
|
/* line 2192, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-demi .subtitle {
|
|
min-height: 2em;
|
|
}
|
|
/* line 2193, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-demi ul {
|
|
font-size: 14px;
|
|
min-height: 120px;
|
|
}
|
|
/* line 2194, ../scss/styles.scss */
|
|
body.page-node-11187 .node-11187 .field-name-body div.column-demi .get-link {
|
|
font-size: 14px;
|
|
text-align: left;
|
|
padding: 0 1em;
|
|
background-color: #ddd;
|
|
}
|
|
/* line 2203, ../scss/styles.scss */
|
|
body.page-node-11187.logged-in .column.gratos .get-link {
|
|
cursor: auto !important;
|
|
}
|
|
/* line 2205, ../scss/styles.scss */
|
|
body.page-node-11187.logged-in .column.gratos .get-link a {
|
|
display: none !important;
|
|
}
|
|
/* line 2208, ../scss/styles.scss */
|
|
body.page-node-11187.logged-in.role-6 .column.flocon .get-link {
|
|
cursor: auto !important;
|
|
}
|
|
/* line 2210, ../scss/styles.scss */
|
|
body.page-node-11187.logged-in.role-6 .column.flocon .get-link a {
|
|
display: none !important;
|
|
}
|
|
|
|
/*
|
|
_____ ____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
|
|
| _ | \| | | __| __| | | | | | __| | __ | |
|
|
| | | | | __|__ |- -| | | | | | | __| | | -| | | |
|
|
|__|__|____/|__|__|_____|_____|_____|_____|_|___| |__| |_____|__|__|_|_|_|
|
|
|
|
*/
|
|
/* line 2224, ../scss/styles.scss */
|
|
.node-11186 nav ul.links a.language-link {
|
|
display: none;
|
|
}
|
|
|
|
/* line 2227, ../scss/styles.scss */
|
|
#webform-client-form-11186 {
|
|
background-color: #e6e6e6;
|
|
border-radius: 10px;
|
|
background-clip: padding-box;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 2227, ../scss/styles.scss */
|
|
#webform-client-form-11186 {
|
|
padding: 10px 30px;
|
|
}
|
|
/* line 2230, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options {
|
|
margin: 10px 0;
|
|
}
|
|
/* line 2232, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options label {
|
|
width: auto;
|
|
}
|
|
/* line 2234, ../scss/styles.scss */
|
|
#webform-client-form-11186 fieldset {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
border-left: 1px solid #cccccc;
|
|
border-bottom: 1px solid #cccccc;
|
|
padding: 10px;
|
|
}
|
|
/* line 2236, ../scss/styles.scss */
|
|
#webform-client-form-11186 fieldset fieldset {
|
|
border: 0 solid #ddd;
|
|
padding: 0;
|
|
}
|
|
/* line 2238, ../scss/styles.scss */
|
|
#webform-client-form-11186 legend {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
/* line 2239, ../scss/styles.scss */
|
|
#webform-client-form-11186 .form-item {
|
|
margin: 0 20px 0 0;
|
|
}
|
|
/* line 2240, ../scss/styles.scss */
|
|
#webform-client-form-11186 label {
|
|
font-size: 12px;
|
|
width: 10em;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
margin-right: 1em;
|
|
border-bottom: 1px solid #cccccc;
|
|
}
|
|
/* line 2241, ../scss/styles.scss */
|
|
#webform-client-form-11186 .description {
|
|
font-size: 10px;
|
|
width: 25em;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: bottom;
|
|
margin-left: 1em;
|
|
color: #7f7f7f;
|
|
}
|
|
/* line 2242, ../scss/styles.scss */
|
|
#webform-client-form-11186 input.form-text {
|
|
width: 13em;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
|
/* line 2227, ../scss/styles.scss */
|
|
#webform-client-form-11186 {
|
|
padding: 10px;
|
|
}
|
|
/* line 2247, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
/* line 2249, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-item {
|
|
width: 100%;
|
|
}
|
|
/* line 2250, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options label {
|
|
width: 75%;
|
|
}
|
|
/* line 2252, ../scss/styles.scss */
|
|
#webform-client-form-11186 legend {
|
|
margin: 0;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
}
|
|
/* line 2253, ../scss/styles.scss */
|
|
#webform-client-form-11186 .form-item {
|
|
margin: 0;
|
|
float: none;
|
|
}
|
|
/* line 2254, ../scss/styles.scss */
|
|
#webform-client-form-11186 label {
|
|
font-size: 12px;
|
|
width: 30%;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
margin-right: 0.5em;
|
|
}
|
|
/* line 2255, ../scss/styles.scss */
|
|
#webform-client-form-11186 input.form-text, #webform-client-form-11186 select.form-select {
|
|
width: 60%;
|
|
}
|
|
/* line 2256, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-infos {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
/* line 2261, ../scss/styles.scss */
|
|
#webform-client-form-11186 .fieldset-wrapper > .form-item {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 2263, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
width: 25%;
|
|
border: none;
|
|
}
|
|
/* line 2264, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
min-width: 70%;
|
|
}
|
|
/* line 2268, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio {
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 10px 5px;
|
|
margin: 5px 0;
|
|
background-color: #fff;
|
|
}
|
|
/* line 2270, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio input {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
margin: 0px 5px;
|
|
}
|
|
/* line 2271, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio label {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
margin: 0;
|
|
}
|
|
/* line 2273, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio:hover {
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
}
|
|
/* line 2274, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(1) {
|
|
background-color: #69CDCF;
|
|
}
|
|
/* line 2275, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(2) {
|
|
background-color: #D476AE;
|
|
}
|
|
/* line 2276, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:nth-child(3) {
|
|
background-color: #E6DE1C;
|
|
}
|
|
/* line 2278, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options .form-type-radio.form-item-submitted-column-left-membership-options:not(.selected) {
|
|
opacity: 0.4;
|
|
}
|
|
/* line 2281, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options > label {
|
|
width: 200px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
/* line 2282, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-left--membership-options label {
|
|
border: 0;
|
|
}
|
|
/* line 2285, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--me--my-account-email {
|
|
display: block;
|
|
}
|
|
/* line 2290, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--company--administrative-e-mail .description {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 2293, ../scss/styles.scss */
|
|
#webform-client-form-11186 #addressfield-wrapper {
|
|
margin-top: 1em;
|
|
}
|
|
/* line 2294, ../scss/styles.scss */
|
|
#webform-client-form-11186 .street-block .form-item {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 2296, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--collaborators {
|
|
margin: 20px 0;
|
|
overflow: hidden;
|
|
}
|
|
/* line 2298, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--collaborators fieldset {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
width: 33%;
|
|
}
|
|
/* line 2299, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--collaborators .form-item {
|
|
display: block;
|
|
}
|
|
/* line 2300, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--collaborators label {
|
|
width: 6em;
|
|
}
|
|
/* line 2301, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--collaborators input {
|
|
width: 11em;
|
|
}
|
|
/* line 2304, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-infos {
|
|
margin: 20px 0;
|
|
}
|
|
/* line 2306, ../scss/styles.scss */
|
|
#webform-client-form-11186 .form-actions {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0px;
|
|
background-color: transparent;
|
|
text-align: left;
|
|
}
|
|
/* line 2311, ../scss/styles.scss */
|
|
#webform-client-form-11186 .form-actions .form-submit {
|
|
border: 2px solid #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
padding: 0.2em 1em 0.3em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
font-weight: bold;
|
|
margin-bottom: 9px;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
}
|
|
/* line 66, ../scss/styles.scss */
|
|
#webform-client-form-11186 .form-actions .form-submit:hover, #webform-client-form-11186 .form-actions .form-submit:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
#webform-client-form-11186 .form-actions .form-submit:active {
|
|
-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 2321, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--news-letters > label {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
border: none;
|
|
line-height: 40px;
|
|
}
|
|
/* line 2322, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--news-letters .form-item {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 2324, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--news-letters .form-item label {
|
|
width: auto;
|
|
}
|
|
/* line 2325, ../scss/styles.scss */
|
|
#webform-client-form-11186 #webform-component-column-right--news-letters .form-item input, #webform-client-form-11186 #webform-component-column-right--news-letters .form-item label {
|
|
margin: 0;
|
|
}
|
|
/* line 2329, ../scss/styles.scss */
|
|
#webform-client-form-11186 #edit-submitted-terms-of-services {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
/* line 2331, ../scss/styles.scss */
|
|
#webform-client-form-11186 #edit-submitted-terms-of-services input, #webform-client-form-11186 #edit-submitted-terms-of-services label {
|
|
margin: 0 0.3em 0 0;
|
|
}
|
|
/* line 2332, ../scss/styles.scss */
|
|
#webform-client-form-11186 #edit-submitted-terms-of-services label {
|
|
width: auto;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____ _____ _____ _____ _____ _____ _____ _ _ _ _____ _____ _____ _____
|
|
| | | | | | _ | __ |_ _| | | | | __| | | | | __| | __ | |
|
|
| | | --| | --| | -| | | | | |- -| __| | | | | __| | | -| | | |
|
|
|_____|_____| |_____|__|__|__|__| |_| \___/|_____|_____|_____| |__| |_____|__|__|_|_|_|
|
|
|
|
*/
|
|
/* line 2343, ../scss/styles.scss */
|
|
#uc-cart-view-form {
|
|
background-color: #e6e6e6;
|
|
padding: 10px, 30px;
|
|
display: inline-block;
|
|
}
|
|
/* line 2349, ../scss/styles.scss */
|
|
#uc-cart-view-form table {
|
|
width: auto;
|
|
display: table;
|
|
background-color: #fff;
|
|
}
|
|
/* line 2353, ../scss/styles.scss */
|
|
#uc-cart-view-form table thead th {
|
|
border-bottom: none;
|
|
padding: 1em;
|
|
}
|
|
/* line 2354, ../scss/styles.scss */
|
|
#uc-cart-view-form table tbody {
|
|
border-top: none;
|
|
}
|
|
/* line 2356, ../scss/styles.scss */
|
|
#uc-cart-view-form table tbody tr.even, #uc-cart-view-form table tbody tr.odd {
|
|
background-color: #fff;
|
|
border-bottom: none;
|
|
}
|
|
/* line 2360, ../scss/styles.scss */
|
|
#uc-cart-view-form table tbody td {
|
|
padding: 1em;
|
|
}
|
|
/* line 2367, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-type-uc-quantity input {
|
|
width: 2em;
|
|
}
|
|
/* line 2371, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0px;
|
|
background-color: transparent;
|
|
text-align: right;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
/* line 2378, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions:before, #uc-cart-view-form .form-actions:after {
|
|
display: block;
|
|
}
|
|
/* line 2381, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
border: 2px solid #ccc;
|
|
background-color: #ccc;
|
|
color: #4D4D4D;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-webkit-transition: text-shadow 0.3s ease-out;
|
|
transition: text-shadow 0.3s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
margin-left: 1em;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit:hover, #uc-cart-view-form .form-actions .form-submit:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit:active {
|
|
-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 2384, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
border: 2px solid #ccc;
|
|
background-color: #ccc;
|
|
color: #4D4D4D;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-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);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
border-color: #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:hover, #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active {
|
|
-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 66, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:hover, #uc-cart-view-form .form-actions .form-submit#edit-checkout--2:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
#uc-cart-view-form .form-actions .form-submit#edit-checkout--2:active {
|
|
-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 2398, ../scss/styles.scss */
|
|
#uc-cart-checkout-form {
|
|
display: inline-block;
|
|
background-color: #e6e6e6;
|
|
padding: 10px, 30px;
|
|
}
|
|
/* line 2411, ../scss/styles.scss */
|
|
#uc-cart-checkout-form fieldset.form-row {
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
/* line 2417, ../scss/styles.scss */
|
|
#uc-cart-checkout-form fieldset.form-column {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
max-width: 39%;
|
|
margin: 15px 1em;
|
|
}
|
|
/* line 2420, ../scss/styles.scss */
|
|
#uc-cart-checkout-form fieldset.form-column > .fieldset-wrapper > .form-wrapper {
|
|
margin: 10px 0;
|
|
}
|
|
/* line 2427, ../scss/styles.scss */
|
|
#uc-cart-checkout-form fieldset.form-column-right {
|
|
border-left: 1px solid #ccc;
|
|
margin-left: 2em;
|
|
padding-left: 2em;
|
|
}
|
|
/* line 2433, ../scss/styles.scss */
|
|
#uc-cart-checkout-form legend {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
border: none;
|
|
line-height: 2;
|
|
}
|
|
/* line 2434, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .fieldset-description {
|
|
font-size: 12px;
|
|
}
|
|
/* line 2435, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .fieldset-wrapper {
|
|
font-size: 12px;
|
|
}
|
|
/* line 2436, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-item {
|
|
margin: 0 20px 0 0;
|
|
}
|
|
/* line 2438, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .description {
|
|
font-size: 10px;
|
|
width: 25em;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: bottom;
|
|
margin-left: 1em;
|
|
color: #7f7f7f;
|
|
}
|
|
/* line 2441, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane > .fieldset-wrapper {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
}
|
|
/* line 2448, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane table {
|
|
font-size: 14px;
|
|
min-width: 20em;
|
|
}
|
|
/* line 2404, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane table td.price {
|
|
width: 4em;
|
|
}
|
|
/* line 2452, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane tbody {
|
|
border: none;
|
|
}
|
|
/* line 2453, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane tr {
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
/* line 2454, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane td {
|
|
padding: 0 5px;
|
|
vertical-align: bottom;
|
|
}
|
|
/* line 2457, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane td.products {
|
|
width: auto;
|
|
}
|
|
/* line 2458, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane td.products a {
|
|
color: inherit;
|
|
font-weight: 700;
|
|
}
|
|
/* line 2460, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane td.products ul.product-description {
|
|
margin: 0;
|
|
font-size: 12px;
|
|
}
|
|
/* line 2461, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane td.products li {
|
|
list-style: none;
|
|
}
|
|
/* line 2465, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #cart-pane tr.subtotal td {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
}
|
|
/* line 2469, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #customer-pane {
|
|
width: 35em;
|
|
}
|
|
/* line 2472, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #billing-pane label {
|
|
font-size: 12px;
|
|
width: 8em;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: middle;
|
|
margin-right: 1em;
|
|
border-bottom: 1px solid #cccccc;
|
|
}
|
|
/* line 2473, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #billing-pane input.form-text {
|
|
width: 13em;
|
|
}
|
|
/* line 2480, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane {
|
|
float: right;
|
|
}
|
|
/* line 2483, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane .fieldset-wrapper {
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 10px;
|
|
}
|
|
/* line 2489, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div {
|
|
float: none;
|
|
border: none;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
margin: 10px 0 20px;
|
|
}
|
|
/* line 2492, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div table {
|
|
font-size: 14px;
|
|
min-width: 20em;
|
|
}
|
|
/* line 2404, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div table td.price {
|
|
width: 4em;
|
|
}
|
|
/* line 2493, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div tbody {
|
|
border: none;
|
|
}
|
|
/* line 2494, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div td {
|
|
padding: 0 5px;
|
|
}
|
|
/* line 2498, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div tr td {
|
|
font-weight: 500;
|
|
}
|
|
/* line 2500, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #line-items-div tr.line-item-total td {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
text-align: right;
|
|
}
|
|
/* line 2507, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method label {
|
|
width: auto;
|
|
border-bottom: none;
|
|
}
|
|
/* line 2508, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method {
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
margin: 0.5em;
|
|
padding: 0.5em;
|
|
}
|
|
/* line 2512, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #edit-panes-payment-payment-method .form-item-panes-payment-payment-method label {
|
|
font-weight: bold;
|
|
}
|
|
/* line 2516, ../scss/styles.scss */
|
|
#uc-cart-checkout-form #payment-pane #payment-details {
|
|
width: 25em;
|
|
border-top: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
/* line 2522, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0px;
|
|
background-color: transparent;
|
|
text-align: right;
|
|
}
|
|
/* line 2527, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
border: 2px solid #ccc;
|
|
background-color: #ccc;
|
|
color: #4D4D4D;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-webkit-transition: text-shadow 0.3s ease-out;
|
|
transition: text-shadow 0.3s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
margin-left: 1em;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit:hover, #uc-cart-checkout-form .form-actions .form-submit:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit:active {
|
|
-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 2530, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit#edit-continue {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
border: 2px solid #ccc;
|
|
background-color: #ccc;
|
|
color: #4D4D4D;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-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);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
border-color: #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:hover, #uc-cart-checkout-form .form-actions .form-submit#edit-continue:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:active {
|
|
-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 66, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:hover, #uc-cart-checkout-form .form-actions .form-submit#edit-continue:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
#uc-cart-checkout-form .form-actions .form-submit#edit-continue:active {
|
|
-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 2557, ../scss/styles.scss */
|
|
.page-cart-checkout-review #content > .inner-content {
|
|
display: inline-block;
|
|
padding: 1em;
|
|
}
|
|
/* line 2565, ../scss/styles.scss */
|
|
.page-cart-checkout-review #edit-actions {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
/* line 2567, ../scss/styles.scss */
|
|
.page-cart-checkout-review #edit-actions:before, .page-cart-checkout-review #edit-actions:after {
|
|
display: block;
|
|
}
|
|
/* line 2571, ../scss/styles.scss */
|
|
.page-cart-checkout-review #review-instructions {
|
|
width: 30em;
|
|
padding: 1em 0;
|
|
}
|
|
/* line 2577, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table {
|
|
border: none;
|
|
}
|
|
/* line 2579, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table .pane-title-row {
|
|
border: none;
|
|
background-color: transparent;
|
|
text-align: left;
|
|
font-size: 18px;
|
|
}
|
|
/* line 2584, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table .pane-title-row td {
|
|
padding: 1em 0 0 0;
|
|
}
|
|
/* line 2587, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table table.cart-review tr.odd {
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
/* line 2592, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table td.title-col {
|
|
padding: 0;
|
|
text-align: left;
|
|
}
|
|
/* line 2596, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table td.data-col {
|
|
padding: 0;
|
|
width: 75%;
|
|
}
|
|
/* line 2600, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table .review-button-row {
|
|
border: none;
|
|
background-color: transparent;
|
|
}
|
|
/* line 2604, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table .review-button-row > td {
|
|
padding: 3em 0 0 0;
|
|
}
|
|
/* line 2608, ../scss/styles.scss */
|
|
.page-cart-checkout-review table.order-review-table .review-button-row form {
|
|
margin: 0 0.5em 0 0;
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
}
|
|
/* line 2615, ../scss/styles.scss */
|
|
.page-cart-checkout-review #edit-actions {
|
|
border: 0px;
|
|
background-color: transparent;
|
|
text-align: right;
|
|
}
|
|
/* line 2620, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
border: 2px solid #ccc;
|
|
background-color: #ccc;
|
|
color: #4D4D4D;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-webkit-transition: text-shadow 0.3s ease-out;
|
|
transition: text-shadow 0.3s ease-out;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
margin-left: 1em;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit:hover, .page-cart-checkout-review input.form-submit:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit:active {
|
|
-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 2623, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit#edit-submit {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: 0.1em 0.3em 0.2em;
|
|
border-radius: 0.3em;
|
|
background-clip: padding-box;
|
|
border: 2px solid #ccc;
|
|
background-color: #ccc;
|
|
color: #4D4D4D;
|
|
cursor: pointer;
|
|
text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
|
|
-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);
|
|
-webkit-transition: text-shadow 0.2s ease-out;
|
|
transition: text-shadow 0.2s ease-out;
|
|
border-color: #69CDCF;
|
|
background-color: #69CDCF;
|
|
color: #fff;
|
|
}
|
|
/* line 53, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit#edit-submit:hover, .page-cart-checkout-review input.form-submit#edit-submit:focus {
|
|
text-shadow: 0 0 3px white;
|
|
}
|
|
/* line 56, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit#edit-submit:active {
|
|
-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 66, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit#edit-submit:hover, .page-cart-checkout-review input.form-submit#edit-submit:focus {
|
|
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
|
}
|
|
/* line 69, ../scss/styles.scss */
|
|
.page-cart-checkout-review input.form-submit#edit-submit:active {
|
|
-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 2639, ../scss/styles.scss */
|
|
#didactique-page .node-didactique {
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
background-color: #FFF;
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
|
|
max-width: 850px;
|
|
font-size: 14px;
|
|
background-color: #fff;
|
|
margin: 1em auto;
|
|
padding: 1em;
|
|
}
|
|
/* line 2646, ../scss/styles.scss */
|
|
#didactique-page .node-didactique .field-name-field-emvideo {
|
|
margin: 1em 0;
|
|
}
|
|
/* line 2650, ../scss/styles.scss */
|
|
#didactique-page .node-didactique .field-name-title-field {
|
|
font-size: 24px;
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
padding: 5px 0;
|
|
}
|
|
/* line 2654, ../scss/styles.scss */
|
|
#didactique-page .node-didactique .field-name-field-visuel figure, #didactique-page .node-didactique .field-name-field-visuel img {
|
|
max-width: 100%;
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
/* line 2659, ../scss/styles.scss */
|
|
#didactique-page .side {
|
|
display: moz-inline-stack;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
zoom: 1;
|
|
*display: inline;
|
|
vertical-align: top;
|
|
}
|
|
/* line 2660, ../scss/styles.scss */
|
|
#didactique-page .group-sideleft {
|
|
width: 60%;
|
|
}
|
|
/* line 2661, ../scss/styles.scss */
|
|
#didactique-page .group-sideright {
|
|
width: 39%;
|
|
}
|
|
}
|
|
|
|
/*
|
|
_ _ _ _____ _____ _ _ _ _____ _____ _____ _____
|
|
| | | | | | | | | | | __| | _ | __ | __|
|
|
| | | | | | | | | | | __| | | -| __|
|
|
|_____|__|__|_____| |_____|_____| |__|__|__|__|_____|
|
|
|
|
*/
|
|
@media only screen and (max-width: 40em) {
|
|
/* line 2679, ../scss/styles.scss */
|
|
.page-whoweare #tool-bar #block-materio-page-title-materio-page-title {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
/*
|
|
|
|
_ _
|
|
_____ ___|_|___| |_ ___ ___ ___ ___ ___ ___
|
|
| | .'| | | _| -_| | .'| | _| -_|
|
|
|_|_|_|__,|_|_|_|_| |___|_|_|__,|_|_|___|___|
|
|
|
|
*/
|
|
/* line 2693, ../scss/styles.scss */
|
|
.maintenance-page #container, .maintenance-page #header {
|
|
text-align: center;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
/* line 2694, ../scss/styles.scss */
|
|
.maintenance-page #main {
|
|
background-color: transparent;
|
|
}
|
|
/* line 2695, ../scss/styles.scss */
|
|
.maintenance-page #header h1.site-name {
|
|
font-size: 36px;
|
|
margin: 0;
|
|
padding-left: 0;
|
|
}
|
|
/* line 2696, ../scss/styles.scss */
|
|
.maintenance-page h2.site-slogan {
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
margin: 0;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
/*
|
|
_____ _____ _____
|
|
| __| _ | |
|
|
| __| | | |
|
|
|__| |__|__|__ _|
|
|
|__|
|
|
*/
|
|
/* line 2706, ../scss/styles.scss */
|
|
.page-faq-page #main {
|
|
background: #fff url("../img/bg-faq.png") no-repeat bottom right;
|
|
}
|
|
|
|
/* line 2712, ../scss/styles.scss */
|
|
#content .faq-content .faq-description {
|
|
font-size: 12px;
|
|
padding-bottom: 2em;
|
|
}
|
|
/* line 2716, ../scss/styles.scss */
|
|
#content .faq-content ul.faq-ul-questions-top {
|
|
margin: 0;
|
|
}
|
|
/* line 2718, ../scss/styles.scss */
|
|
#content .faq-content ul.faq-ul-questions-top li {
|
|
list-style: none;
|
|
}
|
|
/* line 2720, ../scss/styles.scss */
|
|
#content .faq-content ul.faq-ul-questions-top li a {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
}
|
|
/* line 2726, ../scss/styles.scss */
|
|
#content .faq-content h3.faq-header {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 1.2;
|
|
margin: 0;
|
|
}
|
|
/* line 2729, ../scss/styles.scss */
|
|
#content .faq-content h3.faq-header a {
|
|
color: #000;
|
|
}
|
|
/* line 2732, ../scss/styles.scss */
|
|
#content .faq-content .faq-dl-hide-answer {
|
|
padding: 0;
|
|
}
|
|
/* line 2735, ../scss/styles.scss */
|
|
#content .faq-content .faq-category-group {
|
|
padding-bottom: 1em;
|
|
}
|
|
/* line 2738, ../scss/styles.scss */
|
|
#content .faq-content .faq-question-answer {
|
|
padding: 0.3em 0 0 0.8em;
|
|
}
|
|
/* line 2740, ../scss/styles.scss */
|
|
#content .faq-content .faq-question-answer .faq-question {
|
|
font-size: 16px;
|
|
padding: 0;
|
|
font-weight: 500;
|
|
}
|
|
/* line 2742, ../scss/styles.scss */
|
|
#content .faq-content .faq-question-answer .faq-question a {
|
|
color: #000;
|
|
}
|
|
/* line 2744, ../scss/styles.scss */
|
|
#content .faq-content .faq-question-answer .faq-answer {
|
|
padding: 0;
|
|
margin-bottom: 2em;
|
|
font-size: 12px;
|
|
}
|
|
/* line 2750, ../scss/styles.scss */
|
|
#content .faq-content .field-name-body img {
|
|
max-width: 50%;
|
|
height: auto;
|
|
}
|
|
|
|
/* line 2757, ../scss/styles.scss */
|
|
#homev2 {
|
|
padding: 40px 40px;
|
|
}
|
|
/* line 2759, ../scss/styles.scss */
|
|
#homev2 h2 {
|
|
font-size: 3.8em;
|
|
font-weight: 500;
|
|
}
|
|
/* line 2760, ../scss/styles.scss */
|
|
#homev2 a {
|
|
color: #000;
|
|
}
|
|
/* line 2761, ../scss/styles.scss */
|
|
#homev2 ul {
|
|
margin-left: 0px;
|
|
}
|
|
/* line 2762, ../scss/styles.scss */
|
|
#homev2 li {
|
|
padding: 0px;
|
|
}
|
|
/* line 2763, ../scss/styles.scss */
|
|
#homev2 .menu {
|
|
margin-left: 0px;
|
|
}
|
|
/* line 2765, ../scss/styles.scss */
|
|
#homev2 .menu li {
|
|
display: inline-block;
|
|
}
|
|
/* line 2766, ../scss/styles.scss */
|
|
#homev2 .menu li a {
|
|
background-color: #4d4d4d;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 10px 10px;
|
|
color: #FFF;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
/* line 2773, ../scss/styles.scss */
|
|
#homev2 .menu li a:hover {
|
|
background-color: #FFF;
|
|
color: #4d4d4d;
|
|
}
|
|
/* line 2777, ../scss/styles.scss */
|
|
#homev2 .pane-node {
|
|
height: 450px;
|
|
margin-top: 40px;
|
|
font-size: 1.25em;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 20px 30px;
|
|
}
|
|
/* line 2783, ../scss/styles.scss */
|
|
#homev2 .pane-node .links a {
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 15px;
|
|
}
|
|
/* line 2788, ../scss/styles.scss */
|
|
#homev2 .pane-node .content {
|
|
margin-bottom: 20px;
|
|
}
|
|
/* line 2791, ../scss/styles.scss */
|
|
#homev2 .pane-node.showroom {
|
|
background: url("http://carnet-aux-petites-choses.fr/wp-content/uploads/2015/02/un-oeil-sur-la-matiere-materiO-26_gagaone.jpg");
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
/* line 2795, ../scss/styles.scss */
|
|
#homev2 .pane-node.showroom .content {
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
width: 40%;
|
|
border-radius: 5px;
|
|
background-clip: padding-box;
|
|
padding: 20px 30px;
|
|
}
|
|
/* line 2801, ../scss/styles.scss */
|
|
#homev2 .pane-node.showroom:after {
|
|
content: url("../img/bulle.png");
|
|
-webkit-transform: scale(0.8);
|
|
-ms-transform: scale(0.8);
|
|
transform: scale(0.8);
|
|
position: absolute;
|
|
bottom: -120px;
|
|
right: -80px;
|
|
z-index: 10;
|
|
}
|
|
/* line 2810, ../scss/styles.scss */
|
|
#homev2 .pane-node.bdd {
|
|
background-color: #FFF;
|
|
position: relative;
|
|
}
|
|
/* line 2813, ../scss/styles.scss */
|
|
#homev2 .pane-node.bdd .links a {
|
|
background-color: #e6e6e6;
|
|
}
|
|
/* line 2814, ../scss/styles.scss */
|
|
#homev2 .pane-node.bdd .pane-content {
|
|
width: 30%;
|
|
float: right;
|
|
}
|
|
/* line 2815, ../scss/styles.scss */
|
|
#homev2 .pane-node.bdd:after {
|
|
content: url("../img/boule.png");
|
|
-webkit-transform: scale(0.8);
|
|
-ms-transform: scale(0.8);
|
|
transform: scale(0.8);
|
|
position: absolute;
|
|
bottom: -50px;
|
|
left: -50px;
|
|
}
|
|
/* line 2823, ../scss/styles.scss */
|
|
#homev2 .pane-node.formations {
|
|
background-color: #000;
|
|
color: #FFF;
|
|
padding-right: 20%;
|
|
position: relative;
|
|
}
|
|
/* line 2828, ../scss/styles.scss */
|
|
#homev2 .pane-node.formations a {
|
|
color: #FFF;
|
|
}
|
|
/* line 2829, ../scss/styles.scss */
|
|
#homev2 .pane-node.formations .pane-title, #homev2 .pane-node.formations .pane-content {
|
|
/*width: 60%; float:right;*/
|
|
}
|
|
/* line 2830, ../scss/styles.scss */
|
|
#homev2 .pane-node.formations .pane-title:before {
|
|
content: url("../img/formations.png");
|
|
-webkit-transform: scale(0.7);
|
|
-ms-transform: scale(0.7);
|
|
transform: scale(0.7);
|
|
float: left;
|
|
position: relative;
|
|
top: -20px;
|
|
margin: 0px 90px 0px 50px;
|
|
}
|
|
/* line 2839, ../scss/styles.scss */
|
|
#homev2 .pane-node.services {
|
|
background-color: #FFF;
|
|
}
|
|
/* line 2841, ../scss/styles.scss */
|
|
#homev2 .pane-node.services .pane-title, #homev2 .pane-node.services .pane-content {
|
|
/*width: 60%; float:left;*/
|
|
}
|
|
/* line 2842, ../scss/styles.scss */
|
|
#homev2 .pane-node.services .pane-title:before {
|
|
content: url("../img/services.png");
|
|
-webkit-transform: scale(0.8);
|
|
-ms-transform: scale(0.8);
|
|
transform: scale(0.8);
|
|
float: right;
|
|
position: relative;
|
|
top: -20px;
|
|
margin: 0px 90px 0px 50px;
|
|
}
|
|
/* line 2853, ../scss/styles.scss */
|
|
#homev2 .pane-news-home-v2 {
|
|
margin-top: 40px;
|
|
position: relative;
|
|
}
|
|
/* line 2858, ../scss/styles.scss */
|
|
#homev2 .pane-news-home-v2 h2 {
|
|
font-size: 30px;
|
|
}
|
|
/* line 2860, ../scss/styles.scss */
|
|
#homev2 .pane-news-home-v2 .view-news-home-v2 .views-row {
|
|
width: 30%;
|
|
display: inline-block;
|
|
}
|
|
/* line 2863, ../scss/styles.scss */
|
|
#homev2 .pane-news-home-v2 .node-simplenews h1 {
|
|
background-color: #FFF;
|
|
text-align: center;
|
|
padding: 20px;
|
|
}
|
|
/* line 2865, ../scss/styles.scss */
|
|
#homev2 .pane-news-home-v2:after {
|
|
content: url("../img/point.png");
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
position: absolute;
|
|
bottom: 50px;
|
|
right: 0px;
|
|
}
|