Kotak Pada Daftar Isi

All about OJS 2
Post Reply
daudkw
Posts: 1
Joined: 12 Oct 2017, 14:07

Kotak Pada Daftar Isi

Post by daudkw »

Yth. Para kolega pengelola jurnal
Mohon bantuan cara membuat stylesheet agar tampilan Daftar isi (Table of Content) bisa memiliki kotak seperti pada link berikut
(Mohon ijin saya mengkopi dari Jurnal Ekuitas):
https://ejournal.stiesia.ac.id/ekuitas/issue/view/257

Terima kasih sebelumnya.

kwahyu
Posts: 26
Joined: 01 Apr 2017, 18:04
Location: Mataram
Contact:

Re: Kotak Pada Daftar Isi

Post by kwahyu »

Untuk customize tsb bisa gunakan Css box. Bisa dipelajari lebih lanjut di https://www.w3schools.com/css/css_boxmodel.asp

Ini hasil css jurnal tersebut

.TOC:nth-child(2n+1) {
background-color: #e2e2f3;
}
.TOC {
border: 1px solid #D1D3D5;
padding: 5px;
}
~
Mathematics Education Department
Universitas Islam Negeri Mataram
Editor in Chief
http://jurnalbeta.ac.id

Post Reply