Difference between revisions of "Template:Freiburg/CSS"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
  
  
Line 451: Line 453:
 
.image_box{
 
.image_box{
 
     overflow: hidden;
 
     overflow: hidden;
   
 
 
}
 
}
  
Line 460: Line 461:
 
     overflow: hidden;
 
     overflow: hidden;
 
     margin: 0 auto;
 
     margin: 0 auto;
 +
    border: 3px solid #c1002a;
 +
    border-radius: 30px 60px;
 
}
 
}
  
Line 494: Line 497:
 
     text-align: left;
 
     text-align: left;
 
     animation: 30s slidy infinite;   
 
     animation: 30s slidy infinite;   
 +
}
 +
 +
/* ##### define images with caption ##### */
 +
 +
.flexbox{
 +
    display: flex;
 +
    flex-direction: row;
 +
    margin: 10px 0;
 
}
 
}
  
Line 510: Line 521:
 
}
 
}
  
/* =================== define images with caption =================== */
 
 
.flexbox{
 
    display: flex;
 
    flex-direction: row;
 
    margin: 10px 0;
 
}
 
  
 
.flexbox .thumb2 .thumbinner .thumbcaption { /*circumvents the iGEM tag thumbcaption*/
 
.flexbox .thumb2 .thumbinner .thumbcaption { /*circumvents the iGEM tag thumbcaption*/
Line 523: Line 527:
 
     text-align: justify;
 
     text-align: justify;
 
}
 
}
 +
 +
  
  

Revision as of 11:09, 29 August 2015