@import url(/styles/basics.css);

/* SITE CONTAINER */

site {
    width: 1500px;
    height: 800px;
    padding: 5px;
    background: #dde0d9;
    border: var(--border);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    position: relative;
    margin-top: 20px;
}

/* MAIN BODY */

.page {
    background-image: url(/imgs/style/backgrounds/linedpaper.png);
    background-size: 365px;
    margin: 5px;
    padding: 10px;
    border: var(--border);
    border-radius: 10px;
}

.part {
    background-image: url(/imgs/style/backgrounds/linedpaper.png);
    margin: 5px;
    padding: 10px;
    border: var(--border);
    border-radius: 10px;
}

.part2 {
    text-align: left;
    background-image: url(/imgs/style/backgrounds/gridpaper.png);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    padding: 8px;
    border-width: 2px;
    border-radius: 3px;
}

content {
    margin: 10px;
    width: 928px;
    height: fit-content;
}

#spiral {
    position: absolute;
    width: 70px;
    top: 15px;
    left: 500px;
}

/* LEFT SIDE !! */

#left {
    width: 46%;
    float: left;
}

#title {
    position: relative;
    font-family: 'Empathy';
    font-size: 65px;
    overflow: visible;
    text-align: left;
    font-weight: normal;
    top: -25px;
    left: 20px;
}

/* NAVIGATION */

.tape {
    position: absolute;
    filter: var(--shadow);
}

#nav {
    float: left;
    position: relative;
    top: 190px;
    filter: var(--shadow);
}

#navpaper {
    height: 410px;
}

#greencheck {
    width: 170px;
    rotate: 3deg;
    left: 20px;
    top: -46px;
    z-index: 2;
}

#receipt {
    position: absolute;
    top: 1px;
    left: 10px;
    padding: 10px;
    width: 190px;
    height: 370px;
    font-family: monospace;
}

#receipt h2 {
    font-family: sans-serif;
    text-align: center;
    margin-left: -10px;
    font-size: 20px;
}

#receipt h3 {
    font-family: sans-serif;
    text-align: center;
    font-size: 12px;
    margin-left: -10px;
    font-weight: normal;
}

#receipt table {
    margin-top: -5px;
    margin-left: -2px;
    width: 95%;
}

#receipt td,
#receipt a {
    font-size: 14px;
    font-weight: normal;
}

#receipt a:hover {
    color: #5e6e49;
    text-decoration: underline;
}

#tleft {
    float: left;
}

#tright {
    float: right;
}

#links {
    text-align: left;
    width: 180px;
    height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#links::-webkit-scrollbar {
    width: 5px;
    height: auto;
}


/* RIGHT SIDE */

#right {
    width: 46%;
    float: right;
}

/* ENTRIES */

#entry {
    float: right;
    width: 470px;
    height: 760px;
    border: transparent;
}
