---
title: SITCON 2026 共同筆記
tags: SITCON 2026 共筆, SITCON 2026, 2026, 共筆, book
GA: UA-34467841-15
---
<ul>
<li><a href="https://sitcon.org/2026/info/">年會活動</a></li>
<li><a href="https://sitcon.org/2026/agenda/">議程表</a></li>
<li><a href="https://hackmd.io/s/BJvtP4zGX">共筆入門</a></li>
</ul>
<ul>
<li>
<a href="#">
<div id="filter-title">SITCON 2026 議程共筆</div>
<div class="filter-container">
<div>
R0
<input type="checkbox" />
</div>
<div>
R1
<input type="checkbox" id="filter-r1" />
</div>
<div>
R2
<input type="checkbox" id="filter-r2" />
</div>
<div>
R3
<input type="checkbox" id="filter-r3" />
</div>
<div>
S
<input type="checkbox" id="filter-s" />
</div>
</div>
</a>
</li>
</ul>
<ul>
<li>
<a href="/4TlWoe2RQUmm-rBPavTROg" data-room="R0" style="--a: url("https://hackmd.sitcon.org/?s=12:00&e=13:00&d=D4D4D4&c=FF9000")">
<div class="time">
12:45
<br />
|
<br />
13:25
</div>
<div class="title">
<div>我能吞下玻璃而不傷身體</div>
<div>毛哥EM<span>R0</span></div>
</div>
</a>
</li>
<li>
<a href="/4TlWoe2RQUmm-rBPavTROg" data-room="R2" style="--a: url("https://hackmd.sitcon.org/?s=12:00&e=13:00&d=D4D4D4&c=FF9000")">
<div class="time">
12:45
<br />
|
<br />
13:25
</div>
<div class="title">
<div>我能吞下玻璃而不傷身體</div>
<div>毛哥EM<span>R0</span></div>
</div>
</a>
</li>
</ul>
<style>
@import url("https://font.emtech.cc/css/GenKiGothicTW/400");
@import url("https://font.emtech.cc/css/GenKiGothicTW/500");
@import url("https://font.emtech.cc/css/GenKiGothicTW/700");
.toolbar {
padding: 8px;
align-items: center;
gap: 8px;
background-color: #593506;
width: 300px;
}
html[lang="zh-tw"] .summary #summary,
.summary {
color: #f9f5f0;
font-family: GenKiGothicTW, sans-serif;
}
.summary {
--bg: #7f571e;
--grid: #906322;
--grid-size: 24px; /* 格子大小 */
--grid-line: 1px; /* 線條粗細 */
background-color: #7f571e;
background-color: var(--bg);
background-image: linear-gradient(to right, var(--grid) var(--grid-line), transparent var(--grid-line)), linear-gradient(to bottom, var(--grid) var(--grid-line), transparent var(--grid-line));
background-size: var(--grid-size) var(--grid-size);
background-position: 0 0;
padding-left: 0;
}
.ui-summary-action,
.ui-summary-action-disabled {
background-color: none;
border: none;
padding: 0;
transition: transform 0.2s ease-out;
}
.ui-summary-action:hover,
.ui-summary-action-disabled {
background-color: transparent;
transform: scale(1.15);
}
.input-group-sm{
flex-grow:1;
}
.ui-summary-search {
border-radius: 999px;
border: 1px solid rgba(168, 155, 133, 0.35);
background: rgba(255, 255, 255, 0.03);
width: 100%;
}
.ui-summary-search:focus {
border-color: #e8bb5f;
}
.ui-summary-search::placeholder {
color: #b5b5b5;
}
.ui-summary-action .ph {
font-size: 20px;
}
.summary:after {
content: "";
display: block;
width: 100%;
aspect-ratio: 2 / 1;
background-image: url(https://sitcon.org/2026/img/og.webp);
background-size: cover;
}
.summary #summary {
margin: 0;
order: 1;
display: flex;
flex-direction: column;
align-self: stretch;
}
#summary > ul:first-child {
display: flex;
padding: 8px 4px;
justify-content: center;
align-items: center;
gap: 10px;
background: #a6762d;
}
#summary > ul:first-child li {
padding: 8px;
text-align: center;
}
#summary > ul:first-child li a:focus,
#summary > ul:first-child li a:hover,
#summary > ul:first-child li.active a {
background: transparent;
color: #e8bb5f;
}
.summary .nav > li > a {
padding: 0;
font-size: 16px;
line-height: 100%;
text-overflow: unset;
}
#filter-title {
font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 8px;
}
.filter-container {
display: flex;
align-items: center;
gap: 5px;
}
.summary .nav > li > a[href="#"] {
display: block;
pointer-events: none;
}
.summary .nav > li > a[href="#"]:focus,
.summary .nav > li > a[href="#"]:hover {
background-color: transparent;
color: inherit;
}
span:has(.filter-container) + span {
display: none;
}
span:has(.filter-container) {
padding: 16px 8px;
display: block;
}
.filter-container > div {
display: flex;
padding: 8px 0;
justify-content: center;
align-items: center;
flex: 1;
border-radius: 999px;
background: #e8bb5f;
color: #59360b;
position: relative;
cursor: pointer;
overflow: hidden;
pointer-events: auto;
transition:
color 0.2s ease-out,
background-color 0.2s ease-out;
}
.filter-container > div:hover {
background-color: #e8bb5f81;
}
.filter-container input {
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 100px;
opacity: 0;
margin: 0;
cursor: pointer;
}
.filter-container div:has(input:checked) {
background-color: #59360b;
color: #e8bb5f;
}
#summary > ul:last-of-type {
flex: 1;
overflow-y: scroll;
display: flex;
padding: 0px 8px 12px;
flex-direction: column;
gap: 6px;
align-self: stretch;
scroll-snap-type: y mandatory;
scrollbar-gutter: stable;
/* Firefox */
scrollbar-width: thin;
scrollbar-color: #b98f54 transparent;
}
/* Chrome / Edge / Safari */
#summary > ul:last-of-type::-webkit-scrollbar {
width: 6px;
}
#summary > ul:last-of-type::-webkit-scrollbar-track {
background: transparent;
}
#summary > ul:last-of-type::-webkit-scrollbar-thumb {
background-color: #b98f54;
border-radius: 999px;
}
#summary > ul:last-of-type::-webkit-scrollbar-thumb:hover {
background-color: #b98f54;
}
#summary > ul:last-of-type a {
display: flex;
align-items: stretch;
gap: 12px;
padding: 12px 12px;
scroll-snap-align: start;
border-radius: 8px;
}
#summary > ul:last-of-type a::after {
content: "";
display: block;
width: 2px;
background-image:
}
.time {
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.7px;
font-size: 14px;
}
.title {
order: 1;
font-weight: 500;
line-height: 133%;
flex-shrink: 1;
}
.title div:last-child {
color: #e1d5c3;
font-weight: 400;
line-height: 100%;
font-size: 14px;
margin-top: 8px;
}
.title div:last-child span::before {
content: "・";
}
#summary > ul:last-of-type a:hover,
ul:last-of-type > li.active > a:hover {
border-radius: 8px;
background-color: #59360b81;
color: inherit;
}
#summary > ul:last-of-type li.active > a,
ul:last-of-type > li.active > a:focus,
#summary > ul:last-of-type a:focus {
border-radius: 8px;
background-color: #59360b;
color: inherit;
}
#summary > ul:last-of-type li {
display: none;
}
#summary:has(.filter-container > div:nth-of-type(1) input:checked) > ul:last-of-type li:has(a[data-room="R0"]),
#summary:has(.filter-container > div:nth-of-type(2) input:checked) > ul:last-of-type li:has(a[data-room="R1"]),
#summary:has(.filter-container > div:nth-of-type(3) input:checked) > ul:last-of-type li:has(a[data-room="R2"]),
#summary:has(.filter-container > div:nth-of-type(4) input:checked) > ul:last-of-type li:has(a[data-room="R3"]),
#summary:has(.filter-container > div:nth-of-type(5) input:checked) > ul:last-of-type li:has(a[data-room="S"]),
#summary:not(:has(.filter-container input:checked)) > ul:last-of-type li {
display: block;
}
</style>