/* written by sirx for f0ck.me */
/* use whatever you like */
ul#posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 1em;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.navbar {
    background-color: #1b1b1b;
    position: sticky;
    top: 0;
    z-index: 1;
}

body {
	background-color: black;
    color: white;
}

html {
	background-color: black;
}

.container.is-fluid {
	padding-top: 10px;
}

li.post {
    position: relative;
}

span.item-mime {
    position: absolute;
    right: 0;
    top: 0;
    color: #68da20;
    text-shadow: 1px 1px black;
    font-size: 11px;
    text-transform: uppercase;
    background: #000000b8;
    visibility: hidden;
}

li.post:hover > span.item-mime {
	visibility: visible;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
    background-color: #000000;
    color: #ffffff;
}

a#next, a#prev {
    position: relative;
    font-weight: normal;
    top: 0px;
    bottom: 932px;
    margin: unset;
    font-size: 30px;
    color: #99ff00;
    padding: 140px 40px 140px 40px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    align-content: inherit;
    align-self: center;
    bottom: 0;
}

a#next, a#prev {
    position: sticky;
    top: 0;
}

.content {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 0fr 1fr 0fr;
}

.previous-post, .next-post {
    display: flex;
}

img#f0ck-image {
    max-width: 100%;
    max-height: 500px;
}

.metadata {
    text-align: center;
    position: sticky;
    bottom: 0;
}

a:hover {
    color: #99ff00;
    opacity: 0.8;
}

a {
    color: #99ff00;
    cursor: pointer;
    text-decoration: none;
}

.navbar-item, .navbar-link {
	color: white;
	text-shadow: 1px 1px black;
}

.media-object {
    text-align: center;
    align-self: center;
}

a.id-link {
    padding-right: 5;
}

div#my-video {
max-height: unset;
}

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
    margin-bottom: 0;
    margin-top: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
 
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.irc {
    padding: 10px;
    color: white;
}

a#next:hover {
	box-shadow: -1px 0px #99ff001c;
	transition: all .2s;
}

a#prev:hover {
	box-shadow: 1px 0px #99ff001c;
	transition: all .2s;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
    background-color: black;
}

.controls {
    text-align: center;
}

.content {
    min-height: 517px;
}

#themeselector {
    color: #fff;
    background-color: #343a40;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0;
    outline: 0;
}

select {
    font-size: small;
}

@media (max-width: 600px) {
    a#next, a#prev {
        padding: 0;
    }

    .content {
        min-height: 0;
    }
}

img#biohaz {
    width: 28px;
}