Difference between revisions of "Template:Example"

(Prototype team template page)
 
(96 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
<style>
 
<style>
  
/* Adjust default wiki setting */
+
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 +
 
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
 
body {background-color:white; }
 
body {background-color:white; }
 
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
+
/*
+
 
+
size
+
width
+
height
+
layout
+
position
+
margin
+
padding
+
float
+
color
+
background-color
+
font
+
text-align
+
color = font color
+
 
+
 
+
*/
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
  
 
/********************************* MENU ********************************/
 
/********************************* MENU ********************************/
Line 54: Line 29:
 
border-bottom: 1px solid #d3d3d3;  
 
border-bottom: 1px solid #d3d3d3;  
 
font-weight:bold;
 
font-weight:bold;
color:black;  
+
color:#000000;  
 
cursor: pointer;  
 
cursor: pointer;  
 
}
 
}
Line 60: Line 35:
 
/* when hovering on a menu item */
 
/* when hovering on a menu item */
 
.menu_item:hover {  
 
.menu_item:hover {  
color:black;  
+
color:#000000;  
background-color: #32ddb5;
+
background-color: #72c9b6;
 
}
 
}
 
 
/* button on top of the page that takes you back to home */
 
.team_home {
 
padding: 35px 15px;
 
font-size:18px;
 
font-weight:bold;
 
border-bottom: 1px solid #d2d2d2;
 
background-color: #32ddb5;
 
color:black;
 
}
 
 
 
 
.team_home:hover  { background-color:black; color: #32ddb5;}
 
a:hover.team_home {text-decoration:none;}
 
 
 
 
  
 
/* decoration icon for the menu buttons*/
 
/* decoration icon for the menu buttons*/
Line 96: Line 52:
 
/* this is the icon for when the content is expanded */
 
/* this is the icon for when the content is expanded */
 
.less::before {
 
.less::before {
content: "×";  
+
content: "";  
 
}
 
}
 
  
 
/* styling for the ul that creates the buttons */
 
/* styling for the ul that creates the buttons */
Line 107: Line 62:
 
list-style: none;  
 
list-style: none;  
 
}
 
}
 
  
 
/* styling for the li that are the menu items */
 
/* styling for the li that are the menu items */
Line 119: Line 73:
 
font-weight:bold;
 
font-weight:bold;
 
text-decoration:none;  
 
text-decoration:none;  
color:black;  
+
color:#000000;  
 
list-style-type:none;  
 
list-style-type:none;  
 
cursor:pointer;  
 
cursor:pointer;  
Line 126: Line 80:
 
-ms-transition: all 0.4s ease;  
 
-ms-transition: all 0.4s ease;  
 
-o-transition: all 0.4s ease; transition: all 0.4s ease;   
 
-o-transition: all 0.4s ease; transition: all 0.4s ease;   
 +
}
 +
 +
.menu_item a {
 +
width: 100%;
 +
margin-left: -20px;
 +
padding: 11px 90px 12px 20px;
 +
text-decoration: none;
 +
color:black;
 
}
 
}
  
 
/* When hovering on a menu item */
 
/* When hovering on a menu item */
 
.menu_items li:hover {  
 
.menu_items li:hover {  
background-color:#32ddb5;  
+
background-color:#72c9b6;
color: black;
+
color: #000000;
 
}
 
}
  
 
/* styling for the submenus */
 
/* styling for the submenus */
 
.submenu {
 
.submenu {
display: none; 
 
 
width:100%;  
 
width:100%;  
cursor:pointer;  
+
display: none;
 
font-weight:bold;
 
font-weight:bold;
 +
cursor:pointer;
 +
 
}
 
}
  
 
/* moving the margin for the submenu ul list */
 
/* moving the margin for the submenu ul list */
 
ul.submenu {  
 
ul.submenu {  
margin: 10px 0px -11px -10px;  
+
width: 100%;
 +
margin: 10px 0px -11px 0px;
 +
list-style: none;
 
}
 
}
  
Line 150: Line 115:
 
