Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
olb
hreports
Commits
b929cc6f
Commit
b929cc6f
authored
Oct 01, 2019
by
olb
Browse files
remove useless file
parent
cad182e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/style.css.template
deleted
100644 → 0
View file @
cad182e8
/*
* Exemple de style
*/
body {
}
table {
border-collapse:collapse;
border-top:1px solid black;
border-bottom:1px solid black;
width:100%;
font-size:small;
}
table tr.credit {
border-top:1px solid #bbb;
}
table tr.debit {
border-bottom:1px solid #bbb;
}
table tfoot.account tr td.credit,
table tfoot.account tr td.debit,
table tbody.account tr.credit td.credit,
table tbody.account tr.debit td.debit {
font-size:x-small;
visibility:hidden;
}
table tfoot.account:hover tr td.credit,
table tfoot.account:hover tr td.debit,
table tbody.account:hover tr.credit td.credit,
table tbody.account:hover tr.debit td.debit {
visibility:visible;
}
table tbody.account:hover tr {
background:#fafafa;
}
table tr.odd {
background:#fafafa;
}
table tr.even {
background:#eaeaea;
background:white;
}
table td {
vertical-align:top;
}
table td.compte,
table th.compte {
width:15em;
vertical-align:middle;
}
table td.solde,
table td.credit,
table td.debit {
text-align:center;
padding:0.2em;
}
table.compta > thead > tr > th,
table.compta > tfoot > tr > th,
table.compta > tfoot > tr > td,
table.compta > tbody > tr > td {
border:1px solid black;
padding:0;
}
table.compta > thead > tr > th {
padding:1em;
font-variant:small-caps;
font-size:large;
}
table.compta > tfoot > tr > td {
padding:1em;
font-variant:small-caps;
font-size:large;
}
table.compta > tbody > tr > td td {
padding:0.4em;
}
table.compta td.solde {
text-align:right;
}
table td.credit,
table td.debit {
border-right:1px dotted #ccc;
border-left:1px dotted #ccc;
}
table td.solde {
color:#555;
}
table td.credit {
color:#272;
}
table td.debit {
color:#722;
}
table th.mois {
border-right:1px dotted #555;
border-left:1px dotted #555;
}
table thead {
background:#eaeaea;
}
table tfoot {
background:#eaeaea;
font-weight:bold;
}
/* balancesheet & incomestatement */
.incomestatement table.part tfoot td,
.balancesheet table.part tfoot td,
.incomestatement table.part thead td,
.balancesheet table.part thead td {
font-weight:bold;
}
.incomestatement table.part .period,
.balancesheet table.part .period,
.incomestatement table.part .value,
.balancesheet table.part .value {
width:4em;
text-align:right;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment