@font-face {                  
font-family: 'DepartureMono';
src: url(https://humantooth.neocities.org/fonts/DINdong.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 




:root {
    --blue1: #00dfc9;
    --blue2: #6d157b;
    --blue3: #404370;
    --blue4: #6be276;
    --blue5: #6d157b;
    --top-accent-color: #c6f97e;
    --profile-section-height: 40px;
    --gap: 25px;
   
    --grey: #757575;
}

body {
    font-family: 'DepartureMono', Verdana, sans-serif;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url("https://file.garden/ai0K_P2aR3u8IOXl/FOF%20VZ%20BLOG/vampaol/tumblr_ab0d4843067691a10624b420ea2f2a41_17436856_250.jpg");
}

h1, h2, h3, h4, h5, h6, p {
    font-size: 1em;
    margin: 0;
}

input {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

button:hover {
    cursor: pointer;
}

/*Iconsheet positionings*/

.icon {
    background-image: url("https://file.garden/ai0K_P2aR3u8IOXl/FOF%20VZ%20BLOG/new%20improved/my%20pics/IMG_4239.png");
}

.pin {
    background-position: ;
}

/* class modifiers */
.full-width {
    width: 100%;
    display: flex;
    justify-content: center; 
}

.content {
    height: 100%;
}

img.thumbnail {
    border: 1px solid var(--blue2);
    margin: 6px 8px 0 0;
    padding: 4px;
    height: 100px;
}

img.thumbnail:hover {
    cursor: pointer;
    border: 1px solid var(--blue3);
}



/*Buttons*/
.ui-button {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, 0.195);
    border: 1px solid rgb(177, 177, 177);
    background-color: rgb(200, 200, 200);
    white-space: nowrap;
    user-select: none;
    -moz-user-select: none;
}

.ui-button:hover {
    cursor: pointer;
}

.ui-button:active {
    border: 1px inset; 
}

.ui-button.blue {
    border-color: #6be276 #00dfc9 #6d157b;
    background-image: linear-gradient(#404370, 10%,	#6d157b,#787878);
}

.ui-button.blue:active {
    border-color: #26446E #0c2253;
    background-image: linear-gradient( #556fa7, #445881);
}

.ui-button.green {
    border-color: #498f30 #236013 #16540a;
    background-image: linear-gradient(#a1d070, #67A54B, #5c9b3f);
}

.ui-button.green:active {
    border-color: #236013 #16540a;
    background-image: linear-gradient(#67A54B, #46802c);
}

/*header styling*/
h2 {
    display: inline;
}

/* --- SPECIFIC SECTIONS --- */

.site-header {
    background-color: var(--blue1);
    height: 82px;
    color: white;
}

.site-header .content {
    min-width: 50%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.site-header .content .logo {
    font-size: 26pt;
    font-weight: bold;
}

.site-header .login-grid {
    display: grid;
    grid-auto-columns: 1fr 1fr min-content;
    gap: 1px 10px;
    text-align: end;
    align-items: baseline;
    font-size: smaller;
    color: rgba(255, 255, 255, 0.386);
}

.login-grid input[type=email], .login-grid input[type=password] {
    width: 100%;
    height: 23.5px;
    font-size: 1em;
    border-radius: 0;
    border: 1px solid;
    border-color:  #26446E #152F5F #0c2253;
    padding: 4px;
}

.login-grid .login-input-label {
    display: inline-flex;
    flex-flow: row-reverse;
}

.login-grid input[type=checkbox] {
    display: inline-flex;
    align-self: center;
    width: .7em;;
    margin: 0 .2em;
}

.login-grid .ui-button {
    grid-column: 3 / 3;
    grid-row: 2 / 2;
}

.signup-bar {
    background-color: var(--top-accent-color);
    min-height: 58px;
    padding: 10px 0 12px 0;
    align-items: center;
}

.signup-bar .content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.signup-bar p {
    margin: 0;
}

.referral-name {
    font-weight: bold;
}

.profile-section {
    margin: 0 auto;
    box-sizing: border-box;
}

.profile-section-height {
    min-height: var(--profile-section-height);
}

.profile-section.top {
    background-color: var(--top-accent-color);
    border-bottom: 1.5px solid var(--blue2);
}

.profile-section .content {
    margin: 0 auto;
    height: inherit;
}


/* --- GRID LAYOUT --- */

.profile-layout {
    display: flex; 
    gap: var(--gap);
    height: 100%;
}

.padder {
    width: 10%;
}

.sidebar-left {
    flex: 1;
    width: 100%;
    display: block;
}

.sidebar-left.body {
    position: relative;
    top: calc(var(--profile-section-height) * -1);
}

img.profile-photo {
    object-fit: contain;
    width: 100%;
}

.blurb {
    margin: 8px 0;
    padding: 8px;
    border: 1px solid var(--blue2);
}

.widget {
    display: grid;
    grid-template-rows: 1fr auto;
    font-size: .9em;
}

.widget > h4 {
    padding: 6px 8px;
}

.widget h5 {
    border-bottom: 1px solid var(--blue2);
    font-weight: normal;
}

.widget h5, .widget-content {
    padding: 3px 8px;
}

.widget-content {
    margin-bottom: 15px;
}

h4 {
    background-color: var(--blue4);
    border-top: 1px solid var(--blue5);
}


.sidebar-right {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-right nav.tabs ul {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 3px;
}

.sidebar-right nav.tabs ul li:hover {
    cursor: pointer;
}

.sidebar-right nav.tabs ul li {
    font-weight: bold;
    position: relative;
    padding: 3px 7px 6px 7px;
}

.sidebar-right nav.tabs ul li.tab.active {
    background-color: var(--background-color);
    color: black;
    box-sizing: border-box;
    padding-top: 4px;
    height: 24px;
    bottom: -1px;
}

.sidebar-right nav.tabs ul li.tab {
    background-color: var(--blue2);
    color: var(--blue1);
    border: 1.5px solid var(--blue2);
    border-bottom: var(--background-color);
    bottom: -2px;
    height: 13px;
}

.sidebar-right nav.tabs a {
    text-decoration: none;
}


.sidebar-right.content {
    padding-top: var(--gap);
}

.sidebar-right.top .full-name {
    font-size: large;
}

.full-name {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.full-name.plain {
    font-weight: normal;
}

.full-name:before {

    content: "Vampire Freak";
}

.filter {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9em;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--blue2);
}

.filter .filter1 {
    background-color: var(--blue3);
    border: 1px solid var(--blue1);
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
}

.filter .filter2 {
    font-weight: bold;
}

.tab-content .story:before {
    content: "";
    background-image: url("https://file.garden/ai0K_P2aR3u8IOXl/FOF%20VZ%20BLOG/vampaol/download%20(20).jpe");
    min-width: 50px;
    height: 50px;
    background-size: cover;
}

.tab-content .story {

    display: flex;
    gap: 10px;
    padding: 15px 0 17px;
    border-bottom: 1px solid var(--blue2);
}

.story-attachment {
    margin-top: var(--gap);
    color: var(--grey);
    font-size: .9em;
}

a.story-attachment {
    display: inline;
}

.story-attachment:before {
    background-image: url("https://file.garden/ai0K_P2aR3u8IOXl/FOF%20VZ%20BLOG/pixels/tumblr_223df83af58b0d9f4746bff5b63e6f30_6d90d462_75.webp");
    image-rendering: auto;
    display: inline-block;
    content: '';
    height: 15px;
    width: 15px;
    margin-right: 2px;
    position: relative;
    top: 5px;
}

.story-attachment.pin:before {
    background-position: center;
}

.story-attachment.image:before {
    background-position: center;
}

.story-attachment.note:before {
    background-position: center;
}

.tab-content {
    display: none
}


.tab-content.active {
    display: block;
}

.story-content {
    margin: 0;
}

.story-content p {
    margin: 0;
}

.story-content h3 {
    margin-bottom: .3em;
}

.story-content h3 + .story-content p {
    display: inline;
}

.story-content p + p {
    margin-top: .5em;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .content {
        width: 90%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
        .content {
        width: 90%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
        .content {
        width: 70%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
        .content {
        width: 60%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {...} 
*/

@media (prefers-color-scheme: dark) {
    :root {
        --top-accent-color: #00dfc9;
        --background-color: #26272d;
        --blue1: #000000;
        --blue2: #6be276;
        --blue3: #4eff4f;
        --blue4: 	#ff52ed;
        --blue5: #4eff4f;
    }

    body {
        color: white;
    }

    .sidebar-right nav.tabs ul li.tab.active {
        color: white;
    }

    .sidebar-right nav.tabs ul li.tab {
        color: #6d157b;
    }
}


/* !-- tiramisu's music player from the v6 homepage. please credit accordingly */
.music-player {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: rgba(196, 219, 255, 0.67);
  background: url('background-image-url') no-repeat center;
  background-size: cover;
  border-radius: 6px;
  padding: 6px;
  max-width: 875px;
  font-family: sans-serif;
}
 
.current-track {
  background-color: #9BDCF0;
  border: 1px solid #FFFDE0;
  padding: 8px;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  height: 30px;
  line-height: 30px;
}
 
.track-marquee {
  position: absolute;
  white-space: nowrap;
  left: 0;
  animation: marquee 15s linear infinite;
  padding-left: 100%;
  top: 0;
  height: 100%;
  line-height: 30px;
}
 
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
 
.player-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  padding: 10px 0;
}
 
.control-buttons {
  display: flex;
  gap: 5px;
}
 
.player-controls button {
  background: linear-gradient(to bottom, #9BDCF0, #FFFDE0);
  border: 1px solid #B0D042;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.1em;
  width: 28px;
  height: 28px;
  color: #F4A232;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.player-controls button:hover {
  background: linear-gradient(to bottom, #F4A232, #FFFDE0);
}
 
.progress-container {
  flex: 1;
  height: 10px;
  background: #FFFDE0;
  border: 1px solid #F4A232;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
 
.player-progress-bar {
  height: 100%;
  background: linear-gradient(to right, #F4A232, #FFFDE0);
  width: 0%;
  transition: width 0.1s ease;
  border-radius: 7px;
}
 
.time-display {
  font-size: 1.1em;
  color: #B0D042;
  min-width: 45px;
  text-align: center;
}
 
.playlist-dropdown {
  position: relative;
}
 
.playlist-toggle {
  background: linear-gradient(to bottom, #fff, #B0D042);
  border: 1px solid #F4A232;
  border-radius: 3px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 0.9em;
  color: #001752;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.playlist-toggle:hover {
  background: linear-gradient(to bottom, #F4A232, #FFFDE0);
}
 
.playlist-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFDE0;
  border: 1px solid #B0D042;
  border-radius: 3px;
  max-height: 120px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
 
.playlist-menu.show {
  display: block;
}
 
.playlist-item {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 0.85em;
  border-bottom: 1px solid #B0D042;
}
 
.playlist-item:last-child {
  border-bottom: none;
}
 
.playlist-item:hover {
  background-color: #F6AEBE;
}
 
.playlist-item.active {
  background-color: #9BDCF0;
  color: #001752;
  font-weight: bold;
}






