GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
/* gapdoc.css Frank Lübeck */12/* basic settings */3body {4position: relative;5background: #ffffff;6color: #000000;7/* background-image: url(gapdoc.jpg);8margin-top: 15px;9margin-bottom: 15px;10margin-left: 10px;11margin-right: 10px; */12width: 70%;13margin: 0pt;14padding: 15pt;15font-family: Helvetica,Verdana,Arial,sans-serif;16text-align: justify;17}1819h1 { font-size: 200%; }20h2 { font-size: 160%; }21h3 { font-size: 160%; }22h4 { font-size: 130%; }23h5 { font-size: 100%; }2425p.foot {26font-size: 60%;27font-style: normal;28}2930a:link {31color: #00008e;32text-decoration: none;33}34a:visited {35color: #00008e;36text-decoration: none;37}38a:active {39color: #000000;40text-decoration: none;41}4243/* general alignment classes */44.pcenter {45text-align: center;46}4748.pleft {49text-align: left;50}5152.pright {53text-align: right;54}5556/* layout for the Func-like elements */57div.func {58background-color: #e0e0e0;59margin: 0pt 0pt;60}616263/* general and special table settings */64table {65margin-left: auto;66margin-right: auto;67}6869td, th {70border-collapse: collapse;71border-style: none;72}7374table.func {75padding: 0pt 1ex;76margin-left: 1ex;77margin-right: 1ex;78background-color: transparent;79/* line-height: 1.1; */80width: 100%;81}8283/* Example elements */84table.example {85background-color: #efefef;86border-style: none;87border-width: 0pt;88padding: 0px;89width: 100%90}91table.example td {92border-style: none;93border-width: 0pt;94padding: 0ex 1ex;95}9697/* links to chapters in all files */98/* if there are too many chapters then use 'display: none' here */99div.chlinktop {100background-color: #dddddd;101border-style: solid;102border-width: thin;103margin: 2px;104text-align: center;105/* width: 100%; */106}107108div.chlinktop a {109background-color: #e9e9e9;110}111112div.chlinkbot {113background-color: #dddddd;114border-style: solid;115border-width: thin;116margin: 2px;117text-align: center;118/* width: 100%; */119}120121div.chlinkbot a {122background-color: #e9e9e9;123}124125span.chlink1 {126}127128/* and this is for the "Top", "Prev", "Next" links */129div.chlinkprevnexttop {130background-color: #dddddd;131border-style: solid;132border-width: thin;133text-align: center;134margin: 2px;135/* width: 100%; */136}137138div.chlinkprevnexttop a {139background-color: #e9e9e9;140}141142div.chlinkprevnextbot {143background-color: #dddddd;144border-style: solid;145border-width: thin;146text-align: center;147margin: 2px;148/* width: 100%; */149}150151div.chlinkprevnextbot a {152background-color: #e9e9e9;153}154155156/* table of contents */157div.ContChap {158}159160div.ContSect {161text-align: left;162margin-left: 1em;163}164165span.ContSS {166display: none;167margin-left: 2em;168}169170span.ContSS br {171display: none;172}173174div.ContSect:hover span.ContSS {175display: block;176text-align: left;177margin-left: 1em;178}179180div.ChapSects {181position: fixed;182left: 75%;183font-size: 80%;184}185186/* Table elements */187table.GAPDocTable {188border-collapse: collapse;189border-style: none;190border-color: black;191}192193table.GAPDocTable td, table.GAPDocTable th {194padding: 3pt;195border-width: thin;196border-style: solid;197border-color: #555555;198}199200caption.GAPDocTable {201caption-side: bottom;202width: 70%;203margin-top: 1em;204margin-left: auto;205margin-right: auto;206}207208td.tdleft {209text-align: left;210}211212td.tdright {213text-align: right;214}215216td.tdcenter {217text-align: center;218}219220/* general settings */221pre {222font-family: "Courier New",Courier,monospace;223font-size: 70%;224color:#111111;225}226227tt,code {228font-family: "Courier New",Courier,monospace;229font-size: 110%;230color: #284d49; }231232var {233color: #cf0000;234}235236/* may be overwritten for some types of elements */237/* Verb elements */238pre.normal {239color: #000000;240}241242/* Func-like elements and Ref to Func-like */243code.func {244color: #006500;245}246247/* K elements */248code.keyw {249color: #ff0000;250}251252/* F elements */253code.file {254color: #8e4510;255}256257/* C elements */258code.code {259}260261/* Item elements */262code.i {263}264265/* Button elements */266strong.button {267}268269/* Headings */270span.Heading {271}272273/* Arg elements */274var.Arg {275}276277/* Example elements, is in tables, see above */278div.Example {279}280281/* Package elements */282strong.pkg {283}284285/* URL-like elements */286span.URL {287}288289/* Mark elements */290strong.Mark {291}292293/* Ref elements */294b.Ref {295}296297/* this contains the contents page */298div.contents {299}300301/* this contains the index page */302div.index {303}304305/* ignore some text for non-css layout */306span.nocss {307display: none;308}309310311