Difference between revisions of "Template:Groningen"

(Prototype team template page)
 
Line 92: Line 92:
  
  
 +
/* START GENERAL STYLES */
  
/***************************************************** DEFAULT WIKI SETTINGS  ****************************************************/
+
/* start of header */
+
body {
/* Clear the default wiki settings */
+
    width: auto !important;
+
    height: 100%;
#home_logo, #sideMenu { display:none; }
+
    width: 100%;
#sideMenu, #top_title, .patrollink  {display:none;}
+
    margin: 0;
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
+
    padding: 0;
body {background-color:white; }
+
    font-family: "Roboto";
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
}
  
+
html {
+
    height: 100%;
+
    margin: 0;
/**************************************************************** MENU ***************************************************************/
+
    padding: 0;
/* Wrapper for the menu */
+
}
.igem_2017_menu_wrapper {  
+
width: 15%;  
+
height:100vh;
+
position:fixed;
+
right:0%;
+
padding:0px;
+
float:right;
+
border-left: 1px solid #d3d3d3;
+
background-color:#dddddd;
+
text-align:left;
+
font-family:Tahoma, Geneva, sans-serif;
+
overflow-y: auto;
+
overflow-x: hidden;
+
}
+
  
/* this hides the scrollbar to keep view consistency */
+
a.intro-txt{
.igem_2017_menu_wrappe::-webkit-scrollbar {  
+
    color: black;
display: none;  
+
    text-align: center;
}
+
    font-weight: bold;
+
    text-decoration:none;
+
}
/* styling for links in the menu, removes the line under text */
+
.igem_2017_menu_wrapper a { 
+
text-decoration: none;  
+
}
+
  
 +
a.intro-txt:hover {
 +
    text-decoration: underline;
 +
}
  
/* styling for the images in the menu */
+
a
.igem_2017_menu_wrapper img {  
+
{
width: 100%;
+
    text-decoration:none;
}
+
}
  
/* styling for the menu buttons */
+
.fixed-bg {
.igem_2017_menu_wrapper .menu_button {
+
    /* The background image */
width: 100%;  
+
    background-image: url("../imgs/projectBack.jpg");
padding: 10px 0px 10px 15px;  
+
    /*height: auto !important;*/
float:left;  
+
    height: 100%;
border-bottom: 1px solid #d3d3d3;  
+
    /*width: auto !important;*/
font-size: 12px;  
+
    width: 100%;
font-weight: bold;  
+
    /* Set a specified height, or the minimum height for the background image */
color: #5e5f5f;  
+
    min-height: 500px;
cursor: pointer;
+
    /* Set background image to fixed (don't scroll along with the page) */
}
+
    background-attachment: scroll;
 +
    overflow-x: hidden;
 +
    /* Center the background image */
 +
    background-position: center;
 +
    /* Set the background image to no repeat */
 +
    background-repeat: no-repeat;
 +
    /* Scale the background image to be as large as possible */
 +
    background-size: cover;
 +
}
  
 +
.header {
 +
    display: table;
 +
    position: relative;
 +
    width: 100%;
 +
    height: 100%;
 +
    margin-bottom: 0px;
 +
/*    background: url('http://stormandsky.com/gif/7.gif') no-repeat center center scroll;*/
 +
    -webkit-background-size: cover;
 +
    -moz-background-size: cover;
 +
    background-size: cover;
 +
    -o-background-size: cover;
 +
    z-index: 1;
 +
}
 +
/* end of header */
  
.igem_2017_menu_wrapper .menu_bottom_padding {  
+
.tryme{
width: 100%;  
+
    background-image: url("../imgs/gradient.jpg");
height: 30px;
+
    height: auto !important;
float:left;
+
    height: 100%;
}
+
    width: 100%;
 +
    min-height: 500px;
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
}
  
.menu_button.direct_to_page {  
+
#container {  
padding-left: 36px;
+
    position: relative;
}
+
    padding-top: 1px;
 +
    padding-bottom: 0px;
 +
    height:1000px;
 +
}
  
 +
.content {
 +
    margin-left:auto;
 +
    margin-right:auto;
 +
    margin-top: auto;
 +
    margin-bottom: auto;
 +
    text-align: center;
 +
    padding-top: 1px;
 +
    padding-bottom: 0px;
 +
    height:100%;
 +
}
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon {
+
.h-small{
width:10%;
+
    height:250px;
float:left;
+
}
}
+
  
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon::before {
+
/* start title things */
content: "+"; 
+
#title_container{
}
+
    position: relative;
