git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@29 05c56307-c608-d34a-929d-697000501d7a
26 lines
500 B
CSS
26 lines
500 B
CSS
.demo_menu {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
color : #2F59aC;
|
|
font-size : 12px;
|
|
font-weight : bold;
|
|
text-decoration : none;
|
|
}
|
|
.copy {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-size : 9px;
|
|
color : #2F59AC;
|
|
text-decoration : none;
|
|
}
|
|
P {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-size : 9pt;
|
|
color : #2F59AC;
|
|
font-weight : bold;
|
|
}
|
|
A {
|
|
font-family : Arial, Helvetica, sans-serif;
|
|
font-size : 9pt;
|
|
color : #4A74C7;
|
|
font-weight : bold;
|
|
}
|