Containerization feature of SO
[so.git] / adapters / mso-sdnc-adapter / src / main / resources / static / readme / readme.css
1 html, body{
2         margin:0;
3         padding:0;
4         height:100%;
5 }
6 div#page-wrapper{
7         width: 991px;
8         min-height: 100%;
9         margin: auto; 
10         border-style: solid;
11         border-width: thin;
12         border-color: #d0d6e0;
13         position: relative;
14 }
15 body{
16         display:none;
17 }
18 nav#header{
19         padding: 10px;
20         width: 972px;
21         height: 101.8px;
22         border-bottom: 1px solid #d0d6e0;
23         text-align: left;
24 }
25 nav#header ul{
26         padding-left: 0px;
27         list-style-type: none;
28 }
29 nav#header a{
30         color: #008080;
31         text-decoration: none;
32 }
33 nav#header a:hover{
34         text-decoration: underline;
35 }
36 nav#left-col{
37         position: absolute;
38         left: 0;
39         width: 248px;
40         padding-bottom: 35px;
41 }
42 nav#left-col ul{
43         padding-left: 10px;
44         list-style-type: none;
45 }
46 .pages {
47         color: #008080;
48         text-decoration: none;
49         text-align: left;
50         font-size: 18px;
51 }
52 .sub-bullet a{
53         text-decoration: none;
54         text-align: left;
55         font-size: 14px;
56         color: black;
57 }
58 .sub-bullet a:hover{
59         text-decoration: underline;
60 }
61 div#right-col{
62         padding-left: 150px;
63         padding-bottom: 35px;
64         padding-right: 50px;
65 }
66 .title{
67         color: #008080;
68         font-size: 24px;
69         list-style-type: none;
70 }
71 .info-title{
72         color: black;
73         font-size: 18px;
74         list-style-type: none;
75 }
76 .info{
77         color: grey;
78         font-size: 14px;
79         list-style-type: none;
80 }
81 .info-list{
82         list-style-position:inside;
83         font-size: 14px;
84         color: grey;
85         position: relative;
86         padding-bottom: 5px;
87 }
88 .info-sublist{
89         list-style-position:inside;
90         font-size: 14px;
91         color: grey;
92         position: relative;
93         padding-bottom: 5px;
94         padding-left: 45px;
95 }
96 div#footer-wrapper{
97         position: absolute;
98     bottom: 0;
99     width: 981px;
100     height: 35px;
101         background-color: #008080;
102         color: white; 
103         font-size:15px;
104         text-align:right;
105         padding-right:10px;
106 }
107 div#footer-wrapper a{
108         color: white;
109         text-align:right;
110         text-decoration:none;
111 }
112 div#footer-wrapper a:hover{
113         text-decoration: underline;
114 }