.milk {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.milk .milk-header {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.milk .milk-header .header-nav {
  display: flex;
  width: 100%;
  height: 100%;
}
.milk .milk-header .nav-menu {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  max-width: 40%;
  height: inherit;
}
.milk .milk-header .nav-menu .menu-item {
  height: inherit;
  align-content: center;
}
.milk .milk-header .nav-menu a {
  text-decoration: none;
}
.milk .milk-header .nav-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.milk .milk-header .nav-menu::-webkit-scrollbar {
  display: none;
}
.milk .milk-header .nav-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  white-space: nowrap;
  position: absolute;
  max-width: 30%;
  left: 40%;
  height: inherit;
  text-align: center;
}
.milk .milk-header .nav-date {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.milk .milk-header .nav-date::-webkit-scrollbar {
  display: none;
}
.milk .milk-header .nav-date #date-ymd {
  font-size: 15px;
}
.milk .milk-header .nav-date #date-week {
  font-size: 15px;
}
.milk .milk-header .nav-date #date-time {
  font-size: 15px;
}
.milk .milk-header .nav-system {
  white-space: nowrap;
  position: absolute;
  right: 10%;
  overflow: auto;
  max-width: 25%;
  height: inherit;
}
.milk .milk-header .nav-system {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.milk .milk-header .nav-system::-webkit-scrollbar {
  display: none;
}
.milk .milk-header .nav-layout {
  white-space: nowrap;
  position: absolute;
  right: 5%;
}
.milk .milk-header .nav-layout #layout-show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.milk .milk-header .nav-layout .show-icon {
  height: 30px;
  width: 30px;
}
.milk .milk-header .nav-layout .show-text {
  line-height: 1;
  font-size: 20px;
}
.milk .milk-header .nav-access {
  white-space: nowrap;
  position: absolute;
  right: 0;
  max-width: 5%;
  height: inherit;
}
.milk .milk-body {
  overflow: hidden;
  height: calc(100% - 50px);
}
.milk .milk-body .desktop-content:hover {
  border: 1px solid;
}
.milk .milk-body .desktop-content .post-table {
  border: none;
}
.milk .milk-body .desktop-content .post-table table {
  width: 100%;
}
.milk .milk-body .desktop-content .post-table .table-title {
  font-weight: bold;
}
.milk .milk-body .desktop-content .post-table .table-linenum {
  margin-top: 10px;
}
.milk .milk-body .desktop-content .post-table th {
  border-bottom: 1px solid;
}
.milk .milk-body .desktop-content .post-table th:first-child {
  border-right: 1px solid;
  width: 1px;
}
.milk .milk-body .desktop-content .post-table td:first-child {
  border-right: 1px solid;
  width: 1px;
}
.milk .milk-body .desktop-category {
  overflow-y: scroll;
}
.milk .milk-body .desktop-category:hover {
  border: 1px solid;
}
.milk .milk-body .desktop-tag {
  overflow-y: scroll;
  height: 100%;
}
.milk .milk-body .desktop-tag:hover {
  border: 1px solid;
}
.milk .milk-body .desktop-tag .list-cloud {
  margin-top: 10px;
}

.window {
  z-index: 1;
}

.layout-stack {
  height: 100%;
  width: 100%;
  position: relative;
}
.layout-stack .s-content {
  top: 80px;
  left: 80px;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  z-index: 3;
  position: absolute;
  overflow-y: scroll;
}
.layout-stack .s-category {
  top: 40px;
  left: 40px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  z-index: 2;
  position: absolute;
  overflow-y: scroll;
}
.layout-stack .s-tag {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  overflow-y: scroll;
}

.layout-tile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
  width: 100%;
  position: relative;
}
.layout-tile .t-content {
  grid-column: 1/2;
  grid-row: 1/3;
  height: calc(100% - 50px);
  overflow: scroll;
}
.layout-tile .t-tag {
  grid-column: 2/3;
  grid-row: 2/3;
  height: 50vh;
  overflow: scroll;
}
.layout-tile .t-category {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 50vh;
  overflow: scroll;
}

