Diskussionen: Unterschied zwischen den Versionen

Aus Joachim Camerarius (1500-1574)
Wechseln zu: Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<html>
<html>
<style>
<style>
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
table {
@import url('https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap.min.css');
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  padding: 6px 15px;
}
th {
  background: #006B99;
  color: #fff;
  text-align: left;
}
tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
td {
  border-right: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
}
td:first-child {
  border-left: 1px solid #c6c9cc;
}
tr:nth-child(even) td {
  background: #eaeaed;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
</style>
</style>
<div id="page">
<div id="page">
<table id="discussion" class="table table-striped table-bordered">
<table id="discussion" class="table table-striped table-bordered">
<thead>
<tr>
<tr>
<th>Seite</th>
<th>Seite</th>
Zeile 11: Zeile 46:
<th>Zeitpunkt</th>
<th>Zeitpunkt</th>
</tr>
</tr>
</thead>
</table>
</table>
</div>
</div>
Zeile 21: Zeile 57:
<script>
<script>
$(window).bind("load", function() {
$(window).bind("load", function() {
     $('#example').DataTable();
     $('#discussion').DataTable();
} );
} );
</script>
</script>
</html>
</html>

Aktuelle Version vom 3. Juni 2019, 21:45 Uhr

Seite Bearbeiter Zeitpunkt