/* === 全局设置 === */
body {
    background-color: #0d0d0d !important;
    color: #00ff00 !important;
    font-family: Consolas, "Courier New", monospace;
}

/* 链接颜色 */
a {
    color: #00ff00 !important;
    text-decoration: none;
}
a:hover {
    color: #00cc00 !important;
    text-shadow: 0 0 5px #00ff00;
}

/* 博客标题 */
#Header1_HeaderTitle {
    font-size: 28px;
    color: #00ff00 !important;
    text-shadow: 0 0 5px #00ff00;
}

/* 博客副标题 */
#Header1_HeaderTitle + div {
    color: #00cc00 !important;
    font-style: italic;
}

/* 文章内容区域 */
#mainContent {
    background-color: #111 !important;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 5px;
}

/* 文章标题 */
.postTitle {
    color: #00ff00 !important;
    text-shadow: 0 0 3px #00ff00;
}

/* 代码块美化 */
pre, code {
    background-color: #000000 !important;
    color: #00ff00 !important;
    border: 1px solid #333;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    overflow: auto;
}

/* 博客侧边栏 */
#sideBar {
    background-color: #101010 !important;
    color: #00ff00;
    border-left: 2px dashed #00cc00;
}

/* 页脚信息 */
#footer {
    background: #000 !important;
    color: #009900 !important;
    border-top: 1px solid #333;
}

/* 滚动条（Webkit） */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: #00ff00;
    border-radius: 5px;
}


页首
左侧边栏 文章正文 右侧边栏
页尾

./httpx -l url.txt -sc -cl -title -hash md5 -o result.txt



/* 全局背景与字体颜色 */
body {
    background-color: #000000 !important;
    color: #00ff00 !important;
    font-family: "Consolas", "Courier New", monospace;
}

/* 链接样式 */
a {
    color: #00ff00 !important;
    text-decoration: none;
}
a:hover {
    color: #00cc00 !important;
    text-shadow: 0 0 5px #00ff00;
}

/* 博客标题 */
#Header1_HeaderTitle {
    font-size: 28px;
    color: #00ff00 !important;
    text-shadow: 0 0 5px #00ff00;
}

/* 副标题 */
#Header1_HeaderTitle + div {
    color: #00cc00 !important;
    font-style: italic;
}

/* 主体内容容器 */
#mainContent {
    background-color: #0a0a0a !important;
    color: #00ff00 !important;
    border: 1px solid #00aa00;
    padding: 20px;
    border-radius: 5px;
}

/* 标题颜色 */
h1, h2, h3, h4, h5, h6 {
    color: #00ff00 !important;
}

/* 正文段落、列表、表格颜色 */
p, li, td, th, span, div {
    color: #00ff00 !important;
}

/* 文章标题 */
.postTitle {
    color: #00ff00 !important;
    font-weight: bold;
    text-shadow: 0 0 3px #00ff00;
}

/* 代码块样式 */
pre, code {
    background-color: #000000 !important;
    color: #00ff00 !important;
    border: 1px solid #004400;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px;
}

/* 侧边栏 */
#sideBar {
    background-color: #0d0d0d !important;
    color: #00ff00 !important;
    border-left: 2px dashed #00cc00;
}

/* 页脚样式 */
#footer {
    background: #000 !important;
    color: #009900 !important;
    border-top: 1px solid #333;
    text-align: center;
    padding: 10px;
}

/* 滚动条美化 */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: #00ff00;
    border-radius: 5px;
}



#right-sidebar {
  position: fixed;
  right: 20px;
  top: 120px;
  width: 240px;
  background: #0a0a0a;
  border: 1px solid #00ff00;
  padding: 15px;
  z-index: 999;
  color: #00ff00;
  font-family: monospace;
  max-height: 70vh;
  overflow-y: auto;
  border-radius: 8px;
}

#right-sidebar a {
  color: #00ff00;
  text-decoration: none;
}

#right-sidebar a:hover {
  color: #00cc00;
  text-shadow: 0 0 5px #00ff00;
}


a.postTitle2 span {
    color: #000000 !important;
}


#header #navigator #navList li a {
    color: #000000 !important;
}

#header #navigator div.blogStats span {
    color: #000000 !important;
}
