/* Fonts*/
@font-face{
  font-family :"aero";
  src: url("https://slip-zine.neocities.org/font/aero_03.woff");
}

@font-face{
  font-family : "BBB";
  src: url("https://slip-zine.neocities.org/font/bbbreadme-regular-webfont.woff");
}

/* Basics */

* {
  box-sizing: border-box;
  cursor: url("https://slip-zine.neocities.org/img/cursor.png"), auto;
}

body {
  margin: 0;
  background-position: center;
  font-family: "BBB", calibri, verdana, arial;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.5px;
  text-align: left;
  text-shadow: 0 0 1px #ddd1bc;
  color: #39700c;
  overflow-x: hidden;
}

a {
  color: #8102c0;
  text-decoration: none;
  transition: 0.2s ease;
}

a:hover {
  color: #af0e7f;
  text-shadow: 0 0 4px #af20d6;
}

a:active {
  color: #a76d3f;
}

b {
  font-weight: bold;
  color: #264708;
}  


/* Scrollbar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff8ee;
}

::-webkit-scrollbar-thumb {
  background: #d8e7ad;
  border: 2px solid #fff8ee;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e4b989;
}


/* Container */

.layout {
  max-width: 800px;
  margin: 40px auto;
  overflow: hidden;
  background: #fffdf8;
  border: 1px dotted #4edc25;
  border-radius: 10px;
}

/* Navi */

.navigation {
  padding: 7px 7px 0;
  background: linear-gradient(to bottom, #376e0a, #95d265);
}

.navi-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
}

.navi-link a {
  flex: 1 1 0;
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 4px 7px 2px;
  background: linear-gradient(to bottom, #fff 0%, #fbecff 48%, #d6b1f4 100%);
  border: 1px dotted #4edc25;
  border-bottom: 1px solid #fef8ff;
  border-radius: 9px 9px 0 0;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,0.95),
    inset -1px 0 0 rgba(255,226,238,0.55),
    1px 0 0 rgba(255,255,255,0.5);
  font-family: "aero", monospace;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  color: #8102c0;
  text-shadow: 0 1px 0 #ffffff;
  transition: 0.22s ease;
}

.navi-link a::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 3px;
  height: 1px;
  background: rgba(255,255,255,0.95);
}

.navi-link a:hover {
  border-color: #d7ab7d;
  border-bottom-color: #eecaa0;
  transform: translateY(-2px);
  z-index: 3;
}

.nav-icon {
  margin-right: 4px;
  opacity: 0.55;
  transition: 0.22s ease;
}

.navi-link a:hover .nav-icon {
  opacity: 1;
  transform: rotate(-8deg);
}


/* Banner */

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background: url("https://slip-zine.neocities.org/img/banniere.png") center;
  background-size: cover;
  border-bottom: 1px dotted #d8e7ad;
}


/* Main columns */

