Skip to content

Commit

Permalink
bookmarks: add @orszagutiferencesplebania389
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Aug 18, 2024
1 parent 4821c7c commit 1bcf25a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
38 changes: 24 additions & 14 deletions bookmarks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<title>Bookmarks</title>
<style>
html {
line-height: 1.5;
font-family: Georgia, serif;
font-size: 20px;
color: #1a1a1a;
background-color: #fdfdfd;
}
Expand All @@ -28,13 +25,16 @@
@media (max-width: 600px) {
body {
font-size: 0.9em;
padding: 1em;
padding: 12px;
}
h1 {
font-size: 1.8em;
}
}
@media print {
html {
background-color: white;
}
body {
background-color: transparent;
color: black;
Expand All @@ -60,6 +60,10 @@
img {
max-width: 100%;
}
svg {
height: auto;
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 1.4em;
}
Expand All @@ -84,9 +88,10 @@
color: #606060;
}
code {
font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
font-size: 85%;
margin: 0;
hyphens: manual;
}
pre {
margin: 1em 0;
Expand Down Expand Up @@ -148,15 +153,20 @@
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
/* The extra [class] is a hack that increases specificity enough to
override a similar rule in reveal.js */
ul.task-list[class]{list-style: none;}
ul.task-list li input[type="checkbox"] {
font-size: inherit;
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header id="title-block-header">
Expand Down Expand Up @@ -559,14 +569,14 @@ <h1 data-number="34" id="youtube"><span
class="header-section-number">34</span> youtube</h1>
<ul>
<li><a
href="https://www.youtube.com/channel/UC875fZvRf9SsQPihFtqGy6w">Budai
Szent Imre Plébánia</a></li>
<li><a
href="https://www.youtube.com/channel/UChrkbh0y4ut-mELoCTRPR_Q">Csíksomlyó
Élő</a></li>
<li><a href="https://www.youtube.com/jezsuitak/live">jezsuitak
live</a></li>
<li><a
href="https://www.youtube.com/@orszagutiferencesplebania389">országúti
ferencesek</a></li>
<li><a
href="https://www.youtube.com/hashtag/meetthegermans">meetthegermans</a></li>
</ul>
</body>
Expand Down
2 changes: 1 addition & 1 deletion bookmarks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ These are tutorials I found very useful before jumping into an actual spec.

# youtube

- [Budai Szent Imre Plébánia](https://www.youtube.com/channel/UC875fZvRf9SsQPihFtqGy6w)
- [Csíksomlyó Élő](https://www.youtube.com/channel/UChrkbh0y4ut-mELoCTRPR_Q)
- [jezsuitak live](https://www.youtube.com/jezsuitak/live)
- [országúti ferencesek](https://www.youtube.com/@orszagutiferencesplebania389)
- [meetthegermans](https://www.youtube.com/hashtag/meetthegermans)

0 comments on commit 1bcf25a

Please sign in to comment.