Team:Tokyo Tech/Modeling/Urea-cooler/figures
From 2011.igem.org
(Difference between revisions)
Line 40: | Line 40: | ||
list-style: none; | list-style: none; | ||
float: left; | float: left; | ||
- | height: | + | height: 30px; |
width: 946px; | width: 946px; | ||
} | } | ||
Line 61: | Line 61: | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
- | font-size: | + | font-size: 16px; |
opacity: 0.8; | opacity: 0.8; | ||
list-style: none; | list-style: none; | ||
Line 85: | Line 85: | ||
background-color: #EFEBEC; | background-color: #EFEBEC; | ||
color: #000000; | color: #000000; | ||
+ | font-size:13px; | ||
} | } | ||
Line 92: | Line 93: | ||
left: 0; | left: 0; | ||
clear: both; | clear: both; | ||
- | height: | + | height: 190px; |
} | } | ||
.main | .main | ||
Line 157: | Line 158: | ||
.thumb p | .thumb p | ||
{ | { | ||
- | text-indent: | + | text-indent: 2em; |
margin: 30px; | margin: 30px; | ||
} | } | ||
Line 207: | Line 208: | ||
} | } | ||
- | window.onload = function() { | + | function getElementsByClass() { |
+ | var classElements = new Array(); | ||
+ | var allElements = document.getElementsByTagName("*"); | ||
+ | for (i = 0 ; i < allElements.length; i++) { | ||
+ | if (allElements[i].className == 'firstHeading') { | ||
+ | allElements[i].style.display = 'none'; | ||
+ | // window.alert('発見。'); | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | window.onload = function() { | ||
+ | getElementsByClass(); | ||
var menu = window.document.getElementById('TopMenu'); | var menu = window.document.getElementById('TopMenu'); | ||
if(menu==null) | if(menu==null) | ||
Line 296: | Line 309: | ||
<!-- left menu list --> | <!-- left menu list --> | ||
- | <div style="min-height: | + | <div style="min-height: 6600px; float: left;"> |
<div id="LeftMenu"> | <div id="LeftMenu"> | ||
<!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE --> | <!--list of page menu: DO NOT WRITE LINKS NOT WRITTEN IN THIS PAGE --> |
Revision as of 00:15, 6 October 2011