
@font-face {
    font-family: 'unicodetiny';
    src: url(https://somatheworld.neocities.org/webfontkit/tinyunicode-webfont.woff2)format('woff2'),
    url(fonts/TinyUnicode.ttf)format('truetype');
} 
@font-face {
    font-family: 'rainyhearts';
    src: url(/fonts/rainyhearts-Medium.otf)format('truetype'),
    url(fonts/rainyhearts-Medium.otf)format('truetype');
}
@font-face {
    font-family: 'emojifont';
    src: url(/fonts/EmojiFont.ttf)format('truetype'),
    url(fonts/EmojiFont.ttf)format('truetype');
}

    * {cursor: url("https://somatheworld.neocities.org/blogautocursor.png"), default;}
body {
    background-image: url(/blogstuff/strawbbg.gif);
    background-size: 20%;
    background-color: rgba(255,255,255,0.3);
    z-index: -3;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    image-rendering: pixelated;
}
html {
    height: 100%;
    width: 100%;
}
a,button,summary{
    cursor: url("https://somatheworld.neocities.org/bloglinkcursor.png"), auto;
}
img {
    image-rendering: pixelated;
}

#month {
  margin-left: 16px;
}

#entirething {
    background-image: url(/blogstuff/blogbook.png);
    background-size: 1432px;
    background-repeat: no-repeat;
    display: block;
    margin-top: 8px;
    width: 1432px;
    height: 760px;
    image-rendering: pixelated;
    z-index: -1;
}

#blogpage {
    image-rendering: pixelated;
    background-size: 404px;
    position: absolute;
    top: 67px;
    left: 508px;
    width: 404px;
    height: 687px;
    z-index: 0;
}

#blogpage > p {
    width: 390px;
    height: 560px;
    color: #81371c;
    letter-spacing: 1px;
    font-family: 'rainyhearts';
    z-index: 0;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 270px;
    padding: 4px;
    line-height: 20px;
    overflow: scroll;
}

#bloglogs {
    position: absolute;
    width: 390px;
    height: 560px;
    top: 20px;
    left: 276px;
    overflow: scroll;
    border: none;
}

#blogentry {
    color: #81371c;
    letter-spacing: 1px;
    font-family: 'rainyhearts';
    font-size: 20px;
    line-height: 20px;
}

#sideart > div {
    width: 188px;
    height: 290px;
    color: #81371c;
    letter-spacing: 1px;
    font-family: 'rainyhearts';
    z-index: 0;
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 15px;
    padding: 4px;
    line-height: 20px;
    overflow: scroll;
    background-color: #ffe0c1;
    border: 34px solid transparent;
    border-bottom: none;
    background-clip: padding-box;
    border-image: url(/blogstuff/frillydarkborder.png) 18 round;
    image-rendering: pixelated;
}


#sideart {
    background-image: url(/blogstuff/blogside.png);
    image-rendering: pixelated;
    background-size: 604px;
    position: absolute;
    top: 4px;
    left: 178px;
    width: 604px;
    height: 756px;
    z-index: 0;
}

details > p {
    margin: 4px;
}

.dates > a {
    color: #81371c;
    text-decoration: underline;
}

.dates > a:hover {
    text-decoration: none;
}

details>summary {
 
  list-style: none;
}
summary::-webkit-details-marker {
  display: none
}

summary::before {
  content: '+ ';
}
details[open] summary:before {
  content: "- ";
}

#month >summary::before {
   content: '+ '; 
}

#month[open] summary:before {
    content: "- ";
}

h1 {
    font-family: 'rainyhearts';
    font-size: 28px;
    margin-top: 6px;
    margin-bottom: -6px;
    line-height: 28px;
    letter-spacing: 0px;
}

#backbutton {
    background-image: url(/blogstuff/backstick.png);
    background-repeat: no-repeat;
    background-size: 159px;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 24px;
    width: 159px;
    height: 101px;
    padding: 16px; 
}

#backbutton > a {
    color: #81371c;
    position: absolute;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: 'rainyhearts';
    font-size: 24px;
    margin-top: 16px;
}

#backbutton > a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}
::-webkit-scrollbar-track {
    background: #ffcab8; 
    border: 1.7px solid #ff7895;
} 
::-webkit-scrollbar-thumb {
    background: #ffaaa1; 
    border: 1.7px solid #ff7895;
} 
::-webkit-scrollbar-thumb:hover {
    background: #ff7895; 
}