+
    padding-top: 200px;
.open::before {
+
    padding-bottom: 100px;
content: "-" !important; 
+
    height:375px;
}
+
}
+
+
+
/* styling for the menu buttons on hover */
+
.igem_2017_menu_wrapper .menu_button:hover, .igem_2017_menu_wrapper .submenu_button:hover ,  .submenu_button.current_page:hover {  
+
background-color: #3399ff;
+
text-decoration: none;
+
color:#ffffff;  
+
}
+
  
/* styling for the menu button when it is the current page */
+
#title{
.current_page {  
+
    position: relative;
background-color:#7fc1f7  !important;
+
    text-align: center;
color:#5e5f5f !important;
+
    vertical-align: middle;
}
+
    color: white;
 +
    font-size: 150px;
 +
}
  
 +
#subtitle{
 +
    position: relative;
 +
    margin-top: -100px;
 +
    text-align: center;
 +
    vertical-align: middle;
 +
    color: white;
 +
    font-size: 50px;
 +
}
 +
/* end of title things */
  
/* styling for the submenu buttons */
+
hr.small {
.igem_2017_menu_wrapper .submenu_button {  
+
    max-width: 500px;
width: 100%;  
+
    border: 0;
padding: 10px 0px 10px 34px;  
+
    height: 1px;
float:left;
+
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(50, 50, 50, 0.75), rgba(0, 0, 0, 0));
background-color:#f2f2f2;
+
}
border-bottom: 1px solid #d3d3d3;
+
font-size: 12px;
+
color: #5e5f5f;
+
cursor: pointer;
+
}
+
  
/* wrapper for the submenu items, they are hidden by default*/
+
.col-lg-12 {
.igem_2017_menu_wrapper .submenu_wrapper {  
+
    width: 100%;
display:none;
+
}
}
+
  
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
 
.igem_2017_menu_wrapper #display_menu_control {
 
display:none;
 
text-align:center;
 
}
 
 
  
/***************************************************** CONTENT OF THE PAGE ****************************************************/
 
  
/* Wrapper for the content */
+
.first-text{
.igem_2017_content_wrapper {
+
    padding-top: 20px;
width: 81%;
+
    width:100%;
margin: 2%;
+
}
display:block;
+
float:left;
+
background-color:white;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
  
 +
.second-text{
 +
    width:100%;
 +
}
  
/********************************* HTML STYLING  *********************************/
 
  
/* styling for the titles h1 h2 */
+
.category {
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 {
+
    position:relative;
padding:5px 15px;  
+
    display: inline-flex;
border-bottom: 0px;  
+
    width: 33%%;
color: #3399ff;
+
    height: 100%;
}
+
    padding-left: 5px;
 +
    padding-right: 5px;
 +
}
  
 +
.container {
 +
    display: flex;
 +
    padding-top: 20px;
 +
    vertical-align: middle;
 +
    text-align: center;
 +
}
  
/* styling for the titles  h3 h4 h5 h6*/
+
.column {
.igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {  
+
    flex: 1;
padding:5px 15px;
+
}
border-bottom:0px;
+
color: #000000;
+
}
+
  
 +
.column-one {
 +
    order: 2;
 +
}
 +
.column-two {
 +
    order: 3;
 +
}
 +
.column-three {
 +
    order: 4;
 +
}
 +
.column-four {
 +
    order: 5;
 +
}
 +
.column-five {
 +
    order: 6;
 +
}
  
/* font and text */
+
.2-rows div {
.igem_2017_content_wrapper p {  
+
    height:100%;padding:50px 0;
padding: 0px 15px;  
+
}
font-size: 13px;
+
}
+
  
/* Links */
+
.3-rows div {
.igem_2017_content_wrapper a {  
+
    height:100%;padding:20px 0;
font-weight: bold;  
+
}
text-decoration: underline;
+
text-decoration-color: #3399ff;
+
color:  #3399ff;
+
-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;
+
}
+
  
/* hover for the links */
+
.icon-text{
.igem_2017_content_wrapper a:hover {  
+
    padding-top: 20px;
text-decoration:none;
+
    height: 100%;
color:#000000;
+
}
}
+
  
/* non numbered lists */
+
.btn-div{
.igem_2017_content_wrapper ul {
+
    padding-top: 20px;
padding:0px 20px;
+
}
font-size: 13px;
+
font-family:Tahoma, Geneva, sans-serif;
+
}
+
  
/* numbered lists */
+
.btn {
.igem_2017_content_wrapper ol {
+
    border: 1px;
padding:0px;  
+
    padding: 10px;
font-size: 13px;
+
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20), 0 5px 50px 0 rgba(0,0,0,0.19);
font-family:Tahoma, Geneva, sans-serif;  
+
}
}
+
  