.main {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 1px;
  background-color: #C183EC4D;
  background-image: radial-gradient(at 20% 30%, #AA76D8 0%, transparent 70%), radial-gradient(at 70% 40%, #53E44D 0%, transparent 60%), radial-gradient(at 80% 70%, #C780CD 0%, transparent 50%), radial-gradient(at 30% 10%, #CE00FF 0%, transparent 40%);
}

.content{
  width: 100%;
  height: 65vh;;
  display: block;
  overflow: scroll;
  overflow-x: scroll;
  overflow-x: hidden;
  border:none;
}

.column {
  min-width: 0;
  padding: 8px;
  /*background: linear-gradient(to bottom, #376e0a, #95d265)*/
}

/*.column:first-child {
  background: linear-gradient(to bottom, #ffffff, #fff8f1);
}*/

.column:last-child {
  /*background: linear-gradient(to bottom, #fffdf8, #f8fde8);*/
  border-left: 1px dotted #c9d8bf;
}


/* Sections */

.box {
  margin-bottom: 8px;
  padding: 6px;
  background: linear-gradient(to bottom, #ffffff, #fdfff2);
  border: 1px solid #4edc25;
  border-radius: 8px;
}

.box:last-child {
  margin-bottom: 0;
}

.box p {
  margin: 0 0 7px;
}

.box p:last-child {
  margin-bottom: 0;
}

.box > img{
  max-width: 100%;
  max-height: 100%
}
  
.intro-pixel {
  float: left;
  margin: 10px;
  opacity: 0.7;
  filter: grayscale(40%);
}


/* Titles */

.title {
  margin-bottom: 5px;
  padding: 3px 5px;
  background: linear-gradient(to right, #fff, #eddffa);
  border-top: 1px dotted #eddffa;
  border-right: 1px dotted #eddffa;
  border-bottom: 1px dotted #eddffa;
  border-left: 5px solid #62dc00;
  border-radius: 7px 7px 3px 3px;
  box-shadow: inset 0 0 6px rgba(255,226,238,0.65);
  font-family: "aero", arial;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #8102c0;
}

.title-big {
  margin-bottom: 6px;
  padding: 4px 6px 3px;
  background: linear-gradient(to right, #eddffa, #ffffff, #eddffa);
  border-radius: 10px;
  font-family: "aero", arial;
  font-size: 17px;
  line-height: 13px;
  letter-spacing: 2px;
  text-align: center;
  color: #8102c0;
}


/* Notes and Lists */

.note {
  margin-top: 6px;
  padding: 5px;
  border-left: 3px solid #62dc0080;
  border-radius: 0 6px 6px 0;
  font-size: 9px;
  line-height: 11px;
  color: #6d4588;
}

.tiny-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.tiny-list li {
  padding: 2px 0;
  border-bottom: 1px dotted #c79fe8;
}

.list-icon {
  max-width: 12px;
}


/* Mini boxes */

.mini-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-top: 7px;
}

.mini-box {
  padding: 5px;
  border: 1px dotted #9225dc;
  border-radius: 7px;
  text-align: center;
}


/* Miniblog / updates */

.miniblog {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mini-post {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 7px;
  align-items: start;
  padding: 5px;
  background: #f8fff8;
  border: 1px dotted #9225dc;
  border-radius: 8px;
  box-shadow: inset 0 0 7px rgba(222,240,189,0.45);
}

.mini-post img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 1px dashed #9225dc;
  border-radius: 7px;
  opacity: 0.9;
  filter: saturate(0.9) brightness(1.04);
}

.mini-post-content {
  min-width: 0;
}

.mini-post-title {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 1px;
}

.mini-post-meta {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  color: #a9b778;
  opacity: 0.95;
}

.mini-post-text {
  line-height: 14px;
}


/* Footer */

.footer {
  padding: 8px;
  border-top: 1px dotted #d7ab7d;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow:
    inset 0 1px 0 #ffffff,
    inset 0 0 8px rgba(222,240,189,0.65);
  text-align: center;
}

.footer a {
  /*color: #d88497;*/
  border-bottom: 1px dotted #c37a43;
}

.footer a:hover {
  /*color: #c37a43;*/
  text-shadow: 0 0 4px #ffffff;
}

.labels {
  text-align: center;
}

.labels > img {
  max-height: 25px;
}



/* Responsiveness */

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .layout {
    margin: 20px auto;
  }

  .main {
    grid-template-columns: 1fr;
  }

  .column:last-child {
    border-left: 0;
    border-top: 1px dotted #d7ab7d;
  }

  .navigation {
    padding-bottom: 7px;
  }

  .navi-link {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .navi-link a {
    flex: 1 1 calc(50% - 6px);
    border: 1px dotted #4edc25;
    border-radius: 8px;
    padding: 5px 7px 4px;
  }

  .navi-link a::before {
    display: none;
  }

  .banner {
    height: 130px;
  }

  .site-name {
    padding: 8px 14px 10px;
    font-size: 18px;
    line-height: 20px;
  }
}