Difference between revisions of "Team:Tokyo Tech/test/keseru"

(Created page with "<html> <title>Test Menu</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Bootstrap CSS --> <li...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
+
<head>
 
     <title>Test Menu</title>
 
     <title>Test Menu</title>
 
     <meta charset="UTF-8">
 
     <meta charset="UTF-8">
Line 8: Line 8:
 
       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
 
       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  
 +
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
 +
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
 +
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
  
<body>
+
<style>
 +
        #home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin-left:0px; margin-top: -15px; padding:0px; width:100%;}
 +
body {background-color:white; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
 
 +
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
 +
 
 +
<!--
 +
/* Fix top panel Bootstrap issues. Patch by iGEM Stockholm 2015. Include this stylesheet in your header, after Bootstrap, to restore the original style to the top menu.*/
 +
       
 +
        top_menu_14,
 +
        #top_menu_under,
 +
        #top_menu_inside {
 +
            box-sizing: initial;
 +
        }
 +
       
 +
        top_menu_inside {
 +
            margin-left: 20px;
 +
        }
 +
       
 +
        bars_box,
 +
        #menu_BarsBox,
 +
        h5 {
 +
            -webkit-box-sizing: initial;
 +
            box-sizing: initial;
 +
            line-height: normal;
 +
        }
 +
       
 +
        menu_BarsBox > h5 {
 +
            color: rgb(0, 0, 0);
 +
            font-family: arial, sans-serif;
 +
            font-size: 12px;
 +
            line-height: normal;
 +
            margin-bottom: 0px;
 +
            margin-top: 0px;
 +
            font-weight: bold;
 +
        }
 +
       
 +
        .accordion-content li {
 +
            -height: 18px;
 +
            -webkit-box-sizing: initial;
 +
            box-sizing: initial;
 +
        }
 +
       
 +
        .accordion-header,
 +
        .active-header,
 +
        .accordion-header_noaction {
 +
            -webkit-box-sizing: initial;
 +
            box-sizing: initial;
 +
            color: rgb(101, 100, 89);
 +
            font-family: Arial, Gadget, sans-serif;
 +
            font-size: 13.92px;
 +
            font-weight: bold;
 +
            line-height: normal;
 +
            margin: 0;
 +
        }
 +
 
 +
 
 +
#sideMenu, #top_title {
 +
  display:none;
 +
}
 +
 
 +
 
 +
#sideMenu {
 +
  width: 200px;
 +
  position: fixed;
 +
}
 +
 
 +
#content {
 +
width: 100% !important;
 +
padding:0px;
 +
margin-top:-7px;
 +
margin: auto;
 +
}
 +
     
 +
.expand_Submenus { height:30px |!important;}
 +
 
 +
.menuDisplay.MainPage_menu.main.expand_Submenu { height: 30px |!important;}
 +
{
 +
width: 170 |!important;
 +
}
 +

 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 +
-->
 +
 
 +
</style>
  
  
Line 47: Line 137:
 
       </div>
 
       </div>
 
     </nav>
 
     </nav>
 +
</head>
 +
 +
 +
 +
<body>
  
<script type="text/javascript">
 
    $('div#content').removeAttr('id').attr('id', 'contentBox');
 
    $('a#top').remove();
 
    $('div#top_title').remove();
 
    $('div#HQ_page').removeAttr('id');
 
    $('div.mw-body').removeAttr('class');
 
    $('div#mw-content-text').removeAttr('id');
 
    $('div#bodyContent').removeAttr('id');
 
    $('div.mw-content-ltr>p').addClass('meta');
 
    $('div.mw-content-ltr').removeAttr('class');
 
</script>
 
  
  
  
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
 
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
 
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 13:25, 16 August 2018

Test Menu