Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346/* manual.css Frank Lübeck */1/* This is the default CSS style sheet for GAPDoc HTML manuals. */23/* basic settings, fonts, sizes, colors, ... */4body {5position: relative;6background: #ffffff;7color: #000000;8width: 70%;9margin: 0pt;10padding: 15pt;11font-family: Helvetica,Verdana,Arial,sans-serif;12text-align: justify;13}1415/* no side toc on title page, bib and index */16body.chap0 {17width: 95%;18}19body.chapBib {20width: 95%;21}22body.chapInd {23width: 95%;24}252627h1 { font-size: 200%; }28h2 { font-size: 160%; }29h3 { font-size: 160%; }30h4 { font-size: 130%; }31h5 { font-size: 100%; }3233p.foot {34font-size: 60%;35font-style: normal;36}3738a:link {39color: #00008e;40text-decoration: none;41}42a:visited {43color: #00008e;44text-decoration: none;45}46a:active {47color: #000000;48text-decoration: none;49}50a:hover {51background: #eeeeee;52}5354pre {55font-family: "Courier New",Courier,monospace;56font-size: 100%;57color:#111111;58}5960tt,code {61font-family: "Courier New",Courier,monospace;62font-size: 110%;63color: #000000; }6465var {66}6768/* general alignment classes */69.pcenter {70text-align: center;71}7273.pleft {74text-align: left;75}7677.pright {78text-align: right;79}8081/* layout for the definitions of functions, variables, ... */82div.func {83background: #e0e0e0;84margin: 0pt 0pt;85}868788/* general and special table settings */89table {90border-collapse: collapse;91margin-left: auto;92margin-right: auto;93}9495td, th {96border-style: none;97}9899table.func {100padding: 0pt 1ex;101margin-left: 1ex;102margin-right: 1ex;103background: transparent;104/* line-height: 1.1; */105width: 100%;106}107108table.func td.tdright {109padding-right: 2ex;110}111112/* Example elements (for old converted manuals, now in div+pre */113table.example {114background: #efefef;115border-style: none;116border-width: 0pt;117padding: 0px;118width: 100%119}120table.example td {121border-style: none;122border-width: 0pt;123padding: 0ex 1ex;124}125/* becomes ... */126div.example {127background: #efefef;128padding: 0ex 1ex;129/* overflow-x: auto; */130overflow: auto;131}132133/* Links to chapters in all files at top and bottom. */134/* If there are too many chapters then use 'display: none' here. */135div.chlinktop {136background: #dddddd;137border-style: solid;138border-width: thin;139margin: 2px;140text-align: center;141}142143div.chlinktop a {144margin: 3px;145}146div.chlinktop a:hover {147background: #ffffff;148}149150div.chlinkbot {151background: #dddddd;152border-style: solid;153border-width: thin;154margin: 2px;155text-align: center;156/* width: 100%; */157}158159div.chlinkbot a {160margin: 3px;161}162163span.chlink1 {164}165166/* and this is for the "Top", "Prev", "Next" links */167div.chlinkprevnexttop {168background: #dddddd;169border-style: solid;170border-width: thin;171text-align: center;172margin: 2px;173}174175div.chlinkprevnexttop a:hover {176background: #ffffff;177}178179div.chlinkprevnextbot {180background: #dddddd;181border-style: solid;182border-width: thin;183text-align: center;184margin: 2px;185}186187div.chlinkprevnextbot a:hover {188background: #ffffff;189}190191192/* table of contents, initially don't display subsections */193div.ContSSBlock {194display: none;195}196div.ContSSBlock br {197display: none;198}199/* format in separate lines */200span.tocline {201display: block;202width: 100%;203}204div.ContSSBlock a {205display: block;206}207208/* this is for the main table of contents */209div.ContChap {210}211212div.ContChap div.ContSect:hover div.ContSSBlock {213display: block;214position: absolute;215background: #eeeeee;216border-style: solid;217border-width: 1px 4px 4px 1px;218border-color: #666666;219padding-left: 0.5ex;220color: #000000;221left: 20%;222width: 40%;223z-index: 10000;224}225226div.ContSSBlock a:hover {227background: #ffffff;228}229230/* and here for the side menu of contents in the chapter files */231div.ChapSects {232}233234div.ChapSects a:hover {235background: #eeeeee;236}237238div.ChapSects a:hover {239display: block;240width: 100%;241background: #eeeeee;242color: #000000;243}244245div.ChapSects div.ContSect:hover div.ContSSBlock {246display: block;247position: fixed;248background: #eeeeee;249border-style: solid;250border-width: 1px 2px 2px 1px;251border-color: #666666;252padding-left: 0ex;253padding-right: 0.5ex;254color: #000000;255left: 54%;256width: 25%;257z-index: 10000;258}259260div.ChapSects div.ContSect:hover div.ContSSBlock a {261display: block;262margin-left: 3px;263}264265div.ChapSects div.ContSect:hover div.ContSSBlock a:hover {266display: block;267background: #ffffff;268}269270div.ContSect {271text-align: left;272margin-left: 1em;273}274div.ChapSects {275position: fixed;276left: 75%;277font-size: 90%;278overflow: auto;279top: 10px;280bottom: 0px;281}282283/* Table elements */284table.GAPDocTable {285border-collapse: collapse;286border-style: none;287border-color: black;288}289290table.GAPDocTable td, table.GAPDocTable th {291padding: 3pt;292border-width: thin;293border-style: solid;294border-color: #555555;295}296297caption.GAPDocTable {298caption-side: bottom;299width: 70%;300margin-top: 1em;301margin-left: auto;302margin-right: auto;303}304305td.tdleft {306text-align: left;307}308309table.GAPDocTablenoborder {310border-collapse: collapse;311border-style: none;312border-color: black;313}314315table.GAPDocTablenoborder td, table.GAPDocTable th {316padding: 3pt;317border-width: 0pt;318border-style: solid;319border-color: #555555;320}321322caption.GAPDocTablenoborder {323caption-side: bottom;324width: 70%;325margin-top: 1em;326margin-left: auto;327margin-right: auto;328}329330td.tdleft {331text-align: left;332}333334td.tdright {335text-align: right;336}337338td.tdcenter {339text-align: center;340}341342/* Colors and fonts can be overwritten for some types of elements. */343/* Verb elements */344pre.normal {345color: #000000;346}347348/* Func-like elements and Ref to Func-like */349code.func {350color: #000000;351}352353/* K elements */354code.keyw {355color: #770000;356}357358/* F elements */359code.file {360color: #8e4510;361}362363/* C elements */364code.code {365}366367/* Item elements */368code.i {369}370371/* Button elements */372strong.button {373}374375/* Headings */376span.Heading {377}378379/* Arg elements */380var.Arg {381color: #006600;382}383384/* Example elements, is in tables, see above */385div.Example {386}387388/* Package elements */389strong.pkg {390}391392/* URL-like elements */393span.URL {394}395396/* Mark elements */397strong.Mark {398}399400/* Ref elements */401b.Ref {402}403span.Ref {404}405406/* this contains the contents page */407div.contents {408}409410/* this contains the index page */411div.index {412}413414/* ignore some text for non-css layout */415span.nocss {416display: none;417}418419/* colors for ColorPrompt like examples */420span.GAPprompt {421color: #000097;422font-weight: normal;423}424span.GAPbrkprompt {425color: #970000;426font-weight: normal;427}428span.GAPinput {429color: #970000;430}431432/* Bib entries */433p.BibEntry {434}435span.BibKey {436color: #005522;437}438span.BibKeyLink {439}440b.BibAuthor {441}442i.BibTitle {443}444i.BibBookTitle {445}446span.BibEditor {447}448span.BibJournal {449}450span.BibType {451}452span.BibPublisher {453}454span.BibSchool {455}456span.BibEdition {457}458span.BibVolume {459}460span.BibSeries {461}462span.BibNumber {463}464span.BibPages {465}466span.BibOrganization {467}468span.BibAddress {469}470span.BibYear {471}472span.BibPublisher {473}474span.BibNote {475}476span.BibHowpublished {477}478479480481482483484