mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:16:14 +08:00
25 lines
453 B
CSS
25 lines
453 B
CSS
<STYLE> body {font-family: arial, sans-serif; font-size: 9pt;} table{ border-collapse: collapse; } td, th{ border: 1px solid #CCCCCC; font-family: arial, sans-serif; font-size: 9pt; } tr.top { background-color: #EAFDFF; } </STYLE>
|
|
|
|
|
|
|
|
body
|
|
{
|
|
font-family: arial, sans-serif;
|
|
font-size: 12pt
|
|
}
|
|
|
|
table
|
|
{
|
|
border-collapse: collapse;
|
|
}
|
|
td, th
|
|
{
|
|
border: 1px solid #BBCCBB;
|
|
font-family: arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
tr.top
|
|
{
|
|
background-color: #BEAFAA;
|
|
} |