
/* ?############################### The Word Encyclopedia ##################### */
/*
-------------------------------
    -   icon = icn
    -   button = btn
    -   background = bg
    -   span = spn
    -   container = cntr
    -   body = bdy
-------------------------------
*/
/* ?########################################################################### */

body {

    margin: 5;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    font-family: tahoma, arial, sans-serif;
    background-color: #151515;
    color: #ddd;
    image-rendering: pixelated;
    
}

embed {

    z-index: 1;
        
}

.adminspan {

    color: #be0000;

}

/* ändert user select farbe */

::selection {

    background-color: #8d8d8d;
    color: #ffffff; 
    text-shadow: 1px 1px #333;

}

/* Für Mozilla Firefox */
::-moz-selection {

    background-color: #3B5998;
    color: #ffffff;

}

/* ändert user select farbe */

::-webkit-scrollbar {

    width: 8px;

}
::-webkit-scrollbar:horizontal {

    height: 8px;

}

::-webkit-scrollbar-corner {

    background: var(--button-face);

}

::-webkit-scrollbar-track {

    background-color: #1b1b1b;

}

::-webkit-scrollbar-thumb {

    background-color: #444;
    border: 2px solid #555;
    box-shadow: var(--border-raised-outer), var(--border-raised-inner);

}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start {

    height: 5px;
    background-color: #555;

}
::-webkit-scrollbar-button:vertical:end {

    height: 5px;
    background-color: #555;
}
::-webkit-scrollbar-button:horizontal:start {

    width: 5px;
    background-color: #555;
}
::-webkit-scrollbar-button:horizontal:end {

    width: 5px;
    background-color: #555;

}


a {

    text-decoration: none !important;
    color: #538ADC;

}

a:hover {

    text-decoration: underline !important;

}


#profile-pic {

    background-image: url(https://thewebtool.org/media/standard-profile-picture.jpg);

}

input[type=button] {

    border: 2px solid #505050;
    color: #c7c7c7;
    font-size: 11px;
    font-weight: none;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 6px !important;
    padding-right: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    background-image: url("../media/inputbg.gif") !important;
    border-radius: 3px;
    padding-bottom: 2px !important;
    text-shadow: 1px 1px #363636;
    background-color: #666;

}

input[type=button]:active {

    background-color: #333;
    padding-right: 6px !important;
    padding-left: 5px !important;

}

input[type=submit] {

    border: 2px solid #505050;
    color: #c7c7c7;
    font-size: 11px;
    font-weight: none;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 6px !important;
    padding-right: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 1px !important;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    background-image: url("../media/inputbg.gif") !important;
    border-radius: 3px;
    padding-bottom: 2px !important;
    text-shadow: 1px 1px #363636;
    background-color: #666;

}

input[type=submit]:active {

    background-color: #333 !important;
    padding-right: 6px !important;
    padding-left: 5px !important;

}

input[type=submit]:hover {

    background-color: #777;

}


input[type=file] {

    display: none;
    
}

.custom-file-button {

    display: inline-block;
    padding: 6px 12px;
    padding-left: 40px;
    padding-right: 40px;
    border: 2px solid #505050;
    border-radius: 5px;
    cursor: pointer;
    background-image: url("../media/inputbg.gif") !important;
    margin-bottom: 15px;

}

.custom-file-button:hover {

    background-color: #555;

}

input[type=text] {

    border: 1px solid;
    border-color: #666666;
    background-color: #cbd6ebb9;
    color: #000000;
    font-size: 11px;
    font-family: tahoma, arial, sans-serif;
    background-image: url("../media/inputbg.gif") !important;
    color: #283550;

}

input[type=text]:focus {

    outline: 0;

}

textarea {

    border: 1px solid;
    border-color: #666666;
    background-color: #cbd6ebb9;
    color: #000000;
    font-size: 11px;
    font-family: tahoma, arial, sans-serif;
    background-image: url("../media/inputbg.gif") !important;
    color: #283550;

}

textarea:focus {

    outline: 0;

}

select {

    border: 1px solid;
    border-color: #666666;
    background-color: #D9DFEA;
    color: #000000;
    font-size: 11px;
    font-family: tahoma, arial, sans-serif;

}

input[type=password] {

    border: 1px solid;
    border-color: #666666;
    background-color: #cbd6ebb9;
    color: #000000;
    font-size: 11px;
    font-family: tahoma, arial, sans-serif;
    background-image: url("../media/inputbg.gif") !important;
    color: #283550;

}

input[type=password]:focus {

    outline: none;

}

input[type=checkbox] {

    background-image: url("../media/inputbg.gif") !important;
    background-color: #666;
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #222;
    border-radius: 2px;

}

input[type=checkbox]:hover {

    background-color: #538ADC;

}

input[type=checkbox]:checked {

    background-color: #5683e6;
    outline: 2px solid #538ADC;

}

select {

    background-image: url("../media/inputbg.gif") !important;
    color: #283550;

}

option {

    color: #222;

}

#out-center {

    width: 1542px;
    margin: auto;
    background-color: #222;
    background-image: url(https://thewebtool.org/bg/PixelBackground.png);
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    
}

#left-out-shadow {

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, #111 0%, rgba(17, 17, 17, 0) 100%);
    z-index: 5;

}

#right-out-shadow {

    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to left, #111 0%, rgba(17, 17, 17, 0) 100%);
    z-index: 5;

}

