Difference between revisions of "Template:Main2019"

 
(32 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
 
+
#home_logo, #sideMenu, #sideMenu, #top_title, .patrollink {display:none;}
#home_logo, #sideMenu { display:none; }
+
#content {margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
#sideMenu, #top_title, .patrollink {display:none;}
+
body {background-color:white;}
#content {   margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {margin-bottom: 0px;}
body {background-color:white; }
+
#bodyContent a[href ^="https://"], .link-https {padding-right:0px;}
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
 
+
/*#top_menu_under, #top_menu_14 { display:none;}*/
+
 
+
#bodyContent a[href ^="https://"], .link-https { padding-right:0px;}
+
  
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
Line 58: Line 53:
  
 
#all_menu_items{ display:block;}
 
#all_menu_items{ display:block;}
 +
 +
  
 
/*menu item styling // layer one*/
 
/*menu item styling // layer one*/
Line 140: Line 137:
 
}
 
}
  
 +
 +
 +
 
/*submenu item styling // layer two*/
 
/*submenu item styling // layer two*/
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
Line 172: Line 172:
 
/* submenu access styling if its inside a submenu */
 
/* submenu access styling if its inside a submenu */
 
.igem_submenu > .submenu_access {
 
.igem_submenu > .submenu_access {
    background-color: #e8e8e8;
+
background-color: #e8e8e8;
    border-bottom: 1px solid #dcdcdc;
+
    border-bottom: 1px solid #dcdcdc;
    padding: 8.5px 3% 11.5px 3%;
+
    padding: 8.5px 3% 11.5px 3%;
 
+
 
}
 
}
  
Line 202: Line 201:
 
}
 
}
  
 +
 
.submenu_item.subsection_title:hover{
 
.submenu_item.subsection_title:hover{
 
background-color:#e8e8e8;
 
background-color:#e8e8e8;
Line 216: Line 216:
 
display:none;
 
display:none;
 
}
 
}
 
  
 
.subsubmenu_item {
 
.subsubmenu_item {
Line 233: Line 232:
 
}
 
}
  
 +
 +
 
/*mobile menu bar styling*/
 
/*mobile menu bar styling*/
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
Line 245: Line 246:
 
margin-top: 0;
 
margin-top: 0;
 
padding: 5px 0;
 
padding: 5px 0;
 +
position:fixed;
 
width:100%;  
 
width:100%;  
 
}
 
}
Line 270: Line 272:
 
}
 
}
  
 +
  
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
Line 275: Line 278:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
 +
 +
 
/* general wrapper for the content */
 
/* general wrapper for the content */
 
.igem_content_wrapper {
 
.igem_content_wrapper {
/*width: 88.9%;*/
 
width: -webkit-calc(100% -270px);
 
width:    -moz-calc(100% - 270px);
 
width:  calc(100% - 270px);
 
display:block;
 
 
background-color:white;  
 
background-color:white;  
 +
display:block;
 +
width:-webkit-calc(100% -270px);
 +
width:-moz-calc(100% - 270px);
 +
width:calc(100% - 270px);
 +
 
}
 
}
  
Line 296: Line 301:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
 
/*STYLING */
 
  
 
/*font sizes for all the h titles*/
 
/*font sizes for all the h titles*/
Line 324: Line 327:
 
color: #00a19c;
 
color: #00a19c;
 
font-family: Freeroad_Bold;
 
font-family: Freeroad_Bold;
padding: 5px 0px;
 
 
line-height: initial;
 
line-height: initial;
 +
padding: 5px 0px;
 
}
 
}
  
Line 333: Line 336:
 
color: #212223;   
 
color: #212223;   
 
font-family: Freeroad_Regular;
 
font-family: Freeroad_Regular;
padding: 5px 0px;
 
 
line-height: initial;
 
line-height: initial;
 +
padding: 5px 0px;
 
}
 
}
  
Line 361: Line 364:
 
.igem_content_wrapper a:hover {  
 
.igem_content_wrapper a:hover {  
 
color: #13c0d7;
 
color: #13c0d7;
 +
text-decoration:none;
 +
}
 +
 +
/*for images that are href*/
 +
a.image_href{
 
text-decoration:none;
 
text-decoration:none;
 
}
 
}
Line 368: Line 376:
 
