Skip to content
Snippets Groups Projects
Commit 3fe55d4d authored by rohieb's avatar rohieb
Browse files

vorlagen: Stimmzettel

parent db15256e
No related branches found
No related tags found
No related merge requests found
<!--
TODO: dieses Template anpassen und im Browser als PDF ausdrucken
(bewährt hat sich DIN A5 mit 1 cm Rand)
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<style type="text/css">
html, body { margin: 0px; padding: 0px; }
body {
font-family: "Droid Sans";
font-size: 12pt;
}
.layout {
border: none; vertical-align: top; padding-top: 0em; margin-top: -2em;
}
h1, h2, h3, h4, h5, h6, h7 {
text-align: center;
font-family: "Yanone Kaffeesatz ZeroHack";
font-weight: bold;
}
h1 { font-size: 24pt; margin-top: 0; }
h2 { font-size: 18pt; font-weight: 100; }
h3 { font-size: 16pt; font-weight: 100; margin-bottom: 0.5em; margin-top: 2em;}
.c {
text-align: center;
}
h5, h6, h7 {
font-size: 100%;
font-weight: normal;
}
table {
border-collapse: collapse;
border: 1px solid black;
width: 100%;
}
td, th {
border: 1px solid black;
height: 1cm;
vertical-align: middle;
padding: 0.3em;
}
</style>
</head>
<body>
<h1>Stimmzettel</h1>
<h2>Mitgliederversammlung des Stratum 0 e.V., $DATUM</h2>
<table class="layout"><tr><td class="layout">
<h3>Vorstandsvorsitzender</h3>
<table>
<tr><th style="width:1cm">Nr.</th><th>Kandidat</th><th style="width:1cm">&nbsp;</th></tr><tr>
<td class="c">1</td><td>someone</td><td>&nbsp;</td></tr><tr>
</table>
<h3>stellv. Vorstandsvorsitzender</h3>
<table>
<tr><th style="width:1cm">Nr.</th><th>Kandidat</th><th style="width:1cm">&nbsp;</th></tr><tr>
<td class="c">1</td><td>someone</td><td>&nbsp;</td></tr><tr>
</table>
<h3>Schatzmeister</h3>
<table>
<tr><th style="width:1cm">Nr.</th><th>Kandidat</th><th style="width:1cm">&nbsp;</th></tr><tr>
<td class="c">1</td><td>someone</td><td>&nbsp;</td></tr><tr>
</tr><tr>
</table>
</td><td class="layout">&nbsp;</td><td class="layout">
<h3>Beisitzer</h3>
<table>
<tr><th style="width:1cm">Nr.</th><th>Kandidat</th><th style="width:1cm">&nbsp;</th></tr><tr>
<td class="c">1</td><td>someone</td><td>&nbsp;</td></tr><tr>
</table>
<h3>Rechnungsprüfer</h3>
<table>
<tr><th style="width:1cm">Nr.</th><th>Kandidat</th><th style="width:1cm">&nbsp;</th></tr><tr>
<td class="c">1</td><td>someone</td><td>&nbsp;</td></tr><tr>
</tr><tr>
</table>
</td><tr></table>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment