Line 2: | Line 2: | ||
<link href="http://fonts.googleapis.com/css?family=Lato:300|Grand+Hotel" rel="stylesheet" type="text/css" /> | <link href="http://fonts.googleapis.com/css?family=Lato:300|Grand+Hotel" rel="stylesheet" type="text/css" /> | ||
+ | |||
+ | <head> | ||
+ | |||
+ | <!-- This tells the browser that your page is responsive --> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | |||
+ | <link href="https://2017.igem.org/wiki/index.php?title=Team:Virginia/css/bootstrap.css&action=raw&ctype=text/css" type="text/css" rel="stylesheet"> | ||
+ | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
+ | <script type="text/javascript" src="https://2017.igem.org/wiki/index.php?title=Team:Virginia/js/bootstrap.min.js&action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | </head> | ||
<script> | <script> | ||
Line 87: | Line 98: | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
− | |||
Line 99: | Line 106: | ||
/***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | /***************************************************** DEFAULT WIKI SETTINGS ****************************************************/ | ||
+ | |||
/* Clear the default wiki settings */ | /* Clear the default wiki settings */ | ||
+ | |||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #content { width:100%; padding:0px; margin-left:0px; padding-top:30px;} | ||
+ | body {background-color:white;} | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
/***************************************************** CONTENT OF THE PAGE ****************************************************/ | /***************************************************** CONTENT OF THE PAGE ****************************************************/ | ||
− | |||
/* Wrapper for the content */ | /* Wrapper for the content */ | ||
.igem_2017_content_wrapper { | .igem_2017_content_wrapper { | ||
width: 98%; | width: 98%; | ||
+ | padding-top: -30px; | ||
display:block; | display:block; | ||
− | |||
float:left; | float:left; | ||
background-color: #F5F5F5; /* TAG::BKGD */ | background-color: #F5F5F5; /* TAG::BKGD */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
font-family:Tahoma, Geneva, sans-serif; | font-family:Tahoma, Geneva, sans-serif; | ||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/********************************* HTML STYLING *********************************/ | /********************************* HTML STYLING *********************************/ | ||
Line 327: | Line 159: | ||
padding: 0px 25px; | padding: 0px 25px; | ||
font-size: 16px; | font-size: 16px; | ||
+ | font-family: 'Lato', sans-serif; | ||
color: #0F1626; /* TAG::LETTERS */ | color: #0F1626; /* TAG::LETTERS */ | ||
} | } | ||
Line 334: | Line 167: | ||
/*padding: 0px 25px; */ | /*padding: 0px 25px; */ | ||
font-size: 16px; | font-size: 16px; | ||
+ | font-family: 'Lato', sans-serif; | ||
color: #0F1626; /* TAG::LETTERS */ | color: #0F1626; /* TAG::LETTERS */ | ||
} | } | ||
Line 431: | Line 265: | ||
padding: 10px 15px; | padding: 10px 15px; | ||
} | } | ||
− | |||
Line 474: | Line 307: | ||
/* button class */ | /* button class */ | ||
.igem_2017_content_wrapper .button{ | .igem_2017_content_wrapper .button{ | ||
− | max-width: | + | max-width: 35%; |
margin: 30px auto; | margin: 30px auto; | ||
padding: 12px 10px; | padding: 12px 10px; | ||
− | background-color: # | + | background-color: #3399ff; |
− | + | ||
− | + | ||
text-align: center; | text-align: center; | ||
color: #ffffff; | color: #ffffff; | ||
Line 487: | Line 318: | ||
-o-transition: all 0.4s ease; transition: all 0.4s ease; | -o-transition: all 0.4s ease; transition: all 0.4s ease; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* styling for button on hover */ | /* styling for button on hover */ | ||
.igem_2017_content_wrapper .button:hover{ | .igem_2017_content_wrapper .button:hover{ | ||
− | background-color: # | + | background-color: #3399ff; |
− | color: | + | color: #000000; |
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 554: | Line 331: | ||
margin: 5px 15px; | margin: 5px 15px; | ||
display: block; | display: block; | ||
− | border: 4px solid # | + | border: 4px solid #3399ff; |
font-weight: bold; | font-weight: bold; | ||
} | } | ||
− | |||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!--- THIS IS WHERE THE HTML BEGINS ---> | <!--- THIS IS WHERE THE HTML BEGINS ---> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<body> | <body> | ||
− | + | <nav class="navbar navbar-default navbar-fixed-top navbar-inverse" style="top:15px;"> | |
− | <nav class="navbar navbar-default navbar-fixed-top" style="top: | + | |
<!-- Brand and toggle get grouped for better mobile display --> | <!-- Brand and toggle get grouped for better mobile display --> | ||
<div class="navbar-header"> | <div class="navbar-header"> | ||
Line 612: | Line 350: | ||
<span class="icon-bar"></span> | <span class="icon-bar"></span> | ||
</button> | </button> | ||
− | <a class="navbar-brand | + | <a class="navbar-brand" href="/Team:Virginia" style="padding:0px 20px; line-height:60px;"> |
− | <img src="https://static.igem.org/mediawiki/2017/a/a4/T--Virginia--vGEMlogo_150_a.png" alt="Brand" id="navbrand"> | + | <img src="https://static.igem.org/mediawiki/2017/a/a4/T--Virginia--vGEMlogo_150_a.png" alt="Brand" id="navbrand" height="50px"></a> |
</div> | </div> | ||
Line 686: | Line 424: | ||
</ul> | </ul> | ||
</div><!-- /.navbar-collapse --> | </div><!-- /.navbar-collapse --> | ||
− | + | </nav> | |
+ | |||
+ | |||
</body> | </body> | ||
+ | |||
Revision as of 21:12, 1 August 2017