Difference between revisions of "Template:Paris Bettencourt/cssHome"
Line 70: | Line 70: | ||
float: left; | float: left; | ||
} | } | ||
− | .blockTextLeft p { | + | .blockTextLeft p, .blockTextRight p { |
color: white; | color: white; | ||
margin: 0px; | margin: 0px; | ||
− | |||
padding: 20px; | padding: 20px; | ||
− | + | text-align: justify; | |
} | } | ||
.blockBoxesRight { | .blockBoxesRight { | ||
Line 87: | Line 86: | ||
border-left: 6px solid white; | border-left: 6px solid white; | ||
} | } | ||
− | .blockBoxesRight table { | + | .blockBoxesRight table, |
+ | .blockBoxesLeft table { | ||
width: 100%; | width: 100%; | ||
background-color: black; | background-color: black; | ||
Line 94: | Line 94: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
− | .blockBoxesRight table td, .blockBoxesRight table th { | + | .blockBoxesRight table td, .blockBoxesRight table th, |
+ | .blockBoxesLeft table td, .blockBoxesLeft table th { | ||
border: 3px solid white; | border: 3px solid white; | ||
display: table-cell; | display: table-cell; | ||
Line 100: | Line 101: | ||
} | } | ||
− | .blockBoxesRight table tr:first-child th { | + | .blockBoxesRight table tr:first-child th, |
+ | .blockBoxesLeft table tr:first-child th { | ||
border-top: 0; | border-top: 0; | ||
} | } | ||
− | .blockBoxesRight table tr:last-child td { | + | .blockBoxesRight table tr:last-child td, |
+ | .blockBoxesLeft table tr:last-child td { | ||
border-bottom: 0; | border-bottom: 0; | ||
} | } | ||
− | .blockBoxesRight table tr td:first-child, | + | .blockBoxesRight table tr td:first-child, .blockBoxesRight table tr th:first-child, |
− | .blockBoxesRight table tr th:first-child { | + | .blockBoxesLeft table tr td:first-child, .blockBoxesLeft table tr th:first-child { |
border-left: 0; | border-left: 0; | ||
} | } | ||
− | .blockBoxesRight table tr td:last-child, | + | .blockBoxesRight table tr td:last-child, .blockBoxesRight table tr th:last-child, |
− | .blockBoxesRight table tr th:last-child { | + | .blockBoxesLeft table tr td:last-child, .blockBoxesLeft table tr th:last-child{ |
border-right: 0; | border-right: 0; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | .blockTextRight { | ||
+ | width: 50%; | ||
+ | background-color: black; | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | } | ||
+ | |||
+ | .blockBoxesLeft { | ||
+ | width:46%; | ||
+ | width: calc(50% - 6px); | ||
+ | float: left; | ||
+ | margin-top: 0; | ||
+ | padding: 0; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | border-right: 6px solid white; | ||
+ | } | ||
+ | |||
.boxHome { | .boxHome { |
Revision as of 10:11, 17 September 2015