/* Table */
+
.btn-light {
.igem_2017_content_wrapper table {  
+
    border-radius: 1px;
width: 97%;  
+
    color: #333;
margin:15px 10px;
+
    background-color: rgb(255,255,255);
border: 1px solid #d3d3d3;  
+
}
border-collapse: collapse;  
+
}
+
  
/* table cells */
+
.btn-light:hover,
.igem_2017_content_wrapper  td {
+
.btn-light:focus,
padding: 10px;
+
.btn-light:active {
vertical-align: text-top;
+
    color: #333;
border: 1px solid #d3d3d3;  
+
    background-color: rgba(255,255,255,0.8);
border-collapse: collapse;  
+
}
}
+
  
/* table headers */
+
/* END GENERAL STYLES */
.igem_2017_content_wrapper th {
+
padding: 10px;
+
vertical-align: text-top;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;
+
background-color:#f2f2f2;
+
}
+
  
  
/**********************************LAYOUT CLASSES **********************************/
+
/* START NAVIGATION */
  
/* general class for column divs */
+
nav {
.igem_2017_content_wrapper .column  {
+
    right: 0;
padding: 10px 0px;
+
    left: 0;
float:left;  
+
    position: absolute;
}
+
    padding-top: 15px;
 +
    padding-right: 50px;
 +
    height: 50px;
 +
    width: inherit;
 +
/*   max-width: 960px;*/
 +
    margin: 0 auto;
 +
    z-index: 3;
 +
}
  
/* class for a full width column */
+
nav ul {
.column .full_size {
+
    text-align: right;
width:100%;  
+
    list-style-type: none;
}
+
    margin: 0;
 +
    padding: 0;
 +
    width: 100%;
 +
    height: 20px;
 +
}
  
/* styling for images in a full width column*/
+
nav ul li {
.column.full_size img {  
+
    display:inline;
width:97%;  
+
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
padding: 10px 15px;
+
}
}
+
  
/* class for a half width column */
+
nav ul li a {
.column.half_size {
+
    padding: 20px;
width: 50%;  
+
    font-family: "Roboto";
}
+
    opacity: 0.7;
/* styling for images in a half width column*/
+
    color: white;
.column.half_size img {
+
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
width: 94.5%;
+
    font-size: 25px;
padding: 10px 15px;
+
    text-decoration: none;
}
+
}
  
 +
.dark{
 +
    background-color: rgba(0,0,0,0.2);
 +
}
  
 +
.light{
 +
    background-color: rgba(255,255,250,0.2);
 +
}
  
 +
/* END NAVIGATION */
  
/********************************* SUPPORT CLASSES ********************************/
 
  
/* class that clears content below*/
+
/* START CONTENT */
.igem_2017_content_wrapper .clear {
+
clear:both;
+
}
+
+
+
/* adds extra spacing when clearing content */
+
.igem_2017_content_wrapper  .clear.extra_space {
+
height: 30px;
+
}
+
  
 +
.about{
 +
    height: 150px;
 +
}
  
/* highlight class, makes content slightly smaller */
+
.services{
.igem_2017_content_wrapper .highlight {  
+
    height: 350px;
margin: 0px 15px;
+
}
padding: 15px 0px;
+
}
+
  
 +
.video{
 +
    height: 500px;
 +
}
  
/* highlight class, adds a gray background */
+
.contact{
.igem_2017_content_wrapper .highlight.gray {
+
    width: 500px;
background-color: #f2f2f2;  
+
    height: 350px;
}
+
}
  
