@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

a {
    color: rgb(83, 87, 78)!important;
}

body {
    background:#1e211b  ;
    font-family: calibri;
}

header {
    border: 1px solid black  ;
    margin: 5px 2px 5px 5px;
    height: 100px;
    background: url(https://i.redd.it/famjs0wqdh5b1.jpg);
    background-size: 300px;
    border-radius: 2px;
    clip-path: polygon(0 0, 89% 0, 100% 51%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    background-position-y: -50px;
    overflow: hidden;
}

header p {
    background: black;
    width: 270px;
    height: 80px;
    box-shadow: 40px -30px 40px black, 40px -30px 40px black;
    color: rgb(255, 255, 255);
    font-family: "Tektur", serif;
    font-size: 30px;
    padding: 50px 5px;
}

header sub {
    color: gray;
    background: linear-gradient(to right, transparent, rgb(27, 42, 8));
    padding: 0px 5px;
}

.container {
    width: 650px;

    margin: auto;
    height: 750px;
    margin-top: 30px;
    
}

.left, .right {
    display: inline-block;
    float: right;
    margin-left: 5px;
    border-radius: 2px;
    color: white;
    background: rgb(13, 15, 10);
    border: 1px solid #000000;
}
.left {
    width: 18%;
    padding: 5px;
    font-size: 10px!important;
    
}

#index-title {
    background: linear-gradient(to bottom, rgb(57, 64, 46) 20%,transparent 30%, rgb(45, 54, 37)) ;
    font-weight: bold;
    margin: -5px;
    padding: 5px 10px;
    padding-bottom: 0;
    color: lightyellow;
    text-shadow: 1px 1px black;
    margin-bottom: 0;
}

#index li {
    list-style: none;
    margin-top: 5px;
    border-bottom: 1px solid rgb(24, 30, 19);
    padding-bottom: 5px;
}

#index li .tag {
    color: rgb(137, 148, 111);
    font-weight: bold;
    border: 1px solid rgb(37, 42, 30);
    margin-left: 5px;
    padding-left:2px;
    padding-right: 2px;
    display: inline-block;
    margin-top: 5px;
    font-size: 10px;
}


.left li img {
    height: 8px;
    filter: drop-shadow(1px 1px black);
}


.right {
    width: 77.5%;
    overflow: hidden;
}

.welcome {
    margin: 10px;
    padding: 5px;
    background: rgb(27, 32, 25);
    border: 1px solid black;
    border-radius: 2px;
}

.post {
    margin: 10px;
    padding: 10px;
    border: 1px solid rgb(37, 42, 30);
    border-radius: 2px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}

.post img:not(#post-logo):hover {
    transform: scale(2.5);
    border: 1px solid rgb(37, 42, 30);
    position: absolute;
}

#post-title {
    font-weight: bold;
    font-size: 14px;
    color: rgb(137, 148, 111);

} #post-title, #fecha {
    display: inline-block;
}

#fecha {
    float: right;
    border-left: 1px solid rgb(37, 42, 30);
    border-bottom: 1px solid rgb(37, 42, 30);
    padding: 5px;
    margin-top: -10px;
    margin-right: -10px;
    color: rgb(86, 86, 75);
    margin-left: 5px;
    font-weight: bold;
}
.post li{
    margin-left: 30px;
}
.post-container {
    overflow-y: scroll;
    height: 580px;
}

#iframeposts {
    width:100%;
    border: none;
    height: 740px;
    overflow: hidden !important;
}

#right-title img {
    height: 17px;
}

.post img {
    height: 100px;
    margin: 5px;
}

  .expand-post {
    margin-bottom: 5px;
    margin-left: 10px;
    background: linear-gradient(rgb(57, 61, 52) 25%, rgb(37, 42, 30) 30%,rgb(57, 66, 47));
    box-shadow: none;
    padding: 0px 10px;
    color: rgb(115, 120, 101);
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: calibri;
    text-shadow: 1px 1px black;
  }

  .expand-post:hover{
    cursor: pointer;
  }

#post-logo{
    float: left;
    height: 80px;
    margin: -10px;
    margin-right: 15px;
    margin-bottom: 5px;
    opacity: 0.5;
    filter: sepia(1);
}

#post-logo:hover {
    filter: none;
}