Line 6: |
Line 6: |
| <table class="wikitable"> | | <table class="wikitable"> |
| <tr> | | <tr> |
− | <th class="breadcrumb" colspan="2" style=""> | + | <th class="breadcrumb" colspan="2"> |
− | <table style="margin:auto;"> | + | <table class="breadcrumb-table"> |
| <tr> | | <tr> |
| <th>[[Technology_Trends|Technology Trends]]</th> | | <th>[[Technology_Trends|Technology Trends]]</th> |
Line 14: |
Line 14: |
| </tr> | | </tr> |
| </table> | | </table> |
− | <table style="margin:auto;"> | + | <table class="breadcrumb-table"> |
| <tr> | | <tr> |
| <th>[[Tendances_Technologiques|Tendances Technologiques]]</th> | | <th>[[Tendances_Technologiques|Tendances Technologiques]]</th> |
Line 21: |
Line 21: |
| </tr> | | </tr> |
| </table> | | </table> |
− | <!--<b>[[Technology_Trends|Technology Trends]] / Blockchain<br>[[Tendances_Technologiques|Tendances Technologiques]] / [[Tendances_Technologiques/Chaîne_de_Blocs|Chaîne de Blocs]]</b>-->
| |
| </th> | | </th> |
| </tr> | | </tr> |
Line 41: |
Line 40: |
| <td>[[Media:EN_-_Technology_Trends_-_Blockchain.pdf|Blockchain.pdf]]</td> | | <td>[[Media:EN_-_Technology_Trends_-_Blockchain.pdf|Blockchain.pdf]]</td> |
| </tr> | | </tr> |
− | <!--
| |
− | <tr>
| |
− | <th>Market Research</th>
| |
− | <td><div class="toggle mw-collapsible-toggle-collapsed" role="button" tabindex="0">[<span class="mw-collapsible-text"></span>]</div></td>
| |
− | </tr>
| |
− | -->
| |
| <tr><td colspan="2" class="disclaimer"><table><tr> | | <tr><td colspan="2" class="disclaimer"><table><tr> |
| <td>[[File:Traffic_cone.png|40px]]</td> | | <td>[[File:Traffic_cone.png|40px]]</td> |
Line 56: |
Line 49: |
| <br><p><b>Blockchain</b> is a list of digital records (called blocks) that are securely linked together to form a chain using secure encryption and time stamps. Blockchains form a digital ledger, which is a history of transaction records that can be accessed by multiple users but cannot be individually modified.</p> | | <br><p><b>Blockchain</b> is a list of digital records (called blocks) that are securely linked together to form a chain using secure encryption and time stamps. Blockchains form a digital ledger, which is a history of transaction records that can be accessed by multiple users but cannot be individually modified.</p> |
| | | |
− | <div class="mw-collapsible-toggle btn btn-primary" style="float: left; display: block;"> | + | <div class="mw-collapsible-toggle btn" style="float: left; display: block;"> |
| <div class="toggle mw-collapsible-toggle-collapsed" role="button" tabindex="0"><span class="mw-collapsible-text"></span></div> | | <div class="toggle mw-collapsible-toggle-collapsed" role="button" tabindex="0"><span class="mw-collapsible-text"></span></div> |
| </div><br><br> | | </div><br><br> |
Line 153: |
Line 146: |
| | | |
| /* PC Formatting */ | | /* PC Formatting */ |
− | /*
| |
− | .mw-collapsible-toggle{ border: 1px solid rgb(162, 169, 177);}
| |
− | .mw-collapsible-toggle:hover{ float: right; display: block;}
| |
− |
| |
− | .toggle{ color: rgb(6, 69, 173); text-align: center; float: right; display: block;}
| |
− | .toggle:hover{ text-decoration: underline; float: right;}
| |
− | */
| |
− |
| |
| | | |
| .sidetable{ float: right; width: 25%; cursor: auto; text-align: center;} | | .sidetable{ float: right; width: 25%; cursor: auto; text-align: center;} |
Line 170: |
Line 155: |
| background-color: rgb(248, 249, 250); | | background-color: rgb(248, 249, 250); |
| border: 1px solid rgb(162, 169, 177); | | border: 1px solid rgb(162, 169, 177); |
− | /*padding: 5px 10px 5px 10px;*/
| |
| } | | } |
| + | .breadcrumb-table{ margin: auto; } |
| | | |
| .expand{ background-color: rgba(255, 255, 0, 0.3); } | | .expand{ background-color: rgba(255, 255, 0, 0.3); } |
| .mw-collapsible-text{ text-align:left; } | | .mw-collapsible-text{ text-align:left; } |
− | .inline{ | + | .inline{ display: inline; } |
− | display: inline;
| + | .inline-spacer{ display: block; } |
− | }
| |
− | .inline-spacer{ | |
− | display: block;
| |
− | }
| |
| | | |
| .btn { | | .btn { |
Line 219: |
Line 200: |
| /* Mobile Formatting */ | | /* Mobile Formatting */ |
| @media (max-width: 992px){ | | @media (max-width: 992px){ |
− | .sidetable{ width: 100%; } | + | .sidetable{ width: 80%; margin-left: 10%; margin-right: 10%;} |
| + | } |
| + | @media (max-width: 600px){ |
| + | .sidetable{ width: 100%; margin-left: 0px; margin-right: 0px;} |
| + | } |
| | | |
− |
| |
− | .mw-collapsible-toggle{
| |
− | display: block; float: right;
| |
− | border: 1px solid rgb(162, 169, 177);
| |
− | }
| |
− |
| |
− | }
| |
| }} | | }} |