Team:Braunschweig/Notebook

From 2013.igem.org

(Difference between revisions)
Line 54: Line 54:
.weeks :target p {
.weeks :target p {
 +
  overflow: auto; height: auto; margin-bottom:20px; margin-top:10px
 +
 +
}
 +
 +
/* Laborjournal Days */
 +
 +
 +
.days h3 {
 +
  margin:0px 0;
 +
  padding:0;
 +
}
 +
.days h3 a {
 +
  font-size: 11px;
 +
  display: block;
 +
  font-weight: bold;
 +
  color:#424242;
 +
  text-decoration:none;
 +
  margin:0;
 +
  padding:3px;
 +
 
 +
}
 +
.days :target h3 a,
 +
.days h3 a:focus,
 +
.days h3 a:hover,
 +
.days h3 a:active {
 +
  background: #A1A1A1;
 +
  color:#DBDBDB;
 +
}
 +
.days p {
 +
  padding:0 10px;
 +
  margin:0;
 +
  height: 0;
 +
  overflow: hidden;
 +
  -moz-transition: height 0.5s ease-in;
 +
  -webkit-transition: height 0.5s ease-in;
 +
  -o-transition: height 0.5s ease-in;
 +
  transition: height 0.5s ease-in;
 +
}
 +
 +
.days :target p {
   overflow: auto; height: auto; margin-bottom:20px; margin-top:10px
   overflow: auto; height: auto; margin-bottom:20px; margin-top:10px
Line 68: Line 108:
<div id="Week1" class="menuSection">
<div id="Week1" class="menuSection">
     <h2><a href="#Week1">Week 1: May 19 - May 26, 2013</a></h2>
     <h2><a href="#Week1">Week 1: May 19 - May 26, 2013</a></h2>
-
     <p><p style=" margin-left:5px; margin-right:5px;">Week 1</p>
+
     <p><p style=" margin-left:5px; margin-right:5px;">We set up our labspace and started some preparatory work.</p>
 +
 
 +
<div class="days">
 +
        <div id="21513" class="menuSection">
 +
    <h3><a href="#21513">May 21, 2013</a></h3>
 +
    <p><p style=" margin-left:5px; margin-right:5px;">We set up our labspace and started some preparatory work.</p>
 +
 
 +
</div>
 +
 
 +
 
 +
 
   </div>
   </div>

Revision as of 22:59, 11 August 2013