Add files via upload

Eure-Normandie-Numérique
Quentin Marchand 8 months ago committed by GitHub
parent 8500bda13d
commit 9ff9f2baf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 64
      assets/css/article.css
  2. 131
      assets/css/nos_formations.css
  3. 93
      assets/css/nos_guides.css
  4. 83
      assets/css/nos_solutions.css
  5. 5882
      assets/css/style.css
  6. 31
      assets/css/visio_form.css

@ -0,0 +1,64 @@
.article_title h1{
font-size: 30px
}
.article_body{
font-size: 18px;
text-align: justify
}
.article_image{
width: 40%;
padding: 0 2em 1em 0;
}
.article_meta .image_auteur img{
border-radius: 50%;
width: 50px;
}
.article_image .tag_btn {
color: #FFF!important;
z-index: 999;
position: relative;
top: 2.5em;
}
.comment{
display: flex;
width: 100%;
}
.article-comments .card-body *{
margin: unset;
}
.article-comments .card-body {
padding: 0.5em 2em 0.5em 0.3em ;
}
.article-comments .card-body p{
text-align: justify ;
}
/* .comment footer{
display: none;
} */
#edit-submit{
width: unset;
}
#edit-comment-body-0-format, #comment-1, .indented{
display: none;
}
.commentaire_image{
height: -webkit-fill-available;
object-fit: cover;
max-height: 140px;
width: 150px;
}
.img_lies{
object-fit: cover;
height: 165px;
max-height: 120px;
}
.articles_lies{
height: 840px!important;
overflow: auto;
}
.articles_lies h1{
font-style: italic;
}

@ -0,0 +1,131 @@
/* .path-nos-formations .views-view-responsive-grid__item {
height: 300px;
max-height: 380px;
border-radius: 15px;
padding: 2em 0;
} */
.path-nos-formations .views-view-responsive-grid__item img {
height: 100% !important;
object-fit: contain;
width: 100%;
}
.path-nos-formations .views-view-responsive-grid__item .card-body>h5:not(.tag_btn) {
font-weight: 600;
font-size: x-large;
height: 40px;
color: #1f3889;
}
.page-node-type-formations .tag_btn {
color: #1f3889;
background-color: transparent;
border: 2px solid #1f3889;
transition: transform 0.3s;
}
.page-node-type-formations .tag_btn:hover {
transform: scale(1.1);
}
.dl_btn{
font-size: 1rem !important;
width: 33%;
background-color: #1f3889;
border-radius: 4px;
color: #FFF;
padding: 0.375rem 0.75rem;
/* position: fixed; */
/* left: 60%;
top: 30.5%; */
}
.path-nos-formations .views-view-responsive-grid__item .hover_text {
opacity: 0;
position: absolute;
bottom: 20px;
left: 0;
background-color: #1f3889;
color: white;
font-size: large;
padding: 0.5em 0;
width: 75%;
text-align: center;
box-sizing: border-box;
transition: opacity 0.1s ease, transform 0.1s ease;
transform: translateY(100%);
overflow: hidden;
border-bottom-right-radius: 15px;
}
.path-nos-formations .views-view-responsive-grid__item:hover .hover_text, .hover_text:hover {
opacity: 1;
transform: translateY(0%);
}
.path-nos-formations .views-view-responsive-grid__item .card-body p {
overflow: hidden;
border: unset;
max-height: 120px;
height: 120px;
}
.page-node-type-formations .field__label {
font-weight:300;
padding: 0.3em 0 0.3em 1em;
width: 90%;
color: #FFF;
text-transform: uppercase;
margin: 1em 0;
background-color: #1f3889;
}
.page-node-type-formations .field__item {
width: 90%;
}
.page-node-type-formations .col-md-4 .field__label {
width: auto;
background-color: transparent;
color: #1f3889;
border-bottom: 3px solid #fbbd52;
}
.page-node-type-formations .col-md-4 img {
height: 200px;
max-height: 200px;
object-fit: contain;
}
/* .page-node-type-formations .field--name-field-image-formations .field__label{
display: none;
}
.page-node-type-formations .field--name-field-image-formations{
display: none;
} */
[data-drupal-selector="views-exposed-form-nos-formations-page-1"] .form--inline {
display: flex;
align-items: flex-end;
}
.path-nos-formations .hover_container {
flex-direction: row;
height: 200px;
}
.path-nos-formations .title_formation {
border-bottom: 3px solid #fbbd52;
color: #fbbd52;
}
.subtitle_formation {
padding: 0.3em 0;
color: #1f3889;
font-weight: 600;
font-size: x-large;
}

