File: html.css

package info (click to toggle)
shorewall-doc 4.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 38,088 kB
  • ctags: 1
  • sloc: xml: 92,583; sh: 86; makefile: 9
file content (48 lines) | stat: -rw-r--r-- 2,126 bytes parent folder | download | duplicates (7)
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
37
38
39
40
41
42
43
44
45
46
47
48
div.informalexample        { background-color: #d5dee3;
                             border-top-width: 2px;
                             border-top-style: double;
                             border-top-color: #d3d3d3;
                             border-bottom-width: 2px;
                             border-bottom-style: double;
                             border-bottom-color: #d3d3d3;
                             padding: 4px;
                             margin: 0em;
                             margin-left: 2em;
                           }

pre.programlisting         { whitespace: pre;
                             font-family: monospace;
                             background-color: #BEE1F6;
                             border-top-width: 1px;
                             border-top-style: single;
                             border-top-color: #d3d3d3;
                             border-bottom-width: 1px;
                             border-bottom-style: single;
                             border-bottom-color: #d3d3d3;
                             padding: 4px;
                             margin: 0em;
                           }

div.sidebar         	{ whitespace: pre;
                             font-family: monospace;
                             background-color: #A6D5EC;
                             border-top-width: 1px;
                             border-top-style: single;
                             border-top-color: #d3d3d3;
                             border-bottom-width: 1px;
                             border-bottom-style: single;
                             border-bottom-color: #d3d3d3;
                             padding: 4px;
                             margin: 0em;
                           }

div.informalexample pre    { whitespace: pre;
                             font-family: monospace;
                             border-top-width: 0px;
                             border-bottom-width: 0px;
                             padding: 0px;
                           }

div.caution h3            { color:#CC3333; }

div.note h3               { color:#000066; }