Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| gelombang_dalam_geofisika [2026/02/15 22:56] – [📅 Jadwal Pertemuan & Materi] geofitera | gelombang_dalam_geofisika [2026/02/25 07:38] (current) – [📅 Jadwal Pertemuan & Materi] geofitera | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| < | < | ||
| - | <!-- | + | <iframe src=" |
| - | TEMPLATE MATERI KULIAH DOKUWIKI (VERSI 3) | + | |
| - | Fitur: Support Google Slides & Reveal.js (HTML Embed) | + | |
| - | --> | + | |
| - | < | + | |
| - | /* --- CONTAINER UTAMA --- */ | + | |
| - | .dw-lecture-container { | + | |
| - | font-family: | + | |
| - | max-width: 1000px; | + | |
| - | margin: 0 auto; | + | |
| - | color: #333; | + | |
| - | line-height: | + | |
| - | } | + | |
| - | + | ||
| - | /* Variabel Warna */ | + | |
| - | :root { | + | |
| - | --primary-color: | + | |
| - | --header-bg: | + | |
| - | --header-active: | + | |
| - | --bg-light: #f8fafc; | + | |
| - | --border-color: | + | |
| - | --text-muted: | + | |
| - | } | + | |
| - | + | ||
| - | /* --- STYLE MINGGUAN (ACCORDION) --- */ | + | |
| - | details.week-module { | + | |
| - | background: white; | + | |
| - | border: 1px solid var(--border-color); | + | |
| - | border-radius: | + | |
| - | margin-bottom: | + | |
| - | overflow: hidden; | + | |
| - | box-shadow: 0 2px 4px rgba(0, | + | |
| - | transition: all 0.3s ease; | + | |
| - | } | + | |
| - | + | ||
| - | /* Header (Summary) */ | + | |
| - | details.week-module summary { | + | |
| - | padding: 15px 20px; | + | |
| - | cursor: pointer; | + | |
| - | font-weight: | + | |
| - | color: white; | + | |
| - | background: var(--header-bg); | + | |
| - | list-style: none; | + | |
| - | display: flex; | + | |
| - | justify-content: | + | |
| - | align-items: | + | |
| - | transition: background 0.3s; | + | |
| - | } | + | |
| - | + | ||
| - | /* Hilangkan marker default browser */ | + | |
| - | details.week-module summary:: | + | |
| - | + | ||
| - | /* Warna Header saat Terbuka */ | + | |
| - | details.week-module[open] summary { | + | |
| - | background: linear-gradient(to right, var(--primary-color), | + | |
| - | } | + | |
| - | + | ||
| - | /* Ikon Plus/Minus Custom */ | + | |
| - | details.week-module summary:: | + | |
| - | content: ' | + | |
| - | font-size: 1.5em; | + | |
| - | font-weight: | + | |
| - | } | + | |
| - | details.week-module[open] summary:: | + | |
| - | content: ' | + | |
| - | } | + | |
| - | + | ||
| - | /* Label Tanggal/ | + | |
| - | .week-label { font-size: 1.1em; } | + | |
| - | .week-date { | + | |
| - | font-size: 0.85em; | + | |
| - | opacity: 0.8; | + | |
| - | font-weight: | + | |
| - | margin-left: | + | |
| - | background: rgba(255, | + | |
| - | padding: 2px 8px; | + | |
| - | border-radius: | + | |
| - | } | + | |
| - | + | ||
| - | /* --- KONTEN DALAM --- */ | + | |
| - | .module-content { | + | |
| - | padding: 20px; | + | |
| - | display: grid; | + | |
| - | grid-template-columns: | + | |
| - | gap: 25px; | + | |
| - | background: white; | + | |
| - | } | + | |
| - | + | ||
| - | @media (max-width: 768px) { | + | |
| - | .module-content { grid-template-columns: | + | |
| - | } | + | |
| - | + | ||
| - | /* --- AREA MEDIA (KIRI) --- */ | + | |
| - | .media-wrapper { | + | |
| - | position: relative; | + | |
| - | padding-bottom: | + | |
| - | height: 0; | + | |
| - | border-radius: | + | |
| - | overflow: hidden; | + | |
| - | background: #000; | + | |
| - | margin-bottom: | + | |
| - | border: 1px solid var(--border-color); | + | |
| - | } | + | |
| - | .media-wrapper iframe { | + | |
| - | position: absolute; | + | |
| - | top: 0; left: 0; width: 100%; height: 100%; border: 0; | + | |
| - | } | + | |
| - | + | ||
| - | /* --- AREA ARSIP VERSI LAMA (Di bawah media) --- */ | + | |
| - | .version-archive { | + | |
| - | margin-top: 20px; | + | |
| - | padding: 15px; | + | |
| - | background: #f1f5f9; | + | |
| - | border-radius: | + | |
| - | border: 1px dashed #cbd5e1; | + | |
| - | font-size: 0.9em; | + | |
| - | } | + | |
| - | .version-archive h4 { | + | |
| - | margin: 0 0 10px 0; | + | |
| - | font-size: 0.95em; | + | |
| - | color: var(--text-muted); | + | |
| - | display: flex; | + | |
| - | align-items: | + | |
| - | gap: 5px; | + | |
| - | } | + | |
| - | .archive-list { | + | |
| - | list-style: none; | + | |
| - | padding: 0; | + | |
| - | margin: 0; | + | |
| - | } | + | |
| - | .archive-list li { | + | |
| - | margin-bottom: | + | |
| - | padding-left: | + | |
| - | position: relative; | + | |
| - | } | + | |
| - | .archive-list li::before { | + | |
| - | content: " | + | |
| - | position: absolute; | + | |
| - | left: 0; | + | |
| - | font-size: 0.8em; | + | |
| - | top: 2px; | + | |
| - | } | + | |
| - | .archive-list a { color: #475569; text-decoration: | + | |
| - | .archive-list a:hover { color: var(--primary-color); | + | |
| - | + | ||
| - | /* --- AREA INFO (KANAN) --- */ | + | |
| - | .info-title { | + | |
| - | margin-top: 0; | + | |
| - | color: #1e293b; | + | |
| - | font-size: 1.2em; | + | |
| - | border-bottom: | + | |
| - | padding-bottom: | + | |
| - | margin-bottom: | + | |
| - | } | + | |
| - | + | ||
| - | .description-box { | + | |
| - | color: #334155; | + | |
| - | margin-bottom: | + | |
| - | } | + | |
| - | + | ||
| - | /* Referensi Section */ | + | |
| - | .ref-section { | + | |
| - | background: #fffbeb; /* Kuning sangat muda */ | + | |
| - | border-left: | + | |
| - | padding: 15px; | + | |
| - | border-radius: | + | |
| - | margin-bottom: | + | |
| - | } | + | |
| - | .ref-section h4 { | + | |
| - | margin: 0 0 8px 0; | + | |
| - | color: #b45309; | + | |
| - | font-size: 0.95em; | + | |
| - | text-transform: | + | |
| - | letter-spacing: | + | |
| - | } | + | |
| - | .ref-list { | + | |
| - | margin: 0; | + | |
| - | padding-left: | + | |
| - | font-size: 0.9em; | + | |
| - | } | + | |
| - | + | ||
| - | /* Tombol */ | + | |
| - | .btn-group { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; } | + | |
| - | .btn { | + | |
| - | padding: 8px 14px; | + | |
| - | border-radius: | + | |
| - | text-decoration: | + | |
| - | font-weight: | + | |
| - | font-size: 0.9em; | + | |
| - | color: white !important; | + | |
| - | transition: opacity 0.2s; | + | |
| - | } | + | |
| - | .btn:hover { opacity: 0.9; } | + | |
| - | .btn-quiz { background-color: | + | |
| - | .btn-task { background-color: | + | |
| - | + | ||
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | + | ||
| - | <!-- ============================================ --> | + | |
| - | <!-- MINGGU 1 (Google Slides) | + | |
| - | <!-- ============================================ --> | + | |
| - | + | ||
| - | <details class=" | + | |
| - | < | + | |
| - | < | + | |
| - | <span class=" | + | |
| - | <span class=" | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <div class=" | + | |
| - | | + | |
| - | </ | + | |
| - | + | ||
| - | <!-- Google Slide Embed --> | + | |
| - | <div class=" | + | |
| - | <iframe src=" | + | |
| - | </ | + | |
| - | + | ||
| - | <div style=" | + | |
| - | < | + | |
| - | <div class=" | + | |
| - | <!-- <iframe src=" | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | < | + | |
| - | <ul class=" | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class="right-col"> | + | |
| - | <h3 class="info-title"> | + | |
| - | <div class=" | + | |
| - | < | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | <div class=" | + | |
| - | < | + | |
| - | <ul class=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <a href="#" | + | |
| - | <a href="#" | + | |
| - | </ | + | |
| - | + | ||
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <!-- ============================================ --> | + | |
| - | <!-- MINGGU 2 (Google Slides) | + | |
| - | <!-- ============================================ --> | + | |
| - | + | ||
| - | <details class=" | + | |
| - | < | + | |
| - | < | + | |
| - | <span class=" | + | |
| - | <span class=" | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <!-- Google Slide Embed --> | + | |
| - | <div class=" | + | |
| - | <iframe src=" | + | |
| - | </ | + | |
| - | + | ||
| - | < | + | |
| - | < | + | |
| - | <div class=" | + | |
| - | <iframe | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | < | + | |
| - | <ul class=" | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <h3 class=" | + | |
| - | <div class=" | + | |
| - | <p> Materi ini menjelaskan teori gelombang satu dimensi menggunakan model dawai sebagai dasar untuk memahami perambatan gelombang seismik di Bumi. Fokus utamanya adalah mendeskripsikan perpindahan titik u(x,t) sebagai fungsi posisi dan waktu. </ | + | |
| - | + | ||
| - | <ul> < | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - | <div class=" | + | |
| - | < | + | |
| - | <ul class=" | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | <div class=" | + | |
| - | <a href="#" | + | |
| - | <a href="#" | + | |
| - | </ | + | |
| - | + | ||
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | </div> | + | |
| </ | </ | ||