Team:HokkaidoU Japan
From 2011.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<html> | <html> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | $(document).ready( function(){ | |
- | + | $('#lofslidecontent45').lofJSidernews({ | |
- | + | interval : 4000, | |
- | + | direction : 'opacitys', | |
- | + | easing : 'easeInOutExpo', | |
- | + | duration : 1200, | |
- | + | auto : false, | |
+ | maxItemDisplay : 4, | ||
+ | navPosition : 'horizontal', | ||
+ | navigatorHeight : 32, | ||
+ | navigatorWidth : 80, | ||
+ | mainWidth : 980, | ||
+ | buttons : { | ||
+ | previous : $('#lofslidecontent45 .lof-previous') , | ||
+ | next : $('#lofslidecontent45 .lof-next') | ||
+ | } | ||
}); | }); | ||
+ | }); | ||
</script> | </script> | ||
<style> | <style> | ||
- | + | @charset "utf-8"; | |
+ | .lof-slidecontent, .lof-slidecontent a { | ||
+ | color:#FFF; | ||
+ | } | ||
+ | .lof-slidecontent a.readmore{ | ||
+ | color:#58B1EA; | ||
+ | font-size:95%; | ||
+ | } | ||
+ | .lof-slidecontent{ | ||
position:relative; | position:relative; | ||
+ | overflow:hidden; | ||
+ | border:#F4F4F4 solid 1px; | ||
+ | } | ||
+ | .lof-slidecontent .preload{ | ||
+ | height:100%; | ||
+ | width:100%; | ||
+ | position:absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | z-index:100000; | ||
+ | text-align:center; | ||
+ | background:#FFF | ||
+ | } | ||
+ | .lof-slidecontent .preload div{ | ||
+ | height:100%; | ||
+ | width:100%; | ||
+ | background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%; | ||
+ | } | ||
+ | .lof-main-outer{ | ||
+ | position:relative; | ||
+ | height:100%; | ||
+ | width:900px; | ||
+ | z-index:3px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | /*******************************************************/ | ||
+ | .lof-main-item-desc{ | ||
+ | z-index:100px; | ||
+ | position:absolute; | ||
+ | bottom:50px; | ||
+ | left:0px; | ||
+ | width:350px; | ||
+ | background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); | ||
+ | background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); | ||
+ | background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); | ||
+ | background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); | ||
+ | background: linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); | ||
+ | height:100px; | ||
+ | opacity:0.7; | ||
+ | padding:10px; | ||
+ | } | ||
+ | .lof-main-item-desc p{ | ||
+ | margin:0 8px; | ||
+ | padding:8px 0 | ||
+ | } | ||
+ | .lof-main-item-desc h3{ | ||
+ | padding:0; | ||
+ | margin:0 | ||
+ | } | ||
+ | .lof-main-item-desc h2{ | ||
+ | padding:0; | ||
+ | margin:15px 0 0 0px; | ||
+ | } | ||
+ | .lof-main-item-desc h3 a{ | ||
+ | margin:0; | ||
+ | background:#C01F25; | ||
+ | font-size:75%; | ||
+ | padding:2px 3px; | ||
+ | font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif; | ||
+ | text-transform:uppercase; | ||
+ | text-decoration:none | ||
+ | } | ||
+ | .lof-main-item-desc h3 a:hover{ | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | .lof-main-item-desc h3 i { | ||
+ | font-size:70%; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | /* main flash */ | |
- | + | ul.lof-main-wapper{ | |
- | + | /* margin-right:auto; */ | |
- | + | overflow:hidden; | |
- | + | background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%; | |
- | + | padding:0px; | |
- | + | margin:0; | |
+ | position:absolute; | ||
+ | overflow:hidden; | ||
+ | } | ||
- | + | ul.lof-main-wapper li{ | |
- | + | overflow:hidden; | |
- | + | padding:0px; | |
- | + | margin:0px; | |
- | + | float:left; | |
- | + | position:relative; | |
- | + | } | |
- | + | .lof-opacity li{ | |
- | + | position:absolute; | |
+ | top:0; | ||
+ | left:0; | ||
+ | float:inherit; | ||
+ | } | ||
+ | ul.lof-main-wapper li img{ | ||
+ | padding:0px; | ||
+ | } | ||
- | + | /* item navigator */ | |
- | + | .lof-navigator-wapper { | |
- | + | position:absolute; | |
- | + | bottom:10px; | |
- | + | right:10px; | |
+ | background:url(../images/transparent_bg.png) repeat; | ||
+ | padding:5px 0px; | ||
+ | } | ||
+ | .lof-navigator-outer{ | ||
+ | position:relative; | ||
+ | z-index:100; | ||
+ | height:180px; | ||
+ | width:310px; | ||
+ | overflow:hidden; | ||
+ | color:#FFF; | ||
+ | float:left | ||
+ | } | ||
+ | ul.lof-navigator{ | ||
+ | top:0; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | position:absolute; | ||
+ | width:100%; | ||
+ | } | ||
+ | ul.lof-navigator li{ | ||
+ | cursor:hand; | ||
+ | cursor:pointer; | ||
+ | list-style:none; | ||
+ | padding:0; | ||
+ | margin-left:0px; | ||
+ | overflow:hidden; | ||
+ | float:left; | ||
+ | display:block; | ||
- | + | text-align:center; | |
- | + | } | |
- | + | ul.lof-navigator li img{ | |
- | + | border:#666 solid 3px; | |
- | + | } | |
- | + | ul.lof-navigator li.active img, ul.lof-navigator li:hover img { | |
- | + | border:#A8A8A8 solid 3px; | |
+ | } | ||
+ | .lof-navigator-wapper .lof-next, .lof-navigator-wapper .lof-previous{ | ||
+ | display:block; | ||
+ | width:22px; | ||
+ | height:30px; | ||
+ | color:#FFF; | ||
+ | cursor:pointer; | ||
- | + | } | |
- | + | .lof-navigator-wapper .lof-next { | |
- | + | float:left; | |
- | + | text-indent:-999px; | |
- | + | margin-right:5px; | |
- | + | background:url(../images/arrow-l.png) no-repeat right center; | |
- | + | } | |
+ | .lof-navigator-wapper .lof-previous { | ||
+ | float:left; | ||
+ | text-indent:-999px; | ||
+ | margin-left:5px; | ||
+ | background:url(../images/arrow-r.png) no-repeat left center; | ||
+ | } | ||
+ | </style> | ||
+ | <div id="lofslidecontent45" class="lof-slidecontent" style="width:980px; height:340px;"> | ||
+ | <div class="preload"><div></div></div> | ||
+ | <div class="lof-main-outer" style="width:980px; height:340px;"> | ||
+ | <ul class="lof-main-wapper"> | ||
+ | <li> | ||
+ | <img src="images/thumbl_980x340.png" title="Newsflash 2" > | ||
+ | <div class="lof-main-item-desc"> | ||
+ | <h3><a target="_parent" title="Newsflash 1" href="#Category-1">/ Newsflash 1 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | ||
+ | <h2>Content of Newsflash 1</h2> | ||
+ | <p>The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content,... | ||
+ | <a class="readmore" href="#">Read more </a> | ||
+ | </p> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="images/thumbl_980x340_002.png" title="Newsflash 1" > | ||
+ | <div class="lof-main-item-desc"> | ||
+ | <h3><a target="_parent" title="Newsflash 2" href="#Category-2">/ Newsflash 2 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | ||
+ | <h2>Content of Newsflash 2</h2> | ||
+ | <p>Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are... | ||
+ | <a class="readmore" href="#">Read more </a> | ||
+ | </p> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="images/thumbl_980x340_003.png" title="Newsflash 3" > | ||
+ | <div class="lof-main-item-desc"> | ||
+ | <h3><a target="_parent" title="Newsflash 3" href="#Category-3">/ Newsflash 3 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | ||
+ | <h2>Content of Newsflash 3</h2> | ||
+ | <p>With a library of thousands of free Extensions, you can add what you need as your site grows. Don't... | ||
+ | <a class="readmore" href="#">Read more </a> | ||
+ | </p> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
- | + | <img src="images/thumbl_980x340_004.png" title="Newsflash 5" > | |
- | + | <div class="lof-main-item-desc"> | |
- | + | <h3><a target="_parent" title="Newsflash 4" href="#Category-4">/ Newsflash 4 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | |
- | + | <h2>Content of Newsflash 4</h2> | |
- | + | <p>Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web... | |
- | + | <a class="readmore" href="#">Read more </a> | |
- | + | </p> | |
- | + | </div> | |
- | + | </li> | |
- | + | ||
- | + | <li> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <img src="images/thumbl_980x340_005.png" title="Newsflash 5" > | |
- | + | <div class="lof-main-item-desc"> | |
- | + | <h3><a target="_parent" title="Newsflash 5" href="#">/ Newsflash 5 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | |
- | + | <h2>Content of Newsflash 5</h2> | |
- | + | <p>Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web... | |
- | + | <a class="readmore" href="#">Read more </a> | |
- | + | </p> | |
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
- | + | <img src="images/thumbl_980x340_006.png" title="Newsflash 5" > | |
- | + | <div class="lof-main-item-desc"> | |
- | + | <h3><a target="_parent" title="Newsflash 6" href="#">/ Newsflash 6 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | |
- | <h3> | + | <h2>Content of Newsflash 6</h2> |
- | + | <p>Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web... | |
- | + | <a class="readmore" href="#">Read more </a> | |
- | + | </p> | |
- | + | </div> | |
- | + | </li> | |
- | + | <li> | |
- | <h3> | + | <img src="images/thumbl_980x340_007.png" title="Newsflash 5" > |
- | + | <div class="lof-main-item-desc"> | |
- | + | <h3><a target="_parent" title="Newsflash 7" href="#">/ Newsflash 7 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> | |
- | + | <h2>Content of Newsflash 7</h2> | |
- | + | <p>Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web... | |
- | + | <a class="readmore" href="#">Read more </a> | |
- | + | </p> | |
- | + | </div> | |
- | + | </li> | |
- | + | <li> | |
- | + | <img src="images/thumbl_980x340_008.png" title="Newsflash 8" > | |
- | + | <div class="lof-main-item-desc"> | |
- | </div> | + | <h3><a target="_parent" title="Newsflash 8" href="#">/ Newsflash 8 /</a> <i> — Monday, February 15, 2010 12:42</i></h3> |
- | + | <h2>Content of Newsflash 8</h2> | |
+ | <p>Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web... | ||
+ | <a class="readmore" href="#">Read more </a> | ||
+ | </p> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="lof-navigator-wapper"> | ||
+ | |||
+ | <div onclick="return false" href="" class="lof-next">Next</div> | ||
+ | <div class="lof-navigator-outer"> | ||
+ | <ul class="lof-navigator"> | ||
+ | <li><img src="images/thumbs/thumbl_980x340.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_002.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_003.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_004.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_005.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_006.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_007.png" /></li> | ||
+ | <li><img src="images/thumbs/thumbl_980x340_008.png" /></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div onclick="return false" href="" class="lof-previous">Previous</div> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> | ||
== トップページ建設予定地 == | == トップページ建設予定地 == | ||
今日から本気出す | 今日から本気出す | ||
+ | |||
+ | デザインは後でやる | ||
{{Team:HokkaidoU_Japan/footer}} | {{Team:HokkaidoU_Japan/footer}} |
Revision as of 23:14, 4 October 2011
HokkaidoU Japan
iGEM 2011 Team of Hokkaido University