Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
Line 7: Line 7:
.note-pdf{
.note-pdf{
 +
  width: 850px;
 +
  margin: 0 auto;
 +
  display: block;
 +
  height: 600px;
}
}

Revision as of 12:59, 16 October 2014

  1. labnote{

}

.note-tab{ }

.note-pdf{

 width: 850px;
 margin: 0 auto;
 display: block;
 height: 600px;

}

.note-content{

 padding-left:20px;
 padding-right:20px;
 text-align: justify;

}

.note-content ol{

 font-size: 16px;
 width: 860px;

}

.note-content img{

 vertical-align: top;
 margin-top: 10px;

}

.protocol ul{

 font-size: 16px;
 width: 800px;
 padding-left: 60px;

}

.protocol ol{

 font-size: 16px;
 width: 800px;
 padding-left: 60px;

}

.pdfFile{

 background-repeat: no-repeat;
 background-position: left;  
 padding-left: 19px;
 background-image: url(pdf_icon.gif);
 font-size: 16px;
 line-height: 1.3em;

}