Team:NYMU-Taipei/note.css

From 2014.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 1: Line 1:
#labnote{
#labnote{
-
   width: 950px;
+
   width: 80%;
-
  border-left: solid 1px;
+
   margin: 0 auto;
   margin: 0 auto;
-
   height:550px;
+
   margin-bottom: 50px;
-
   overflow:auto;
+
   margin-top: 20px;
}
}
.note-tab{
.note-tab{
-
   border: solid 1px;
+
   cursor: pointer;
-
   line-height: 40px;
+
   display: inline-block;
-
   font-size: 20px;
+
   border: outset 2px;
-
   width: 150px;
+
   padding: 10px;
-
   text-align: center;
+
   border-radius: 0px 10px;
-
   margin-left: -132px;
+
  background: rgb(253, 197, 122);
-
   background-color: pink;
+
   margin-left: 20px;
-
   cursor:pointer;
+
}
 +
 
 +
.note-pdf{
 +
  width: 850px;
 +
   margin: 0 auto;
 +
   display: block;
 +
  height: 600px;
 +
  margin-bottom: 50px;
}
}
.note-content{
.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(http://www.crossborder.ie/wp-content/uploads/pdf_icon.gif);
 +
  font-size: 16px;
 +
  line-height: 1.3em;
}
}

Latest revision as of 13:35, 16 October 2014

  1. labnote{
 width: 80%;
 margin: 0 auto;
 margin-bottom: 50px;
 margin-top: 20px;

}

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

}