.submenu li {  
 
.submenu li {  
 
width: 100%;  
 
width: 100%;  
margin-bottom: 0px;  
+
margin-left: 10px;
padding: 6px 10px;  
+
margin-bottom: 0px;
 +
}
 +
 
 +
 
 +
/* hover state for the submenu buttons */
 +
.submenu li a {
 +
width: 100%;  
 +
padding: 5px 10px;
 +
display: inline-block;
 
border-bottom: 1px solid #d3d3d3;
 
border-bottom: 1px solid #d3d3d3;
 
background-color:white;  
 
background-color:white;  
color:black;  
+
text-decoration:none;
 +
color:#000000;  
 
}
 
}
  
/* hover state for the submenu buttons */
+
 
.submenu li:hover {  
+
 
background-color:black;  
+
.submenu li a:hover {
color: #32ddb5;  
+
background-color:#000000;  
 +
color: #72c9b6;
 
}
 
}
  
Line 169: Line 144:
 
padding: 15px 0px;
 
padding: 15px 0px;
 
display:none;  
 
display:none;  
  background-color:black;  
+
  background-color:#000000;  
 
text-align:center;   
 
text-align:center;   
 
font-weight:bold;  
 
font-weight:bold;  
color:#32ddb5;  
+
color:#72c9b6;
 
cursor:pointer;  
 
cursor:pointer;  
 
-webkit-transition: all 0.4s ease;  
 
-webkit-transition: all 0.4s ease;  
Line 183: Line 158:
 
/* when hovering on that button */
 
/* when hovering on that button */
 
.collapsable_menu_control:hover {  
 
.collapsable_menu_control:hover {  
background-color: #32ddb5;
+
background-color: #72c9b6;
color:black;   
+
color:#000000;   
 
}
 
}
 
  
 
/********************************* CONTENT OF THE PAGE ********************************/
 
/********************************* CONTENT OF THE PAGE ********************************/
  
 
+
/* Wrapper for the content */
 
+
 
.content_wrapper {
 
.content_wrapper {
 
width: 85%;
 
width: 85%;
Line 200: Line 173:
 
}
 
}
  
 +
/*LAYOUT */
 +
.column  {
 +
padding: 10px 0px;
 +
float:left;
 +
background-color:white;
 +
}
 +
 +
.full_size {
 +
width:100%;
 +
}
 +
 +
.full_size img {
 +
padding: 10px 15px;
 +
width:96.5%;
 +
}
 +
 +
.half_size {
 +
width: 50%;
 +
}
 +
.half_size img {
 +
padding: 10px 15px;
 +
width: 93%;
 +
}
 +
 +
 +
.clear {
 +
clear:both;
 +
}
 +
 +
.highlight {
 +
width: 90%;
 +
margin: auto;
 +
padding: 15px 5px;
 +
background-color: #f2f2f2;
 +
}
 +
 +
.judges-will-not-evaluate {
 +
border: 4px solid #72c9b6;
 +
display: block;
 +
margin: 5px 15px;
 +
width: 95%;
 +
font-weight:bold;
 +
}
 +
 +
 +
/*STYLING */
  
 
/* styling for the titles */
 
/* styling for the titles */
 
.content_wrapper h1, .content_wrapper h2 {
 
.content_wrapper h1, .content_wrapper h2 {
padding:0px 15px;  
+
padding:5px 15px;  
 
border-bottom:0px;  
 
border-bottom:0px;  
color: #32ddb5;  
+
color:#72c9b6;
 +
 
 
}
 
}
 
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {  
 
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {  
padding:0px 15px;  
+
padding:5px 15px;  
 
border-bottom:0px;  
 
border-bottom:0px;  
color: black;   
+
color: #000000;   
 
}
 
}
  
Line 225: Line 245:
 
font-weight: bold;  
 
font-weight: bold;  
 
text-decoration: underline;
 
text-decoration: underline;
text-decoration-color:#32ddb5;  
+
text-decoration-color:#72c9b6;
color: #32ddb5;  
+
color: #72c9b6;
 
-webkit-transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
 
-moz-transition: all 0.4s ease;  
 
-moz-transition: all 0.4s ease;  
Line 234: Line 254:
 
}
 
}
  
.content_wrapper a:hover { text-decoration:none; color:black;}
+
/* hover for the links */
 +
.content_wrapper a:hover {  
 +
text-decoration:none;
 +
color:#000000;
 +
}
  
 +
/* non numbered lists */
 +
