Difference between revisions of "Team:IIT Kanpur/TestPage"

Line 2: Line 2:
 
<html>
 
<html>
  
<style>
 
/*main colour*/
 
.navbar-default .navbar-brand,
 
.contents-sidebar .nav>.active>a,
 
.contents-sidebar .nav>.active>a,
 
.contents-sidebar .nav>li>a:hover,
 
.contents-sidebar .nav>li>a:focus,
 
h2,
 
h1,
 
.main-container .section a {
 
    color: #63b4b5;
 
}
 
.contents-sidebar .nav>.active>a,
 
.contents-sidebar .nav>li>a:hover,
 
.contents-sidebar .nav>li>a:focus {
 
    border-left: 2px solid #363333;
 
}
 
.image.lightbox, #notebook-key-button {
 
    background-color: #77DA77;
 
}
 
/*complimentary colour*/
 
.navbar-default .navbar-brand:hover,
 
.definition:hover, .definition:focus,
 
ol li::before,
 
.slim ul li:before,
 
.table>thead>tr>th,
 
.algorithm ol li::before,
 
.quote,
 
.quote h3,
 
a,
 
a:visited,
 
a:hover
 
{
 
    color:#2C9D91;
 
}
 
.definition {
 
    border-bottom: 1px dotted #2C9D91;
 
}
 
#notebook-key-button.active {
 
    background-color: #2C9D91;
 
}
 
.popover.right>.arrow::after{
 
    border-right-color: #2C9D91;
 
}
 
.popover.bottom>.arrow::after {
 
    border-bottom-color: #2C9D91;
 
}
 
.popover.left>.arrow::after {
 
    border-left-color: #2C9D91;
 
}
 
</style>
 
<head>
 
  
 
 
<!-- THIS IS WHERE THE HTML BEGINS -->
 
 
 
<style>
 
  
  

Revision as of 19:55, 14 October 2018

/* Slideshow container */ .slideshow-container { margin: auto; position: relative; } /* Hide the images by default */ .mySlides { display: none; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; margin-top: -22px; width: auto; padding: 16px; color: #CCCCCC; font-weight: bold; font-size: 30px; transition: 0.6s ease; border-radius: 0 3px 3px 0; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(83,77,77,0.80); } /* Caption text */ .text { color: #D3C7C7; font-size: 40px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #FFFFFF; font-size: 4px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 25px; width: 25px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 1.5s ease; } .active, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 3s; animation-name: fade; animation-duration: 3s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} }