// @Author: Bachir Soussi Chiadmi // @Date: 18-12-2017 // @Email: bachir@figureslibres.io // @Filename: app.scss // @Last modified by: bach // @Last modified time: 20-12-2017 // @License: GPL-V3 @import 'base/reset'; @import 'base/colors'; @import 'base/grid'; @import 'base/layout'; @import 'base/fonts'; @mixin spining-loader-square{ @keyframes rotation { from {transform: rotate(0deg);} to {transform: rotate(359deg);} } animation: rotation 2s infinite linear; } @mixin entrie-micro-square { display:inline-block; $s:8px; width:$s; height:$s; background-color: black; margin-right: 3px; &[tid='134']{background-color: var(--e-col-134);} &[tid='121']{background-color: var(--e-col-121);} &[tid='125']{background-color: var(--e-col-125);} &[tid='119']{background-color: var(--e-col-119);} &[tid='132']{background-color: var(--e-col-132);} &[tid='122']{background-color: var(--e-col-122);} &[tid='129']{background-color: var(--e-col-129);} &[tid='120']{background-color: var(--e-col-120);} &[tid='130']{background-color: var(--e-col-130);} &[tid='118']{background-color: var(--e-col-118);} &[tid='127']{background-color: var(--e-col-127);} &[tid='133']{background-color: var(--e-col-133);} &[tid='128']{background-color: var(--e-col-128);} &[tid='124']{background-color: var(--e-col-124);} &[tid='116']{background-color: var(--e-col-116);} &[tid='117']{background-color: var(--e-col-117);} &[tid='131']{background-color: var(--e-col-131);} &[tid='126']{background-color: var(--e-col-126);} &[tid='123']{background-color: var(--e-col-123);} } // .layout-container{ // pointer-events: none; // } // _ _ // | |_ ___ __ _ __| |___ _ _ // | ' \/ -_) _` / _` / -_) '_| // |_||_\___\__,_\__,_\___|_| header[role="banner"]{ pointer-events: all; // TODO: what header height to fit well with player ?? } #block-edlptheme-branding{ display: inline-block; h1{ margin:0; display: inline-block; a.site-name{ display: block; $w:290px; width:$w; height:$w * 0.22; background-image: url(../img/logo.svg); background-color: white; background-repeat:no-repeat; background-size: contain; white-space: nowrap; text-indent: 500px; overflow: hidden; } } } #block-mainnavigation{ float:right; margin-top: 25px; ul{ margin:0; padding: 0; white-space: nowrap; li{ margin:0; padding:0; display: inline-block; a{ font-size: 0.756em; color:inherit; text-decoration: none; text-transform: uppercase; margin-left: 1em; &:before{ content: ""; display:inline-block; $sq:0.6em; width: $sq; height:$sq; border: 1px solid red; margin-right: 0.3em; } &.ajax-loading:before{ @include spining-loader-square; } &.is-active:before, &.is-active-trail:before, &:hover:before{ // border-color: red; background-color: red; } } } } } .block-language{ float: right; margin-top: 24px; margin-left: 2em; ul{ margin:0; padding:0; li{ display: inline-block; vertical-align: middle; list-style: none; a{ font-size: 0.690em; color:inherit; text-decoration: none; text-transform: capitalize; margin-left: 0.8em; &:before{ content: ""; display:inline-block; $sq:0.6em; width: $sq; height:$sq; border: 1px solid red; margin-right: 0.3em; } } &.is-active, &:hover{ a:before{ border-color: red; background-color: red; } } } } } // ___ // / __|__ _ _ ___ ____ _ ___ // | (__/ _` | ' \ V / _` (_-< // \___\__,_|_||_\_/\__,_/__/ #corpus-map{ opacity: 0; body[corpus="map-ready"] &{ transition: opacity 2s ease-out; opacity: 1; } } // _ // _ __ __ _(_)_ _ // | ' \/ _` | | ' \ // |_|_|_\__,_|_|_||_| // booting sequence // and ajax loading effects main[role="main"]{ .row{ opacity: 0; .col{ opacity:1; transition: opacity 0.5s ease-in-out; } } body[booted="booted"] &{ .row{ transition: opacity 1s ease-out; opacity:1; } } body.ajax-loading &{ .row .col:not([theme="edlp_search_search_form"]){ opacity:0.2; } // &:before{ // content:""; // display: block; // position: absolute; // z-index: 10; // $s:60px; // width:$s; height:$s; // top:calc(50% - #{$s/2}); left:calc(50% - #{$s/2}); // // padding:1em; // background-color: rgba(255,255,255, 0.5); // background-image: url(../img/edlp-loader-anim.svg); // background-size: 50%; // background-repeat: no-repeat; // background-position: center; // // border-radius: $s/2; // } } } main[role="main"]{ .layout-content{ pointer-events: none; .row{ pointer-events: none; height:100%; overflow: hidden; .col{ pointer-events: none; height: 100%; position: relative; &>.wrapper{ pointer-events:all; position: relative; box-sizing: border-box; border-top: 1px solid red; border-bottom: 1px solid red; background-color: $transparent-bg; padding:0 0 1em; max-height: 100%; overflow-y: auto; &>*{ padding:0 1em; } // .os-scroll{ // box-sizing: border-box; // max-height: 100%; // padding:0 1em; // } } } } .field.text-formatted{ a.audio-link{ border-bottom: 1px dotted red; } } } article.node>h2, h2.title{ @include content_titles; } article.node p{ @include content_courant; } img{ max-width: 100%; height: auto; } ul, li, ul.inline li:first-child{ margin:0; padding:0; list-style: none; } span.close-col-btn{ // z-index: 10; pointer-events: all; cursor: pointer; position:absolute; top:0; right:0; padding:0!important; margin:0.5em; display: block; $s:10px; width:$s; height:$s; background-image: url(../img/close.svg); background-repeat: no-repeat; background-position: center; background-size: contain; } } // _ _ _ ___ _ // /_\ _ _ __| (_)___| _ \ |__ _ _ _ ___ _ _ // / _ \ || / _` | / _ \ _/ / _` | || / -_) '_| // /_/ \_\_,_\__,_|_\___/_| |_\__,_|\_, \___|_| // |__/ @mixin audio_controls { // outline: 1px dotted orange; &>*{ display: inline-block; vertical-align: middle; width:20px;height:30px; background-position: center; background-size: contain; } .play-pause{ background-image: url(../img/audio-player-play.svg); padding:0 0.3em; cursor: pointer; } &.is-playing{ .play-pause{background-image: url(../img/audio-player-pause.svg);} } .previous, .next{ opacity: 0.3; transition: opacity 0.3s ease-in-out; cursor: auto; &.is-active{ opacity: 1; cursor: pointer; } } .previous{ background-image: url(../img/audio-player-previous.svg); } .next{ background-image: url(../img/audio-player-next.svg); } } #audio-player{ position: absolute; top:0; left:0; background-color: white; height:100%; min-width:300px; z-index: 20; opacity: 0; // outline: 1px solid blue; pointer-events: none; transition: opacity 0.7s ease-in-out; &.visible{ opacity: 1; pointer-events:all; } &>*{ display: inline-block; vertical-align: middle; // word-break:keep-all; padding:0; max-height: 100%; // outline: 1px solid green; } .btns{ @include audio_controls; } .time-line-container{ .time-line{ position: relative; width:70px; height:1px; background-color: #000; overflow: visible; transform: rotateZ(-45deg); .loader{ width:0; height:100%; background-color: red; top:0;left:0; } .cursor{ height:10px;width:0; border-left: 2px solid red; position:absolute; left:0; top:-5px; } } } .time{ &>*{ width:70px; text-align: right; } .current-time{ font-size: 1.4em; font-weight: 600; } .duration{ font-size: 0.75em; font-weight: 400; } } .favoris{ height:100%; } .cartel{ // TODO: set max-width regarding responsive position: relative; max-width: 350px; margin-left: 1em; background-color: white; opacity: 1; transition: opacity 0.5s ease-in-out; &.loading{opacity: 0;} white-space: nowrap; .actions, .cartels{ display: inline-block; vertical-align: top; white-space: normal; position: relative; } .actions{ width:1.5em; } .cartels{ .first-cartel{ .entrees{ line-height: 0; span{ @include entrie-micro-square; } } h2.node-title{ margin:0.2em 0 0; font-size: 1em; } p{ margin:0; font-size: 0.75em; } } .second-cartel{ position: absolute; top: 0; left:0; background-color: white; height:100%; min-width: 100%; opacity: 0; transition: opacity 0.2s ease-in-out; &>*{ display: inline-block; vertical-align: top; } .col-left{ a{ display: block; font-size: 0.90em; font-weight: 600; } } .col-right{ font-size: 0.75em; } } } &:hover{ .second-cartel{ opacity: 1; } } } } // ___ _ _ _ // / __| |_ _ _ __| (_)___ // \__ \ _| || / _` | / _ \ // |___/\__|\_,_\__,_|_\___/ .chutier-icon{ $s:1em; z-index: 1; display: block; position: relative; width:$s;height:$s; overflow: hidden; text-indent: 50em; // background-color: red; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(../img/favori-off.svg); &[action="remove"]{ background-image: url(../img/favori-on.svg); } transition: opacity 0.2s ease-in-out; &.ajax-loading{ opacity: 0.2; } &.not-logedin{ overflow: visible; } .popup{ display:none; position: absolute; top:0; left:0; width:300px; height:auto; min-height: 100px; .inner{ background-color: rgba(255,255,255,0.9); border: 1px solid red; text-indent: 0; padding: 0.5em; margin:$s*1.2 0 0 $s*1.2; p{margin: 0;} } } &:hover{ .popup{ display: block; } } } .row .col .studio-ui-wrapper{ height: 100%; } #studio-ui{ height:100%; @mixin draggable_sortable_field__item { display: inline-block; position: relative; white-space: nowrap; pointer-events: none; // margin-right: 25px; width:25px; height: 100%; &.ui-draggable-dragging{ height:100px; } opacity: 1; transition: opacity 0.1s ease-in-out; &.ready-to-remove{ opacity:0.3; cursor:crosshair; } &>*{ pointer-events: all; } article{ // outline: 1px dotted purple; position: absolute; bottom:0; transform-origin: left top; transform: rotateZ(-45deg); h2{ margin:0; text-transform: none; a{ white-space: nowrap!important; &:before{ content:""; display: inline-block; vertical-align: middle; width:$compo_square_size; height:$compo_square_size; border: 1px solid white; background-color: white; // TODO: entries color; } font-size: 0.756em; } } } .handler{ z-index: 99; cursor: grab; position: absolute; bottom:0; left:1px; display: block; width:$compo_square_size; height:$compo_square_size; transform-origin: left top; transform: rotateZ(-45deg); border: 1px solid red; background-color: white; // TODO: entries color; } &.is-active .handler{ background-color: red; } } // end mixin .chutier_ui{ height: 50%; border-bottom: 1px solid red; position: relative; &>h2{ z-index: 10; position: absolute; width: calc(100% - 20px); margin: 0; padding:0.5em 0; font-size: 1em; font-weight: 500; text-transform: uppercase; // outline: 1px solid orange; background-color: white; } .documents{ padding-top: 35px; height:calc(100% - 35px); overflow-y: auto; overflow-x: hidden; // box-sizing: content-box; // outline: 1px solid green; ul,li{ margin:0; padding:0; line-height: 1.2; } li{ display: inline-block; vertical-align: top; width:49%; margin-bottom: 0.5em; white-space: nowrap; >div{ display:inline-block; padding-right: 2em; &.ui-draggable{ cursor:grab; } } .entrees{ line-height: 0; span{ @include entrie-micro-square; } } a.audio-link{ text-transform: capitalize; font-size: 0.756em; margin-right: 0.5em; white-space: normal; } .chutier-icon{ display: inline-block; width:0.7em; height:0.7em; opacity: 0.8; } } } } $compo_square_size:12px; .composition_ui{ height:50%; &>h2{ z-index: 10; position: absolute; width: calc(100% - 20px); margin: 0; padding:0.5em 0; font-size: 1em; font-weight: 500; text-transform: uppercase; // outline: 1px solid orange; background-color: white; } >.wrapper{ padding-top: 35px; height:calc(100% - 35px); overflow: hidden; white-space: nowrap; section.compositions-list, section.composer{ display: inline-block; vertical-align: bottom; height: 100%; } .compositions-list{ width:30%; height:100%; // this is not working overflow-y: auto; box-sizing: border-box; padding-right: 0.5em; border-right: 1px solid #aaa; li{ opacity: 1; transition: opacity 0.3s ease-in-out; &:hover{ a.delete-composition-link{ opacity: 1; } } &.ajax-loading{ opacity: 0.4; } } a{ font-size: 0.756em; $w:7px; $s:7px; $m:5px; &.composition-link{ display: inline-block; box-sizing: border-box; // width:100%; width: calc(100% - #{$w +$s +$m +2}); &:before{ content: ""; width:$w; height:$w; border: 1px solid black; background-color: white; display: inline-block; vertical-align: middle; margin-right: $m; } &.ajax-loading:before{ @include spining-loader-square; } &.is-active:before{ background-color: black; } } &.delete-composition-link{ display: inline-block; vertical-align: middle; $s:7px; width:$s; height:$s; margin-left: $m; text-indent: 300px; overflow: hidden; background-image: url('../img/delete.svg'); background-repeat: no-repeat; background-size: contain; opacity: 0; transition: opacity 0.3s ease-in-out; } &.new-composition-link{ // padding-left: 1em; &:before{ content:"+"; // font-weight: bold; margin-right: $m; } display: inline-block; vertical-align: top; overflow: hidden; margin-top: 0.4em; height:1em; transition: height 0.2s ease-in-out; &.folded{ height:0; } } } .new-compo-form{ input[type="text"]{ font-size: 0.756em; padding:0 0.5em; width:calc(100% - 50px); height:1.7em; border: none; border-top:1px dotted red; border-bottom:1px dotted red; } button{ background: none; border: none; font-size: 1em; line-height: 1; font-weight: bold; } opacity: 1; transition: opacity 0.2s ease-in-out; &.ajax-loading{ opacity: 0.4; } } } .composer{ position: relative; box-sizing: border-box; padding-left: 0.5em; width:69%; $header_height:25px; $actions_height:25px; $padding:5px; opacity:1; transition: opacity 0.3s ease-in-out; &.ajax-loading{ opacity:0.3; } >*{ box-sizing: border-box; } >header{ height:$header_height; padding-bottom:$padding; font-size: 0.756em; } >.composition{ position: relative; height:calc(100% - #{$header_height + $actions_height + $padding*2}); // outline: 1px solid red; padding-bottom: 1em; .field--name-documents{ position: relative; box-sizing: border-box; height: 100%; width: 100%; padding:0 0.5em; $h:29px; $w:calc(100% - 2px); $c:#A1A1A1; &:before, &:after{ content: ""; width:$w; position: absolute; bottom:0; left:0; // z-index: -1; } &:before{ border-top: 1px solid $c; height:$h /2; } &:after{ border-left: 1px solid $c; border-right: 1px solid $c; height:$h; } .field__item{ @include draggable_sortable_field__item; } } .remove-drop-zone{ position: absolute; top:0; left:0; width:100%; height:45%; z-index: 150; // &.ui-droppable-hover{ // background-color: red; // } } } >.actions{ padding-top:$padding; height:$actions_height; // outline: 1px solid blue; .compo-player-controls{ @include audio_controls; } } } } } // drag and drop specifics // created by js .field__item.ui-draggable-dragging{ // outline: 1px solid green; @include draggable_sortable_field__item; } } // ___ _ // / __| ___ __ _ _ _ __| |_ // \__ \/ -_) _` | '_/ _| ' \ // |___/\___\__,_|_| \__|_||_| .col[theme="edlp_search_search_form"]{ &, >.wrapper{ position: relative; height:100%; } } #edlp-search-form{ height:100%; .fieldgroup{ border-bottom: 1px solid red; margin-top:1em; margin-bottom: 0em; legend{ font-size: 0.9em; margin: 0; font-weight: 500; } .fieldset-wrapper{ padding-bottom: 1em; } .form-item{ margin:0; } } input[type="text"], input[type="search"]{ font-size: 0.8em; padding:0.2em; margin:0; border: 1px solid #aaa; border-radius: 3px; width:90%; } #edit-entries{ .form-item{ label, input{ display: inline-block; vertical-align: middle; } label{ font-size: 0.756em; } input[type="checkbox"]{ appearance:none; $w:10px; width:$w; height:$w; border: 1px double black; background-color: white; &:checked{ background-color: black; } &[value='134']{ border-color: var(--e-col-134); &:checked{background-color: var(--e-col-134);} } &[value='121']{ border-color: var(--e-col-121); &:checked{background-color: var(--e-col-121);} } &[value='125']{ border-color: var(--e-col-125); &:checked{background-color: var(--e-col-125);} } &[value='119']{ border-color: var(--e-col-119); &:checked{background-color: var(--e-col-119);} } &[value='132']{ border-color: var(--e-col-132); &:checked{background-color: var(--e-col-132);} } &[value='122']{ border-color: var(--e-col-122); &:checked{background-color: var(--e-col-122);} } &[value='129']{ border-color: var(--e-col-129); &:checked{background-color: var(--e-col-129);} } &[value='120']{ border-color: var(--e-col-120); &:checked{background-color: var(--e-col-120);} } &[value='130']{ border-color: var(--e-col-130); &:checked{background-color: var(--e-col-130);} } &[value='118']{ border-color: var(--e-col-118); &:checked{background-color: var(--e-col-118);} } &[value='127']{ border-color: var(--e-col-127); &:checked{background-color: var(--e-col-127);} } &[value='133']{ border-color: var(--e-col-133); &:checked{background-color: var(--e-col-133);} } &[value='128']{ border-color: var(--e-col-128); &:checked{background-color: var(--e-col-128);} } &[value='124']{ border-color: var(--e-col-124); &:checked{background-color: var(--e-col-124);} } &[value='116']{ border-color: var(--e-col-116); &:checked{background-color: var(--e-col-116);} } &[value='117']{ border-color: var(--e-col-117); &:checked{background-color: var(--e-col-117);} } &[value='131']{ border-color: var(--e-col-131); &:checked{background-color: var(--e-col-131);} } &[value='126']{ border-color: var(--e-col-126); &:checked{background-color: var(--e-col-126);} } &[value='123']{ border-color: var(--e-col-123); &:checked{background-color: var(--e-col-123);} } } } } input[type="submit"]{ font-size: 0.756em; padding:0.1em; margin:1em 0 0 0; float:right; opacity: 1; transition: opacity 0.3s ease-in-out; } &.ajax-loading input[type="submit"]{ opacity:0.2; pointer-events: none; } } .col[theme="edlp_search_results"]{ opacity: 1; transition: opacity 0.3s ease-in-out; &.ajax-loading{ opacity:0.2; } article{ .entrees{ span{ @include entrie-micro-square; } } h2.node-title{ margin:0 0 0.3em 0; font-size: 0.8em; font-weight: 500; text-transform: none; } // .description{ // p{ // margin:0; // font-size: 0.75em; // } // } } } // _ _ _ _ _ // /_\ (_)__ ___ __ | \| |___ __| |___ // / _ \ | / _` \ \ / | .` / _ \/ _` / -_) // /_/ \_\/ \__,_/_\_\ |_|\_\___/\__,_\___| // |__/ // body.path-edlp-node main{ // main .col>.wrapper, .edlp-ajax-node{ // height: 100%; // } // } // _ _ // /_\ __ _ ___ _ _ __| |__ _ // / _ \/ _` / -_) ' \/ _` / _` | // /_/ \_\__, \___|_||_\__,_\__,_| // |___/ body.path-agenda main .col{ &>.wrapper{ height:100%; } } #agenda{ position: relative; white-space: nowrap; height: 100%; div.column{ white-space: normal; display: inline-block; vertical-align: top; height:100%; } div.next-event{ width:65%; } div.future-past-events{ width:33%; } ul,li{ margin:0; padding:0; list-style: none; } article.node--type-evenement{ h2{ @include content_titles; } } } // _ _ // | || |___ _ __ ___ // | __ / _ \ ' \/ -_) // |_||_\___/_|_|_\___| // ___ _ _ _ // | _ \_ _ ___ __| |_ _ __| |_(_)___ _ _ ___ // | _/ '_/ _ \/ _` | || / _| _| / _ \ ' \(_-< // |_| |_| \___/\__,_|\_,_\__|\__|_\___/_||_/__/ body.path-frontpage, body.path-productions{ .layout-content .row{ white-space: normal; min-height: 100%; .col{ height:auto; &.col-2:last-child{ padding-left: 0em; padding-right: 1em; } >.wrapper{ margin-bottom: 1em; padding:0; >*{padding:0;} article.node{ .field--name-field-visuel{ a,img{ display: block; width: 100%; height:auto; } } header{ background-color: rgba(255,255,255,0.95); box-sizing: border-box; width: 100%; padding:0.5em 1em; h2.node-title{ margin:0; font-size: 0.8em; text-transform: lowercase; } // p{margin: 0;} } &.node--view-mode-image-2-columns{ header{ position: absolute; bottom: 0; left:0; h2.node-title{ font-size: 1.2em; font-weight: 500; } } } &.node--view-mode-image-1-columns{ h2.node-title{ font-size: 1em; font-weight: 500; } } &.node--view-mode-text-1-column{ padding:0 1em; } } } } } } // ___ _ // | __|__ ___| |_ ___ _ _ // | _/ _ \/ _ \ _/ -_) '_| // |_|\___/\___/\__\___|_| @mixin oblique-list { display: inline-block; position: relative; list-style: none; margin: 0 1.5em 0 0; // width:2em; height:10em; padding: 0; a{ position: absolute; bottom: 0; transform-origin: left bottom; transform: rotateZ(-45deg); color: #000; text-decoration: none; text-transform: uppercase; font-size: 0.756em; white-space: nowrap; } } footer{ position: relative; pointer-events: none; // outline: 1px dotted blue; >.wrapper{ white-space: nowrap; // height:100%; >.region{ // height:100%; // display: table-cell; display: inline-block; vertical-align: baseline; white-space:normal; // pointer-events: none; // outline: 1px dotted purple; // position: relative; >*{ display: inline-block; vertical-align: bottom; } } .region-footer-left{ // float:left; width:12%; // min-width:50px; text-align: left; } .region-footer-center{ // float: none; width: 72%; overflow:hidden; text-align: center; } .region-footer-right{ // float:right; min-width:12%; // min-width: 50px; text-align: right; } } #block-footer{ display: inline-block; margin-bottom: 1em; ul{ margin:0; padding:0; li{ pointer-events: all; // @include oblique-list; display: inline-block; &:first-of-type{ margin-left: 1em; } a{ font-size: 0.756em; &:before{ content: ""; display:inline-block; $sq:7px; width: $sq; height:$sq; border: 1px solid black; margin-right: 0.5em; } &:hover:before, &.is-active:before{ background-color: black; } &.ajax-loading:before{ @include spining-loader-square; } } } } } // remove #block-productions from selector // to enable again oblique style for all block-menu nav#block-productions.block-menu{ display: inline-block; ul{ margin:0; padding:0; li{ pointer-events: all; @include oblique-list; &:first-of-type{ margin-left: 1em; } a{ &:before{ content: ""; display:inline-block; $sq:7px; width: $sq; height:$sq; border: 1px solid black; margin-right: 0.5em; } &:hover:before, &.is-active:before{ background-color: black; } &.ajax-loading:before{ @include spining-loader-square; } } } } } // .block-language{ // display: inline-block; // position: relative; // ul{ // position: absolute; // bottom:0; // margin:0; // padding:0; // transform-origin: left bottom; // transform: rotateZ(-45deg); // white-space: nowrap; // pointer-events: all; // li{ // margin:0; padding:0; // list-style: none; // display: inline-block; // &:last-of-type{ // &:before{ // content:"/"; // margin:0 0.2em; // } // } // a{ // color: inherit; // text-decoration: none; // font-size: 0.756em; // } // &.is-active{ // a{color: red;} // } // } // } // } nav#block-productions.block-menu{ position: relative; pointer-events: none; display:none; body.path-productions &, body.entity-type-node.bundle-page & {display:inline-block;} ul{ margin-left: -3em; white-space: nowrap; li{ height:200px; // this is needed to respect the height of oblique links :( a{ // outline: 1px solid blue; pointer-events: all; background-color: #fff; padding-right: 0.4em; &:before{ content: ""; display:inline-block; $sq:7px; width: $sq; height:$sq; border: 1px solid red; margin-right: 0.5em; } &:hover:before, &.is-active:before, &.is-active-trail:before{ background-color: red; } &.ajax-loading:before{ @include spining-loader-square; } } } } } .block-block-edlp-entrees{ pointer-events: none; body.path-productions &, body.entity-type-node.bundle-page &, body.path-agenda & {display:none} display: inline-block; // vertical-align: top; ul{ margin:0; white-space: nowrap; li{ @include oblique-list; margin:0; white-space: nowrap; pointer-events: none; span.oblique-wrapper{ height:120px; // this is needed to respect the height of oblique links :( display: inline-block; vertical-align: bottom; position: relative; width:1.5em; } a.term-link, a.articles-link{ // outline: 1px solid blue; pointer-events: all; background-color: #fff; padding-right: 0.4em; &:before{ content: ""; display:inline-block; $sq:7px; width: $sq; height:$sq; border: 1px solid #000; background-color: #000; margin-right: 0.5em; transition: background-color 0.1s ease-in-out; } &.articles-link{ margin-left: 4em; text-transform: capitalize; } } .entree-content{ display: inline-block; // outline: 1px solid green; width:0; overflow: hidden; opacity: 0; transition: all 300ms ease-in-out; transition-property: width,opacity; span.oblique-wrapper:first-of-type{ margin-left: 0.5em; } span.oblique-wrapper a{ text-transform: none; pointer-events: auto; &:before{ content: ""; display:inline-block; $sq:5px; width: $sq; height:$sq; border: 1px solid #000; margin-right: 0.5em; } &.ajax-loading:before{ @include spining-loader-square; } } .term-description{ display: inline-block; margin-left: 1.5em; text-align: left; width:250px; word-wrap:break-word; // word-break:break-all; hyphens: auto; white-space: normal; background-color: $transparent-bg; padding:0.5em; padding-bottom:0; p{ font-size: 0.65em; margin:0; } } } // TODO: replace variable system by attribute color // a.term-link:before, .entree-content span.oblique-wrapper a:before{ // border-color: attr(color); // background-color: attr(color); // } &[tid='134']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-134);background-color: var(--e-col-134);}} &[tid='121']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-121);background-color: var(--e-col-121);}} &[tid='125']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-125);background-color: var(--e-col-125);}} &[tid='119']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-119);background-color: var(--e-col-119);}} &[tid='132']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-132);background-color: var(--e-col-132);}} &[tid='122']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-122);background-color: var(--e-col-122);}} &[tid='129']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-129);background-color: var(--e-col-129);}} &[tid='120']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-120);background-color: var(--e-col-120);}} &[tid='130']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-130);background-color: var(--e-col-130);}} &[tid='118']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-118);background-color: var(--e-col-118);}} &[tid='127']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-127);background-color: var(--e-col-127);}} &[tid='133']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-133);background-color: var(--e-col-133);}} &[tid='128']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-128);background-color: var(--e-col-128);}} &[tid='124']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-124);background-color: var(--e-col-124);}} &[tid='116']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-116);background-color: var(--e-col-116);}} &[tid='117']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-117);background-color: var(--e-col-117);}} &[tid='131']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-131);background-color: var(--e-col-131);}} &[tid='126']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-126);background-color: var(--e-col-126);}} &[tid='123']{ a.term-link:before, .entree-content span.oblique-wrapper a:before{ border-color: var(--e-col-123);background-color: var(--e-col-123);}} // &.highlighted{ // a.term_link{ // color: red; // } // } .entree-content span.oblique-wrapper a:not(:hover):not(.is-active):before{background-color: #fff!important;} a.articles-link:not(:hover):not(.is-active):before{ background-color: #fff!important; } &:not(.opened){ a.term-link:not(:hover):not(.highlighted):before{ background-color: #fff!important; } } &.opened{ // outline: 1px solid purple; a.term-link:after { content: ''; position: absolute; left: 15px; right:0; bottom: -3px; border-bottom: 1px solid grey; } .entree-content{ width:350px; opacity: 1; } } // &:not(:first-of-type) .entree-content{display: none;} } } } $icons_w:20px; @mixin iconlinkblock($bgimgurl) { pointer-events: all; margin-left: 0.5em; a{ $wh:$icons_w; display: block; width:$wh; height:$wh; text-indent: $wh*2; margin: 0; overflow: hidden; mask-image: $bgimgurl; mask-size: contain; background-color: #000; transition: background-color 0.3s ease-in-out; cursor: pointer; &.is-active{ background-color: red; } } } .block.random-player{ margin-bottom: 1em; @include iconlinkblock(url(../img/random.svg)); } #block-studiolinkblock{ margin-bottom: 1em; margin-left: 0.2em; @include iconlinkblock(url(../img/studio.svg)); } #block-userlogin{ margin-bottom: 1em; pointer-events: all; margin-left: 0.2em; // outline: 1px solid blue; $wh:$icons_w; position: relative; width:$wh; height: $wh; // background-color: blue; h2{ position: relative; width:$wh; height:$wh; background-image: url(../img/studio.svg); // background-color: red; background-size: contain; text-indent: $wh*2; margin: 0; overflow: hidden; z-index: 1; cursor: pointer; } .block-content{ z-index: 0; position:absolute; right:0;bottom:$wh; padding:0.5em; padding-bottom: 20px; background-color: $transparent-bg; border-top: 1px solid red; border-bottom: 1px solid red; overflow: hidden; box-sizing:border-box; height: 0px; opacity:0; pointer-events:none; transition: all 0.5s ease-in-out; transition-property: height,opacity; // &:hover{ // height:200px; // opacity:1; // pointer-events: auto; // } form{ font-size: 0.75em; } .item-list{ ul{margin:0;} li{ margin:0; list-style: none; a{ color: inherit; text-decoration: none; font-size: 0.75em; white-space:nowrap; } } } } &:hover{ .block-content{ height:200px; opacity: 1; pointer-events:auto; } } } #block-edlpsearchlinkblock{ margin-bottom: 1em; @include iconlinkblock(url(../img/search.svg)); margin-left: 0.2em; } } // _ _ _ ___ // | \| |___ __| |___ | _ \___ _ __ _ _ _ __ // | .` / _ \/ _` / -_) | _/ _ \ '_ \ || | '_ \ // |_|\_\___/\__,_\___| |_| \___/ .__/\_,_| .__/ // |_| |_| .node-popup{ .inner{ position: relative; .entrees{ span{ @include entrie-micro-square; } } .title{ margin:0.3em 0; font-size: 1.2em; font-weight: 500; } .description{ p{ margin:0; font-size: 0.75em; } } .chutier-icon{ position:absolute; top:1em; right:1em; } } } // __ ___ _ ___ _ _ _ // \ \ / (_)__| |___ ___| __(_) | |_ ___ _ _ // \ V /| / _` / -_) _ \ _|| | | _/ -_) '_| // \_/ |_\__,_\___\___/_| |_|_|\__\___|_| // complete rewrite of url_to_video_filter css .url-to-video-container{ // display:block; margin:10px auto; // width:100%; &.no-js{ border:solid black 1px; .loader{ // background:url(../images/no-js.png) no-repeat center center; // background-size:40px 40px; } .url-to-video-player{ cursor:auto; } } .loader{ // top:240px; // left:50%; // transform:translate(-50%, -50%); // background:#FFF url(../images/ajax-loader.gif) no-repeat center center; top:auto; left: auto; transform: none; } span.url-to-video-player{ // display:block; // width:100%; /* assuming that the video has a 16:9 ratio */ // padding-bottom:56.25%; padding-bottom:0; // overflow:hidden; // position:relative; // width:100%; // height:100%; height:auto; // cursor:hand; // cursor:pointer; // display: block; &:before{ content: ""; display: block; /* assuming that the video has a 16:9 ratio */ padding-top: 56.25%; } img.player-thumb { // background-position:center center; // background-size:cover; // position: absolute; // top: 0; // left: 0; // width: 100%; // height: 100%; // cursor:pointer; } .play-button { z-index: 5; // height:40px; // width:40px; // display:block; // background:url(../images/play-button.png) no-repeat center center; // background-size:40px 40px; // position:absolute; // top:240px; top:50%; // left:50%; // transform:translate(-50%, -50%); // cursor:pointer; } iframe.player-iframe { // width:100%; // height:100%; // position:absolute; // top:0; // left:0; } } }