Remove style class form funds pages
This commit is contained in:
parent
407aa3b063
commit
bbcdde47f6
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2010</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2010</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2011</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2011</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2012</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2012</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2013</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2013</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2014</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2014</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2015</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2015</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2016</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2016</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2017</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2017</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Inkomsten en uitgaven 2017</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Inkomsten en uitgaven 2017</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Inkomsten</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2018</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2018</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2019</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2019</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2020</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2020</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2021</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2021</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,33 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Income and Expenses 2022</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -41,7 +14,7 @@
|
||||
|
||||
<h1>Income and Expenses 2022</h1>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Income</th>
|
||||
<th>EUR</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Einnahmen und Ausgaben</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -40,7 +18,7 @@
|
||||
Jahre informieren können.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Jahr</th>
|
||||
<th>Einnahmen (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Χρηματικές ροές</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -40,7 +18,7 @@
|
||||
χρησιμοποιηθεί τα χρήματα τα προηγούμενα χρόνια.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Έτος</th>
|
||||
<th>Έσοδα (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Cash Flow</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -40,7 +18,7 @@
|
||||
years.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Year</th>
|
||||
<th>Income (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Flujo de dinero</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -39,7 +17,7 @@
|
||||
que puedas ver como el dinero ha sido utilizado a lo largo de los años.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Año</th>
|
||||
<th>Ingresos (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Comptabilité</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -40,7 +18,7 @@
|
||||
ont été utilisés au fil des années.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Année</th>
|
||||
<th>Recettes (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Bilanci</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -40,7 +18,7 @@
|
||||
anni.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Anno</th>
|
||||
<th>Entrate (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Kasstroom</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -40,7 +18,7 @@ functioneren. We willen u graag laten zien hoe het geld door de jaren heen is
|
||||
besteed.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Jaar</th>
|
||||
<th>Inkomsten (€)</th>
|
||||
|
@ -5,28 +5,6 @@
|
||||
|
||||
<head>
|
||||
<title>Бюджет – ЕФСПО</title>
|
||||
<style type="text/css">
|
||||
tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="article">
|
||||
@ -42,7 +20,7 @@
|
||||
средств.
|
||||
</p>
|
||||
|
||||
<table>
|
||||
<table class="striped">
|
||||
<tr>
|
||||
<th>Год</th>
|
||||
<th>Доходов (€)</th>
|
||||
|
28
look/elements/striped-table.less
Normal file
28
look/elements/striped-table.less
Normal file
@ -0,0 +1,28 @@
|
||||
// ============================================================================
|
||||
// Classes for striped tables
|
||||
// ============================================================================
|
||||
table.striped tr:nth-child(odd) {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
table.striped th {
|
||||
color: white;
|
||||
background-color: #3394ce;
|
||||
}
|
||||
table.striped td {
|
||||
border-bottom: 1px solid #4ad2f0;
|
||||
}
|
||||
table.striped th, td {
|
||||
text-align: right;
|
||||
padding-left: .3em;
|
||||
padding-right: .3em;
|
||||
width: 12em;
|
||||
}
|
||||
table.striped th:first-child, td:first-child {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
table.striped tr.sum td {
|
||||
font-weight: bold;
|
||||
background-color: #d7eaf6;
|
||||
border-bottom: 1.5em solid white;
|
||||
}
|
@ -11,6 +11,7 @@
|
||||
@import "elements/quotes";
|
||||
@import "elements/search-box";
|
||||
@import "elements/sharebuttons";
|
||||
@import "elements/striped-table";
|
||||
@import "elements/table-of-contents";
|
||||
@import "elements/text-img-structure";
|
||||
@import "elements/topbanner";
|
||||
|
Loading…
x
Reference in New Issue
Block a user