font-family:Arial;  
 
font-family:Arial;  
 
font-size: 130%;
 
font-size: 130%;
padding:0px 20px;
 
 
list-style: disc;
 
list-style: disc;
 +
padding:0px 20px;
 
}
 
}
  
 
/*font size specifications for nested lists and other special cases*/
 
/*font size specifications for nested lists and other special cases*/
 
 
 
.igem_content_wrapper td > ul li, .igem_content_wrapper ol ol li, .igem_content_wrapper ul ol li, .igem_content_wrapper ol ul li, .igem_content_wrapper ul ul li  {  
 
.igem_content_wrapper td > ul li, .igem_content_wrapper ol ol li, .igem_content_wrapper ul ol li, .igem_content_wrapper ol ul li, .igem_content_wrapper ul ul li  {  
 
font-size: 75%;
 
font-size: 75%;
 +
margin-bottom: 10px;
 +
line-height: 18px;
 
}
 
}
  
Line 382: Line 390:
 
/* numbered lists */
 
/* numbered lists */
 
.igem_content_wrapper ol {
 
.igem_content_wrapper ol {
padding:0px;
 
 
font-family:Arial;  
 
font-family:Arial;  
 
font-size: 130%;
 
font-size: 130%;
 +
padding:0px;
 
}
 
}
  
Line 406: Line 414:
 
/* table headers */
 
/* table headers */
 
.igem_content_wrapper th {  
 
.igem_content_wrapper th {  
background-color:#fff;  
+
    background-color: #f2f2f2;
border: 1px solid #d3d3d3;  
+
    border: 1px solid #d3d3d3;
border-collapse: collapse;  
+
    border-collapse: collapse;
font-size: 110%;
+
    font-size: 110%;
padding: 10px;  
+
    padding: 10px;
vertical-align: text-top;  
+
    vertical-align: text-top;
 +
    text-align: left;
 
}
 
}
 
/*hide patrollink */
 
.patrollink {display:none;}
 
 
  
  
Line 457: Line 462:
 
clear:both;
 
clear:both;
 
}
 
}
 +
 
/*add extra space to page break with clear class*/
 
/*add extra space to page break with clear class*/
 
