123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752 |
- // @Author: Bachir Soussi Chiadmi <bach>
- // @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;
- @include iconlinkblock(url(../img/studio.svg));
- }
- #block-userlogin{
- margin-bottom: 1em;
- pointer-events: all;
- // 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;
- }
- }
- }
|