File: style.css

package info (click to toggle)
cl-esrap 20240514.gitd9d4100-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 524 kB
  • sloc: lisp: 4,883; makefile: 51; sh: 7
file content (13 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
  .node { visibility:hidden; height: 0px; }
  .menu { visibility:hidden; height: 0px; }
  .chapter { background-color:#e47700; padding: 0.2em; }
  .section { background-color:#e47700; padding: 0.2em; }
  .settitle { background-color:#e47700; }
  .contents { border: 2px solid black;
              margin: 1cm 1cm 1cm 1cm;
              padding-left: 3mm; }
  .lisp { padding: 0; margin: 0em; }
  body { padding: 2em 8em; font-family: sans-serif; }
  h1 { padding: 1em; text-align: center; }
  li { margin: 1em; }