/*NEW CODE FOR 3.0*/

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: black;
    background-image: url(/images/keyboard.png);
}

/*Making links normal*/
a {
    color: #000000;
    text-decoration: none;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:active {
    color: #000000;
}

/*Window stuff*/

.winmain {
    background-color: #bdbebd;
    border: 2px #eeeeee outset;
    height: 636.5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    width: 850px;
    /*Keeps header from hitting the window top*/
    padding: 3px;
}

.winhead {
    background: linear-gradient(90deg,#00007b 0%, #0881cd 100%);
    padding: 2px;
    height: 20px;
    display: flex;
    line-height: 20px;
}

.winheadP {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}

.contents {
    background-color: #ffffff;
    border: 2px #eeeeee inset;
    padding: 2px;
}

/*linkbar*/

.lnkbarcontent {
    border: 4px #eeeeee groove;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 0px;
    height: 31.5px;
}

.lnkbarcontent a  {
    margin-right: 6px;
    color: black;
    text-decoration: none;
    position: static;
    padding: 2px;
    border: 2px solid #bdbebd;
}

.lnkbarcontent a:visited  {
    margin-right: 6px;
    color: black;
    text-decoration: none;
    position: static;
    padding: 2px;
    border: 2px solid #bdbebd;
}

.lnkbarcontent a:hover {
    border: 2px #eeeeee outset;
}

.lnkbarcontent a:active {
    border: 2px #eeeeee inset;
}

.lnkbarimg {
    height: 31.5px;
    border: 2px #eeeeee inset;
    margin: 2px 0px 2px 3px;
    padding: 2px 20px;
    background-color: black;
}

/*<hr> bar*/
hr {
    border: 2px inset #eeeeee;
    width: 99%;
}

/*Normal Links*/
.normallnk, .normallnk:link, .normallnk:visited, .normallnk:active  {
    color: #00007b;
    border: none;
    font-style: italic;
    text-decoration: underline;
}

.normallnk:hover {
    color: #0881cd;
}

/*Things for the infobar*/
.contentsinfobar {
    border: 2px #eeeeee inset;
    padding: 2px;
    line-height: 20px;
}

.contentsinfobar p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.infobar {
    display: flex;
    flex-direction: row;
    margin-top: 3px;
    width: 853px;
}

/*Buttons*/

.button {
    border: 2px #eeeeee outset;
    height: 26px;
    background-color: #bdbebd;
}

.button:active {
    border: 2px #eeeeee inset;
    text-decoration: underline dotted;
}

/*GROOVE button*/
.buttongroove {
    border: 4px #eeeeee groove;
    height: 26px;
    background-color: #bdbebd;
    margin-right: 3px;
}

.buttongroove:active {
    border: 4px #eeeeee inset;
}

/*Scroll bar*/
/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #bdbebd;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdbebd;
    border: 2px #eeeeee outset;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border: 2px #eeeeee outset;
}

/*Up and down buttons*/
::-webkit-scrollbar-button {
  display: block;
  border: 2px #eeeeee outset;
  background-color: #bdbebd;
  background-image: url(/icons/uparrow.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
}

::-webkit-scrollbar-button:end {
    background-image: url(/icons/downarrow.svg);
}

::-webkit-scrollbar-button:active {
  display: block;
  border: 2px #eeeeee inset;
}

/*Dont show up button on end*/
::-webkit-scrollbar-button:end:decrement {
    display: none;
}

/*Dont show down button on start*/
::-webkit-scrollbar-button:start:increment {
    display: none;
}

/*Tabed text*/

.indtxt {
    margin-left: 20px;
    margin-top: -10px;
    border-left: 1px dotted #000000;
    padding-left: 2px;
}

/*DROPDOWNS*/

.dropcontainer {
    float: left;
    position: fixed;
    z-index: 100;
}
/*Main button*/

/*Menu button style*/
.dropcontainer button {
    height: 30px;
    width: 80px;
    background-color: #bdbebd;
    border: 2px #eeeeee outset;
}

/*Changes menubutton on hover*/
.dropcontainer button:hover {
    border: 2px #eeeeee inset;
}

/*Who the hell knows that this does*/
.menub:hover + .menuholder {
    display: flex;
}

/* keeps mwnubar open when cursor is on it*/
.menuholder:hover {
    display: flex;
}

/*Makes link list vertical*/
.list {
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
}

/*Holds all content of menu*/
.menuholder {
    background-color: #bdbebd;
    border: 2px outset #eeeeee;
    display: flex;
    flex-direction: row;
    /*Hides all overflow in menubar:*/
    overflow: hidden;
    /*Hides list until selected*/
    display: none;
    padding: 3px;
    width: 200px;
}

/*List link style*/
.list a {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2px;
    line-height: 40px;
    border: none;
    width: 174px;
}

/*List link text white on hover*/
.list a:hover {
    background-color: #00007b;
    color: #ffffff;
}

/*Makes icon white*/
.list a:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(164deg) brightness(107%) contrast(104%);
}

/*Menu icons*/
.menuico {
    height: 15px;
    width: 15px;
}

.homeicon {
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/icons/home.svg);
    height: 20px;
    width: 20px;
}

/*For side manu title*/
.menuside {
    height: auto; background-color: #00007b; padding: 2px; display: flex; justify-content: end;
}

/*linked button normal*/
.btnAlink {
    margin-left: auto;
}

/*FILE*/

.filerows {
    width: 100%;
}

.filerows p {
    margin-bottom: 1px;
    margin-top: 1px;
}

.filerows a {
    margin-bottom: 1px;
    margin-top: 1px;
}

.filerows td {
    vertical-align: top;
}

/*row headers*/
.rowheader {
    display: flex;
    flex-direction: row;
    margin-top: 1px;

    border-top: 2px #eeeeee inset;
    border-left: 2px #eeeeee inset;
    border-right: 2px #eeeeee inset;
}

.rowheaderbox {
    background-color: #bdbebd;
    border: 2px outset #eeeeee;
    height: 20px;
    line-height: 20px;
}

.rowheaderbox p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.filecontents {
    background-color: #ffffff;
    border-bottom: 2px #eeeeee inset;
    border-left: 2px #eeeeee inset;
    border-right: 2px #eeeeee inset;
    padding: 2px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 505px;
}

/*Blog Pages*/

.blogcontents {
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #ffffff;
    padding: 2px;
    height: 415.9px;
    border: 2px inset #eeeeee;
}

/*Bring back the <blink> tag*/
blink {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
}
 
@keyframes blink {
    0% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
/*Bring back the <blink> tag END*/