Difference between revisions of "Team:SUSTech Shenzhen/themeCss"

 
(77 intermediate revisions by 2 users not shown)
Line 12: Line 12:
  
 
   <!-- Bootstrap core CSS -->
 
   <!-- Bootstrap core CSS -->
   <link href="https://2014.igem.org/Team:SUSTC-Shenzhen/css/normalize.min.css?action=raw&ctype=text/css" rel="stylesheet">
+
   <link href="https://2016.igem.org/Team:SUSTech_Shenzhen/css/normalize-min-css?action=raw&ctype=text/css" rel="stylesheet">
 
   <link href="https://2016.igem.org/Team:SUSTech_Shenzhen/css/bootstrap-min-css?action=raw&ctype=text/css" rel="stylesheet">
 
   <link href="https://2016.igem.org/Team:SUSTech_Shenzhen/css/bootstrap-min-css?action=raw&ctype=text/css" rel="stylesheet">
 
   <!--link href="https://2014.igem.org/Team:SUSTC-Shenzhen/static/css/bubblefont.css?action=raw&ctype=text/css" rel="stylesheet"-->
 
   <!--link href="https://2014.igem.org/Team:SUSTC-Shenzhen/static/css/bubblefont.css?action=raw&ctype=text/css" rel="stylesheet"-->
   <link rel="stylesheet" href="https://2014.igem.org/Team:SUSTC-Shenzhen/static/css/lato.css?action=raw&ctype=text/css">
+
   <link rel="stylesheet" href="https://2016.igem.org/Team:SUSTech_Shenzhen/css/fonts-css?action=raw&ctype=text/css">
 
   <link rel="stylesheet" href="/Team:SUSTech_Shenzhen/css/custom-style-css?action=raw&ctype=text%2Fcss">
 
   <link rel="stylesheet" href="/Team:SUSTech_Shenzhen/css/custom-style-css?action=raw&ctype=text%2Fcss">
 
   <link rel="stylesheet" href="/Team:SUSTech Shenzhen/css/official-toolbar-css?action=raw&ctype=text%2Fcss">
 
   <link rel="stylesheet" href="/Team:SUSTech Shenzhen/css/official-toolbar-css?action=raw&ctype=text%2Fcss">
   <link rel="stylesheet" href="https://2014.igem.org/Team:SUSTC-Shenzhen/css/pace-theme-flash.min.css?action=raw&ctype=text/css">
+
   <link rel="stylesheet" href="https://2016.igem.org/Team:SUSTech_Shenzhen/css/pace-theme-flash-min-css?action=raw&ctype=text/css">
 +
 
 
   <style>
 
   <style>
   body{ text-align:center}  
+
   body {  
  .abstractContent {
+
  font-family: Lato, inherit;
    margin:0 auto;
+
}
    width: 1000px;
+
.bs-docs-header #title-icon{
    height: 1000px;
+
  margin: auto;
  }
+
  display: block;
 +
}
 +
.team-content h2{
 +
    font-size: 1em;
 +
}
 +
.team-content .team-member h2{
 +
    text-align: center;
 +
}
 +
.team-content h3{
 +
    font-size: 0.8em;
 +
}
 +
.team-content .team-member h3{
 +
    text-align: center;
 +
}
 +
.team-content p{
 +
    margin-left: 15px;
 +
    margin-right: 15px;
 +
    font-size: 0.8em;
 +
}
 +
 
 +
.team-content .team-member p{
 +
    text-align: center;
 +
    height: 100px;
 +
    overflow: auto;
 +
}
 +
.team-content .team-member img{
 +
    width: 100%;
 +
    max-width: 300px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    display: block;
 +
    max-height: 100%;
 +
    margin-top: 25px;
 +
    margin-bottom: 25px;
 +
}
 +
.team-content .group-photo img{
 +
    width: 100%;
 +
    max-width: 1000px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    display: block;
 +
    max-height: 100%;
 +
    margin-top: 25px;
 +
    margin-bottom: 25px;
 +
}
 +
  .svg {
 +
    width:100%;
 +
    height:300px;
 +
}
 
   #content {
 
   #content {
 
     margin-top: 70px;
 
     margin-top: 70px;
 
     font-family: Lato, inherit;
 
     font-family: Lato, inherit;
 
   }
 
   }
 +
.footer img {
 +
    width: 100%;
 +
    max-width: 200px;
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
 +
div .fixed-button{
 +
    position: fixed;
 +
    bottom: 50px;
 +
    left: 50px;
 +
}
 +
 +
div .fixed-button a{
 +
    border-color: black;
 +
    color: black;
 +
}
 
   </style>
 
   </style>
  
   <script src="https://2014.igem.org/Team:SUSTC-Shenzhen/js/jquery211.min.js?action=raw&ctype=text/css"></script>
+
   <script src="https://2016.igem.org/Team:SUSTech_Shenzhen/js/jquery211-min-js?action=raw&ctype=text/javascript"></script>
 +
 
 +
  <script src="https://2016.igem.org/Team:SUSTech_Shenzhen/js/katex-js?action=raw&ctype=text/javascript"></script>
  
 
   <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
 
   <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->

Latest revision as of 20:00, 19 October 2016

Team SUSTC-Shenzhen