Difference between revisions of "Template:UOttawa"

 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{uo2015-wikireset}}
 +
{{uo2015-styles}}
 +
 
<html>
 
<html>
<style>
+
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
/* ====== iGEM Wiki Reset ====== */
+
<script src="https://2015.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
body { top: -5px; } /* Body is offset down for some stupid reason */
+
    <script type="text/javascript">
#top-section, .firstHeading, #contentSub, #footer-box, #catlinks { display: none; }
+
    $(function() {
body, html, #globalWrapper, #content { padding: 0; margin: 0; width: 100%; border: 0; background: none; }
+
        $(".uomenu a").click(function(e) {
.uo2014-menubar { opacity: 0.6; position: relative; text-align: center; font-size: 12px; padding-top: 17px;}
+
            e.preventDefault();
.uo2014-menubar a { color: rgb(95, 140, 17); }
+
            $(".uopane").hide();
.uo2014-menubar:hover { opacity: 0.9 }
+
            $($(e.currentTarget).attr("href")).show();
.uo2014-menubar ul { list-style: none; }
+
        });
.uo2014-menubar li { display: inline; margin-right: 10px; }
+
    });
 +
    </script>
 +
 
 +
 
 +
<!--
 +
 
 +
RESOURCES
 +
==========
 +
Cover https://static.igem.org/mediawiki/2015/thumb/9/9f/Uo2015-cover.jpg/800px-Uo2015-cover.jpg
 +
Policy: https://static.igem.org/mediawiki/2015/2/23/Fair_Use_of_Genetic_Material_%28an_iGEM-specific_guide%29.pdf
 +
Nullclines: https://static.igem.org/mediawiki/2015/c/ca/Uo2015-nullclines.png
 +
Flow: https://static.igem.org/mediawiki/2015/9/92/Uo2015-flow.png
 +
Fixed points: https://static.igem.org/mediawiki/2015/4/40/Uo2015-fixedpoints.png
 +
Stab: https://static.igem.org/mediawiki/2015/c/c0/Uo2015-stab.png
 +
Network: https://static.igem.org/mediawiki/2015/8/8d/Uo2015-network.png
 +
Results: https://static.igem.org/mediawiki/2015/8/8a/Uo2015-results.jpg
 +
Promoters: https://static.igem.org/mediawiki/2015/3/39/Uo2015-promoters.jpg
  
h1, h2, h3, h4, h5, h6 { border: 0; margin-top: 7px; margin-bottom: 7px !important; margin-top: padding: 0 !important }
+
--></html>
* {
+
  box-sizing: border-box;
+
}
+
a:hover {
+
  text-decoration: underline !important;
+
}
+
body {
+
  font: 15px "Open Sans", Helvetica, sans-serif;
+
  margin: 0px;
+
}
+
h1 {
+
  color: #333;
+
  font: 28px Raleway;
+
}
+
h2 {
+
  color: #333;
+
  font: 22px Raleway;
+
}
+
.uocover {
+
  background-repeat: no-repeat;
+
  background-position: center bottom;
+
  background-size: cover;
+
  background-image: url("../r/uo2015-cover.jpg");
+
  border-bottom: 2px solid #cd00cd;
+
  height: 700px;
+
  overflow: hidden;
+
  position: relative;
+
}
+
.uocover .uocover-content {
+
  margin: auto;
+
  margin-top: 120px;
+
  text-align: right;
+
  width: 700px;
+
}
+
.uocover .uocover-content span {
+
  background-color: rgba(240,240,240,0.75);
+
  padding: 0px 3px;
+
}
+
.uocover .uocover-content .big {
+
  color: #333;
+
  font: 800 46px Raleway;
+
}
+
.uocover .uocover-content .small {
+
  color: #90008f;
+
  font: 18px/24px "Open Sans";
+
}
+
.noborder nav {
+
  border-bottom: 0;
+
}
+
nav {
+
  border-bottom: 2px solid #cd00cd;
+
  font-family: Raleway;
+
  font-size: 17px;
+
  margin-bottom: 15px;
+
  padding: 10px;
+
  text-align: center;
+
}
+
nav.noborder {
+
  border-bottom: 0;
+
}
+
nav a {
+
  color: #ae00ae;
+
  margin-right: 30px;
+
  text-decoration: none;
+
}
+
nav a:last-child {
+
  margin-right: 0px;
+
}
+
.uowrapper {
+
  margin: auto;
+
  max-width: 1148px;
+
  width: 90%;
+
}
+
.uomenu {
+
  float: left;
+
  margin-top: 9px;
+
  padding-right: 15px;
+
  text-align: right;
+
  width: 24%;
+
}
+
.uomenu header {
+
  border-bottom: 1px dotted #666;
+
  font: 18px Raleway;
+
  padding: 15px 0px;
+
}
+
.uomenu a {
+
  color: #666;
+
  display: block;
+
  font: 14px Raleway;
+
  margin: 15px 0px;
+
  text-decoration: none;
+
}
+
.uocontent {
+
  float: left;
+
  width: 75%;
+
}
+
figure {
+
  border: 1px solid #999;
+
  border-radius: 7px;
+
  font-size: 0px;
+
  margin: 10px auto;
+
  max-width: 70%;
+
  padding: 7px;
+
  text-align: center;
+
}
+
figure img {
+
  max-width: 100%;
+
}
+
figure p {
+
  color: #666;
+
  font: 14px Raleway;
+
  text-align: center;
+
}
+
figure.full {
+
  max-width: 100%;
+
}
+
</style>
+

Latest revision as of 19:55, 18 September 2015