Team:UNIK Copenhagen/Signe Notebook

From 2013.igem.org

(Difference between revisions)
(Trying a change from . to #)
(Back to using classes :). Try again to see if the problem is with z-index?)
Line 27: Line 27:
margin: 0px;
margin: 0px;
}
}
-
#left_page, #right_page{
+
.left_page, .right_page{
float: left;
float: left;
width: 375px;
width: 375px;
Line 33: Line 33:
margin: 10px;
margin: 10px;
}
}
-
#items{
+
.items{
float: left;
float: left;
padding: 0px;
padding: 0px;
Line 121: Line 121:
<div class="the_content">
<div class="the_content">
<div id="all_content">
<div id="all_content">
-
<div id="items">
+
<div class="items">
<div id="content1" class="content">
<div id="content1" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 1</h1>
<h1>Week 1</h1>
<p> 8<sup>th</sup>-14<sup>th</sup> of July </p>
<p> 8<sup>th</sup>-14<sup>th</sup> of July </p>
<p>This week the team . . .</p>
<p>This week the team . . .</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> RIGHT PAGE HERE! Hello :) </p>
<p> RIGHT PAGE HERE! Hello :) </p>
</div>
</div>
Line 134: Line 134:
<div id="content2" class="content">
<div id="content2" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 2</h1>
<h1>Week 2</h1>
<p>This week the team . . .</p>
<p>This week the team . . .</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 144: Line 144:
<div id="content3" class="content">
<div id="content3" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 3</h1>
<h1>Week 3</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 154: Line 154:
<div id="content4" class="content">
<div id="content4" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 4</h1>
<h1>Week 4</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 164: Line 164:
<div id="content5" class="content">
<div id="content5" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 5</h1>
<h1>Week 5</h1>
<p>This week the team . . .</p>
<p>This week the team . . .</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 174: Line 174:
<div id="content6" class="content">
<div id="content6" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 6</h1>
<h1>Week 6</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 184: Line 184:
<div id="content7" class="content">
<div id="content7" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 7</h1>
<h1>Week 7</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 194: Line 194:
<div id="content8" class="content">
<div id="content8" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 8</h1>
<h1>Week 8</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 204: Line 204:
<div id="content9" class="content">
<div id="content9" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 9</h1>
<h1>Week 9</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 214: Line 214:
<div id="content10" class="content">
<div id="content10" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 10</h1>
<h1>Week 10</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 224: Line 224:
<div id="content11" class="content">
<div id="content11" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 11</h1>
<h1>Week 11</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 234: Line 234:
<div id="content12" class="content">
<div id="content12" class="content">
-
<div id="left_page">
+
<div class="left_page">
<h1>Week 12</h1>
<h1>Week 12</h1>
<p>This week the team...</p>
<p>This week the team...</p>
</div>
</div>
-
<div id="right_page">
+
<div class="right_page">
<p> more text on this page!</p>
<p> more text on this page!</p>
</div>
</div>
Line 244: Line 244:
</div>
</div>
-
<div id="items">
+
<div class="items">
<ul id="tabs">   
<ul id="tabs">   
     <li><a href="javascript:ThisTab('tab1', 'content1');" id="tab1">1</a></li>   
     <li><a href="javascript:ThisTab('tab1', 'content1');" id="tab1">1</a></li>   

Revision as of 11:24, 21 September 2013

Week 1

8th-14th of July

This week the team . . .

RIGHT PAGE HERE! Hello :)

Week 2

This week the team . . .

more text on this page!

Week 3

This week the team...

more text on this page!

Week 4

This week the team...

more text on this page!

Week 5

This week the team . . .

more text on this page!

Week 6

This week the team...

more text on this page!

Week 7

This week the team...

more text on this page!

Week 8

This week the team...

more text on this page!

Week 9

This week the team...

more text on this page!

Week 10

This week the team...

more text on this page!

Week 11

This week the team...

more text on this page!

Week 12

This week the team...

more text on this page!