@ -0,0 +1,93 @@
.path-nos-guides-utilisateurs .views-view-responsive-grid__item{
height: 292px;
max-height: 380px;
border-radius: 15px;
padding: 0 0 2em 0;
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item img{
height: 150px!important;
object-fit: contain;
width: 100%;
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item h5{
display: flex;
align-items: center;
justify-content: center;
/* font-weight: 600; */
font-size: large;
height: 40px;
}
.page-node-type-guide-utilisateur .article_image{
width: 100%!important;
padding: 0 2em 1em 0;
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item .hover_text{
opacity: 0;
position: absolute;
bottom: 20px;
left: 0;
background-color: #1f3889;
color: white;
font-size: larger;
padding: 0.5em 0;
width: 75%;
text-align: center;
box-sizing: border-box;
transition: opacity 0.1s ease, transform 0.1s ease;
transform: translateY(100%);
overflow: hidden;
border-bottom-right-radius: 15px;
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item:hover .hover_text, .hover_text:hover {
opacity: 1;
transform: translateY(0%);
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item .card-body p{
overflow: hidden;
border: unset;
max-height: 120px;
height: 120px;
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item .card-body {
padding: 0 1.25rem!important;
}
.path-nos-guides-utilisateurs .views-view-responsive-grid__item h6{
display: flex;
align-items: center;
justify-content: center;
}
.page-node-type-solutions .field__label{
font-weight: bold;
padding: 0.3em 0 0.3em 1em;
width: 100%;
border-bottom: 2px solid #1f3889;
color: #1f3889;
text-transform: uppercase;
margin: 1em 0;
}
.field--name-field-image-solution .field__label{
display: none;
}
[data-drupal-selector="views-exposed-form-nos-guides-utilisateurs-page-1"] .form--inline{
display: flex;
align-items: flex-end;
}
.field--name-field-introduction .field__label{
width: 60%;
float: right;
}
.views-view-responsive-grid{
margin: 0 0 2em 0;
}
.view-nos-guides-utilisateurs h3{
font-weight: 600;
}

@ -0,0 +1,83 @@
.path-nos-solutions .views-view-responsive-grid__item{
height: 380px;
max-height: 380px;
border-radius: 15px;
padding: 2em 0;
}
.path-nos-solutions .views-view-responsive-grid__item img{
height: 150px!important;
object-fit: cover;
width: 100%;
}
.path-nos-solutions .views-view-responsive-grid__item h5{
display: flex;
align-items: center;
justify-content: center;
/* font-weight: 600; */
font-size: medium;
height: 40px;
}
.path-nos-solutions .views-view-responsive-grid__item .hover_text{
opacity: 0;
position: absolute;
bottom: 20px;
left: 0;
background-color: #1f3889;
color: white;
font-size: larger;
padding: 0.5em 0;
width: 75%;
text-align: center;
box-sizing: border-box;
transition: opacity 0.1s ease, transform 0.1s ease;
transform: translateY(100%);
overflow: hidden;
border-bottom-right-radius: 15px;
}
.path-nos-solutions .views-view-responsive-grid__item:hover .hover_text, .hover_text:hover {
opacity: 1;
transform: translateY(0%);
}
.path-nos-solutions .views-view-responsive-grid__item .card-body p{
overflow: hidden;
border: unset;
max-height: 120px;
height: 120px;
}
.path-nos-solutions .views-view-responsive-grid__item:hover .card {
height: 380px;
}
.page-node-type-solutions .field__label{
font-weight: bold;
padding: 0.3em 0 0.3em 1em;
width: 100%;
border-bottom: 2px solid #1f3889;
color: #1f3889;
text-transform: uppercase;
margin: 1em 0;
}
.field--name-field-image-solution .field__label{
display: none;
}
[data-drupal-selector="views-exposed-form-nos-solutions-page-1"] .form--inline{
display: flex;
align-items: flex-end;
}
.field--name-field-introduction .field__label{
width: 60%;
float: right;
}
.views-view-responsive-grid{
margin: 0 0 2em 0;
}
.page-item.active .page-link{
background-color: #1f3889;
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,31 @@
#webform-submission-demande-de-visio-add-form{
margin: 0px 50em 0 0;
}
[data-drupal-selector="edit-participants-items"] thead{
display: none;
}
#edit-participants table{
background-color: transparent!important;
}
#edit-participants .odd, #edit-participants .even{
background-color: #f2f7f8!important;
}
#webform-submission-demande-de-visio-add-form div>label{
font-weight: 600;
}
#edit-materiel label{
font-weight: 400!important;
}
.form-submit{
background-color: #1f3889;
border-color: #1f3889;
}
.form-submit:hover, .form-submit:focus{
background-color: #1f3889;
border-color: #1f3889;
}
#edit-submit{
width: auto;
}
Loading…
Cancel
Save