Difference between revisions of "Team:OLS Canmore AB CA/test page"

 
(45 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
@import url(font-awesome.min.css);
 
@import url(font-awesome.min.css);
 
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
 
@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");
 
  
 
/*****Wiki Edits*****/
 
/*****Wiki Edits*****/
Line 12: Line 11:
 
display: none;
 
display: none;
 
}
 
}
 
#top_menu_under{
 
display: none;
 
 
}
 
 
 
 
  
 
/*
 
/*
Line 33: Line 24:
 
}
 
}
  
body, input, select, textarea {
+
body, input, select, textarea {
 
color: #555f66;
 
color: #555f66;
 
font-family: "Roboto", Helvetica, sans-serif;
 
font-family: "Roboto", Helvetica, sans-serif;
font-size: 11pt;
+
font-size: 10pt;
 
font-weight: 300;
 
font-weight: 300;
line-height: 1.75em;
+
              width: 1000px;
}
+
              margin: 0 auto;
 
+
a {
+
color: #629DD1;
+
text-decoration: underline;
+
}
+
 
+
a:hover {
+
text-decoration: none;
+
}
+
 
+
strong, b {
+
color: #666f77;
+
font-weight: 500;
+
}
+
 
+
em, i {
+
font-style: italic;
+
}
+
 
+
p {
+
margin: 0 0 2em 0;
+
}
+
 
+
h1, h2, h3, h4, h5, h6 {
+
color: #666f77;
+
font-weight: 300;
+
line-height: 1em;
+
margin: 0 0 1em 0;
+
text-transform: uppercase;
+
letter-spacing: 0.125em;
+
}
+
 
+
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
+
color: inherit;
+
text-decoration: none;
+
}
+
 
+
h2 {
+
font-size: 1.5em;
+
line-height: 1.5em;
+
}
+
 
+
h3 {
+
font-size: 1.25em;
+
line-height: 1.5em;
+
}
+
 
+
h4 {
+
font-size: 1em;
+
line-height: 1.5em;
+
}
+
 
+
h5 {
+
font-size: 0.9em;
+
line-height: 1.5em;
+
}
+
 
+
h6 {
+
font-size: 0.7em;
+
line-height: 1.5em;
+
}
+
 
+
sub {
+
font-size: 0.8em;
+
position: relative;
+
top: 0.5em;
+
}
+
 
+
sup {
+
font-size: 0.8em;
+
position: relative;
+
top: -0.5em;
+
}
+
 
+
hr {
+
border: 0;
+
border-bottom: solid 1px rgba(144, 144, 144, 0.25);
+
margin: 3em 0;
+
}
+
 
+
hr.major {
+
margin: 2em 0 5em 0;
+
}
+
 
+
blockquote {
+
border-left: solid 4px rgba(144, 144, 144, 0.25);
+
font-style: italic;
+
margin: 0 0 2em 0;
+
padding: 0.5em 0 0.5em 2em;
+
}
+
 
+
code {
+
background: rgba(144, 144, 144, 0.075);
+
border-radius: 6px;
+
border: solid 1px rgba(144, 144, 144, 0.25);
+
font-family: "Courier New", monospace;
+
font-size: 0.9em;
+
margin: 0 0.25em;
+
padding: 0.25em 0.65em;
+
}
+
 
+
pre {
+
-webkit-overflow-scrolling: touch;
+
font-family: "Courier New", monospace;
+
font-size: 0.9em;
+
margin: 0 0 2em 0;
+
overflow-x: auto;
+
}
+
 
+
pre code {
+
display: block;
+
line-height: 1.75em;
+
padding: 1em 1.5em;
+
}
+
 
+
.align-left {
+
text-align: left;
+
}
+
 
+
.align-center {
+
text-align: center;
+
}
+
 
+
.align-right {
+
text-align: right;
+
 
}
 
}
 
  
  
Line 505: Line 371:
 
width: 100%;
 
width: 100%;
 
}
 
}
 +
 +
 +
/* Table */
 +
 +
.table-wrapper {
 +
-webkit-overflow-scrolling: touch;
 +
overflow-x: auto;
 +
}
 +
 +
table {
 +
margin: 0 0 2em 0;
 +
width: 100%;
 +
}
 +
 +
table tbody tr {
 +
border: solid 1px rgba(144, 144, 144, 0.25);
 +
border-left: 0;
 +
border-right: 0;
 +
}
 +
 +
table tbody tr:nth-child(2n + 1) {
 +
background-color: rgba(144, 144, 144, 0.075);
 +
}
 +
 +
