Team:SDU-Denmark/core/BasicStyles

From 2013.igem.org

(Difference between revisions)
(Created page with "/* Name: Headers */ h1, h2, h3, h4 { font-family: Arial; color: #3D3D3D; font-weight:bold; margin-bottom:0px; margin-top:30px; } - Name: Normal text: p { ...")
Line 1: Line 1:
-
/* Name: Headers */
 
-
h1, h2, h3, h4 {
 
-
    font-family: Arial;
 
-
    color: #3D3D3D;
 
-
    font-weight:bold;
 
-
    margin-bottom:0px;
 
-
    margin-top:30px;
 
-
}
 
/* Name: Normal text */
/* Name: Normal text */
p {
p {
Line 20: Line 12:
     color: #808080;
     color: #808080;
     margin-bottom:40px;
     margin-bottom:40px;
 +
}
 +
 +
h1, h2, h3, h4 {
 +
    font-family: Arial;
 +
    color: #3D3D3D;
 +
    font-weight:bold;
 +
    margin-bottom:0px;
 +
    margin-top:30px;
 +
}
 +
/* 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;
}
}

Revision as of 18:33, 9 June 2013

/* Name: Normal text */ p {

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

} /* Name: Appetizer text */ 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;

} /* 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;

}