Difference between revisions of "Team:MIT"

(Replaced content with "<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { background-color: #bfe8fb; margin...")
Line 2: Line 2:
 
<head>
 
<head>
 
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <style>
+
     <style type="text/css">
         body {
+
         #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, #sideMenu, #menubar, .logo_2017, .printfooter, .firstHeading,.visualClear {
             background-color: #bfe8fb;
+
            display: none;
             margin: 0;
+
        } /*-- hides default wiki settings --*/
 +
 
 +
        #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/
 +
            border: 0 none;
 +
            height: 14px;
 +
            z-index: 100;
 +
            top: 0;
 +
            position: fixed;
 +
            width: 975px;
 +
            left: 50%;
 +
            margin-left: -487px;
 +
        }
 +
 
 +
        #globalWrapper, #content { /*-- changes default wiki settings --*/
 +
            width: 100%;
 +
            height: 100%;
 +
            border: 0px;
 +
             background-color: transparent;
 +
             margin: 0px;
 +
            padding: 0px;
 +
        }
 +
 
 +
        html, body, .wrapper { /*-- changes default wiki settings --*/
 +
            width: 100%;
 +
            height: 100%;
 +
            background-color: transparent;
 +
        }
 +
 
 +
        .bg {
 +
            position: top;
 +
            z-index: 1000;
 
         }
 
         }
 
     </style>
 
     </style>
 
</head>
 
</head>
 
<body>
 
<body>
 
 
<img class="bg" src="https://i.imgur.com/hmlVdZf.png" style="width:100%">
 
<img class="bg" src="https://i.imgur.com/hmlVdZf.png" style="width:100%">
 
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 13:41, 27 June 2018