mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:26:14 +08:00
41 lines
735 B
CSS
41 lines
735 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>
|
|
|
|
<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: 9pt
|
|
}
|
|
|
|
table
|
|
{
|
|
border-collapse: collapse;
|
|
}
|
|
td, th
|
|
{
|
|
border: 1px solid #CCCCCC;
|
|
font-family: arial, sans-serif;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
tr.top
|
|
{
|
|
background-color: #EAFDFF;
|
|
}
|
|
|
|
|
|
h1
|
|
{
|
|
align:center;
|
|
}
|
|
|
|
h2
|
|
{
|
|
align:right;
|
|
}
|