Team:Bordeaux/custom styles.css
From 2014.igem.org
(Difference between revisions)
(Created page with ".Normal_text {font-family:Arial;font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;color:#C0A5D0;letter-spacing:0.0em;} .Heading_1 {font-family:Arial;font-w...") |
|||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | .Normal_text {font-family:Arial;font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;color:#C0A5D0;letter-spacing:0.0em;} | + | .Normal_text { |
- | .Heading_1 {font-family:Arial;font-weight:bold;font-style:normal;font-size:20px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | font-family: Arial; |
- | .Panel_text {font-family:Arial;font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | font-weight: normal; |
- | .Heading_3 {font-family:Arial;font-weight:bold;font-style:normal;font-size:13px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | font-style: normal; |
- | .Heading_2 {font-family:Arial;font-weight:bold;font-style:normal;font-size:16px;text-decoration:none;color:#742191;letter-spacing:0.0em;} | + | font-size: 12px; |
+ | text-decoration: none; | ||
+ | color: #C0A5D0; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
+ | |||
+ | .Heading_1 { | ||
+ | font-family: Arial; | ||
+ | font-weight: bold; | ||
+ | font-style: normal; | ||
+ | font-size: 20px; | ||
+ | text-decoration: none; | ||
+ | color: #FFFFFF; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
+ | |||
+ | .Panel_text { | ||
+ | font-family: Arial; | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | font-size: 11px; | ||
+ | text-decoration: none; | ||
+ | color: #FFFFFF; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
+ | |||
+ | .Heading_3 { | ||
+ | font-family: Arial; | ||
+ | font-weight: bold; | ||
+ | font-style: normal; | ||
+ | font-size: 13px; | ||
+ | text-decoration: none; | ||
+ | color: #FFFFFF; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
+ | |||
+ | .Heading_2 { | ||
+ | font-family: Arial; | ||
+ | font-weight: bold; | ||
+ | font-style: normal; | ||
+ | font-size: 16px; | ||
+ | text-decoration: none; | ||
+ | color: #742191; | ||
+ | letter-spacing: 0.0em; | ||
+ | } |
Latest revision as of 08:44, 6 August 2014
.Normal_text {
font-family: Arial; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: none; color: #C0A5D0; letter-spacing: 0.0em;
}
.Heading_1 {
font-family: Arial; font-weight: bold; font-style: normal; font-size: 20px; text-decoration: none; color: #FFFFFF; letter-spacing: 0.0em;
}
.Panel_text {
font-family: Arial; font-weight: normal; font-style: normal; font-size: 11px; text-decoration: none; color: #FFFFFF; letter-spacing: 0.0em;
}
.Heading_3 {
font-family: Arial; font-weight: bold; font-style: normal; font-size: 13px; text-decoration: none; color: #FFFFFF; letter-spacing: 0.0em;
}
.Heading_2 {
font-family: Arial; font-weight: bold; font-style: normal; font-size: 16px; text-decoration: none; color: #742191; letter-spacing: 0.0em;
}