Line 9: |
Line 9: |
| {{Digital Talent Nav}} | | {{Digital Talent Nav}} |
| {{#css: | | {{#css: |
| + | .infographic h3 |
| + | { |
| + | font-size: 18px !important; |
| + | background: #BFF5F1; |
| + | margin: 0px !important; |
| + | padding: 30px; |
| + | } |
| + | |
| + | .infographic |
| + | { |
| + | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); |
| + | padding-bottom: 20px; |
| + | margin: 30px; |
| + | width: 30%; |
| + | float: right; |
| + | clear: both; |
| + | } |
| + | |
| + | .infocontent |
| + | { |
| + | padding: 30px; |
| + | } |
| .headerbg { | | .headerbg { |
| margin-top: 0px; | | margin-top: 0px; |
Line 29: |
Line 51: |
| margin-bottom: 15px; | | margin-bottom: 15px; |
| margin-top: 10px; | | margin-top: 10px; |
− | }
| |
− |
| |
− | .card {
| |
− | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
| |
− | max-width: 400px;
| |
− | height: auto;
| |
− | background-color: black;
| |
− | background-size: contain;
| |
− | background-repeat: no-repeat;
| |
− | background-position: bottom;
| |
− | border-radius: 20px;
| |
− | padding-bottom: 10px;
| |
− | margin-top: 20px;
| |
− | }
| |
− |
| |
− | .card img {
| |
− | max-width: 380px;
| |
− | height: auto;
| |
− | }
| |
− |
| |
− | .container {
| |
− | padding: 2px 16px;
| |
− | color: white;
| |
| } | | } |
| .toc | | .toc |
Line 112: |
Line 111: |
| } | | } |
| | | |
| + | .card { |
| + | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); |
| + | max-width: 400px; |
| + | height: auto; |
| + | background-color: black; |
| + | background-size: contain; |
| + | background-repeat: no-repeat; |
| + | background-position: bottom; |
| + | border-radius: 20px; |
| + | padding-bottom: 10px; |
| + | margin-top: 20px; |
| + | } |
| + | |
| + | .card img { |
| + | max-width: 380px; |
| + | height: auto; |
| + | } |
| + | |
| + | .container { |
| + | padding: 2px 16px; |
| + | color: white; |
| + | } |
| + | |
| + | .button { |
| + | margin-top: 10px; |
| + | background: #00C3B7; |
| + | padding: 11px; |
| + | border-radius: 10px; |
| + | display: inline-block; |
| + | } |
| + | .button .external { |
| + | color: black !important; |
| + | } |
| + | .digitalcontent .card h3 { |
| + | color: white; |
| + | font-size: 20px; |
| + | } |
| } | | } |
| }} | | }} |