|
@@ -510,6 +510,51 @@
|
|
|
|
|
|
}
|
|
|
.page-node-type-projet, .page-node-type-theme{
|
|
|
+ #node\:field_equipes{
|
|
|
+ border-bottom: 3px dotted gray;
|
|
|
+ padding: 0 0 1rem 0;
|
|
|
+ h2{
|
|
|
+ font-family: "trueno" !important;
|
|
|
+ font-size: $font-big;
|
|
|
+ font-weight: 600;
|
|
|
+ text-transform: initial;
|
|
|
+ cursor: pointer;
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: 95% 5%;
|
|
|
+ align-content: center;
|
|
|
+ margin: 1rem 0 0 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ h2:after{
|
|
|
+ content: '▼';
|
|
|
+ -webkit-transition: all 250ms ease;
|
|
|
+ -moz-transition: all 250ms ease;
|
|
|
+ -o-transition: all 250ms ease;
|
|
|
+ transition: all 250ms ease;
|
|
|
+ align-self: center;
|
|
|
+ justify-self: center;
|
|
|
+ }
|
|
|
+ // h2:after{
|
|
|
+ // transform: rotate(180deg);
|
|
|
+ // -webkit-transition: all 250ms ease;
|
|
|
+ // -moz-transition: all 250ms ease;
|
|
|
+ // -o-transition: all 250ms ease;
|
|
|
+ // transition: all 250ms ease;
|
|
|
+ // }
|
|
|
+ .rotate:after{
|
|
|
+ transform: rotate(180deg);
|
|
|
+ -webkit-transition: all 250ms ease;
|
|
|
+ -moz-transition: all 250ms ease;
|
|
|
+ -o-transition: all 250ms ease;
|
|
|
+ transition: all 250ms ease;
|
|
|
+ }
|
|
|
+ .field_type_equipe{
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+ .field_equipes{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
.field_projets_lies, .field_themes_lies, .field_comparatifs_associes{
|
|
|
article{
|
|
|
display: grid;
|
|
@@ -659,51 +704,7 @@
|
|
|
color:black ;
|
|
|
}
|
|
|
}
|
|
|
- #node\:field_equipes{
|
|
|
- border-bottom: 3px dotted gray;
|
|
|
- padding: 0 0 1rem 0;
|
|
|
- h2{
|
|
|
- font-family: "trueno" !important;
|
|
|
- font-size: $font-big;
|
|
|
- font-weight: 600;
|
|
|
- text-transform: initial;
|
|
|
- cursor: pointer;
|
|
|
- display: grid;
|
|
|
- grid-template-columns: 95% 5%;
|
|
|
- align-content: center;
|
|
|
- margin: 1rem 0 0 0;
|
|
|
- }
|
|
|
-
|
|
|
- h2:after{
|
|
|
- content: '▼';
|
|
|
- -webkit-transition: all 250ms ease;
|
|
|
- -moz-transition: all 250ms ease;
|
|
|
- -o-transition: all 250ms ease;
|
|
|
- transition: all 250ms ease;
|
|
|
- align-self: center;
|
|
|
- justify-self: center;
|
|
|
- }
|
|
|
- // h2:after{
|
|
|
- // transform: rotate(180deg);
|
|
|
- // -webkit-transition: all 250ms ease;
|
|
|
- // -moz-transition: all 250ms ease;
|
|
|
- // -o-transition: all 250ms ease;
|
|
|
- // transition: all 250ms ease;
|
|
|
- // }
|
|
|
- .rotate:after{
|
|
|
- transform: rotate(180deg);
|
|
|
- -webkit-transition: all 250ms ease;
|
|
|
- -moz-transition: all 250ms ease;
|
|
|
- -o-transition: all 250ms ease;
|
|
|
- transition: all 250ms ease;
|
|
|
- }
|
|
|
- .field_type_equipe{
|
|
|
- font-weight: 500;
|
|
|
- }
|
|
|
- .field_equipes{
|
|
|
- display: none;
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
}
|
|
|
|
|
@@ -712,15 +713,15 @@
|
|
|
#node\:title:before{
|
|
|
content: "thème";
|
|
|
}
|
|
|
- #node\:field_equipes{
|
|
|
- h2{
|
|
|
- color: white !important;
|
|
|
- text-align: left !important;
|
|
|
- cursor: pointer;
|
|
|
+ // #node\:field_equipes{
|
|
|
+ // h2{
|
|
|
+ // color: white !important;
|
|
|
+ // text-align: left !important;
|
|
|
+ // cursor: pointer;
|
|
|
|
|
|
- }
|
|
|
+ // }
|
|
|
|
|
|
- }
|
|
|
+ // }
|
|
|
// .block-region-third{
|
|
|
// #node\:field_partenaires{
|
|
|
// h2{
|