.layout-floating {
  height: 100%;
  width: 100%;
}
.layout-floating .f-content {
  width: 60%;
  height: 60%;
  overflow: scroll;
  position: absolute;
  z-index: 2;
}
.layout-floating .f-category {
  width: 60%;
  height: 60%;
  overflow: scroll;
  position: absolute;
  z-index: 1;
}
.layout-floating .f-tag {
  width: 60%;
  height: 60%;
  overflow: scroll;
  position: absolute;
  z-index: 1;
}

* {
  margin: 0;
  padding: 0;
  cursor: url("/cursor/normal.gif"), auto !important;
}

a:hover {
  cursor: url("/cursor/link.gif"), auto !important;
}

button:hover {
  cursor: url("/cursor/hand.gif"), auto !important;
}

a:active, button:active, input:active, select:active, textarea:active {
  cursor: url("/cursor/wait.gif"), auto !important;
}

textarea, input {
  cursor: url("/cursor/beam.gif"), auto !important;
}

html,
body {
  font-family: "custom-font";
  font-size: 25px !important;
  background-image: url("/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  margin: auto;
  display: block;
}

ol,
ul,
dl {
  list-style-type: none;
}

h1 {
  text-align: center;
}

h2 {
  margin: 20px;
}
h2::before {
  font-size: 20px;
  content: "h2. ";
}

h3 {
  margin: 15px;
}
h3::before {
  font-size: 18px;
  content: "h3. ";
}

h4 {
  margin: 10px;
}
h4::before {
  font-size: 16px;
  content: "h4. ";
}

h5 {
  margin: 5px;
}
h5::before {
  font-size: 14px;
  content: "h5. ";
}

h6 {
  margin: 0px;
}
h6::before {
  font-size: 12px;
  content: "h6. ";
}

code {
  padding: 0 3px;
  font-size: 95%;
  border: solid 1px;
  border-radius: 0.3rem;
}

details {
  border: solid 1px;
  border-radius: 0.5rem;
  margin: 5px;
}

.Tips {
  position: fixed;
  z-index: 99;
  border-radius: 5px;
  padding: 20px;
  width: 100px;
  font-size: 25px;
  text-align: center;
  left: 50%;
  top: 50%;
}

#top {
  font-size: larger;
  text-align: center;
  font-weight: bold;
}

#sprite-container {
  position: fixed;
  top: 50%;
  left: 90%;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.draggable-toc {
  position: absolute;
  z-index: 9;
  border: 1px solid;
  max-width: 14%;
  min-width: 10%;
  max-height: 100%;
  overflow-y: scroll;
}
.draggable-toc .active {
  text-decoration: underline;
}
.draggable-toc .toc-title {
  padding: 10px;
  cursor: move;
}
.draggable-toc .toc-level-2 {
  margin-left: calc(3px + 2 * 2px);
}
.draggable-toc .toc-level-2:before {
  content: ">";
}
.draggable-toc .toc-level-3 {
  margin-left: calc(3px + 3 * 2px);
}
.draggable-toc .toc-level-3:before {
  content: ">";
}
.draggable-toc .toc-level-4 {
  margin-left: calc(3px + 4 * 2px);
}
.draggable-toc .toc-level-4:before {
  content: ">";
}
.draggable-toc .toc-level-5 {
  margin-left: calc(3px + 5 * 2px);
}
.draggable-toc .toc-level-5:before {
  content: ">";
}
.draggable-toc .toc-level-6 {
  margin-left: calc(3px + 6 * 2px);
}
.draggable-toc .toc-level-6:before {
  content: ">";
}
.draggable-toc .progress-container {
  width: 100%;
  height: 10px;
}
.draggable-toc .progress-container .progress-bar {
  height: 10px;
  width: 0%;
}

