merge updated example
This commit is contained in:
commit
e47d2eeb02
@ -59,4 +59,4 @@ IMPORTANT DATES:
|
|||||||
* Flights: Book by January 2024
|
* Flights: Book by January 2024
|
||||||
* Hotels: Book by February 2024
|
* Hotels: Book by February 2024
|
||||||
* Restaurant Reservations: Book by January 2024
|
* Restaurant Reservations: Book by January 2024
|
||||||
* JR Pass: Purchase by March 2024
|
* JR Pass: Purchase by March 2024
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<div class="proposal-plan">
|
<div class="proposal-plan">
|
||||||
<h2>🌸 Proposal Planning Guide 🌸</h2>
|
<h2>🌸 Proposal Planning Guide 🌸</h2>
|
||||||
|
|
||||||
<h3>Ring Security & Transport</h3>
|
<h3>Ring Security & Transport</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Carrying the Ring:</strong>
|
<li><strong>Carrying the Ring:</strong>
|
||||||
@ -121,4 +121,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
<title>Japan Travel Guide (Mobile)</title>
|
<title>Japan Travel Guide (Mobile)</title>
|
||||||
<style>
|
<style>
|
||||||
* { box-sizing: border-box; }
|
* { box-sizing: border-box; }
|
||||||
body {
|
|
||||||
|
body {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -251,4 +252,4 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<title>Japan Travel Handbook (Print Version) - April 15-23, 2024</title>
|
<title>Japan Travel Handbook (Print Version) - April 15-23, 2024</title>
|
||||||
<style>
|
<style>
|
||||||
@media print {
|
@media print {
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
@ -14,7 +14,8 @@
|
|||||||
h1 { font-size: 16pt; }
|
h1 { font-size: 16pt; }
|
||||||
h2 { font-size: 14pt; }
|
h2 { font-size: 14pt; }
|
||||||
h3 { font-size: 12pt; }
|
h3 { font-size: 12pt; }
|
||||||
.section {
|
|
||||||
|
.section {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
@ -23,7 +24,8 @@
|
|||||||
.no-break {
|
.no-break {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
table {
|
|
||||||
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
@ -45,20 +47,22 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Screen styles */
|
/* Screen styles */
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.section {
|
|
||||||
|
.section {
|
||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
table {
|
|
||||||
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
@ -155,4 +159,4 @@
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user