Difference between revisions of "Template:Paris Bettencourt/cssHome"

Line 64: Line 64:
 
         margin-left: 5%;
 
         margin-left: 5%;
 
}
 
}
.blockTextLeft {
+
.blockTextLeft, .blockTextRight {
 
width: 50%;
 
width: 50%;
 
background-color: black;
 
background-color: black;
 
position: relative;
 
position: relative;
float: left;
 
 
         background-position: center;
 
         background-position: center;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
         height: 350px;
 
         height: 350px;
 +
}
 +
.blockTextLeft {
 +
float: left;
 +
}
 +
.blockTextRight {
 +
float: right;
 
}
 
}
 
.blockTextLeft p, .blockTextRight p {
 
.blockTextLeft p, .blockTextRight p {
Line 79: Line 84:
 
  text-align: justify;
 
  text-align: justify;
 
}
 
}
.blockBoxesRight {
+
.blockBoxesRight, .blockBoxesLeft {
 
width:46%;
 
width:46%;
 
         width: calc(50% - 6px);
 
         width: calc(50% - 6px);
Line 87: Line 92:
 
         text-align: center;
 
         text-align: center;
 
         color: white;  
 
         color: white;  
        border-left: 6px solid white;
 
 
         height: 350px;
 
         height: 350px;
 +
}
 +
.blockBoxesRight {
 +
        border-left: 6px solid white;
 +
}
 +
.blockBoxesLeft {
 +
        border-right: 6px solid white;
 
}
 
}
 
.blockBoxesRight table,
 
.blockBoxesRight table,
Line 122: Line 132:
 
}
 
}
  
 
 
.blockTextRight {
 
width: 50%;
 
background-color: black;
 
position: relative;
 
float: right;
 
        height: 350px;
 
}
 
 
.blockBoxesLeft {
 
width: 46%;
 
        width: calc(50% - 6px);
 
float: left;
 
margin-top: 0;
 
        padding: 0;
 
        text-align: center;
 
        color: white;
 
        border-right: 6px solid white;
 
        height: 350px;
 
}
 
  
  

Revision as of 11:32, 17 September 2015