File: main.css

package info (click to toggle)
libgedit-gtksourceview 299.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,536 kB
  • sloc: ansic: 48,501; xml: 2,620; perl: 206; sh: 51; yacc: 45; makefile: 30; cobol: 20; objc: 19; javascript: 16; fortran: 14; python: 13; cpp: 8; ml: 3
file content (36 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
body {
  /* Wrap around at a more comfortable reading width. */
  max-width: 72ch;

  /* Center page. */
  margin: auto;

  padding: 2ch;

  /* For reading text on a screen a sans-serif font is recommended. */
  font-family: sans-serif;
}

h1 {
  color: #555753; /* Tango aluminium5 */
  background-color: #eeeeec; /* Tango aluminium1 */
  text-align: center;
  border: medium solid #555753; /* Tango aluminium5 */
  padding: 0.2em;
}

h2 {
  color: #4e9a06; /* Tango chameleon3 */
}

h3 {
  color: #555753; /* Tango aluminium5 */
}

p {
  line-height: 1.4;
}

ul {
  line-height: 1.8;
}