table td {
 +
padding: 0.75em 0.75em;
 +
}
 +
 +
table th {
 +
color: #666f77;
 +
font-size: 0.9em;
 +
font-weight: 500;
 +
padding: 0 0.75em 0.75em 0.75em;
 +
text-align: left;
 +
}
 +
 +
table thead {
 +
border-bottom: solid 2px rgba(144, 144, 144, 0.25);
 +
}
 +
 +
table tfoot {
 +
border-top: solid 2px rgba(144, 144, 144, 0.25);
 +
}
 +
 +
table.alt {
 +
border-collapse: separate;
 +
}
 +
 +
table.alt tbody tr td {
 +
border: solid 1px rgba(144, 144, 144, 0.25);
 +
border-left-width: 0;
 +
border-top-width: 0;
 +
}
 +
 +
table.alt tbody tr td:first-child {
 +
border-left-width: 1px;
 +
}
 +
 +
table.alt tbody tr:first-child td {
 +
border-top-width: 1px;
 +
}
 +
 +
table.alt thead {
 +
border-bottom: 0;
 +
}
 +
 +
table.alt tfoot {
 +
border-top: 0;
 +
}
 +
 +
 +
/* Wrapper */
 +
 +
.wrapper {
 +
padding: 6em 0 4em 0;
 +
}
 +
 +
.wrapper.style1 {
 +
background: #fff;
 +
color: #555f66;
 +
}
 +
 +
.wrapper.style2 {
 +
background: #192024;
 +
color: #c5c7c8;
 +
}
 +
 +
.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
 +
color: #ffffff;
 +
}
 +
 +
.wrapper.style2 header p {
 +
color: #a3a5a7;
 +
}
 +
 +
.wrapper.style2 .button.alt {
 +
box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
 +
color: #ffffff !important;
 +
}
 +
 +
.wrapper.style2 .button.alt:hover {
 +
background-color: rgba(144, 144, 144, 0.275);
 +
}
 +
 +
.wrapper.style2 .button.alt:active {
 +
background-color: rgba(144, 144, 144, 0.4);
 +
}
 +
 +
.wrapper.style2 .button.alt.icon:before {
 +
color: #a3a5a7;
 +
}
 +
 +
 +
  
 
/* List */
 
/* List */
 +
  
 
   li ul {display: none;position:absolute}
 
   li ul {display: none;position:absolute}
Line 518: Line 499:
  
  
 +
 +
ul li:hover ul {margin-top: -5px;
 +
padding-top: 5px;
 +
}
  
 
ol {
 
ol {
Line 650: Line 635:
 
}
 
}
  
/* Table */
 
  
.table-wrapper {
 
-webkit-overflow-scrolling: touch;
 
overflow-x: auto;
 
}
 
  
table {
 
margin: 0 0 2em 0;
 
width: 100%;
 
}
 
  
table tbody tr {
 
border: solid 1px rgba(144, 144, 144, 0.25);
 
border-left: 0;
 
border-right: 0;
 
}
 
  
table tbody tr:nth-child(2n + 1) {
 
background-color: rgba(144, 144, 144, 0.075);
 
}
 
 
table td {
 
padding: 0.75em 0.75em;
 
}
 
 
table th {
 
color: #666f77;
 
font-size: 0.9em;
 
font-weight: 500;
 
padding: 0 0.75em 0.75em 0.75em;
 
text-align: left;
 
}
 
 
table thead {
 
border-bottom: solid 2px rgba(144, 144, 144, 0.25);
 
}
 
 
table tfoot {
 
border-top: solid 2px rgba(144, 144, 144, 0.25);
 
}
 
 
table.alt {
 
border-collapse: separate;
 
}
 
 
table.alt tbody tr td {
 
border: solid 1px rgba(144, 144, 144, 0.25);
 
border-left-width: 0;
 
border-top-width: 0;
 
}
 
 
table.alt tbody tr td:first-child {
 
border-left-width: 1px;
 
}
 
 
table.alt tbody tr:first-child td {
 
border-top-width: 1px;
 
}
 
 
table.alt thead {
 
border-bottom: 0;
 
}
 
 
table.alt tfoot {
 
border-top: 0;
 
}
 
 
 
/* Wrapper */
 
 
.wrapper {
 
padding: 6em 0 4em 0;
 
}
 
 
.wrapper.style1 {
 
background: #fff;
 
color: #555f66;
 
}
 
 
.wrapper.style2 {
 
background: #192024;
 
color: #c5c7c8;
 
}
 
 
.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
 
