File: stylesheet.css

package info (click to toggle)
libpcapnav 0.8-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,968 kB
  • ctags: 207
  • sloc: sh: 8,869; ansic: 1,849; makefile: 221
file content (26 lines) | stat: -rw-r--r-- 583 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
body          { margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		margin-bottom:10px;
		color:#101010;
                background-repeat:no-repeat;
              }

h1.title      { text-align:center; }
.abstract     { text-align:center;
		margin-left:100px;
		margin-right:100px; }

.caption      { margin-left:100px;
		margin-right:100px;
		font-style:italic; }

.programlisting { font-size:10px;
		  font-family:courier;
		}

.mediaobject  { text-align:center; }

span, h1, h2, h3, h4, p, div, table { font-family:arial,helvetica; }

li            { margin-bottom:10px }