/* highlight with decoration blue line on top */
+
.intro{
.igem_2017_content_wrapper .highlight.blue_top {
+
padding-top: 10px;
    border-top: 4px solid #3399ff;
+
margin-top: 10px;
}
+
}
  
/* highlight with a full blue border decoration */
+
/* END CONTENT */
.igem_2017_content_wrapper .highlight.blue_border {
+
    border: 4px solid  #3399ff;
+
}
+
  
 +
/* START IMAGE STYLES */
  
/* button class */
+
.imgsize{
.igem_2017_content_wrapper .button{
+
    position: relative;
max-width: 35%;
+
    vertical-align: middle;
margin: 30px auto;
+
    text-align: center;
padding: 12px 10px;
+
    padding-top: 20px;
    background-color: #3399ff;
+
    max-width: 500px;
    text-align: center;
+
    height: 100px;
  color: #ffffff;
+
}
-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;
+
}
+
  
/* styling for button on hover */
+
.scmedimgsize{
.igem_2017_content_wrapper .button:hover{
+
    position: relative;
background-color: #3399ff;
+
    vertical-align: middle;
    color: #000000;
+
    text-align: center;
}
+
    padding-top: 20px;
 +
    max-width: 200px;
 +
    height: 50px;
 +
}
  
 +
.imgsize.services{
 +
    content: url('../imgs/icon1.png');
 +
}
  
 +
.header_img{
 +
    background: url(../imgs/whale.gif) no-repeat center center scroll;
 +
    width: 100%;
 +
    height: 100%;
 +
    -webkit-background-size: cover;
 +
  -moz-background-size: cover;
 +
  -o-background-size: cover;
 +
  background-size: cover;
 +
/*MUSHROOM: https://www.google.nl/imgres?imgurl=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2Ff%2Ffa%2FPanellusStipticusAug12_2009_Animated.gif&imgrefurl=https%3A%2F%2Fcommons.wikimedia.org%2Fwiki%2FFile%3APanellusStipticusAug12_2009_Animated.gif&docid=XwyN6eisgYu6wM&tbnid=EybkmibTyPoYlM%3A&vet=1&w=1350&h=920&bih=759&biw=1600&q=gif%20biology&ved=0ahUKEwiKxdf5oNHSAhXGCMAKHXwSAE4QMwg8KBYwFg&iact=mrc&uact=8#h=920&imgrc=EybkmibTyPoYlM:&vet=1&w=1350
 +
        'http://stormandsky.com/gif/7.gif'
 +
CLOUD: http://stormandsky.com/gif/7.gif
 +
   
 +
FLOWER:https://a.fastcompany.net/multisite_files/fastcompany/imagecache/1280/poster/2014/03/3028382-poster-g-slow-life.gif
 +
       
 +
WATER: http://ipolitics.ca/wp-content/uploads/2016/06/Underwater-slowed-1.gif*/
 +
}
  
  
/***************************************************** RESPONSIVE STYLING ****************************************************/
+
/* END IMAGE STYLES */
  
/* IF THE SCREEN IS LESS THAN 1200PX */
+
/* START TEAM STYLES */
@media only screen and (max-width: 1200px) {
+
  
#content {width:100%; }
+
.image-cropper{
.igem_2017_menu_wrapper {width:15%; right:0;}
+
vertical-align: middle;
.highlight {padding:10px 0px;}
+
text-align: center;
.igem_2017_menu_wrapper #display_menu_control { display:none; }
+
    width: 100px;
#menu_content { display:block;}
+
    height: 100px;
.menu_button.direct_to_page {padding-left: 17px;}
+
    margin: auto;
+
    /*position: relative;*/
}
+
    overflow: hidden;
 +
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.20), 0 5px 50px 0 rgba(0,0,0,0.19);
 +
    border: 2px solid rgba(0, 0, 0, .25);
 +
    -webkit-border-radius: 60%;
 +
    -moz-border-radius: 50%;
 +
    -ms-border-radius: 50%;
 +
    -o-border-radius: 50%;
 +
    border-radius: 50%;
 +
}
  
/* IF THE SCREEN IS LESS THAN 800PX */
 