.clear.extra_space {
 
.clear.extra_space {
Line 464: Line 470:
 
/* horizontal gray line to divide the page*/
 
/* horizontal gray line to divide the page*/
 
.line_divider {
 
.line_divider {
    border-top: 1px solid #848484;
+
    border-top: 1px solid #848484;
 
  margin: auto;
 
  margin: auto;
 
   width: 98%;
 
   width: 98%;
Line 476: Line 482:
 
/* softer horizontal gray line to divide the page*/
 
/* softer horizontal gray line to divide the page*/
 
.line_divider.soft {
 
.line_divider.soft {
      border-top: 1px solid #c1c1c1;
+
border-top: 1px solid #c1c1c1;
 
}
 
}
 
 
Line 491: Line 497:
 
background-color: #f2f2f2;  
 
background-color: #f2f2f2;  
 
}
 
}
 
  
 
.highlight.decoration_top {
 
.highlight.decoration_top {
Line 497: Line 502:
 
}
 
}
  
 
 
.highlight.decoration_red_top, .highlight.post_item.decoration_red_top {
 
.highlight.decoration_red_top, .highlight.post_item.decoration_red_top {
 
     border-top: 4px solid #F42534;
 
     border-top: 4px solid #F42534;
Line 518: Line 522:
  
 
/*special image that takes up the entire page*/
 
/*special image that takes up the entire page*/
.full_size_image {  width:100%; margin-top: -59px;}
+
.full_size_image {   
 
+
width:100%;  
 +
margin-top: -60px;
 +
}
  
  
Line 604: Line 610:
 
/************************************************/
 
/************************************************/
  
.igem_content_wrapper p.image_caption {
+
.igem_content_wrapper p.image_caption {
    margin-top: -10px;
+
font-size: 100%;
    padding-top: 0;
+
    margin-top: -10px;
    font-size: 100%;
+
    padding-top: 0;
}
+
}
 +
 +
 
/*Post items*/
 
/*Post items*/
 
/************************************************/
 
/************************************************/
 
 
.highlight.post_item {
 
.highlight.post_item {
 
border: 1px solid #6f7173;
 
border: 1px solid #6f7173;
Line 643: Line 650:
 
border-bottom: 0px;
 
border-bottom: 0px;
 
color: #212223;
 
color: #212223;
font-size: 150%;
 
font-family: Freeroad_Regular;
 
 
float:left;
 
float:left;
 +
font-family: Freeroad_Regular;
 +
font-size: 150%;
 
}
 
}
 
 
 
.highlight.post_item  > .details > .date {
 
.highlight.post_item  > .details > .date {
 +
color: #6f7173;
 +
float: right;
 
font-family: Freeroad_Regular;
 
font-family: Freeroad_Regular;
  font-style: italic;
 
  color: #6f7173;
 
 
font-size: 150%;
 
font-size: 150%;
    float: right;
+
    font-style: italic;
 
}
 
}
 
 
 
.highlight.post_item  > .details > .icon {
 
.highlight.post_item  > .details > .icon {
 
   float: left;
 
   float: left;
  width: 30px;
 
  margin-top: -7px;
 
 
   margin-left: -4px;
 
   margin-left: -4px;
 +
  margin-top: -7px;
 +
width: 30px;
 
}
 
}
  
Line 734: Line 741:
  
  
/*on this page */
+
/*on this page */
 
.on_page::after{
 
.on_page::after{
 
background-image:url('https://static.igem.org/mediawiki/2019/9/9b/Igem_page.svg');
 
background-image:url('https://static.igem.org/mediawiki/2019/9/9b/Igem_page.svg');
Line 744: Line 751:
 
}
 
}
  
/*REVIEW THIS ANA*/
+
 
 
/* center content */
 
/* center content */
.center_content p,
+
p.center_content,
.center_content h1,
+
h1.center_content,
.center_content h2,
+
h2.center_content,
.center_content h3,
+
h3.center_content,
.center_content h4,
+
h4.center_content,
.center_content h5,
+
h5.center_content,
.center_content h6 {
+
h6.center_content,
text-align:center;
+
img.center_content {
 +
margin:auto;
 +
text-align:center!important;
 
}
 
}
 
 
Line 774: Line 783:
 
}
 
}
  
 +
 +
 
/*Image slider/
 
/*Image slider/
 
/************************************************/
 
/************************************************/
Line 855: Line 866:
  
  
/* REVIEW THIS ANA*/
+
 
 
/*Navigation support/
 
/*Navigation support/
 
/************************************************/
 
/************************************************/
  
  
.navigation_support_title {
+
.navigation_support_title {
    width: 200px;
+
background-color: #f2f2f2;
    float: left;
+
    border-radius: 7px;
    height: 25px;
+
color: #797979;
    background-color: #f2f2f2;
+
    cursor: pointer;
    color: #797979;
+
float: left;
    padding: 8px 3.5px 2px 3.5px;
+
    font-size: 120%;
    text-align: center;
+
font-weight: bold;
    margin: 0px 10px 0px 0px;
+
height: 25px;
    border-radius: 7px;
+
margin: 0px 10px 0px 0px;
    cursor: pointer;
+
padding: 8px 3.5px 2px 3.5px;
    font-weight: bold;
+
    text-align: center;
    font-size: 120%;
+
width: 200px;
}
+
}
  
  
 
.navigation_button {   
 
.navigation_button {   
border: 2px solid #c1c1c1;
+
border: 2px solid #c1c1c1;
    border-radius: 15%;
+
    border-radius: 15%;
    color: #797979;
+
    color: #797979;
    font-weight: bold;
+
cursor: pointer;
    cursor: pointer;
+
display: block;
    display: block;
+
float: left;
    float: left;
+
font-size: 120%;
    height: 25px;
+
    font-weight: bold;
    margin-right: 15px;
+
height: 25px;
    padding: 6px 1.5px 0px 1.5px;
+
    margin-right: 15px;
    width: 30px;
+
    padding: 6px 1.5px 0px 1.5px;
    text-align: center;
+
    text-align: center;
    font-size: 120%;
+
    width: 30px;
 
}
 
}
  
Line 908: Line 919:
 
.navigation_button:hover, .title_extra:hover+.navigation_button, .navigation_button.active_navigation_button:hover  {  
 
.navigation_button:hover, .title_extra:hover+.navigation_button, .navigation_button.active_navigation_button:hover  {  
 
background-color: #00a19c;  
 
background-color: #00a19c;  
color: #ffffff;
 
 
border: 2px solid #00a19c;
 
border: 2px solid #00a19c;
 +
color: #ffffff;
 
}
 
}
  
Line 918: Line 929:
  
 
.navigation_button.active_navigation_button {
 
.navigation_button.active_navigation_button {
 +
color: #00a19c;
 
background-color: #f2f2f2;  
 
background-color: #f2f2f2;  
color: #00a19c;
 
 
border: 2px solid #00a19c;
 
border: 2px solid #00a19c;
 
}
 
}
  
 
.track_navigation{
 
width:8.33%;
 
float:left;
 
}
 
 
.track_navigation> img {
 
  opacity: 1.0;
 
}
 
 
 
.track_navigation> img:hover{
 
  opacity: 0.5;
 
}
 
  
 
/*REVIEW THIS ANA*/
 
/*REVIEW THIS ANA*/
 
.title_extra {
 
.title_extra {
 
color: #00a19c;  
 
color: #00a19c;  
 +
display:none;
 
float:left;  
 
float:left;  
 +
margin-right: 20px;
 
padding: 7px 0px;  
 
padding: 7px 0px;  
margin-right: 20px;
 
display:none;
 
 
}
 
}
  
Line 954: Line 951:
 
.title_extra.support_item {
 
.title_extra.support_item {
 
display:block;
 
display:block;
margin-right:0px;
 
 
margin-left: -17px;
 
margin-left: -17px;
 +
margin-right:0px;
 
}
 
}
 
 
Line 968: Line 965:
  
  
 +
/*track navigation */
 +
/************************************************/
 +
 +
.track_navigation{
 +
float:left;
 +
width:8.33%;
 +
}
 +
 +
.track_navigation> img {
 +
opacity: 1.0;
 +
}
 +
 +
 +
.track_navigation> img:hover{
 +
opacity: 0.5;
 +
}
 +
 +
 
/*accordion */
 
/*accordion */
 
/************************************************/
 
/************************************************/
Line 1,037: Line 1,052:
 
}
 
}
  
 +
 +
 +
