body { /* background-color: #fafafa; */ /* color: #222222; */ color: #f0f0f0; background-color: #000000; } p { line-height: 125%; } a { color: #0066cc; text-decoration: none; } a:visited { color: #004c99; } /* a:hover { */ /* color: #fafafa; */ /* background-color: #0066cc; */ /* text-decoration: underline; */ /* } */ /**/ /* a:visited:hover { */ /* color: #fafafa; */ /* background-color: #004c99; */ /* text-decoration: underline; */ /* } */ a { color: white; text-decoration: underline; } a:visited { color: white; text-decoration: underline;} a:hover { color: black; background-color: white; text-decoration: underline;} a:visited:hover { background-color: white; text-decoration: underline;} /* h1:before { content: "> " } */ /* h2:before { content: ">> " } */ /* h3:before { content: ">>> " } */ /* h4:before { content: ">>>> " } */ /* h1:before,h2:before,h3:before,h4:before { color: gray; } */ /* ul, ol { */ /* list-style: none; */ /* padding: 0; */ /* margin: 0; */ /* } */ /* li::before { */ /* content: ">"; /* Add - instead of * for bullets */ */ /* color: gray; */ /* margin-right: 6px; /* Adjust spacing between bullet and text */ */ /* } */ /* li { */ /* margin-left: 10px; */ /* } */ /* a[href]::before { */ /* content: "["; */ /* } */ /**/ /* a[href]::after { */ /* content: "]"; */ /* } */ /* Style for nested lists */ ul ul, ol ul, ul ol, ol ol { margin-left: 10px; /* Adjust the margin for nested lists */ } .date { font-weight: bold; text-decoration: underline; padding-top: 20px; padding-bottom: 5px; } .container { display: flex; align-items: center; justify-content: center; } .container div { width: 1000px; } hr.solid { border-bottom: 1px solid #f0f0f0; } /* details > summary { */ /* padding: 4px; */ /* width: 190px; */ /* background-color: #f0f0f0; */ /* color: #000000; */ /* cursor: pointer; */ /* } */ /* @keyframes blink { */ /* 0% { color: white;} */ /* 50% { color: dimgray;} */ /* 100% { color: white;} */ /* } */ /* @-webkit-keyframes blink { */ /* 0% { color: white; } */ /* 50% { color: dimgray; } */ /* 100% { color: white; } */ /* } */ /* .blink_me { */ /* -webkit-animation: blink 1s linear infinite; */ /* -moz-animation: blink 1s linear infinite; */ /* animation: blink 1s linear infinite; */ /* } */ @keyframes blink-pulse { 0%,100% { color: white; transform: scale(1); } 50% { color: #383838; transform: scale(1.2); } } .new { animation: blink-pulse 1s ease-in-out infinite; display: inline-block; } .tags { display: inline-flex; gap: 3px; margin-left: 6px; } .tag { font-family: monospace; font-size: 11px; color: #000000; background-color: #FFFFFF; padding: 1px 5px; line-height: 1; }