Line 6: | Line 6: | ||
<html> | <html> | ||
<head> | <head> | ||
− | + | ||
+ | <style type="text/css"> | ||
<!-- | <!-- | ||
+ | /********************************* DEFAULT WIKI SETTINGS ********************************/ | ||
+ | |||
+ | #sideMenu, #top_title {display:none;} | ||
+ | |||
+ | #content{ | ||
+ | width: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2016/8/83/Tokyo_Tech_Background.png"); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center center; | ||
+ | background-size: cover; | ||
+ | background-attachment: fixed; | ||
+ | } | ||
+ | #globalWrapper, #content{ | ||
+ | background-color: transparent; | ||
+ | border: 0px; | ||
+ | } | ||
+ | /*********************************/DEFAULT WIKI SETTINGS ********************************/ | ||
+ | |||
+ | |||
+ | /*#logo{ | ||
+ | width: 90%; | ||
+ | min-width: 880px; | ||
+ | max-width: 1100px; | ||
+ | color: #ffffff; | ||
+ | // position: absolute; | ||
+ | margin: 0 auto; | ||
+ | padding: 2px; | ||
+ | border: 3px solid #583612; | ||
+ | border-radius: 5px; /* CSS3 */ | ||
+ | /* -webkit-border-radius: 5px; /* for Safari,Google Chrome */ | ||
+ | /* -moz-border-radius: 5px; /* for Firefox */ | ||
+ | |||
+ | /*} | ||
+ | #inner_logo{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 9px solid #583612; | ||
+ | background-color:rgba(255,255,255,0.5) | ||
+ | }*/ | ||
+ | #under_logo{ | ||
+ | width: 880px; | ||
+ | // midth: 90%; | ||
+ | // min-width: 880px; | ||
+ | // max-width: 1100px; | ||
+ | margin: 5px auto 0; | ||
+ | } | ||
+ | #under_logo img{ | ||
+ | float: left; | ||
+ | } | ||
+ | p#logo_sentence{ | ||
+ | font-family: "Times New Roman"; | ||
+ | font-size: 30px; | ||
+ | text-align: center; | ||
+ | font-style: italic; | ||
+ | color: #583612; | ||
+ | float: left; | ||
+ | margin-left: 100px; | ||
+ | margin-right: 100px; | ||
+ | } | ||
+ | p#logo_image_space1{ | ||
+ | width: 30px; | ||
+ | float: left; | ||
+ | } | ||
+ | p#logo_image_space2{ | ||
+ | width: 40px; | ||
+ | float: left; | ||
+ | } | ||
/****************************** About Menu ************************************/ | /****************************** About Menu ************************************/ | ||
#menu_list_division{ | #menu_list_division{ | ||
Line 68: | Line 138: | ||
} | } | ||
− | .drop_menu{ | + | #main_contents .drop_menu{ |
visibility: hidden; | visibility: hidden; | ||
position: absolute; | position: absolute; | ||
Line 120: | Line 190: | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <div id="logo"> | ||
+ | <div id="inner_logo" align="center"> | ||
+ | <a href="https://2016.igem.org/Team:Tokyo_Tech"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/7/7c/T--Tokyo_Tech--Topnew.png" height="300px" /> | ||
+ | </a> | ||
+ | </div><!-- /inner_logo --> | ||
+ | </div><!-- /logo --> | ||
+ | |||
+ | <div class="clear"></div><!-- /clear --> | ||
<div id="menu_list_division"> | <div id="menu_list_division"> | ||
<ul id="menu_list" class="menu_list_class"> | <ul id="menu_list" class="menu_list_class"> |
Revision as of 00:48, 19 October 2016