color: #ffffff;
 
}
 
 
.wrapper.style2 header p {
 
color: #a3a5a7;
 
}
 
 
.wrapper.style2 .button.alt {
 
box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
 
color: #ffffff !important;
 
}
 
 
.wrapper.style2 .button.alt:hover {
 
background-color: rgba(144, 144, 144, 0.275);
 
}
 
 
.wrapper.style2 .button.alt:active {
 
background-color: rgba(144, 144, 144, 0.4);
 
}
 
 
.wrapper.style2 .button.alt.icon:before {
 
color: #a3a5a7;
 
}
 
  
 
/* Header */
 
/* Header */
Line 862: Line 742:
 
right: 0;
 
right: 0;
 
}
 
}
 +
 +
  
 
/* Banner */
 
/* Banner */
Line 867: Line 749:
 
#banner {
 
#banner {
 
background-color: #666666;
 
background-color: #666666;
background-image: url("../images/banner.jpg");
+
background-image: url("");
 
background-size: cover;
 
background-size: cover;
background-position: center center;
+
background-position: center;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
color: #d8d8d8;
 
color: #d8d8d8;
Line 937: Line 819:
 
text-decoration: none;
 
text-decoration: none;
 
}
 
}
 +
 +
 +
 +
  
 
/* Footer */
 
/* Footer */
Line 974: Line 860:
 
color: #bbb;
 
color: #bbb;
 
}
 
}
 +
 
</style>
 
</style>
 
 
  
 
<!--
 
<!--
Line 989: Line 874:
  
  
<body id="top">
+
<body >
  
 +
<img src="https://static.igem.org/mediawiki/2015/4/43/Team_OLS_Canmore_AB_CA_Banner.jpeg" width="965" height="200" >
 
<!-- Header -->
 
<!-- Header -->
 +
 
<header id="" class="drop.menu">
 
<header id="" class="drop.menu">
 
<nav id="nav">
 
<nav id="nav">
Line 1,022: Line 909:
 
</nav>
 
</nav>
 
</header>
 
</header>
<br><Br>
+
<br><br><br><br><br><br><br>
 +
 
 
<!-- Banner -->
 
<!-- Banner -->
 
<section id="banner">
 
<section id="banner">

Latest revision as of 03:22, 17 September 2015








Producing Bacterial Keratinases

to break down keratin waste

Hair

Short Write-Up on the problem with hair. Should fill thissssssssssssssssssssssss.

Feathers

Same thing as with hair but with feathers and pretty short but should include cool (but really uncool) numbers and facts that are important.

Commodo accumsan aliquam

Amet nisi nunc lorem accumsan

Mollis adipiscing nisl

Eget mi ac magna cep lobortis faucibus accumsan enim lacinia adipiscing metus urna adipiscing cep commodo id. Ac quis arcu amet. Arcu nascetur lorem adipiscing non faucibus odio nullam arcu lobortis. Aliquet ante feugiat. Turpis aliquet ac posuere volutpat lorem arcu aliquam lorem.

Neque ornare adipiscing

Eget mi ac magna cep lobortis faucibus accumsan enim lacinia adipiscing metus urna adipiscing cep commodo id. Ac quis arcu amet. Arcu nascetur lorem adipiscing non faucibus odio nullam arcu lobortis. Aliquet ante feugiat. Turpis aliquet ac posuere volutpat lorem arcu aliquam lorem.

Mollis ut adipiscing

Vis accumsan feugiat adipiscing nisl amet adipiscing accumsan blandit accumsan sapien blandit ac amet faucibus aliquet placerat commodo. Interdum ante aliquet commodo accumsan vis phasellus adipiscing. Ornare a in lacinia. Vestibulum accumsan ac metus massa tempor. Accumsan in lacinia ornare massa amet. Ac interdum ac non praesent. Cubilia lacinia interdum massa faucibus blandit nullam. Accumsan phasellus nunc integer. Accumsan euismod nunc adipiscing lacinia erat ut sit. Arcu amet. Id massa aliquet arcu accumsan lorem amet accumsan commodo odio cubilia ac eu interdum placerat placerat arcu commodo lobortis adipiscing semper ornare pellentesque.

Magna massa blandit

Feugiat amet accumsan ante aliquet feugiat accumsan. Ante blandit accumsan eu amet tortor non lorem felis semper. Interdum adipiscing orci feugiat penatibus adipiscing col cubilia lorem ipsum dolor sit amet feugiat consequat.


Ante sed commodo

Contact Information

If you have any questions about this wiki, wish to collaborate, or simply want to contact us you can e-mail alinaarvisais@isidore.redeemer.ab.ca or taliadixon@isidore.redeemer.ab.ca.