/*Style for modals------>*/ @font-face { font-family: BLKCHCRY; src: url("../fonts/BLKCHCRY.TTF"); } .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ padding-top: 60px; margin-bottom: 40px; } /* Modal Content */ .modal-content { background-color: #CCFFFF; margin: auto; padding-left: 60px; padding-right: 60px; padding-top: 20px; padding-bottom: 20px; border: 0px; width: 910px; border-radius: 10px; font-size: 20px; font-family: BLKCHCRY; text-align: left; } a.wikilink{ color: magenta; } a#xpublink { color: magenta; } a.outerlinks{ color: magenta; } /* The Close Button */ .close1 { color: magenta; float: right; font-size: 35px; font-weight: bold; padding-bottom: 10px; } .close1:hover, .close1:focus { color: pink; text-decoration: none; cursor: pointer; } .close2 { color: magenta; float: right; font-size: 35px; font-weight: bold; padding-bottom: 10px; } .close2:hover, .close2:focus { color: pink; text-decoration: none; cursor: pointer; } .close3 { color: magenta; float: right; font-size: 35px; font-weight: bold; padding-bottom: 10px; } .close3:hover, .close3:focus { color: pink; text-decoration: none; cursor: pointer; } .close4 { color: magenta; float: right; font-size: 35px; font-weight: bold; padding-bottom: 10px; } .close4:hover, .close4:focus { color: pink; text-decoration: none; cursor: pointer; } #aboutBtn { font-size: 21px; font-family: BLKCHCRY; color: magenta; background-color: transparent; text-decoration: none; border: none; } #aboutBtn:hover { color: blue; background-color: transparent; text-decoration: underline; cursor: pointer; } #manualBtn { font-size: 21px; font-family: BLKCHCRY; color: magenta; background-color: transparent; text-decoration: none; border: none; } #manualBtn:hover { color: blue; background-color: transparent; text-decoration: underline; cursor: pointer; } #colophonBtn { font-size: 21px; font-family: BLKCHCRY; color: magenta; background-color: transparent; text-decoration: none; border: none; } #colophonBtn:hover { color: blue; background-color: transparent; text-decoration: underline; cursor: pointer; } #refsBtn { font-size: 21px; font-family: BLKCHCRY; color: magenta; background-color: transparent; text-decoration: none; border: none; } #refsBtn:hover { color: blue; background-color: transparent; text-decoration: underline; cursor: pointer; } /*End Style for modals<------*/