/*read more class for large sections of text*/
 +
 +
.read_more {
 +
background-color:#00A19B;
 +
border: 1px solid #00A19B;
 +
border-radius:5px;
 +
color: #ffffff;
 +
font-weight: bold;
 +
padding: 0px 12px;
 +
}
 +
 +
 +
.read_more:hover {
 +
background-color:#0a5157;
 +
border: 1px solid #0a5157;
 +
color: #ffffff;
 +
cursor:pointer;
 +
}
 +
 +
 +
.read_more::before{
 +
content: "Read more";
 +
white-space:nowrap;
 +
}
 +
 +
.read_more.show_less::before{
 +
content: "Show less";
 +
}
 +
 +
.read_more_text{
 +
display:none;
 +
}
 +
 +
 
/*mobile*/
 
/*mobile*/
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
Line 1,057: Line 1,108:
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 1450px) {
 
@media only screen and (max-width: 1450px) {
 +
 
.hub_title{ font-size: 90%;}
 
.hub_title{ font-size: 90%;}
 
.submenu_item {font-size:85%;}
 
.submenu_item {font-size:85%;}
 
.subsubmenu_item {font-size:80%;}
 
.subsubmenu_item {font-size:80%;}
 +
 
}
 
}
  
 +
 
/* 1200px  */
 
/* 1200px  */
 
/************************************************/
 
