|
@@ -248,11 +248,6 @@ main[role="main"]{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .field.text-formatted{
|
|
|
|
- a.audio-link{
|
|
|
|
- border-bottom: 1px dotted red;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
h3.sur-title{
|
|
h3.sur-title{
|
|
@include content_titles;
|
|
@include content_titles;
|
|
@@ -311,9 +306,123 @@ main[role="main"]{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- article.node p{
|
|
|
|
|
|
+
|
|
|
|
+ article.node--type-page.node--view-mode-default{
|
|
|
|
+ >h2.node-title{
|
|
|
|
+ @include content_big_titles;
|
|
|
|
+ margin:0.3em 0;
|
|
|
|
+ }
|
|
|
|
+ .field--name-field-visuel{
|
|
|
|
+ margin-bottom: 1em;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .agenda{
|
|
|
|
+ .past-events{
|
|
|
|
+ border-top: 1px solid red;
|
|
|
|
+ margin-top: 1em;
|
|
|
|
+ }
|
|
|
|
+ text-align: center;
|
|
|
|
+ h3{
|
|
|
|
+ @include content_titles;
|
|
|
|
+ }
|
|
|
|
+ article.node > h2.node-title{
|
|
|
|
+ @include content_subtitles;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+ }
|
|
|
|
+ .field--name-field-date{
|
|
|
|
+ time{
|
|
|
|
+ @include content_courant;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ div.taxonomy-term{
|
|
|
|
+ >h2{display:none;}
|
|
|
|
+ >.content{
|
|
|
|
+ margin-top: 1em;
|
|
|
|
+ }
|
|
|
|
+ .field__label{
|
|
|
|
+ @include content_titles;
|
|
|
|
+ }
|
|
|
|
+ .field--name-field-notice{
|
|
|
|
+ .field__label{
|
|
|
|
+ margin-bottom: 1em;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ article.node--type-enregistrement{
|
|
|
|
+ h2.node-title{
|
|
|
|
+ @include content_subtitles;
|
|
|
|
+ margin:0.9em 0 0 0;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ article.node p, div.taxonomy-term p{
|
|
@include content_courant;
|
|
@include content_courant;
|
|
|
|
+ margin:0 0 1em 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .field.text-formatted{
|
|
|
|
+ a{
|
|
|
|
+ display: inline-block;
|
|
|
|
+ position: relative;
|
|
|
|
+ &:after{
|
|
|
|
+ content:'';
|
|
|
|
+ position: absolute;
|
|
|
|
+ // z-index: -1;
|
|
|
|
+ width:100%;
|
|
|
|
+ left:0; bottom:0.2em;
|
|
|
|
+ border-bottom: 1px dotted #1A1A1A;
|
|
|
|
+ }
|
|
|
|
+ &.audio-link{
|
|
|
|
+ &:after{
|
|
|
|
+ border-color: red;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .productions-subtree{
|
|
|
|
+ a{
|
|
|
|
+ @include nav_link;
|
|
|
|
+ &: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;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .productions-parent{
|
|
|
|
+ margin-top: 1em;
|
|
|
|
+ margin-bottom: 0.5em;
|
|
|
|
+ a{
|
|
|
|
+ @include nav_link;
|
|
|
|
+ &:before{
|
|
|
|
+ content:'\2039';
|
|
|
|
+ // font-weight: bold;
|
|
|
|
+ font-size: 1.7em;
|
|
|
|
+ line-height: 0.95;
|
|
|
|
+ margin-right:0.1em;
|
|
|
|
+ margin-left: -0.4em;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ vertical-align:bottom;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
img{
|
|
img{
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
height: auto;
|
|
height: auto;
|
|
@@ -1118,29 +1227,28 @@ body.path-agenda main .col{
|
|
height:100%;
|
|
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%;
|
|
|
|
- }
|
|
|
|
|
|
+.agenda{
|
|
|
|
+ // position: relative;
|
|
|
|
+ // white-space: nowrap;
|
|
|
|
+ // height: 100%;
|
|
|
|
+ // >*{
|
|
|
|
+ // white-space: normal;
|
|
|
|
+ // }
|
|
|
|
+ // div.column{
|
|
|
|
+ // display: inline-block;
|
|
|
|
+ // vertical-align: top;
|
|
|
|
+ // height:100%;
|
|
|
|
+ // }
|
|
|
|
+ // div.next-event{
|
|
|
|
+ // width:65%;
|
|
|
|
+ // }
|
|
|
|
+ // div.future-past-events{
|
|
|
|
+ // width:33%;
|
|
|
|
+ // }
|
|
ul,li{
|
|
ul,li{
|
|
margin:0; padding:0;
|
|
margin:0; padding:0;
|
|
list-style: none;
|
|
list-style: none;
|
|
}
|
|
}
|
|
- article.node--type-evenement{
|
|
|
|
- h2{ @include content_titles; }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -1183,8 +1291,7 @@ body.path-frontpage, body.path-productions{
|
|
padding:0.5em 1em;
|
|
padding:0.5em 1em;
|
|
h2.node-title{
|
|
h2.node-title{
|
|
margin:0;
|
|
margin:0;
|
|
- font-size: 0.8em;
|
|
|
|
- text-transform: lowercase;
|
|
|
|
|
|
+ @include content_titles;
|
|
}
|
|
}
|
|
// p{margin: 0;}
|
|
// p{margin: 0;}
|
|
}
|
|
}
|
|
@@ -1194,21 +1301,21 @@ body.path-frontpage, body.path-productions{
|
|
position: absolute;
|
|
position: absolute;
|
|
bottom: 0; left:0;
|
|
bottom: 0; left:0;
|
|
h2.node-title{
|
|
h2.node-title{
|
|
- font-size: 1.2em;
|
|
|
|
- font-weight: 500;
|
|
|
|
|
|
+ @include content_big_titles;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- &.node--view-mode-image-1-columns{
|
|
|
|
- h2.node-title{
|
|
|
|
- font-size: 1em;
|
|
|
|
- font-weight: 500;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ // &.node--view-mode-image-1-columns{
|
|
|
|
+ // h2.node-title{
|
|
|
|
+ // // font-size: 1em;
|
|
|
|
+ // // font-weight: 500;
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
&.node--view-mode-text-1-column{
|
|
&.node--view-mode-text-1-column{
|
|
padding:0 1em;
|
|
padding:0 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|