Team:UNIK Copenhagen

From 2014.igem.org

(Difference between revisions)
Line 32: Line 32:
/*              CSS of Q/A part              */
/*              CSS of Q/A part              */
/*---------------------------------------------*/
/*---------------------------------------------*/
-
.subject, .description{
+
.subject, .description, .description_first{
float: left;
float: left;
}
}
Line 39: Line 39:
text-align: left;
text-align: left;
margin: 0px 10px 0px 40px;
margin: 0px 10px 0px 40px;
-
padding: 20px 0px;
+
padding: 50px 0px;
}
}
.description{
.description{
width: 564px;
width: 564px;
-
margin: 0px 50px 0px 10px;
+
margin: 0px 20px 0px 10px;
 +
padding: 25px;
 +
}
 +
 
 +
.description_first{
 +
width: 210px;
 +
margin: 0px 20px 0px 10px;
padding: 25px;
padding: 25px;
}
}
Line 69: Line 75:
padding: 0px;
padding: 0px;
}
}
 +
 +
/*---------------------------------------------*/
 +
/*                  News box                  */
 +
/*---------------------------------------------*/
 +
 +
.frontpagecontainer {
 +
color: #c0c0c0;
 +
}
 +
 +
.frontpagecontainer .content {
 +
margin: 6px 0 0 0;
 +
}
 +
 +
/* horizontal line */
 +
 +
hr {
 +
height: 1px;
 +
color: #0B6138;
 +
background-color: #0B6138;
 +
border: none;
 +
}
 +
 +
/* two coloumns */
 +
 +
#twocol {
 +
width:100%;
 +
height:100%;
 +
border:1px solid white;
 +
}
 +
 +
.left_content {
 +
float:left;
 +
width:50%;
 +
height:auto;
 +
border:1px solid white;
 +
}
 +
 +
.right_content {
 +
float:left;
 +
width:48%;
 +
height:auto;
 +
border:1px solid white;
 +
}
 +
 +
 +
/* default styles for extension "tx_tciframe_pi1" */
 +
 +
.tx-tciframe-pi1{
 +
width: 100%;
 +
}
 +
 +
/* default styles for extension "tx_tcnews_pi1" */
 +
 +
.tx-tcnews-pi1 .frontpage_container{
 +
background: #FFFFFF;
 +
height: 77px;
 +
background-image: none;
 +
background-repeat: repeat-x;
 +
}
 +
 +
.tx-tcnews-pi1 .list_container{
 +
border: 1px solid #0B6138;
 +
background: white;
 +
position: relative;
 +
}
 +
 +
.tx-tcnews-pi1 .image{
 +
float: left;
 +
padding: 10px 8px 9px 8px;
 +
}
 +
 +
.tx-tcnews-pi1 .image img{
 +
border-bottom: 1px solid #0B6138;
 +
}
 +
 +
.tx-tcnews-pi1 .data{
 +
float: left;
 +
}
 +
 +
.tx-tcnews-pi1 .date{
 +
text-transform: uppercase;
 +
font-size: 10px;
 +
margin: 10px 0 0 0;
 +
}
 +
 +
.tx-tcnews-pi1 .headline{
 +
text-transform: uppercase;
 +
font-weight: 700;
 +
font-size: 12px;
 +
color:         #0B6138;
 +
}
 +
 +
.tx-tcnews-pi1 .headline_news{
 +
text-transform: uppercase;
 +
font-weight: 700;
 +
font-size: 12px;
 +
font-family:                    Arial Unicode MS;
 +
}
 +
 +
.tx-tcnews-pi1 .link{
 +
text-transform: uppercase;
 +
font-weight: 700;
 +
font-size: 10px;
 +
}
 +
 +
.tx-tcnews-pi1 .link a{
 +
background-image: transparent;
 +
background-position: right center;
 +
background-repeat: no-repeat;
 +
padding: 0pt 10px 0pt 0;
 +
}
 +
 +
.tx-tcnews-pi1 .teaser{
 +
width: 360px;
 +
color: black;
 +
font-family:                    Arial Unicode MS;
 +
}
 +
 +
.maincontainer .tx-tcnews-pi1 .teaser{
 +
width: 625px;
 +
color: #0B6138;
 +
}
 +
 +
