Line 16: | Line 16: | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
<style> | <style> | ||
+ | /*font*/ | ||
*{ | *{ | ||
font-family:"Helvetica-Neue-635ac8fbe16985","Arial",sans-serif; | font-family:"Helvetica-Neue-635ac8fbe16985","Arial",sans-serif; | ||
Line 21: | Line 22: | ||
} | } | ||
+ | /*override wiki*/ | ||
.menu_wrapper, #top_title, #sideMenu{display: none;} | .menu_wrapper, #top_title, #sideMenu{display: none;} | ||
#content { | #content { | ||
Line 36: | Line 38: | ||
font-size: 100%; | font-size: 100%; | ||
} | } | ||
+ | /*nav*/ | ||
.navbar { | .navbar { | ||
border-radius: 0; | border-radius: 0; | ||
height: 50px; | height: 50px; | ||
+ | margin-bottom:0; | ||
} | } | ||
.navbar-inverse .navbar-brand { | .navbar-inverse .navbar-brand { | ||
Line 62: | Line 66: | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
− | + | /*carousel*/ | |
+ | .carousel { | ||
+ | margin-bottom: -30px; | ||
+ | } | ||
+ | .carousel-control.left, .carousel-control.left:hover, .carousel-control.right, .carousel-control.right:hover{ | ||
+ | background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%); | ||
+ | } | ||
+ | .carousel-inner{ | ||
+ | top:-25px; | ||
+ | } | ||
+ | .carousel-caption { | ||
+ | top: 60px; | ||
+ | } | ||
+ | .carousel-caption h1{ | ||
+ | font-weight:bolder; | ||
+ | } | ||
+ | .carousel-caption h2{ | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | .carousel-indicators{ | ||
+ | bottom: 220px; | ||
+ | } | ||
+ | /*video container*/ | ||
+ | .jumbotron { | ||
+ | background-color: #f2f2f2; | ||
+ | } | ||
+ | .video-caontainer { | ||
+ | position: relative; | ||
+ | top:-200px; | ||
+ | height:400px; | ||
+ | width:1170px; | ||
+ | background-color: #fff; | ||
+ | margin:0 auto; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
Line 140: | Line 177: | ||
</div><!-- /.container-fluid --> | </div><!-- /.container-fluid --> | ||
</nav> | </nav> | ||
+ | |||
+ | <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> | ||
+ | <!-- Indicators --> | ||
+ | <ol class="carousel-indicators"> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="1"></li> | ||
+ | <li data-target="#carousel-example-generic" data-slide-to="2"></li> | ||
+ | </ol> | ||
+ | |||
+ | <!-- Wrapper for slides --> | ||
+ | <div class="carousel-inner" role="listbox"> | ||
+ | <div class="item active"> | ||
+ | <img style='height: auto ;width: 100%' src="https://static.igem.org/mediawiki/2016/2/26/Home_1.png" alt="SYSU-MEDICINE"> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1>SYSU-MEDICINE</h1> | ||
+ | <h2>MSCalvalry: MSCs of Next Generation</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img style='height: auto ;width: 100%' src="https://static.igem.org/mediawiki/2016/2/26/Home_1.png" alt="..."> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1>SYSU-MEDICINE</h1> | ||
+ | <h2>MSCalvalry: MSCs of Next Generation</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="item"> | ||
+ | <img style='height: auto ;width: 100%' src="https://static.igem.org/mediawiki/2016/2/26/Home_1.png" alt="..."> | ||
+ | <div class="carousel-caption"> | ||
+ | <h1>SYSU-MEDICINE</h1> | ||
+ | <h2>MSCalvalry: MSCs of Next Generation</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Controls --> | ||
+ | <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> | ||
+ | <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> | ||
+ | <span class="sr-only">Previous</span> | ||
+ | </a> | ||
+ | <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> | ||
+ | <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> | ||
+ | <span class="sr-only">Next</span> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="jumbotron"> | ||
+ | <div class="video-caontainer"> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
<!-- | <!-- |
Revision as of 01:57, 5 October 2016