<
  AI4Society Website  

The following NCEs have contributed to the development of the Forum:
GRAND, AGE-WELL, GlycoNet, CFN
Les RCE suivants ont contribué au développement du Forum : GRAND, AGE-WELL, GlycoNet, CFN

Difference between revisions of "Carousel"

From AI4Society Forum

 
(10 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
   #contentSub { margin: 0; }
 
   #contentSub { margin: 0; }
 
   .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; }
 
   .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; }
   body { background: #004250; }
+
   body { background: #94c633; }
 +
 
 +
  .card_photo {
 +
    height: auto !important;
 +
  }
 +
 
 +
  .large_card {
 +
    display: flex;
 +
    flex-wrap: wrap;
 +
  }
  
 
   .carouselPrev, .carouselNext {
 
   .carouselPrev, .carouselNext {
Line 11: Line 20:
  
 
   .carouselPrev:hover, .carouselNext:hover {
 
   .carouselPrev:hover, .carouselNext:hover {
     background: #7ab800 !important;
+
     background: #0b4d48 !important;
 
   }
 
   }
  
 
   #bodyContent {
 
   #bodyContent {
     background: #004250;
+
     background: #94c633;
 
   }
 
   }
 +
 +
  @media screen and (max-width: 768px){
 +
    .carouselPrev, .carouselNext {
 +
      width: 30px !important;
 +
      min-width: 30px !important;
 +
    }
 +
 +
    .carouselMain {
 +
      margin-left: 30px;
 +
      margin-right: 30px;
 +
    }
 +
  }
 +
 
</style>
 
</style>
<div style='border: 3px solid #004250; background: #004250;'>
+
<div style='border: 3px solid #94c633; background: #94c633;'>
<div id="carousel" style="min-width:400px;width:100%;display:inline-block;"></div>
+
<div id="carousel" style="width:100%;display:inline-block;"></div>
 
<script type="text/javascript">
 
<script type="text/javascript">
 
$('#bodyContent > h1').hide();
 
$('#bodyContent > h1').hide();

Latest revision as of 16:19, 5 February 2021