Changes

3,292 bytes removed ,  08:53, 25 March 2020
Replaced content with "Image:Img_carte_qc.png"
Line 1: Line 1: −
<!DOCTYPE html>
+
[[Image:Img_carte_qc.png]]
<html>
  −
<head>
  −
    <meta charset="utf-8">
  −
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  −
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  −
 
  −
    <style>
  −
 
  −
 
  −
        td {
  −
            padding-top: 15px;
  −
            padding-left: 80px;
  −
        }
  −
 
  −
 
  −
        div.ex1 {
  −
            margin-left: 15px;
  −
        }
  −
 
  −
        .img2:hover {
  −
            opacity: 0.7;
  −
        }
  −
 
  −
        a {
  −
            color: #72b2ea;
  −
        }
  −
 
  −
            a:visited {
  −
                color: #72b2ea;
  −
            }
  −
 
  −
        .txtbloq {
  −
            font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif !important;
  −
            font-size: 18px !important;
  −
        }
  −
 
  −
        .container2 {
  −
            background-color: #FFFFFF;
  −
            overflow: hidden;
  −
            /* opacity:0.5; */
  −
            background: rgba(255, 255, 255, 0.95);
  −
            /*font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif !important;*/
  −
            font-family: Arial !important;
  −
            font-size: 18px !important;
  −
        }
  −
 
  −
 
  −
        .parallax {
  −
            /* The image used */
  −
            /*background-image: url("/gcwiki/images/8/8a/MT_783.JPG");*/
  −
            opacity: 1;
  −
            /* Set a specific height
  −
        height: 500px; */
  −
            /* Create the parallax scrolling effect */
  −
            background-attachment: fixed;
  −
            background-position: center;
  −
            background-repeat: no-repeat;
  −
            background-size: cover;
  −
        }
  −
 
  −
        .container3 {
  −
            position: relative;
  −
            /*padding-left: 125px;*/
  −
            /*width: 600%;
  −
            height: 338%;*/
  −
            /*max-width: 400px;*/
  −
        }
  −
 
  −
        /*.container3 img {
  −
                width: 50%;
  −
                height: auto;
  −
            }*/
  −
 
  −
 
  −
        body {
  −
            /*overflow-y: no-display !important;
  −
            overflow-x: no-display !important;*/
  −
            overflow: hidden;
  −
        }
  −
 
  −
        .firstHeading {
  −
            display: none !important;
  −
        }
  −
    </style>
  −
</head>
  −
 
  −
<body>
  −
    <section class="super-body">
  −
 
  −
        <nav class="navbar navbar-inverse navbar-fixed-top">
  −
            <div class="container">
  −
                <div class="navbar-header">
  −
                    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> Toggle navigation </button>
  −
                    <a href="http://www.gcpedia.gc.ca/"><img src="http://www.gcpedia.gc.ca/gcwiki/images/1/12/CIBI_GCpedia.png" alt="GCpedia" class="align-top" /></a>
  −
                </div>
  −
                <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  −
                    <ul class="nav navbar-nav navbar-right"></ul>
  −
 
  −
                </div>
  −
            </div>
  −
        </nav>
  −
 
  −
        <div class="col-sm-offset-1 col-md-12">
  −
            <div class="parallax">
  −
                <div class="container2">
  −
                    <object width="470" height="600" type="application/pdf" style="width:480px; height:620px; overflow: hidden;" data="https://www.gcpedia.gc.ca/gcwiki/images/3/30/Carte_QC.pdf"></object>
  −
                </div>
  −
            </div>
  −
        </div>
  −
 
  −
    </section>
  −
 
  −
 
  −
</body>
  −
</html>
  −
{{gcpedicure css}}