Team:Bordeaux/xr text.css
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
/* Text styles */ | /* Text styles */ | ||
- | .xr_s0 {font-family:Arial;font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;color:#C0A5D0;letter-spacing:0.0em;} | + | .xr_s0 { |
+ | font-family: Arial; | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | font-size: 11px; | ||
+ | text-decoration: none; | ||
+ | color: #C0A5D0; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
- | .xr_s1 {font-family:Arial;font-weight:bold;font-style:normal;font-size:11px;text-decoration:none;color:#C0A5D0;letter-spacing:0.0em;} | + | .xr_s1 { |
+ | font-family: Arial; | ||
+ | font-weight: bold; | ||
+ | font-style: normal; | ||
+ | font-size: 11px; | ||
+ | text-decoration: none; | ||
+ | color: #C0A5D0; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
- | .xr_s2 {font-family:Arial;font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | .xr_s2 { |
+ | font-family: Arial; | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | font-size: 11px; | ||
+ | text-decoration: none; | ||
+ | color: #FFFFFF; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
- | .xr_s3 {font-family:Arial;font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | .xr_s3 { |
+ | font-family: Arial; | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | font-size: 12px; | ||
+ | text-decoration: none; | ||
+ | color: #FFFFFF; | ||
+ | letter-spacing: 0.0em; | ||
+ | } | ||
- | .xr_s4 {font-family:Arial;font-weight:bold;font-style:normal;font-size:13px;text-decoration:none;color:#E56FCC;letter-spacing:0.0em;} | + | .xr_s4 { |
+ | font-family: Arial; | ||
+ | font-weight: bold; | ||
+ | font-style: normal; | ||
+ | font-size: 13px; | ||
+ | text-decoration: none; | ||
+ | color: #E56FCC; | ||
+ | letter-spacing: 0.0em; | ||
+ | } |
Latest revision as of 20:06, 5 August 2014
/* Text styles */
.xr_s0 {
font-family: Arial; font-weight: normal; font-style: normal; font-size: 11px; text-decoration: none; color: #C0A5D0; letter-spacing: 0.0em;
}
.xr_s1 {
font-family: Arial; font-weight: bold; font-style: normal; font-size: 11px; text-decoration: none; color: #C0A5D0; letter-spacing: 0.0em;
}
.xr_s2 {
font-family: Arial; font-weight: normal; font-style: normal; font-size: 11px; text-decoration: none; color: #FFFFFF; letter-spacing: 0.0em;
}
.xr_s3 {
font-family: Arial; font-weight: normal; font-style: normal; font-size: 12px; text-decoration: none; color: #FFFFFF; letter-spacing: 0.0em;
}
.xr_s4 {
font-family: Arial; font-weight: bold; font-style: normal; font-size: 13px; text-decoration: none; color: #E56FCC; letter-spacing: 0.0em;
}