#middle-out-shadow {

    position: absolute;
    top: 903px;
    left: 0;
    height: 210px;
    width: 100%;
    background: linear-gradient(to top, #222 0%, rgba(34, 34, 34, 0.8) 30%, rgba(34, 34, 34, 0) 100%);
    z-index: 1;

}

#center {

    width: 990px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;

}

#bottom-center {

    width: 992px;
    margin: auto;
    z-index: 2;

}

#body {

    min-height: 10px;
    width: 100%;

}

#content {

    width: 990px;
    min-height: 1px;
    z-index: 2;

}

/* ##################################################################### box ################################################################## */

.box {
    
    min-height: 1px;
    margin-bottom: 15px;
    color: #ddd;

}

.box-header {

    width: 100%;
    height: 21px;
    display: flex;
    font-size: 12px;
    user-select: none;

}

.header-box-corner-left {

    width: 10px;
    height: 21px;
    background-image: url(https://www.thewebtool.org/media/box/content/sharp/pix-box-corner-left-sharp.png);

}

.header-box-silvr-main {

    height: 17px;
    padding: 4px 2px 0;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-background-silvr.png);
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
    text-shadow: 1px 1px #888;

}

.header-box-seperate {

    width: 14px;
    height: 21px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-seperator.png);

}

.header-box-main {

    flex: 1 1 auto;
    height: 21px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-background.png);
    
}

.header-box-corner-right {

    width: 9px;
    height: 21px;
    background-image: url(https://www.thewebtool.org/media/box/content/sharp/pix-box-corner-right-sharp.png);

}

.box center {

    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    background-color: #333;
    text-align: left;
    font-size: 13px;

}


.box-inner-left-cntr {

    width: 6px;
    display: flex;
    flex-direction: column;

}

.box-inner-corner-top-left {

    height: 3px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-topleft.png);

}

.box-inner-left {

    flex: 1 1 auto;
    min-height: 1px;
    width: 6px !important;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-left.png);
    background-repeat: repeat-y;

}

.box-inner-corner-bottom-left {

    height: 6px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-bottomleft.png);

}

.box-middle-cntr {
    
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background-color: #333;

}

.box-inner-corner-middle-top {

    height: 3px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-top.png);

}

.box-inner-middle {

    flex: 1 1 auto;
    padding: 15px;

}

.box-inner-corner-middle-bottom {

    height: 6px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-bottom.png);

}

.box-inner-right-cntr {

    width: 6px;
    display: flex;
    flex-direction: column;

}

.box-inner-corner-top-right {

    height: 3px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-topright.png);

}

.box-inner-right {

    flex: 1 1 auto;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-right.png);
    width: 6px !important;

}

.box-inner-corner-bottom-right {
    
    height: 6px;
    background-image: url(https://www.thewebtool.org/media/box/content/pix-box-inner-bottomright.png);

}

/* ########################## end box styling basic ###################### */


#news-box-index {

    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #222;

}

#bottom-header-index {

    text-align: center;

}

fieldset {

    border: 1px solid #848484;

}

#staff-box-index {

    background-color: #222;

}

.error {

    color: #ce0000 !important;

}

.success {

    color: #00ff00 !important;

}

.error-icn {

    width: 10px;
    height: 10px;
    margin-right: 3px;

}

.success-icn {

    width: 10px;
    height: 10px;
    margin-right: 3px;

}

#error {

    color: #ce0000 !important;

}


/* !####################################### Flash Cartridge Stuff ################################ */

.game-bar ul {

    font-size: 0;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    color: #ddd !important;

}

.game-bar {

    width: 710px;
    display: flex;
    flex-direction: row;
    margin-left: 10px;

}

.game-bar ul a {

    color: #ddd !important;
    
}

.game-bar li {

    font-size: 12px; 
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-left: 15px;

}

.game-bar ul{

    width: 100%;
    height: 100%;
    text-align: left;
    margin-bottom: 15px;

}

.game-bar li {

    width: 162px;
    min-height: 78px;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;

}

#upload-btn {

    width: 100%;
    font-size: 30px;
    margin-bottom: 15px;

}

.game-cartridge {

    border: 1px solid #555;
    height: max-content;
    width: 100%;

}

.game-cartridge-view {

    width: 160px;
    height: 90px;
    border: 1px solid #3B5998;
    background-image: url("../media/nonfound-image110x70.jpg");
    background-size: cover;
    position: relative;

}

/* ####################### cartridge hovering styling ###################### */

.game-cartridge .flashtype{

    color: transparent;

}

.game-cartridge:hover {

    outline: 5px solid #666;

}

.game-cartridge:hover .flashtype{

    color: #ddd;
    background-color: #555;

}

.game-cartridge:hover .game-cartridge-title {

    background-color: #555;

}

.game-cartridge:hover .game-cartridge-view {

    border: 1px solid #555;

}

/* ####################### cartridge hovering styling ###################### */

.game-cartridge-title {

    width: 158px;
    padding: 2px;
    font-size: 11px;
    background-color: #3B5998;
    
    /* Text wrapping */
    word-wrap: break-word;      /* Old but widely supported */
    overflow-wrap: break-word;  /* Modern standard */
    white-space: normal;        /* Allows text to wrap */

}

.game-cartridge-more {

    font-size: 9px;

}

.other-cartridge-game-info {

    width: 158px;
    min-height: 5px;
    background-color: #111;
    border-top: 1px solid #666;
    padding: 2px;
    background-image: url("../media/inputbg.gif") !important;
    
}

.flashtype {

    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px;
    border-top-right-radius: 5px;

}

/* !####################################### Flash Cartridge Stuff ################################ */
