Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / service / protocol-plugin / lib / cpluff / doc / cpluff_style.css
1 @import "common_style.css";
2 html {
3   background-color: #eff6fd;
4 }
5 body {
6   margin: 0;
7   padding: 0;
8
9   /* For IE */
10   text-align: center;
11 }
12 #content {
13   text-align: justify;
14   margin: 0 auto;
15   padding: 2ex 6ex 2ex 10ex;
16   background-color: white;
17   background-image: url(img/pageborder.png);
18   background-position: 100% 0;
19   background-repeat: repeat-y;
20
21   /* Using width instead of max-width for IE */
22   width: 70ex;
23 }
24 span.signature {
25   font-style: italic;
26 }
27 ul.menu {
28   text-align: center;
29   padding-left: 0;
30 }
31 ul.menu li {
32   display: inline;
33 }
34 ul.menu li:before {
35   content: "[";
36 }
37 ul.menu li:after {
38   content: "]";
39 }
40 pre.example {
41   border-style: solid;
42   border-width: 1px;
43   padding: 0.5ex;
44   background-color: #e0e0e0;
45 }