Παρασκευή 05 Δεκεμβρίου 2025
weather-icon 21o
in.gr

8ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ

table { border-collapse: collapse; border-spacing: 0; } .table td, .table th { background-color: #fff; text-align: left; } .table { border-collapse: collapse; } .table-bordered th, .table-bordered td { border: 1px solid #ddd; } table { max-width: 100%; background-color: transparent; } .table { width: 100%; margin-bottom: 20px; } .table thead > tr > th, .table tbody > […]

table {
border-collapse: collapse;
border-spacing: 0;
}
.table td,
.table th {
background-color: #fff;
text-align: left;
}
.table {
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=»col-«] {
float: none;
display: table-column;
}
table td[class*=»col-«],
table th[class*=»col-«] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.table1 { border-collapse: collapse;
}
.table1 { width: 100%;
margin-bottom: 20px;
}

8ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ

1 Οκτωβρίου-14 Οκτωβρίου 1978

Μανίλα-Φιλιππίνες

ΑΠΟΤΕΛΕΣΜΑΤΑ

Προκριματικός Γύρος

Α Ομιλος (Μανίλα)
ΑγώναςΑποτέλεσμα
Καναδάς-Κορέα105-69
Γιουγκοσλαβία-Σενεγάλη99-64
Γιουγκοσλαβία-Κορέα121-85
Καναδάς-Σενεγάλη60-42
Κορέα-Σενεγάλη86-84 (74-74)
Γιουγκοσλαβία-Καναδάς105-95
Βαθμολογία
#ΟμάδαΝ-ΗΠόντοιΒαθμοί
1.Γιουγκοσλαβία3-0325-2446
2.Καναδάς2-1260-2165
3.Κορέα1-2240-3104
4.Σενεγάλη0-3190-2453

Γιουγκοσλαβία και Καναδάς προκρίθηκαν

Β Ομιλος (Μανίλα)
ΑγώναςΑποτέλεσμα
Βραζιλία-Κίνα154-97
Ιταλία-Πουέρτο Ρίκο93-80
Πουέρτο Ρίκο-Κίνα107-104
Βραζιλία-Ιταλία88-84
Βραζιλία-Πουέρτο Ρίκο100-88
Ιταλία-Κίνα125-95
Βαθμολογία
#ΟμάδαΝ-ΗΠόντοιΒαθμοί
1.Βραζιλία3-0342-2696
2.Ιταλία2-1302-2635
3.Πουέρτο Ρίκο1-2275-2974
4.Κίνα0-3296-3863

Βραζιλία και Ιταλία προκρίθηκαν

Γ Ομιλος (Μανίλα)
ΑγώναςΑποτέλεσμα
ΗΠΑ-Αυστραλία77-75
Αυστραλία-Τσεχοσλοβακία71-68
ΗΠΑ-Δομινικανή Δημοκρατία104-65
Αυστραλία-Δομινικανή Δημοκρατία74-72
ΗΠΑ-Τσεχοσλοβακία96-79
Τσεχοσλοβακία-Δομινικανή Δημοκρατία82-81
Βαθμολογία
#ΟμάδαΝ-ΗΠόντοιΒαθμοί
1.ΗΠΑ3-0277-2196
2.Αυστραλία2-1220-2175
3.Τσεχοσλοβακία1-2229-2484
4.Δομινικανή Δημοκρατία0-3218-2603

ΗΠΑ και Αυστραλία προκρίθηκαν

Αγώνες Κατάταξης
ΑγώναςΑποτέλεσμα
Δομινικανή Δημοκρατία-Σενεγάλη80-76
Τσεχοσλοβακία-Πουέρτο Ρίκο118-104
Δομινικανή Δημοκρατία-Κορέα113-93
Τσεχοσλοβακία-Κίνα118-95
Πουέρτο Ρίκο-Κορέα119-87
Σενεγάλη-Κίνα89-79
Τσεχοσλοβακία-Κορέα103-82
Πουέρτο Ρίκο-Δομινικανή Δημοκρατία119-89
Τσεχοσλοβακία-Σενεγάλη112-82
Πουέρτο Ρίκο-Σενεγάλη97-83
Κίνα-Δομινικανή Δημοκρατία115-112
Βαθμολογία
#ΟμάδαΝ-ΗΠόντοιΒαθμοί
9.Τσεχοσλοβακία5-0533-44410
10.Πουέρτο Ρίκο4-1546-4819
11.Κίνα2-3495-5167
12.Δομινικανή Δημοκρατία2-3475-4857
13.Κορέα1-4438-5216
14.Σενεγάλη1-4414-4546

Ημιτελική Φάση
ΑγώναςΑποτέλεσμα
Βραζιλία-Καναδάς67-62
Ιταλία-ΗΠΑ81-80
Γιουγκοσλαβία-Φιλιππίνες117-101
Σοβιετική Ενωση-Αυστραλία112-67
Σοβιετική Ενωση-Φιλιππίνες110-63
Γιουγκοσλαβία-Ιταλία108-76
Βραζιλία-Αυστραλία108-78
Σοβιετική Ενωση-Καναδάς107-85
Γιουγκοσλαβία-ΗΠΑ100-93
Ιταλία-Αυστραλία87-69
Βραζιλία-Φιλιππίνες119-72
ΗΠΑ-Καναδάς96-90
Βραζιλία-ΗΠΑ92-90
Γιουγκοσλαβία-Σοβιετική Ενωση105-92
Ιταλία-Φιλιππίνες112-75
Καναδάς-Αυστραλία91-79
Αυστραλία-Φιλιππίνες97-52
Σοβιετική Ενωση-Ιταλία79-69
Γιουγκοσλαβία-Βραζιλία91-87
Σοβιετική Ενωση-ΗΠΑ97-96
Καναδάς-Φιλιππίνες99-88
ΗΠΑ-Φιλιππίνες100-70
Σοβιετική Ενωση-Βραζιλία94-85
Ιταλία-Καναδάς100-83
Γιουγκοσλαβία-Αυστραλία106-101
Βαθμολογία
#ΟμάδαΝ-ΗΠόντοιΒαθμοί
1.Γιουγκοσλαβία7-0731-64514
2.Σοβιετική Ενωση6-1691-55013
3.Βραζιλία4-3641-57811
4.Ιταλία4-3609-58211
5.ΗΠΑ3-4612-60510
6.Καναδάς3-4612-63710
7.Αυστραλία1-6566-6328
8.Φιλιππίνες0-7521-7547

Τελική Φάση

Για θέσεις 7-8
ΑγώναςΑποτέλεσμα
Αυστραλία-Φιλιππίνες92-74
Για θέσεις 5-6
ΑγώναςΑποτέλεσμα
ΗΠΑ-Καναδάς96-94
Για θέσεις 3-4
ΑγώναςΑποτέλεσμα
Βραζιλία-Ιταλία86-85
Για θέσεις 1-2
ΑγώναςΑποτέλεσμα
Σοβιετική Ενωση-Γιουγκοσλαβία82-81 (73-73)
Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ
#Ομάδα
1.ΣΟΒΙΕΤΙΚΗ ΕΝΩΣΗ
2.ΓΙΟΥΓΚΟΣΛΑΒΙΑ
3.ΒΡΑΖΙΛΙΑ
4.Ιταλία
5.ΗΠΑ
6.Καναδάς
7.Αυστραλία
8.Φιλιππίνες
9.Τσεχοσλοβακία
10.Πουέρτο Ρίκο
11.Κίνα
12.Δομινικανή Δημοκρατία
13.Κορέα
14.Σενεγάλη

Newsroom ΑΛΤΕΡ ΕΓΚΟ

Ακολουθήστε το in.gr στο Google News και μάθετε πρώτοι όλες τις ειδήσεις

in.gr | Ταυτότητα

Διαχειριστής - Διευθυντής: Λευτέρης Θ. Χαραλαμπόπουλος

Διευθύντρια Σύνταξης: Αργυρώ Τσατσούλη

Ιδιοκτησία - Δικαιούχος domain name: ALTER EGO MEDIA A.E.

Νόμιμος Εκπρόσωπος: Ιωάννης Βρέντζος

Έδρα - Γραφεία: Λεωφόρος Συγγρού αρ 340, Καλλιθέα, ΤΚ 17673

ΑΦΜ: 800745939, ΔΟΥ: ΚΕΦΟΔΕ ΑΤΤΙΚΗΣ

Ηλεκτρονική διεύθυνση Επικοινωνίας: in@alteregomedia.org, Τηλ. Επικοινωνίας: 2107547007

ΜΗΤ Αριθμός Πιστοποίησης Μ.Η.Τ.232442

Παρασκευή 05 Δεκεμβρίου 2025
Απόρρητο