File: html.css

package info (click to toggle)
jas 2.7.200-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,732 kB
  • sloc: java: 164,370; python: 14,882; ruby: 14,509; xml: 583; makefile: 545; sh: 349
file content (34 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
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

body { background-color: #FFFFF5; 
       margin-right: 1em;
       margin-left: 0.5em;
     } 

body.main { margin-top: 2.5em; 
     } 

pre  { background-color: silver; 
       margin-left: 1em; 
       margin-right: 1em; 
       padding: 1em; 
     }

code { font-family: Courier, monospace; 
       white-space: pre;
       /* font-size: larger; */
       /* background:  silver; */
     } 

dt   { font-weight: bolder; 
       margin-top: 1em;
     }

nav  { line-height: 1.4em; 
     }

h1   { text-align: center;
     }

.center { text-align: center; }

.note { color: maroon; }