/* Atari Color Schemes Atari 800 -------- Chassis (dark): #d5cdb4 Chassis (light): #fcf4dd Start Button: #fed700 Select Button: #fab700 Option Button: #e99e23 Reset Button: #ae7900 Keycaps (dark): #322918 Keycaps (light): #766e5a Atari 130XE ----------- Chassis (dark): #9a9c9b Chassis (light): #babebd Logo: #d0625c Keycaps (bkgd): #d5d5d3 Keycaps (ltrs): #868581 */ * { margin: 2px; padding: 5px; box-sizing: border-box; } HTML { background-color: #0a4984; font-size: 2.5vw; #background-image: url('../assets/Atari_Wallpaper.jpg'); #background-position: 80% 80%; #background-repeat: no-repeat; #background-size: 100%; } @font-face { font-family: 'Atari Classic Extrasmooth'; src: url('../fonts/ATARCE__.TTF') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Atari Classic Smooth'; src: url('../fonts/ATARCS__.TTF') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Atari Full'; src: url('../fonts/ATARI_FULL.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Atari Classic Chunky'; src: url('../fonts/ATARCC__.TTF') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Atari Tiny'; src: url('../fonts/atari-small-font.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Atarian System Regular'; src: url('../fonts/sf-atarian-system.regular.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Atarian System Bold'; src: url("../fonts/sf-atarian-system.bold.ttf") format('truetype'); font-weight: bold; font-style: normal; } body { font-family: 'Atari Classic Chunky'; justify-content: center; margin: 0.5em; padding: 0.5em; color: #afcde9; /* background-color: #0a4984; */ background-color: #003366; } p { font-family: 'Atari Classic Smooth'; font-size: 0.595em; color: #f2f2f2; } .p2 { font-family: 'Atari Classic Smooth'; font-size: 0.485em; color: #f2f2f2; } .p3 { font-family: 'Atari Classic Extrasmooth'; font-size: 0.365em; color: #f2f2f2; } pre { width: 98%; border: solid yellow 2px; padding-top: 10px; padding-bottom: 0px; padding-left:5px; margin-left: 15px; background-color: #004d80; font-family: 'Atari Classic Chunky'; font-weight: lighter; font-size: 0.525em; line-height: 1.2; color: #f2f2f2; } .title-wrap { display:flex; justify-content:center; align-items: center; } .title-title { width: 100%; display: inline-block; text-align: center; font-family: 'Atarian System Regular'; font-size: 3.0em; line-height: 1.1; /* #color: #f0e6da; */ color: #fcf4dd; } .title-image { height:50px; width:65px; } .subtitle { width: 80%; margin: auto; text-align: center; font-family: 'Atarian System Regular'; font-size: 1.0em; line-height: 1.1; color: #afcde9; /* #color: #dd504a; #color: #ffb600; */ } .start { font-family: 'Atarian System Regular'; font-size: 1.2em; color: #322918; text-align: center; background-color: #fed700; width: 3.7em; border: 2px solid #322918; padding: 5px; margin: 5px; } .select { font-family: 'Atarian System Regular'; font-size: 1.2em; color: #322918; text-align: center; background-color: #fab700; width: 3.7em; border: 2px solid #322918; padding: 5px; margin: 5px; } .option { font-family: 'Atarian System Regular'; font-size: 1.2em; color: #322918; text-align: center; background-color: #e99e23; width: 3.7em; border: 2px solid #322918; padding: 5px; margin: 5px; } .reset { font-family: 'Atarian System Regular'; font-size: 1.2em; color: #322918; text-align: center; background-color: #ae7900; width: 3.7em; border: 2px solid #322918; padding: 5px; margin: 5px; } .button-row button { align-content: center; justify-content: center; cursor: pointer; display: flex; } .button-row button:hover { font-family: 'Atarian System Bold'; } .button-column button { align-content: center; justify-content: center; cursor: pointer; display: block; } .button-column button:not(:last-child) { border-bottom: none; } .button-column button:hover { font-family: 'Atarian System Bold'; } .shadowbox { width: 11.95em; background-color: darkslategrey; border: 3px solid #babebd; box-shadow: 5px 6px #9f9c9b; padding: 5px; } /* unvisited link */ a:link { color: #5a97d0; } /* visited link */ a:visited { color: #5a97d0; } /* mouse over link */ a:hover { color: #5a97d0; } /* selected link */ a:active { color: #5a97d0; } H1 { color: #f0e6da; margin-left: auto; margin-right: auto; font-size: 3.2vw; width: 100%; } H2 { font-size: 2.8vw; } H3 { font-size: 2.4vw; color: #dd504a; } H4 { font-size: 2.1vw; color: #6c7063; } UL { margin:1em; padding:0; } LI { padding-bottom: 0.2em; color: #dd504a; }