.content_wrapper ul {
 +
padding:0px 20px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
  
 +
/* numbered lists */
 +
.content_wrapper ol {
 +
padding:0px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
  
.content_wrapper ul {padding:0px 20px; font-family:Tahoma, Geneva, sans-serif; font-size: 13px;}
+
/* Table */
.content_wrapper ol {padding:0px; font-family:Tahoma, Geneva, sans-serif; font-size: 13px;}
+
.content_wrapper table {  
 +
width: 97%;  
 +
margin:15px 10px;  
 +
border: 1px solid #d3d3d3;  
 +
border-collapse: collapse;  
 +
}
  
 +
/* table cells */
 +
.content_wrapper  td {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
}
  
/* TABLE */
+
/* table headers */
.content_wrapper table { border: 1px solid #d3d3d3; border-collapse: collapse; width: 97%; margin: auto; margin-bottom: 15px; margin-top: 15px; margin-right: 10px; margin-left: 10px; }
+
.content_wrapper th {  
 
+
padding: 10px;  
.content_wrapper  td { padding: 10px; border: 1px solid #d3d3d3; border-collapse: collapse; vertical-align: text-top; }
+
vertical-align: text-top;  
 
+
border: 1px solid #d3d3d3;  
.content_wrapper th { background-color:#f2f2f2; padding: 10px; border: 1px solid #d3d3d3; border-collapse: collapse; vertical-align: text-top; }
+
border-collapse: collapse;  
 
+
background-color:#f2f2f2;  
 
+
}
/*LAYOUT */
+
.column  { float:left; background-color:white; padding: 10px 0px;}
+
 
+
.full_size {width:100%; }
+
.full_size img { width:96.5%; padding: 10px 15px;}
+
 
+
.half_size {width: 50%; }
+
.half_size img { width: 93%; padding: 10px 15px;}
+
 
+
 
+
 
+
 
+
.highlight { background-color: #f2f2f2; width: 90%; margin: auto; padding: 15px 5px;}
+
 
+
/* BUTTON */
+
.button_click { background-color: #32ddb5;  padding: 15px; width:12%;  font-weight:bold; text-align:center; cursor:pointer;  -webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; margin: 10px auto;}
+
 
+
.button_click:hover {  background-color:black; color: #32ddb5;  }
+
  
 +
/* Button class */
 +
.button_click {
 +
margin: 10px auto;
 +
padding: 15px; width:12%; 
 +
text-align:center;
 +
font-weight:bold;
 +
background-color: #72c9b6;
 +
cursor:pointer; 
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
  
 +
/* button class on hover */
 +
.button_click:hover { 
 +
background-color:#000000;
 +
color:#72c9b6;
 +
}
  
 +
/********************************* RESPONSIVE STYLING ********************************/
  
 
/* IF THE SCREEN IS LESS THAN 1000PX */
 
/* IF THE SCREEN IS LESS THAN 1000PX */
Line 289: Line 338:
  
 
@media only screen and (max-width: 680px) {
 
@media only screen and (max-width: 680px) {
 
 
.collapsable_menu_control { display:block;}
 
.collapsable_menu_control { display:block;}
 
.menu_item {display:none;}
 
.menu_item {display:none;}
Line 299: Line 347:
 
.highlight {padding:15px 5px;}
 
.highlight {padding:15px 5px;}
 
}
 
}
 
 
 
/*
 
.submenu a,  a:hover .menu_item  { text-decoration:none; }
 
.accordion, .menu_items, .submenu{ list-style:none;}
 
.submenu_items  {  display: none; background-color:black;}
 
*/
 
 
 
  
 
</style>
 
</style>
Line 329: Line 367:
 
<div class="menu_wrapper" >
 
<div class="menu_wrapper" >
  
<div class="team_home" onClick=" parent.location= 'https://2016.igem.org/Team:Example'"> 
 
TEAM NAME
 
</div>
 
  
  
<div class="collapsable_menu_control"> MENU <img src="http://parts.igem.org/images/website/bars_20.png"> </div>
+
 
 +
<div class="collapsable_menu_control"> MENU </div>
  
 
<ul id="accordion" class="accordion">
 
<ul id="accordion" class="accordion">
 +
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example">HOME </a> </li>
 +
  
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<ul class="submenu">
 
<ul class="submenu">
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Team'"> Team </a> </li>
+
<li> <a href=" https://2016.igem.org/Team:Example/Team"> Team   </a> </li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Collaborations'"> Collaborations </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Collaborations">★  Collaborations </a> </li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 347: Line 386:
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT   
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT   
 
<ul class="submenu">
 
<ul class="submenu">
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Description'"> Description </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Description"> ★  Description </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Design'"> Design </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Design"> Design </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Experiments'"> Experiments </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Experiments"> Experiments </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Proof'"> Proof of Concept </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Proof"> Proof of Concept </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Demonstrate'"> Demonstrate </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Demonstrate"> Demonstrate </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Results'"> Results </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Results"> Results </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Notebook'"> Notebook </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Notebook"> Notebook </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 359: Line 398:
 
<li class="menu_item"> <div class="icon plus"></div> PARTS   
 
<li class="menu_item"> <div class="icon plus"></div> PARTS   
 
<ul class="submenu">
 
<ul class="submenu">
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Parts'">Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Parts">Parts </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Basic_Part'"> Basic Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Basic_Part"> Basic Parts </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Composite_Part'"> Composite Parts </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Composite_Part"> Composite Parts </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Part_Collection'"> Part Collection </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Part_Collection"> Part Collection </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
  
  
<li class="menu_item" onClick=" parent.location='https://2016.igem.org/Team:Example/Safety'"> SAFETY </a></li>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example/Safety"> SAFETY </a> </li>
  
  
<li class="menu_item" onClick=" parent.location= 'https://2016.igem.org/Team:Example/Attributions'"> ATTRIBUTIONS </a></li>
+
<li class="menu_item"> <a href="https://2016.igem.org/Team:Example/Attributions">★  ATTRIBUTIONS </a></li>
  
  
 
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES  
 
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES  
 
<ul class="submenu">
 
<ul class="submenu">
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Human_Practices'"> Human Practices </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Human_Practices"> Human Practices </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/HP/Silver'"> Silver </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/HP/Silver">Silver </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/HP/Gold'">Gold </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/HP/Gold">Gold </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Integrated_Practices'"> Integrated Practices </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Integrated_Practices"> Integrated Practices </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Engagement'">Engagement </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Engagement">Engagement </a></li>
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
Line 386: Line 425:
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS  
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS  
 
<ul class="submenu">
 
<ul class="submenu">
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Entrepreneurship'"> Entrepreneurship </a></li>
+
<li><a href="https://2016.igem.org/Team:Example/Entrepreneurship"> Entrepreneurship </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Hardware'"> Hardware </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Hardware"> Hardware </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Software'"> Software </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Software">Software </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Measurement'">  Measurement</a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Measurement"> Measurement </a></li>
<li onClick=" parent.location= 'https://2016.igem.org/Team:Example/Model'"> Model </a></li>
+
<li> <a href="https://2016.igem.org/Team:Example/Model">Model </a></li>
  
 
                     </ul>
 
                     </ul>
 
                 </li>
 
                 </li>
 
 
 
</ul>
 
</ul>
  
Line 405: Line 442:
  
 
<div class="content_wrapper">
 
<div class="content_wrapper">
 +
 +
 +
 +
<h1 id="team_name">  </h1>
 +
<h4 id="page_name">  </h4>
 +
 +
 +
  
  
Line 418: Line 463:
  
 
$("#HQ_page").attr('id','');
 
$("#HQ_page").attr('id','');
 +
 +
 +
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 +
$("#team_name").html( wgPageName );
 +
}
 +
 +
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
 +
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );
 +
}
 +
 +
else {
 +
// this adds the team's name as an h1
 +
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );
 +
 +
// this adds the page's title as an h4
 +
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
 +
}
 +
 +
 +
if( ($(location).attr('href')).indexOf("submit") >= 0  ) {
 +
$(".menu_wrapper").css( { "position": "absolute", "height": "auto"});
 +
$("#wpTextbox1").css( 'margin-top', '440px');
 +
}
 +
 +
 +
  
 
$('#accordion').find('.menu_item').click(function(){
 
$('#accordion').find('.menu_item').click(function(){

Latest revision as of 16:05, 22 March 2017