@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';:root{--title-font-size:40px;--breadcrumbs-font-size:14px;--border:1px solid #eaeaea;--muted-background-color:#f5f5f580;--hoverd-card-shadow:rgba(180, 180, 180, 0.12) 0px 1px 3px, rgba(185, 185, 185, 0.24) 0px 1px 2px;--muted-text:#959595;@media(max-width:480px){--title-font-size: 30px;}}::selection{background:#fe6019;color:#fff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:#fe6019 #f1f1f1}body{font-family:poppins,sans-serif;background-color:#fff}a{text-decoration:none;color:#000}.svg-with-text{width:1em;height:1em;vertical-align:middle}header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;border-bottom:var(--border);background-color:#fff;.navbar { width: 95%; max-width: 1200px; margin: 0px auto; padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; gap: 40px; } .logo { font-size: 1.7rem; font-weight: 700; color: #000000; text-decoration: none; display: flex; align-items: center; gap: 5px; svg { width: 1em; height: 1em; vertical-align: middle; } } .nav-links { display: flex; list-style: none; gap: 30px; } .nav-links a { color: #3c4257; text-decoration: none; font-weight: 500; font-size: 0.95rem; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: #fe6019; } .menu-toggle { display: none; background: none; width: 15px; height: 10px; position: relative; border: none; outline: none; font-size: 18px; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; span { position: absolute; width: 100%; height: 2px; background: #000000; border-radius: 2px; left: 0; transition: 0.4s ease; } span:nth-child(1) { top: 0; } span:nth-child(2) { bottom: 0; } } .menu-toggle.active span:nth-child(1) { transform: rotate(45deg); background: #fe6019; top: 4px; } .menu-toggle.active span:nth-child(2) { transform: rotate(-45deg); background: #fe6019; bottom: 4px; } .menu-toggle::before { content: ""; position: absolute; inset: -10px; border: 1px solid #eaeaea; border-radius: 4px; pointer-events: none; } .menu-toggle.active::before { border: 1px solid #fe6019; } .menu-toggle:focus { outline: none; } @media (max-width: 768px) { .navbar { gap: 0; } .nav-links { position: absolute; top: 100%; left: 0; right: 0; overflow: hidden; align-items: center; display: none; flex-direction: column; background-color: #fff; border-bottom: var(--border); padding: 20px; gap: 15px; } .nav-links.active { display: flex; } .menu-toggle { display: flex; align-items: center; } }}footer{margin-top:40px;.footer-content { background-color: #ffffff; border-top: var(--border); padding: 40px 0px 40px; margin: 0px auto; max-width: 1200px; width: 95%; display: flex; justify-content: space-evenly; border-bottom: var(--border); gap: 30px; } .footer-section { display: flex; align-items: start; flex-direction: column; } .footer-section h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 15px; color: #fe6019; } .footer-section p, .footer-section a { color: rgba(0, 0, 0, 0.541); text-decoration: none; margin-bottom: 8px; transition: color 0.3s ease; font-size: 0.9rem; } .footer-section a:hover { color: #fe6019; } .footer-bottom { text-align: center; padding: 20px 0px; color: #fe6019; font-size: 0.85rem; } @media (max-width: 768px) { .footer-container { padding: 30px 20px; } .footer-content { flex-direction: column; gap: 20px; } .footer-section { align-items: center; } }}main{margin-top:82px}#breadcrumbs{overflow-x:auto;scrollbar-width:none;.breadcrumbs { min-width: auto; display: flex; align-items: center; gap: 10px; margin: 10px 0px; font-size: var(--breadcrumbs-font-size); } a { color: #fe6019; border-radius: 10px; padding: 5px 10px; white-space: nowrap; } .breadcrumbs-active { font-weight: bold; color: #000; pointer-events: none; } a:hover { background-color: #fe6019; color: white; } svg { width: 1em; height: 1em; min-width: 1em; color: #fe6019; vertical-align: middle; }}#breadcrumbs:hover{scrollbar-width:thin}.accordion{border:1px solid #eaeaea;background-color:#0000;border-radius:10px;margin:10px 0}.accordion:hover{box-shadow:var(--hoverd-card-shadow)}.accordion-header{display:flex;justify-content:space-between;align-items:center;border:none;padding:1rem;background-color:initial;font-size:16px;width:100%;text-align:left;cursor:pointer}.accordion-icon{width:.78em;height:.78em;transition:transform .2s ease}.accordion-content{max-height:0;overflow:hidden;padding:0}.accordion-content ul{padding:0 20px}.accordion.active .accordion-icon{transform:rotate(90deg)}.accordion.active .accordion-content{max-height:max-content;padding:10px}.notice{margin-bottom:1.5rem;border:1px solid;padding:1.5rem;border-color:initial}.notice-head{display:flex;align-items:center}.notice-head svg{margin-right:.75rem}.notice-head p{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;line-height:1}.notice-body{margin-top:.75rem}.notice-body p{margin:0}.notice.note{color:#293df2;background-color:rgba(41,61,242,.15)}.notice.abstract{color:#0ca68c;background-color:rgba(12,166,140,.15)}.notice.info{color:#09c3ed;background-color:rgba(9,195,237,.15)}.notice.todo{color:#8d05a8;background-color:rgba(141,5,168,.15)}.notice.tip{color:#19cfb0;background-color:rgba(25,207,176,.15)}.notice.success{color:#04d904;background-color:rgba(4,217,4,.15)}.notice.question{color:#e38902;background-color:rgba(227,137,2,.15)}.notice.warning{color:#e38902;background-color:rgba(227,137,2,.15)}.notice.failure{color:#e31a00;background-color:rgba(227,26,0,.15)}.notice.danger{color:#e31a00;background-color:rgba(227,26,0,.15)}.notice.bug{color:#e31a00;background-color:rgba(227,26,0,.15)}.notice.example{color:#b83acf;background-color:rgba(184,54,207,.15)}.notice.quote{color:#918e91;background-color:rgba(145,142,145,.15)}.dark .notice-head p{color:#d1d5db}.btn{display:inline-block;padding:.5em 1em;text-decoration:none;border:1px solid transparent}.btn-primary{background-color:#000;border-color:#000;color:#fff}.btn-outline-primary{background-color:initial;border-color:#000;color:#000}.pagination{display:flex;list-style:none;justify-content:center;gap:5px;margin:10px 0;.page-item { padding: 10px; border: 1px solid #fe6019; border-radius: 10px; color: #fe6019; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; } .page-item:hover, .page-item.active { background-color: #fe6019; color: white; } .page-item.disabled { background-color: #fe601952; border: none; color: white; }}.directory{background:#fff;padding:16px;border:1px solid #eaeaea;border-radius:10px;font-size:16px;white-space:nowrap;overflow-x:auto;scrollbar-width:none;.folder { display: flex; align-items: center; cursor: pointer; user-select: none; margin: 6px 0; } svg { transition: transform 0.3s ease; width: 1em; min-width: 1em; height: 1em; vertical-align: middle; margin-right: 5px; } .folder.open svg { transform: rotate(90deg); } .content { margin-left: 8px; padding-left: 10px; display: none; border-left: 1px solid #d1d1d1; } .open.content { display: block; } .comment { color: green; margin-left: 50px; } .file { margin: 4px 0; color: #444; display: flex; align-items: center; }}.directory:hover{scrollbar-width:thin}.table-wrapper table{border:var(--border);border-radius:10px;width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;th, td { padding: 10px; border: var(--border); text-align: start; border-width: 0px 1px 1px 0px; } th { background-color: #f6f6f6; } th:last-child, td:last-child { border-right: none; } tbody tr:last-child td { border-bottom: none; }}picture img{width:100%;height:auto;border-radius:10px}