root/afridex/plugins/Flutter/css/docs/layout.css @ 23

Revision 21, 1.1 kB (checked in by admin, 18 years ago)
Line 
1#header {
2        z-index:        100;
3        position:       absolute;
4        top:            0px;
5        left:           0px;
6        width:          100%;
7        height:         30px;
8}
9#nav {
10        z-index:        200;
11        position:       absolute;
12        top:            30px;
13        left:           0px;
14        width:          220px;
15        height:         1600px;
16        clip:           auto;
17        overflow:       auto;
18
19}
20#body {
21        position:       absolute;
22        top:            40px;
23        left:           245px;
24       
25}
26#content {
27        clear:          both;
28        top:            -1px;
29}
30#packagePosition {
31        position:       absolute;
32        right:          5px;
33        top:            0px;
34        width:          35%;
35        height:         100%;
36}
37#packageTitle {
38        position:       absolute;
39        right:          0px;
40        margin-top:     5px;
41}
42#packageTitle2 {
43        position:       absolute;
44        right:          -3px;
45        top:            -2px;
46}
47#elementPath {
48        position:       absolute;
49        right:          0px;
50        bottom:         0px;
51}
52#navLinks {
53        position:       absolute;
54        top:            0px;
55        left:           10px;
56        height:         100%;
57        margin-top:     5px;
58}
59.leftCol {
60        width:          auto;
61        float:          left;
62}
63.middleCol {
64        width:          auto;
65        float:          left;
66}
67.rightCol {
68        width:          auto;
69        float:          left;
70}
71#credit {
72        margin-top:     20px;
73        margin-bottom:  50px;
74}
75
76/** Fixed layout for nav on mozilla */
77head:first-child+body div#header {
78        position:       fixed;
79}
80head:first-child+body div#nav {
81        position:       fixed;
82        height:         94%
83}
Note: See TracBrowser for help on using the browser.