mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
27 lines
496 B
CSS
27 lines
496 B
CSS
|
|
.testoGREEN {
|
|
font-family: tahoma, verdana, arial, helvetica;
|
|
font-size: 12px;
|
|
color: #44823E;
|
|
}
|
|
|
|
.testoBLUE {
|
|
font-family: tahoma,verdana,arial,helvetica;
|
|
font-size: 14px;
|
|
color: #6060C6;
|
|
}
|
|
|
|
.testoCYAN {
|
|
font-family: tahoma,verdana,arial,helvetica;
|
|
font-size: 12px;
|
|
color: #80C8C8;
|
|
}
|
|
|
|
|
|
.testoBLACK {
|
|
font-family: tahoma,verdana,arial,helvetica;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
|
|
.testoGRAYs { font-family: tahoma, verdana, arial, helvetica; font-size: 10px; color: #808080; }
|