Difference between revisions of "Template:UCSC"

 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
  
<link rel="stylesheet" type="text/css" href="//2017.igem.org/Team:UCSC/Assets/style1">
+
<!-- <link rel="stylesheet" type="text/css" href="//2017.igem.org/Team:UCSC/Assets/style1"> -->
 
<link href="//2017.igem.org/Team:UCSC/Assets/Test_Style_css?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="//2017.igem.org/Team:UCSC/Assets/Test_Style_css?action=raw&ctype=text/css" rel="stylesheet">
  
Line 23: Line 23:
  
 
<script>
 
<script>
 
+
/*
 
     $(document).ready(function(){
 
     $(document).ready(function(){
  
Line 34: Line 34:
 
           }
 
           }
 
       );
 
       );
/*
+
 
 
       //Height responsiveness
 
       //Height responsiveness
 
       $(window).resize(function() {
 
       $(window).resize(function() {
Line 41: Line 41:
 
           $('.team-member-container').attr("style","height:"+wheight/2.7+"px;");
 
           $('.team-member-container').attr("style","height:"+wheight/2.7+"px;");
 
       });
 
       });
*/
+
 
 
       $(window).trigger('resize');
 
       $(window).trigger('resize');
  
Line 64: Line 64:
  
 
     });
 
     });
   
+
  */ 
 
   </script>
 
   </script>
  
Line 71: Line 71:
  
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
#content { padding:0px; width:90%; margin-top:-10px; margin-left:5%;, margin-right: 5%}
+
#content { padding:0px; background-color: honeydew; overflow-y:hidden;}
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
Line 81: Line 81:
 
       font-family: 'Quicksand', sans-serif;
 
       font-family: 'Quicksand', sans-serif;
 
       background-color: honeydew;
 
       background-color: honeydew;
       /*font-family: 'Quicksand', sans-serif;*/
+
 
 +
       position: relative;
 
     }
 
     }
  
 
     nav li a {
 
     nav li a {
   display: block; padding: 15px 25px;
+
   display: block;
 
   color: #1A680A !important; text-decoration: none;
 
   color: #1A680A !important; text-decoration: none;
 
          
 
          
Line 94: Line 95:
 
   }
 
   }
  
    .layout {
+
 
      display : inline-block;
+
      width : 100%;
+
      height : 100%;
+
      z-index : 90;
+
      vertical-align : middle;
+
      line-height : 300px;
+
      text-align : center;
+
      display: flex;
+
      justify-content: center;
+
      align-items: center;
+
      -webkit-display: flex;
+
      -webkit-justify-content: center;
+
      -webkit-align-items: center;
+
                        vertical-align : middle;
+
    }
+
  
 
     /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */
 
     /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */

Latest revision as of 01:12, 12 August 2017