/*
-------------------------------------------------------------------------------------------------------
CSS by Zoey
69 year old brazillian communist
https://zoes-ho.me/
https://myspace.windows93.net/?id=2951

Custom made for jtra; following the look of his neocities page.
-------------------------------------------------------------------------------------------------------
*/

/* Text */
#userWall .tableLeft a[href$="=2951"] b:after{
    content: "y";
}
/* modify quote slightly */
#credo {
    font-size: 0px !important;
}
#credo:after {
    content: "shit";
    font-size: 15px;
    text-decoration: underline;
}
#credo:before {
    content: "fuck® ";
    font-size: 15px;
    font-weight: bold;
}
.shortRight div:first-child {
    font-size: 0px !important;
}
.shortRight div:first-child:before {
    font-size: 15px !important;
    content: "\'\'";
}
.shortRight div:first-child:after {
    font-size: 15px !important;
    content: "™\'\'";
}
/* import on first line gives oblique */
#country::after {
    content: "";
    display: block;
    position: inherit;
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: -5px;
    background-size: contain;
    background-image: url(https://zoes-ho.me/myspace/jtra/brazil-flag.png);
    background-repeat: no-repeat;
    pointer-events: none;
}
/* end */

/* Mobile fix */
@media only screen and (max-width:1024px){
    .topRight {
        max-width: 100% !important;
    }
    .topLeft {
        margin-right: 0px !important;
        margin-left: 0px !important;
        position: static !important;
        display: contents !important;
    }
    .blogCard .avatar {
        width: 25%;
        margin-right: 0px;
        image-orientation: from-image;
    }
}
/* end */

body {
    background-color: #cfe3cf;
}
/* this is an incredibly jank solution to get the image anchored in the bottom right; rotate the element 180deg, with an image that\'s rotated 180deg. also works with different resolutions */
body::after {
    content: "";
    display: block;
    position: fixed;
    left: -1.5%;
    top: -2.5%;
    width: 100%;
    height: 100%;
    background-image: url(https://zoes-ho.me/myspace/jtra/neocities.png);
    background-repeat: no-repeat;
    z-index: 10000000;
    pointer-events: none;
    opacity: 0.5;
    transform: rotate(180deg);
}
/* section split */
.topLeft {
    background-color: white;
    padding-top: 0px !important;
    margin-top: 15px !important;
    float: right !important;
    margin-left: 70px;
    margin-right: -130px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.topRight {
    background-color: #e9f2e9;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#top {
    text-align: center;
}

#hSub {
    background-color: #889788 !important;
}

#header {
    background-color: #444d44 !important;
    border-bottom: 1px solid #444d44 !important;
}

.boxButton {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #889788 !important;
}

.boxHead {
    background-color: #889788 !important;
}

.boxInfo {
    text-align: center;
}

.rightHead {
    background-color: #889788 !important;
    color: white !important;
    padding-bottom: 2px;
    padding-top: 2px;
}

.url {
    text-align: center;
    border: solid 2px #0000 !important;
}

.url div:first-child {
    background-color: #889788 !important;
    color: white !important;
    padding-bottom: 2px;
    padding-top: 2px;
}

.boxInfo {
    border: 1px solid #0000;
}

/* player */
.player {
    background-color: #889788 !important;
    color: #fff;
    border: 1px solid #0000;
}

.player audio {
  background: transparent;
}
 
.player audio,
.player audio::-webkit-media-controls,
.player audio::-webkit-media-controls-panel,
.player audio::-webkit-media-controls-enclosure {
  background: transparent;
  filter: none;
}
 
.player a img,
.player audio::-webkit-media-controls-play-button,
.player audio::-webkit-media-controls-mute-button,
.player audio::-webkit-media-controls-volume-slider,
.player audio::-webkit-media-controls-timeline {
  -webkit-filter: invert(1);
  filter: invert(1);
}
 
.player audio::-webkit-media-controls-current-time-display,
.player audio::-webkit-media-controls-time-remaining-display {
  color: #FFF;
  text-shadow: none;
  font-size: 10px;
  font-size: 0.625rem;
}
/* end */

.extended {
    border: 1px solid #0000;
    color: #424a42 !important;
}

.blurbs h4 {
    color: #889788 !important;
}

.blogs div b {
    color: #889788 !important;
}

.fwiendCount {
    color: #889788 !important;
}

.fwiendFace b {
    color: #889788 !important;
}

#viewFriends b a {
    color: #889788 !important;
}

.comments div:first-child a {
    color: #889788 !important;
}

.tableLeft {
    background: #bccebc;
    vertical-align: middle;
    text-align: center;
}

.tableLeft > a > div {
    text-align: center !important;
}

.tableRight {
    background: #afd5af;
}

.tableLeft a {
    color: #363c36 !important;
}

.tableRight a {
    color: #606c55 !important;
}

.tableRight img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blurbs .blogs a {
    color: #889788 !important;
}

#about a {
    color: #889788 !important;
}

.blog {
    background-color: #0000 !important;
}

#gender {
    font-size: 0px !important;
}

#gender::after {
    content: "Communist";
    font-size: 15px !important;
}

.blogCard div a {
    color: #889788 !important;
}

.blogCorpus h1 {
    color: #889788 !important;
}

.blogCorpus a {
    color: #889788 !important;
}

#footer {
    display: block;
    color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#footer p {
    background-color: #889788 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#footer a {
    color: #fff !important;
}

#who a {
    color: #889788 !important;
}

#commentInput {
    background-color: #b7c6b7;
    border: 1px solid #0000;
    color: #000 !important;
    max-height: 100px !important;
    max-width: 590px !important;
}

input[type="submit" i] {
    background-color: #b7c6b7;
    border: 1px solid #0000;
    color: #000 !important;