Difference between revisions of "Template:Swiper"

Line 88: Line 88:
 
             color: #333;
 
             color: #333;
 
             text-align: justify;
 
             text-align: justify;
 +
        }
 +
        .container .text-center p {
 +
            text-align: center;
 
         }
 
         }
 
         .img-responsive {
 
         .img-responsive {
Line 320: Line 323:
  
 
     </style>
 
     </style>
    <script type="application/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 
 
    <script type="application/javascript">
 
        $(document).ready(function () {
 
            /* remove igem mess */
 
            $("#content").removeClass("mw-body").attr("id", "");
 
            $("#mw-content-text").removeClass("mw-content-ltr").attr("id", "");
 
            $("#HQ_page").attr("id", "");
 
            $("#bodyContent").attr("id", "");
 
            $("#globalWrapper").attr("id", "");
 
        });
 
        $(window).load(function () {
 
            setTimeout(function () {
 
                $(".container").fadeIn();
 
            }, 150);
 
            $("#home_logo").remove();
 
            $("#sideMenu").remove();
 
            $("#top_title").remove();
 
            $("#patrollink").remove();
 
        });
 
    </script>
 
 
</head>
 
</head>
 
<body>
 
<body>

Revision as of 21:15, 1 November 2017