You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
2.5 KiB
150 lines
2.5 KiB
|
|
/* ############################################# WHITE */
|
|
|
|
.txt_xlit_white{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 6pt;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.txt_lit_white{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #ffffff;
|
|
|
|
|
|
}
|
|
|
|
.txt_mid_white{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 12pt;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.txt_big_white{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.txt_xbig_white{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 20pt;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ############################################# GREY */
|
|
|
|
.txt_xlit_grey{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 6pt;
|
|
color: #666666;
|
|
}
|
|
|
|
.txt_lit_grey{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #666666;
|
|
}
|
|
|
|
.txt_mid_grey{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 12pt;
|
|
color: #666666;
|
|
line-height: 13pt;
|
|
}
|
|
}
|
|
|
|
.txt_big_grey{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
color: #666666;
|
|
line-height: 16pt;
|
|
}
|
|
|
|
.txt_xbig_grey{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 20pt;
|
|
/* font-weight: bold; */
|
|
color: #666666;
|
|
}
|
|
|
|
.txt_xxbig_grey{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 28pt;
|
|
color: #999999;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ############################################# BLACK */
|
|
|
|
.txt_xlit_black{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 6pt;
|
|
color: #000000;
|
|
}
|
|
|
|
.txt_lit_black{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #000000;
|
|
}
|
|
|
|
.txt_mid_black{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 15pt;
|
|
color: #000000;
|
|
}
|
|
|
|
.txt_big_black{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
|
|
|
|
/* ############################################# RED */
|
|
|
|
.txt_xlit_red{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 6pt;
|
|
color: #800000;
|
|
}
|
|
|
|
.txt_lit_red{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 10pt;
|
|
color: #800000;
|
|
}
|
|
|
|
.txt_mid_red{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 12pt;
|
|
color: #800000;
|
|
}
|
|
|
|
.txt_big_red{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 18pt;
|
|
font-weight: bold;
|
|
color: #800000;
|
|
}
|
|
|
|
.txt_xbig_red{
|
|
font-family: "UbuntuMedium",Arial, Verdana, sans-serif;
|
|
font-size: 20pt;
|
|
font-weight: bold;
|
|
color: #800000;
|
|
}
|
|
|
|
|