/************************************************/
 
 
@media only screen and (max-width: 1200px) {
 
@media only screen and (max-width: 1200px) {
#content {width:100%; }
+
 +
#content {width:100%;}
 
.igem_menu_wrapper {width:15%; right:0%;}
 
.igem_menu_wrapper {width:15%; right:0%;}
.load_menu_here, .menu_icon {display:none;}
+
.load_menu_here, .menu_icon, .hub_icon {display:none;}
ul.image_slider { padding:0px; width: 100%; margin: auto;}
+
ul.image_slider { padding:0px; width: 100%; margin: auto;}
.hub_icon{ display:none;}
+
 
.hub_title{ width: 77%; padding-left: 7%; padding-right:0; font-size:80%;}  
 
.hub_title{ width: 77%; padding-left: 7%; padding-right:0; font-size:80%;}  
 
.submenu_item{ padding-left: 16%; padding-right:0; font-size:75% }
 
.submenu_item{ padding-left: 16%; padding-right:0; font-size:75% }
 
.submenu_item.with_subsub_menu{ width:68%;}   
 
.submenu_item.with_subsub_menu{ width:68%;}   
 
.subsubmenu_item {font-size:70%;}
 
.subsubmenu_item {font-size:70%;}
 +
.igem_column_wrapper{padding-top:0px;}
 +
 
}
 
}
  
 +
 
/* 1100px  */
 
/* 1100px  */
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 1100px) {
 
@media only screen and (max-width: 1100px) {
 +
 
.igem_content_wrapper {width:100%; margin-left:0px;}
 
.igem_content_wrapper {width:100%; margin-left:0px;}
.half_size, .two_thirds_size, .third_size, .three_quarter_size, .quarter_size {width:100%; }
+
.igem_column_wrapper{padding-top:25px;}
.column.full_size > .highlight.news_item > .column.quarter_size, .column.full_size > .highlight.news_item > .column.three_quarter_size {width:100%;}
+
 
.column.full_size > .highlight.post_item > .column.quarter_size, .column.full_size > .highlight.post_item > .column.three_quarter_size {width:100%;}
+
.half_size, .two_thirds_size, .third_size, .three_quarter_size, .quarter_size,
 +
.column.full_size > .highlight.news_item > .column.quarter_size,  
 +
.column.full_size > .highlight.news_item > .column.three_quarter_size,
 +
.column.full_size > .highlight.post_item > .column.quarter_size,  
 +
.column.full_size > .highlight.post_item > .column.three_quarter_size {width:100%;}
 +
 
.column img { width: 96%; padding: 2% 0px;}
 
.column img { width: 96%; padding: 2% 0px;}
 
.highlight {padding:15px 5px;}
 
.highlight {padding:15px 5px;}
 
.igem_menu { width: 100%; float: left; position: relative; max-width: 100%;}
 
.igem_menu { width: 100%; float: left; position: relative; max-width: 100%;}
.igem_mobile_menu_bar {display:block;}
+
.igem_mobile_menu_bar, .hub_icon {display:block;}
.hub_icon{ display:block;}
+
 
 
.hub_title{ width: 68%; padding-left:0%}  
 
.hub_title{ width: 68%; padding-left:0%}  
 
.igem_menu, .igem_menu_logo {display:none;}
 
.igem_menu, .igem_menu_logo {display:none;}
Line 1,094: Line 1,156:
 
.highlight.post_item {padding:0px;}
 
.highlight.post_item {padding:0px;}
 
.highlight.post_item > .details { clear: both; max-height: 80px; padding:15px; width: 89%;}
 
.highlight.post_item > .details { clear: both; max-height: 80px; padding:15px; width: 89%;}
.highlight.post_item > .details > .icon { clear: both; }
+
.highlight.post_item > .details > .icon, .highlight.post_item  > .details > .title {clear: both;}
.highlight.post_item  > .details > .title {clear: both; }
+
.highlight.post_item > .details > .date {clear: both; float:left;}
.highlight.post_item > .details > .date {clear: both; float:left;}
+
.highlight.post_item img { padding: 2%; margin: auto;}
  
.igem_menu{  width: 30%; float: right; position: fixed; padding-top: 47px;  max-width: 100%;}
+
.igem_menu{  width: 30%; float: right; position: fixed; margin-top: 47px;  max-width: 100%;}
 
+
.full_size_image { margin-top: 0px;}  
}
+
  
 +
}
 +
 +
