(70 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | width: | + | width: 14%; |
height:100vh; | height:100vh; | ||
position:fixed; | position:fixed; | ||
Line 19: | Line 19: | ||
float:right; | float:right; | ||
background-color:#f2f2f2; | background-color:#f2f2f2; | ||
− | text-align: | + | text-align:left; |
left:86%; | left:86%; | ||
} | } | ||
+ | |||
+ | .menu_wrapper img { | ||
+ | width: 100%; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | |||
/* styling for the menu items */ | /* styling for the menu items */ | ||
Line 38: | Line 45: | ||
color:#000000; | color:#000000; | ||
background-color: #72c9b6; | background-color: #72c9b6; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* remove bullets from the main menu - accordion class */ | ||
+ | .accordion { | ||
+ | list-style: none; | ||
} | } | ||
Line 168: | Line 181: | ||
.content_wrapper { | .content_wrapper { | ||
width: 85%; | width: 85%; | ||
− | |||
padding:10px 0px; | padding:10px 0px; | ||
float:left; | float:left; | ||
Line 193: | Line 205: | ||
width: 50%; | width: 50%; | ||
} | } | ||
+ | |||
.half_size img { | .half_size img { | ||
padding: 10px 15px; | padding: 10px 15px; | ||
Line 204: | Line 217: | ||
.third_size img { | .third_size img { | ||
padding: 10px 15px; | padding: 10px 15px; | ||
− | width: | + | width: 92%; |
} | } | ||
Line 213: | Line 226: | ||
.highlight { | .highlight { | ||
− | width: 90% | + | width: 90%; |
− | + | ||
padding: 15px 5px; | padding: 15px 5px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | .gray { | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
} | } | ||
− | . | + | .blue { |
− | + | background-color: #c0d5f7; | |
− | + | } | |
− | margin: | + | |
− | + | ||
− | + | /* image slider styling */ | |
+ | ul.image_slider { | ||
+ | list-style: none; | ||
+ | margin: 0px -19px; | ||
} | } | ||
Line 234: | Line 253: | ||
padding:5px 15px; | padding:5px 15px; | ||
border-bottom:0px; | border-bottom:0px; | ||
− | color:#72c9b6; | + | color: #72c9b6; |
} | } | ||
Line 338: | Line 357: | ||
#content {width:100%; } | #content {width:100%; } | ||
.menu_wrapper {width:15%;} | .menu_wrapper {width:15%;} | ||
− | |||
.menu_item {display:block;} | .menu_item {display:block;} | ||
.icon {display:none;} | .icon {display:none;} | ||
Line 345: | Line 363: | ||
− | /* IF THE SCREEN IS LESS THAN | + | /* IF THE SCREEN IS LESS THAN 800PX */ |
− | @media only screen and (max-width: | + | @media only screen and (max-width: 800px) { |
.collapsable_menu_control { display:block;} | .collapsable_menu_control { display:block;} | ||
.menu_item {display:none;} | .menu_item {display:none;} | ||
− | .menu_wrapper { width:100%; height: 15%; position:relative;} | + | .menu_wrapper { width:100%; height: 15%; position:relative; left:0%;} |
.content_wrapper {width:100%; margin-left:0px;} | .content_wrapper {width:100%; margin-left:0px;} | ||
.column.half_size {width:100%; } | .column.half_size {width:100%; } | ||
+ | .column.third_size {width:100%; } | ||
.column img { width: 100%; padding: 5px 0px;} | .column img { width: 100%; padding: 5px 0px;} | ||
.icon {display:block;} | .icon {display:block;} | ||
.highlight {padding:15px 5px;} | .highlight {padding:15px 5px;} | ||
+ | .menu_wrapper img { width: 30%; margin-left: 35%;} | ||
} | } | ||
Line 377: | Line 397: | ||
+ | <div class="menu_wrapper" > | ||
+ | |||
+ | <a href=""> <img src="http://placehold.it/200x100/d3d3d3/f2f2f2"></a> | ||
+ | |||
+ | <div class="collapsable_menu_control"> MENU 三 </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <ul id="accordion" class="accordion"> | ||
+ | |||
+ | |||
+ | <li class="menu_item"> <div class="icon plus"></div> COMMUNITY | ||
+ | <ul class="submenu"> | ||
+ | <li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu_item"> <div class="icon plus"></div> COMPETITION | ||
+ | <ul class="submenu"> | ||
+ | <li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | <li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> CALENDAR </a> </li> | ||
+ | |||
+ | |||
+ | <li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> GIANT JAMBOREE</a> </li> | ||
+ | |||
+ | <li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> SAFETY </a> </li> | ||
+ | |||
+ | <li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> JUDGING </a> </li> | ||
+ | |||
+ | |||
+ | <li class="menu_item"> <div class="icon plus"></div> RESOURCES | ||
+ | <ul class="submenu"> | ||
+ | <li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="menu_item"> <div class="icon plus"></div> ABOUT | ||
+ | <ul class="submenu"> | ||
+ | <li> <a href=" https://2016.igem.org/Team:Example/Team"> Team List </a> </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | <li class="menu_item"> <a href="https://2016.igem.org/Team:Example"> SITEMAP </a> </li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | |||
+ | </div> | ||
Line 386: | Line 461: | ||
<div class="column full_size" > | <div class="column full_size" > | ||
− | <img src="http://placehold.it/ | + | |
+ | <ul class="image_slider"> | ||
+ | |||
+ | <li><img src="http://placehold.it/1200x400/d3d3d3/f2f2f2"></li> | ||
+ | |||
+ | </ul> | ||
</div> | </div> | ||
Line 392: | Line 472: | ||
− | |||
− | < | + | |
+ | <div class="column third_size "> | ||
+ | <div class="highlight gray"> | ||
+ | <img src="http://placehold.it/800x200/d3d3d3/f2f2f2"> | ||
<h2>TESTING </h2> | <h2>TESTING </h2> | ||
<p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no. | <p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no. | ||
</p> | </p> | ||
− | + | </div> | |
− | </div> | + | </div> |
− | + | ||
<div class="column third_size" > | <div class="column third_size" > | ||
− | <img src="http://placehold.it/ | + | |
+ | <img src="http://placehold.it/800x200/d3d3d3/f2f2f2"> | ||
<h2>TESTING </h2> | <h2>TESTING </h2> | ||
− | <p>Lorem ipsum | + | <p>Lorem ipsum dolo</p> |
− | </p> | + | |
</div> | </div> | ||
Line 420: | Line 502: | ||
<div class="column third_size" > | <div class="column third_size" > | ||
+ | <div class="highlight gray"> | ||
− | <img src="http://placehold.it/ | + | <img src="http://placehold.it/800x200/d3d3d3/f2f2f2"> |
Line 428: | Line 511: | ||
</p> | </p> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <div class="clear"></div> | ||
+ | |||
+ | |||
+ | <div class="column half_size "> | ||
+ | |||
+ | <img src="http://placehold.it/800x500/d3d3d3/f2f2f2"> | ||
+ | |||
+ | <p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no. | ||
+ | </p> | ||
</div> | </div> | ||
Line 438: | Line 531: | ||
+ | <div class="column half_size" > | ||
− | < | + | <img src="http://placehold.it/800x500/d3d3d3/f2f2f2"> |
+ | <p>Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no. | ||
+ | </p> | ||
+ | </div> | ||
− | |||
− | + | </div> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 473: | Line 561: | ||
$("#HQ_page").attr('id',''); | $("#HQ_page").attr('id',''); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | //name setup | ||
if ( wgPageName.substring( 0, 8) == "Template") { // if the page is a template it displays the full name in a single line | if ( wgPageName.substring( 0, 8) == "Template") { // if the page is a template it displays the full name in a single line | ||
Line 492: | Line 587: | ||
+ | //menu functionality | ||
$('#accordion').find('.menu_item').click(function(){ | $('#accordion').find('.menu_item').click(function(){ | ||
− | //Expand or collapse | + | //Expand or collapse the panel that was clicked |
submenu = $(this).find('.submenu'); | submenu = $(this).find('.submenu'); | ||
submenu.toggle(); | submenu.toggle(); | ||
+ | //Place the appropriate icon state on the panel that was clicked | ||
icon = $(this).find('.icon'); | icon = $(this).find('.icon'); | ||
Line 508: | Line 605: | ||
} | } | ||
− | //Hide the other panels | + | //Hide the other panels and switch all other icons to closed state |
$(".submenu").not(submenu).hide(); | $(".submenu").not(submenu).hide(); | ||
$(".icon").not(icon).removeClass("less").addClass("plus"); | $(".icon").not(icon).removeClass("less").addClass("plus"); | ||
Line 521: | Line 618: | ||
$(".menu_item").show(); | $(".menu_item").show(); | ||
}); | }); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | //image slider | ||
+ | |||
+ | $(function () { | ||
+ | |||
+ | var change_img_time = 3000; | ||
+ | var transition_speed = 450; | ||
+ | |||
+ | var simple_slideshow = $(".image_slider"), | ||
+ | listItems = simple_slideshow.children('li'), | ||
+ | listLen = listItems.length, | ||
+ | i = 0, | ||
+ | |||
+ | change_images = function () { | ||
+ | |||
+ | listItems.eq(i).fadeOut(transition_speed, function () { | ||
+ | |||
+ | i += 1; | ||
+ | if (i === listLen) { | ||
+ | i = 0; | ||
+ | } | ||
+ | |||
+ | listItems.eq(i).fadeIn(transition_speed); | ||
+ | }); | ||
+ | }; | ||
+ | |||
+ | listItems.not(':first').hide(); | ||
+ | setInterval( change_images, change_img_time); | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
+ | |||
+ | // load info from another page | ||
+ | |||
+ | // to use this function send the "source page" and then send the div's id to where you want to send it | ||
+ | load_these_items ( "https://2016.igem.org/Archive #load_these_newsItems", "load_newsItems_here"); | ||
}); | }); | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
Latest revision as of 20:12, 9 November 2016
TESTING
Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
TESTING
Lorem ipsum dolo
TESTING
Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.
Lorem ipsum dolor sit amet, augue graeci ea per, ex nam dicat noster eligendi. Ne duo nonumy ponderum patrioque. Omnesque deseruisse usu at, an everti delenit lobortis eam. Nec solum sapientem salutandi ea, elitr indoctum dissentiunt pri no.