.tx-tcnews-pi1 .datacontainer{
 +
vertical-align: top;
 +
width: 100%;
 +
padding: 0 10px 0 0;
 +
}
 +
 +
.tx-tcnews-pi1 .imagecontainer{
 +
vertical-align: top;
 +
}
 +
 +
.tx-tcnews-pi1 .image_float img{
 +
border-bottom: 1px solid #0B6138;
 +
}
 +
 +
.tx-tcnews-pi1 .createSingleView_date{
 +
text-transform: uppercase;
 +
font-size: 10px;
 +
margin: 0 0 5px 0;
 +
}
 +
 +
.tx-tcnews-pi1 .createSingleView_teaser{
 +
font-weight: 700;
 +
margin: 0 0 10px 0;
 +
font-size: 10px;
 +
}
 +
 +
.tx-tcnews-pi1 .createList_header{
 +
position: relative;
 +
background: #0B6138;
 +
}
 +
 +
.clearboth{
 +
clear: both;
 +
line-height: 0px;
 +
height: 1px;
 +
font-size: 0px;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*            4 photos directing to other pages              */
/*            4 photos directing to other pages              */
Line 98: Line 267:
margin-top: -183px;
margin-top: -183px;
}
}
-
</style>
 
 +
 +
 +
/*---------------------------------*/
 +
/*            Content              */
 +
/*---------------------------------*/
 +
</style>
</html>
</html>
 +
 +
<div id="twocol">
 +
  <div class="left_content">
<div class="subject">
<div class="subject">
<h4>OUR WIKI IS UNDER CONSTRUCTION</h4>
<h4>OUR WIKI IS UNDER CONSTRUCTION</h4>
</div>
</div>
-
<div class="description">
+
<div class="description_first"><p align="justify">Welcome to our wiki! It is currently under construction. More information, photos etc. will come as our work proceeds, so please just have a look around.</p></div>
-
<p align="justify">Welcome to our wiki! It is currently under construction. More information, photos etc. will come as our work proceeds, so please just have a look around.</p>
+
</div>
</div>
 +
 +
  <div class="right_content">
 +
 +
<div style="margin-left:20px;">
 +
 +
<div class="tx-tcnews-pi1">
 +
<div class="list_container">
 +
<div class="createList_header_container">
 +
  <div class="createList_header"><div class="headline_news">NEWS</div></div>
 +
</div>
 +
 +
<div class="AJAXcontainer">
 +
  <div class=frontpage_container">
 +
  <div class="data"> <div class="date">July 25th 2014</div> <div class="headline">We got yeast!</div> <div class="teaser">Morten went to the Biocenter to pick up our yeast.</div>
 +
  </div>
 +
</div>
 +
 
 +
<div class="clearboth"></div>
 +
</div>
 +
 +
<hr>
 +
 +
<div class="AJAXcontainer">
 +
  <div class=frontpage_container">
 +
  <div class="data"> <div class="date">July 28th 2014</div> <div class="headline">The shuffle cells has arrived!</div> <div class="teaser">The shuffle cells for the Quenchibody project arrived today.</div>
 +
  </div>
 +
</div>
 +
 
 +
<div class="clearboth"></div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
 +
</div>
 +
 +
</div>
 +
<div id="go_up">
<div id="go_up">
Line 120: Line 335:
</div>
</div>
-
 
+
<div id="go_up">
 +
</div>
<html>
<html>

Revision as of 10:06, 29 July 2014





OUR WIKI IS UNDER CONSTRUCTION

Welcome to our wiki! It is currently under construction. More information, photos etc. will come as our work proceeds, so please just have a look around.

NEWS
July 25th 2014
We got yeast!
Morten went to the Biocenter to pick up our yeast.

July 28th 2014
The shuffle cells has arrived!
The shuffle cells for the Quenchibody project arrived today.


WHAT ARE WE WORKING ON?

Demands for fast, cheap and environmentally responsible detection methods are rising. To accommodate this, the iGEM Team of the University aims at creating a bio-engineered diagnostic tool based on antibodies with novel fluorescent markers for a fast, non-toxic and easy-to-use detection of pathogens.

















Team UNIK Copenhagen
e-mail: igem.cph14@gmail.com