.draggable-toc::-webkit-scrollbar {
  display: none;
}

.draggable-toc {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.post {
  margin-bottom: 50%;
  max-width: 1056px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.post ul {
  margin-left: 30px;
  list-style-type: disc;
  font-size: 85%;
  padding-left: 30px;
}
.post ol {
  margin-left: 30px;
  list-style-type: lower-roman;
  font-size: 85%;
  padding-left: 30px;
}
.post table {
  text-align: center;
  border: 2px solid;
  width: 100%;
  border-radius: 0.25rem;
}
.post table thead {
  border: none;
}

.post-content {
  overflow-y: scroll;
  height: 100%;
  margin-left: 15%;
  margin-right: 15%;
}

.post-content::-webkit-scrollbar {
  display: none;
}

.post-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.code-prompt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.language {
  font-size: 14px;
  font-weight: bold;
}

.copy {
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
}

.ui-resizable-helper {
  border: 1px dotted;
}

.win {
  width: 55%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
}
.win .win-title {
  min-height: 50px;
  max-height: 50px;
  line-height: 50px;
  text-align: center;
}
.win .win-body {
  height: 90%;
  word-wrap: break-word;
  word-break: break-all;
}
.win .win-body::-webkit-scrollbar {
  display: none;
}
.win .win-body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.win .win-list {
  text-align: center;
}

.content-categories {
  display: flex;
}
.content-categories a {
  padding-left: 20px;
  font-size: 20px;
}
.content-categories ul li {
  list-style: none;
}
.content-categories li {
  display: inline;
}

.content-tags {
  display: flex;
  margin-top: 50px;
}
.content-tags a {
  border: 1px solid;
  border-radius: 25px;
  padding: 5px;
  margin: 5px;
}
.content-tags ul li {
  list-style: none;
}
.content-tags li {
  display: inline;
}

.paginator {
  text-align: center;
}
.paginator a {
  text-decoration: none;
  transition: 0.3s;
  margin: 10px;
}
.paginator a:first-child {
  border-left: none;
}
.paginator a:last-child {
  border-right: none;
}

.dropdown-content {
  z-index: 999;
  display: none;
  position: absolute;
  right: 0;
  min-width: 300px;
  width: auto;
  overflow: auto;
  text-align: center;
  list-style: none;
}
.dropdown-content li input {
  width: 100%;
}
.dropdown-content a {
  text-decoration: none;
}

.dropdown-content::-webkit-scrollbar {
  display: none;
}

.dropdown-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.social {
  text-align: center;
}
.social li {
  display: inline;
}

.comment-tabs li {
  display: inline;
  border: 1px solid;
}

#vcomments {
  margin-top: 20px;
}

.archive {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

@font-face {
  font-family: "custom-font";
  src: url("/lib/font/fun.ttf") format("truetype");
}
ul.breadcrumbs {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 40px;
}
ul.breadcrumbs li {
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  transition: 0.3s ease;
}
ul.breadcrumbs li:last-child:hover:before {
  border-left: 10px solid;
}
ul.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  border-left: 10px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transition: 0.3s ease;
}
ul.breadcrumbs li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-left: 10px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
ul.breadcrumbs li.first {
  border-left: none;
}
ul.breadcrumbs li.first a {
  font-size: 18px;
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
}
ul.breadcrumbs li.last:before, ul.breadcrumbs li.last:after {
  display: none;
}
ul.breadcrumbs li.last a {
  padding-right: 20px;
  border-radius: 0px 40px 40px 0px;
}
ul.breadcrumbs li a {
  display: block;
  font-size: 20px;
  line-height: 40px;
  padding: 0px 15px 0px 25px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease;
}

.tree {
  --spacing: 1.5rem;
  --radius: 10px;
}
.tree li {
  display: block;
  position: relative;
  padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}
.tree ul {
  margin-left: calc(var(--radius) - var(--spacing));
  padding-left: 0;
}
.tree ul li {
  border-left: 2px solid;
}
.tree ul li:last-child {
  border-color: transparent;
}
.tree ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--spacing) / -2);
  left: -2px;
  width: calc(var(--spacing) + 2px);
  height: calc(var(--spacing) + 1px);
  border: solid;
  border-width: 0 0 2px 2px;
}

