File: page.css

package info (click to toggle)
olive 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 316 kB
  • ctags: 79
  • sloc: perl: 2,219; makefile: 35
file content (29 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (3)
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
body {background-color: white; font-family: sans-serif;}

h1,h2,h3 { font-family: monospace; }
h1 { border-bottom: solid #e0d9c0 medium; }

blockquote { background-color: #e0d9c0;
	    font-style: italic;
	    padding: 1em; 
}

pre { margin-left: 3.5em;
      padding: 1em;
      background-color: #000;
      color: #ccc; 
      margin-right: 5.5em;
}

table { margin-left: 2.5em;
        margin-right: 4em;
}

th {background-color: #e0d9c0;}

td {vertical-align: top;
    padding: 0.15em;
    border-right: solid #000 thin; 
    border-bottom: solid #000 thin; 
    background-color: #eee;
}