Team:SDU-Denmark/core/BasicStyles

From 2013.igem.org

(Difference between revisions)
Line 42: Line 42:
/* Name: DNA Sequence Code */
/* Name: DNA Sequence Code */
-
span.SequenceCode {
+
div.SequenceCode {
     font-size: 10px;
     font-size: 10px;
     font-family: Courier New;
     font-family: Courier New;
 +
    color: ##ff0000;
 +
    border-style: dashed;
 +
    border-width: 5px;
}
}

Revision as of 19:34, 9 June 2013

/* Name: Normal text */ p {

   font-size: 14px;
   margin-top:10px;
   font-family:Tahoma;
   color: #3D3D3D;

} /* Name: Appetizer text */ /* Description: Used to give a short and exciting description of the subsequent content. */ p.intro {

   font-style: italic;
   font-size: 16px;
   color: #808080;
   margin-bottom:40px;

}

h1, h2, h3, h4 {

   font-family: Arial;
   color: #3D3D3D;
   font-weight:bold;
   margin-bottom:0px;
   margin-top:30px;
   border-bottom: 1px solid #aaa;

} /* Name: Header 1 */ h1 {

   font-size: 22px;

} /* Name: Header 2 */ h2 {

   font-size: 20px;

} /* Name: Header 3 */ h3 {

   font-size: 18px;

} /* Name: Header 4 */ h4 {

   font-size: 16px;
   font-style: italic;

}

/* Name: DNA Sequence Code */ div.SequenceCode {

   font-size: 10px;
   font-family: Courier New;
   color: ##ff0000;
   border-style: dashed;
   border-width: 5px;

}