Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
#labnote{
#labnote{
-
 
+
  width: 80%;
 +
  margin: 0 auto;
}
}

Revision as of 13:30, 16 October 2014

  1. labnote{
 width: 80%;
 margin: 0 auto;

}

.note-tab{

 cursor: pointer;
 display: inline-block;
 border: outset 2px;
 padding: 10px;
 border-radius: 0px 10px;
 background: rgb(253, 197, 122);
 margin-left: 20px;

}

.note-pdf{

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

}

.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;

}