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

 
(54 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{  
+
   body {  
 
   font-family: Lato, inherit;
 
   font-family: Lato, inherit;
 
}  
 
}  
 
+
.bs-docs-header #title-icon{
.header {
+
  margin: auto;
     background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(0.5, black), to(white);
+
  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;
 
}
 
}
  
  .abstractContent {
+
.team-content .team-member p{
  text-align: center;
+
    text-align: center;
     margin:0 auto;
+
     height: 100px;
     padding: 20px;
+
    overflow: auto;
     border-radius:25px;
+
}
     box-shadow: 10px 10px 5px #888888;
+
.team-content .team-member img{
    width: 80%;
+
     width: 100%;
    height: 40%;
+
     max-width: 300px;
    background: black;
+
     margin-left: auto;
    color: white;
+
    margin-right: auto;
}
+
    display: block;
  .abstract {
+
    max-height: 100%;
     margin:0 auto;
+
    margin-top: 25px;
     background: blue;
+
    margin-bottom: 25px;
     border-radius:25px;
+
}
     box-shadow: 5px 5px 10px #888888;
+
.team-content .group-photo img{
     width:150px;
+
    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 {
Line 51: Line 79:
 
     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