GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
/* ####################################################################### */1/* ## ## */2/* ## gaplog.css GAP *.log - File Style Stefan Kohl ## */3/* ## ## */4/* ####################################################################### */56body {7background: #FFFFFF;8color: #000000;910margin-top: 5mm;11margin-bottom: 5mm;12margin-left: 5mm;13margin-right: 5mm;1415font-family: Helvetica,Verdana,Arial,sans-serif;16}1718pre.logfile { font-family: "Courier New",Courier,monospace;19font-size: 100%; }2021em.prompt { font-size: 100%;22font-style: normal;23color: #FF0000; }2425em.input { font-size: 100%;26font-style: normal;27color: #0000FF; }2829em.output { font-size: 100%;30font-style: normal;31color: #284D49; }3233a:link { color: #0000AE; text-decoration: none; }34a:visited { color: #0000AE; text-decoration: none; }35a:active { color: #000000; text-decoration: none; }3637/* ####################################################################### */383940