.ffolder {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 10px;
}

.ffolder.small {
  margin-top: 8px;
  width: 88px;
  height: 61px;
  border-radius: 0px 6px 6px 6px;
}

.ffolder.medium {
  margin-top: 16px;
  width: 176px;
  height: 122px;
  border-radius: 0px 10px 10px 10px;
}

.ffolder.big {
  margin-top: 24px;
  width: 264px;
  height: 183px;
  border-radius: 0px 14px 14px 14px;
}

.ffolder:before {
  content: "";
  display: block;
  position: absolute;
}

.ffolder:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.ffolder.small:before {
  top: -8px;
  left: 0;
  width: 32px;
  height: 8px;
  border-radius: 6px 0px 0px 0px;
}

.ffolder.small:after {
  top: -16px;
  left: 24px;
  border: 8px solid transparent;
}

.ffolder.medium:before {
  top: -16px;
  left: 0;
  width: 64px;
  height: 16px;
  border-radius: 10px 0px 0px 0px;
}

.ffolder.medium:after {
  top: -32px;
  left: 48px;
  border: 16px solid transparent;
}

.ffolder.big:before {
  top: -24px;
  left: 0;
  width: 96px;
  height: 24px;
  border-radius: 14px 0px 0px 0px;
}

.ffolder.big:after {
  top: -48px;
  left: 72px;
  border: 24px solid transparent;
}

.ffolder span,
.ffolder i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ffolder span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 15px;
  white-space: nowrap;
}

.ffolder.small i {
  font-size: 37px;
}

.ffolder.medium i {
  font-size: 53px;
}

.ffolder.big i {
  font-size: 53px;
}

/*Available colors*/
.ffolder.cyan {
  background-color: #23cbf4;
}

.ffolder.cyan:before,
.ffolder.cyan span {
  background-color: #06baee;
}

.ffolder.cyan:after {
  border-bottom-color: #06baee;
}

.ffolder.cyan span {
  color: #ffffff;
}

.ffolder.cyan i {
  color: #06baee;
}

.ffolder.yellow {
  background-color: #ffbd00;
}

.ffolder.yellow:before,
.ffolder.yellow span {
  background-color: #f1a402;
}

.ffolder.yellow:after {
  border-bottom-color: #f1a402;
}

.ffolder.yellow span {
  color: #ffffff;
}

.ffolder.yellow i {
  color: #f1a402;
}

.ffolder.pink {
  background-color: #ff7f92;
}

.ffolder.pink:before,
.ffolder.pink span {
  background-color: #ff5e6e;
}

.ffolder.pink:after {
  border-bottom-color: #ff5e6e;
}

.ffolder.pink span {
  color: #ffffff;
}

.ffolder.pink i {
  color: #ff5e6e;
}

.ffolder.green {
  background-color: #62de82;
}

.ffolder.green:before,
.ffolder.green span {
  background-color: #66ca7f;
}

.ffolder.green:after {
  border-bottom-color: #66ca7f;
}

.ffolder.green span {
  background-color: transparent;
}

.ffolder.green i {
  color: #54c170;
}

.ffolder.gray {
  background-color: #829aa8;
}

.ffolder.gray:before,
.ffolder.gray span {
  background-color: #687f8c;
}

.ffolder.gray:after {
  border-bottom-color: #687f8c;
}

.ffolder.gray span {
  background-color: transparent;
}

.ffolder.gray i {
  color: #687f8c;
}

/*# sourceMappingURL=milk.css.map */
