jsHtml2Ods/demos/dev.css

53 lines
701 B
CSS
Raw Normal View History

2022-07-17 01:21:31 +02:00
body {
font-family: sans-serif;
}
table {
border-collapse: collapse;
margin-left: 40px;
}
td {
border-width: 1px;
border-color: #2e3436;
border-style: solid;
font-size: small;
}
.hidden {
display: none;
}
.grandecellule {
font-size: 1.4rem;
}
/***************************
* Styles ODS
* *************************/
cell.Header {
font-style: italic;
background-color: #2244aa;
}
cell.Grande ~ .essai {
font-size: 12pt;
padding: 0.3cm;
border: 0.75pt solid #333;
}
cell.EncorePlusGrande ~ .grandecellule {
font-size: 18pt;
}
column.Longue ~ .longuecolonne {
width: 7cm;
}
row.Entete {
height: 2cm;
background-color: #ff00ff;
}