@media only screen and (max-width: 800px) {
 
  
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
+
/*.fixed-bg-team {
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
+
    The background image
.column.half_size  {width:100%; }
+
    background-image: url("../imgs/projectBack.jpg");
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
+
    height: auto !important;
.highlight {padding:15px 5px;}
+
    height: 100%;
.igem_2017_menu_wrapper #display_menu_control { display:block; }
+
    width: 100%;
#menu_content { display:none;}
+
    Set a specified height, or the minimum height for the background image
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
+
    min-height: 500px;
.menu_bottom_padding {display:none;}
+
    Set background image to fixed (don't scroll along with the page)
.menu_button.direct_to_page { padding-left: 36px; }
+
    background-attachment: fixed;
}
+
    Center the background image
 +
    background-position: center;
 +
    Set the background image to no repeat
 +
    background-repeat: no-repeat;
 +
    Scale the background image to be as large as possible
 +
    background-size: cover;
 +
}*/
  
 +
.img-circle{
 +
position: relative;
 +
text-align: center;
 +
    display: inline;
 +
    margin: 10 auto;
 +
    height: 100%;
 +
    width: auto;
 +
}
 +
 +
.more-space{
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
position: relative;
 +
    vertical-align: middle;
 +
    text-align: center;
 +
}
 +
 +
.col-text{
 +
    width: 60%;
 +
    height: 100%;
 +
    float:left;
 +
}
 +
 +
.col-foto{
 +
    width: 40%;
 +
    height: 100%;
 +
    float:left;
 +
}
 +
 +
.img-size{
 +
    width: 250px;
 +
    height: auto;
 +
}
 +
 +
.tm_container{
 +
    height: auto;
 +
    height: 100%;
 +
}
 +
 +
.desc{
 +
    text-align: left;
 +
    padding-left: 10px;
 +
}
 +
 +
/* END TEAM STYLES */
 +
 +
/* START PROJECT STYLE */
 +
 +
 +
 +
.main-col{
 +
    background-image: url("../imgs/gradient.jpg");
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
    /*background-color: white;*/
 +
    margin-left:auto;
 +
    margin-right:auto;
 +
/*  margin-top: auto;
 +
    margin-bottom: auto;*/
 +
    text-align: center;
 +
    padding-top: 50px;
 +
/*  padding-bottom: 0px;*/
 +
    height: auto !important;
 +
    height:100%;
 +
    width: 1000px;
 +
    overflow: auto;
 +
}
 +
 +
 +
.bookmarks{
 +
    background-image: url("../imgs/gradient.jpg");
 +
    background-attachment: fixed;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
   
 +
    border-radius: 25px;
 +
    background-color: white;
 +
    margin-left: 50px;
 +
    margin-top: 300px;
 +
    padding: 25px;
 +
    width: 150px;
 +
    height: 250px;
 +
    z-index: 100;
 +
    position: fixed;
 +
}
 +
 +
.bookmarks-title{
 +
    text-align: center;
 +
    float: center;
 +
    position: relative;
 +
}
 +
 +
.bookmarkslst{
 +
    color: red;
 +
    padding-left: 200px;
 +
    text-align: left;
 +
    float: left;
 +
    position: relative;
 +
    list-style-type: none;
 +
}
 +
 +
/* END PROJECT STYLES */
 +
 +
/* START SPONSOR STYLES */
 +
 +
 +
.sponsor_container{
 +
width: 100%;
 +
height: 100%;
 +
padding-top: 50px;
 +
overflow: auto;
 +
}
 +
 +
.img_chain{
 +
height: 20px;
 +
width: auto;
 +
}
 +
 +
.sp_container{
 +
overflow: auto;
 +
padding-top: 50px;
 +
width: auto;
 +
    height: 100%;
 +
    width: auto;
 +
    width: 100%;
 +
}
 +
 +
.tbl_space{
 +
padding: 0 15px 0 15px;
 +
}
 +
 +
/* END SPONSOR STYLES */
  
 
 
/* special class that the system uses to make sure the team wants a page to be evaluated */
 
.judges-will-not-evaluate {
 
    width: 96.6%;
 
  margin: 5px 15px;
 
  display: block;
 
border: 4px solid #3399ff;
 
    font-weight: bold;
 
}
 
 
 
</style>
 
</style>
  
Line 743: Line 910:
  
 
</div>
 
</div>
 
 
 
<!-- start of content -->
 
<div class="igem_2017_content_wrapper">
 
<h1>Groningen</h1>
 

Revision as of 15:12, 20 May 2017