/* 800px  */
 +
/************************************************/
 
@media only screen and (max-width: 800px) {
 
@media only screen and (max-width: 800px) {
 
.igem_menu{  width: 50%;}
 
.igem_menu{  width: 50%;}
 
}
 
}
 
+
 +
/* 600px  */
 +
/************************************************/
 
@media only screen and (max-width: 600px) {
 
@media only screen and (max-width: 600px) {
 
.igem_menu{  width: 60%;}
 
.igem_menu{  width: 60%;}
 
}
 
}
  
 +
 +
 
</style>
 
</style>
 +
 +
 +
  
  
Line 1,124: Line 1,196:
 
if ($("#HQ_info").length){
 
if ($("#HQ_info").length){
 
hide_HQ_info();
 
hide_HQ_info();
}
 
 
//if image_slider exists, activate the automatic rotation slider and functionality
 
if ($("#image_carrousel").length){
 
image_slider_rotation();
 
 
}
 
}
  
Line 1,136: Line 1,203:
 
});
 
});
  
 
$(".collapsible_accordion_access").click(function(){
 
$(this).toggleClass("displaying_content");
 
$(this).parent().next().toggleClass("hide_content");
 
});
 
  
 
if( $(".igem_mobile_menu_bar").is(":visible") ){
 
if( $(".igem_mobile_menu_bar").is(":visible") ){
Line 1,148: Line 1,210:
 
}
 
}
  
 +
 +
//expand collapse functionality
 +
$(".collapsible_accordion_access").click(function(){
 +
$(this).toggleClass("displaying_content");
 +
$(this).parent().next().toggleClass("hide_content");
 +
});
 +
 +
//read more functionality
 +
$(".read_more").click(function(){
 +
$(this).toggleClass("show_less");
 +
$(this).prev(".read_more_text").fadeToggle(400);
 +
});
 +
 +
//if image_slider exists, activate the automatic rotation slider and functionality
 +
if ($("#image_carrousel").length){
 +
image_slider_rotation();
 +
}
 +
 +
 +
 +
//loading content ids
 +
 +
if ($("#load_sponsors_here").length) {
 +
load_these_items ( "https://2019.igem.org/Sponsors #all_sponsors", "load_sponsors_here");
 +
}
 +
 +
if ($("#load_news_here").length) {
 +
load_these_items ( "https://2019.igem.org/Teams/News_Archive #load_these_news_items", "load_news_here");
 +
}
 
 
 
});
 
});
 +
 +
 +
 
 
 
 
Line 1,156: Line 1,250:
  
 
switch ( wgUserName) {
 
switch ( wgUserName) {
case "Sifuentes anita": case "Vinoo": case "THaddock": case "Meagan": case "MariaB":  case "Abigail": case "Kitwa": case "Pdmillett": case "Suzie iGEM": case "Randy": case "AnneMeyer":
+
case "Sifuentes anita": case "Vinoo": case "THaddock": case "Meagan": case "MariaB":  case "Abigail": case "Kitwa": case "Pdmillett": case "Suzie iGEM": case "Randy": case "AnneMeyer": case "alexanian":
 
$("#HQ_info").show();  
 
$("#HQ_info").show();  
 
break;
 
break;
Line 1,168: Line 1,262:
 
 
  
 +
 +
 +
//general menu functionality
 
function menu_functionality() {
 
function menu_functionality() {
 
 
Line 1,185: Line 1,282:
  
  
 +
//highlight current page in the menu
 
function highlight_current_page_menu() {
 
function highlight_current_page_menu() {
 
 
Line 1,248: Line 1,346:
  
  
 +
//function for image sliders
 
function image_slider_rotation() {
 
function image_slider_rotation() {
  
Line 1,321: Line 1,420:
 
}
 
}
  
 +
 +
 +
// load desired content function
 +
function load_these_items ( source_page , destination_div ) {
 +
 +
$("#"+destination_div ).load( source_page , function() { 
 +
});
 +
}
  
  

Latest revision as of 18:02, 20 November 2019

Loading...