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/* gapdoc.css Frank Lübeck */1/* $Id: gapdoc.css,v 1.11 2007/03/06 07:02:42 gap Exp $ */234/* basic settings */5body {6position: relative;7background: #ffffff;8color: #000000;9/* background-image: url(gapdoc.jpg);10margin-top: 15px;11margin-bottom: 15px;12margin-left: 10px;13margin-right: 10px; */14width: 70%;15margin: 0pt;16padding: 15pt;17font-family: Helvetica,Verdana,Arial,sans-serif;18text-align: justify;19}2021h1 { font-size: 200%; }22h2 { font-size: 160%; }23h3 { font-size: 160%; }24h4 { font-size: 130%; }25h5 { font-size: 100%; }2627p.foot {28font-size: 60%;29font-style: normal;30}3132a:link {33color: #00008e;34text-decoration: none;35}36a:visited {37color: #00008e;38text-decoration: none;39}40a:active {41color: #000000;42text-decoration: none;43}4445/* general alignment classes */46.pcenter {47text-align: center;48}4950.pleft {51text-align: left;52}5354.pright {55text-align: right;56}5758/* layout for the Func-like elements */59div.func {60background-color: #e0e0e0;61margin: 0pt 0pt;62}636465/* general and special table settings */66table {67margin-left: auto;68margin-right: auto;69}7071td, th {72border-collapse: collapse;73border-style: none;74}7576table.func {77padding: 0pt 1ex;78margin-left: 1ex;79margin-right: 1ex;80background-color: transparent;81/* line-height: 1.1; */82width: 100%;83}8485/* Example elements */86table.example {87background-color: #efefef;88border-style: none;89border-width: 0pt;90padding: 0px;91width: 100%92}93table.example td {94border-style: none;95border-width: 0pt;96padding: 0ex 1ex;97}9899/* links to chapters in all files */100/* if there are too many chapters then use 'display: none' here */101div.chlinktop {102background-color: #dddddd;103border-style: solid;104border-width: thin;105margin: 2px;106text-align: center;107/* width: 100%; */108}109110div.chlinktop a {111background-color: #e9e9e9;112}113114div.chlinkbot {115background-color: #dddddd;116border-style: solid;117border-width: thin;118margin: 2px;119text-align: center;120/* width: 100%; */121}122123div.chlinkbot a {124background-color: #e9e9e9;125}126127span.chlink1 {128}129130/* and this is for the "Top", "Prev", "Next" links */131div.chlinkprevnexttop {132background-color: #dddddd;133border-style: solid;134border-width: thin;135text-align: center;136margin: 2px;137/* width: 100%; */138}139140div.chlinkprevnexttop a {141background-color: #e9e9e9;142}143144div.chlinkprevnextbot {145background-color: #dddddd;146border-style: solid;147border-width: thin;148text-align: center;149margin: 2px;150/* width: 100%; */151}152153div.chlinkprevnextbot a {154background-color: #e9e9e9;155}156157158/* table of contents */159div.ContChap {160}161162div.ContSect {163text-align: left;164margin-left: 1em;165}166167span.ContSS {168display: none;169margin-left: 2em;170}171172span.ContSS br {173display: none;174}175176div.ContSect:hover span.ContSS {177display: block;178text-align: left;179margin-left: 1em;180}181182div.ChapSects {183position: fixed;184left: 75%;185font-size: 80%;186}187188/* Table elements */189table.GAPDocTable {190border-collapse: collapse;191border-style: none;192border-color: black;193}194195table.GAPDocTable td, table.GAPDocTable th {196padding: 3pt;197border-width: thin;198border-style: solid;199border-color: #555555;200}201202caption.GAPDocTable {203caption-side: bottom;204width: 70%;205margin-top: 1em;206margin-left: auto;207margin-right: auto;208}209210td.tdleft {211text-align: left;212}213214td.tdright {215text-align: right;216}217218td.tdcenter {219text-align: center;220}221222/* general settings */223pre {224font-family: "Courier New",Courier,monospace;225font-size: 100%;226color:#111111;227}228229tt,code {230font-family: "Courier New",Courier,monospace;231font-size: 110%;232color: #284d49; }233234var {235color: #cf0000;236}237238/* may be overwritten for some types of elements */239/* Verb elements */240pre.normal {241color: #000000;242}243244/* Func-like elements and Ref to Func-like */245code.func {246color: #006500;247}248249/* K elements */250code.keyw {251color: #ff0000;252}253254/* F elements */255code.file {256color: #8e4510;257}258259/* C elements */260code.code {261}262263/* Item elements */264code.i {265}266267/* Button elements */268strong.button {269}270271/* Headings */272span.Heading {273}274275/* Arg elements */276var.Arg {277}278279/* Example elements, is in tables, see above */280div.Example {281}282283/* Package elements */284strong.pkg {285}286287/* URL-like elements */288span.URL {289}290291/* Mark elements */292strong.Mark {293}294295/* Ref elements */296b.Ref {297}298299/* this contains the contents page */300div.contents {301}302303/* this contains the index page */304div.index {305}306307/* ignore some text for non-css layout */308span.nocss {309display: none;310}311312313