Team:Bordeaux/xr text.css
From 2014.igem.org
(Difference between revisions)
(Created page with "- →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:Aria...") |
|||
(One intermediate revision not shown) | |||
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_s1 {font-family:Arial;font-weight:bold;font-style:normal;font-size:11px;text-decoration:none;color:#C0A5D0;letter-spacing:0.0em;} | + | .xr_s0 { |
- | .xr_s2 {font-family:Arial;font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | font-family: Arial; |
- | .xr_s3 {font-family:Arial;font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;color:#FFFFFF;letter-spacing:0.0em;} | + | font-weight: normal; |
- | .xr_s4 {font-family:Arial;font-weight:bold;font-style:normal;font-size:13px;text-decoration:none;color:#E56FCC;letter-spacing:0.0em;} | + | 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; | ||
+ | } |
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;
}