Difference between revisions of "Template:Toulouse France"

Line 1,112: Line 1,112:
  
  
 +
 +
/* HUMAN Practice*/
  
+
 
 +
 
 +
.containerHP{
 +
  max-width: 1000px;
 +
}
 +
 
 +
p {
 +
  text-align: justify;
 +
}
 +
 
 +
.jumbotron p {
 +
  max-width:955px;
 +
  margin: 0 auto;
 +
  text-align: center;
 +
}
 +
 
 +
div#white .jumbotron {
 +
background-color:white;
 +
}
 +
 
 +
div#grey {
 +
background-color: #eee;
 +
width:100%;
 +
padding-bottom:20px;
 +
}
 +
div#white {
 +
background-color:white;
 +
width:100%;
 +
padding-bottom:20px;
 +
}
 +
 
 +
*:after, *:before, * {
 +
  -webkit-box-sizing: border-box;
 +
  -moz-box-sizing: border-box;
 +
  box-sizing: border-box;
 +
}
 +
 
 +
 
 +
.panel-default .panel-heading a{
 +
text-decoration: none;
 +
display:block;
 +
padding:10px;
 +
}
 +
.panel-heading.panel-title{
 +
text-decoration: none;
 +
padding-top:0px;
 +
padding-bottom:0px;
 +
padding-left:0px;
 +
padding-right:0px;
 +
}
 +
a[aria-expanded="true"] {
 +
background-color:rgba(70, 73, 76, 0.95);
 +
text-decoration: none;
 +
color:white;
 +
}
 +
 
 +
.panel-default .panel-heading a[aria-expanded="false"]{
 +
-o-transition: background-color 1s linear;
 +
-moz-transition: background-color 1s linear;
 +
-khtml-transition: background-color 1s linear;
 +
-webkit-transition: background-color 1s linear;
 +
-ms-transition: background-color 1s linear;
 +
transition: background-color 1s linear;
 +
}
 +
.panel-default .panel-heading a[aria-expanded="false"]:hover{
 +
background-color:rgba(70, 73, 76, 0.95);
 +
text-decoration: none;
 +
color:white;
 +
}
 +
.panel-default .panel-heading a[aria-expanded="true"]{
 +
-o-transition: opacity 1s linear;
 +
-moz-transition: opacity 1s linear;
 +
-khtml-transition: opacity 1s linear;
 +
-webkit-transition: opacity 1s linear;
 +
-ms-transition: opacity 1s linear;
 +
transition: opacity 1s linear;
 +
}
 +
.panel-default .panel-heading a[aria-expanded="true"]:hover{
 +
opacity:0.7;
 +
}
 +
 
 +
 
 +
.jumbotron#cover {
 +
  height: 550px;
 +
  color: white;
 +
color:rgba(255, 255, 255, 0.8);
 +
  text-shadow: #44 0 0.7px 0.7px;
 +
  background: transparent;
 +
}
 +
.jumbotron#cover h1{
 +
border-bottom:0px;
 +
}
 +
.containerHP p.lead{font-size:19px;}
 +
.jumbotron .containerHP p.lead{font-size:21px;}
 +
 
 +
 
 +
 
 
 
/* notebook */
 
/* notebook */

Revision as of 18:06, 16 September 2016