~todd-deshane/openstack-manuals/working

« back to all changes in this revision

Viewing changes to doc/target/docbkx/webhelp/openstack-object-storage-dev/os-objectstorage-devguide/common/css/positioning.css

  • Committer: Anne Gentle
  • Date: 2011-04-14 18:12:25 UTC
  • Revision ID: anne@openstack.org-20110414181225-owwk0h4saf7w9hhw
Added output files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { font: 12px Verdana, Geneva, sans-serif; }
 
2
p, ul, ol, li { font: 10pt Verdana, Geneva, sans-serif; }
 
3
h1 { font: 15pt Arial, Helvetica, geneva;
 
4
        color: #cf2f19;
 
5
}
 
6
h2 { font: normal 12pt Arial, Helvetica, geneva;
 
7
        color: black!important;
 
8
}
 
9
 
 
10
#header {
 
11
    position: fixed;
 
12
    width: 100%;
 
13
    height: 95px;
 
14
    top: 0;
 
15
    right: 0;
 
16
    bottom: auto;
 
17
    left: 0;
 
18
    border-bottom: 1px solid #bbc4c5;
 
19
    z-index: 2000;
 
20
        background: white url(../images/book_open.png) no-repeat 250px center;
 
21
}
 
22
 
 
23
#header h1, p.breadcrumbs {
 
24
        margin-left: 300px;
 
25
}
 
26
 
 
27
#header img {
 
28
        float: left;
 
29
        margin-left: 20px;
 
30
        margin-top: 20px;
 
31
}
 
32
 
 
33
#leftnavigation {
 
34
    overflow: auto;
 
35
    position: fixed;
 
36
    height: auto;
 
37
    top: 90px;
 
38
    bottom: 0;
 
39
    left: 0;
 
40
    width: 280px;
 
41
    z-index: 1500;
 
42
    border-right:1px solid #bbc4c5;
 
43
    padding: 0px;
 
44
        background-color: #f2f7f7!important;
 
45
}
 
46
 
 
47
#content {
 
48
    position: relative;
 
49
    top: 90px; /* left: 240px;*/
 
50
    right: auto; /*  bottom: 20px;  */
 
51
    margin: 0px 0px 0px 280px;
 
52
    width: auto;
 
53
    height: inherit;
 
54
    padding-top: 10px;
 
55
    padding-left: 30px;
 
56
    padding-right: 30px;
 
57
    color: #000000;
 
58
    /*border-left: 2px solid #cccccc; overflow :scroll;*/
 
59
    z-index: 1000;
 
60
    min-width:800px;
 
61
}
 
62
 
 
63
#navheader {
 
64
    position: fixed;
 
65
    top: 65px;
 
66
    right:4px;
 
67
}
 
68
 
 
69
#content h1, #content h2 { color: #cc0000; }
 
70
.navfooter { bottom: 2%; }
 
71
.highlight { background-color: #c5d3c3; }
 
72
.highlightButton{ font-size: 0; }
 
73
 
 
74
#content pre.literallayout, #content pre.programlisting 
 
75
{
 
76
    -x-system-font: none;
 
77
    background-color: silver;
 
78
    border-bottom-color: #DEDEDE !important;
 
79
    border-bottom-style: solid !important;
 
80
    border-bottom-width: 1px !important;
 
81
    border-left-color-ltr-source: physical !important;
 
82
    border-left-color-rtl-source: physical !important;
 
83
    border-left-color-value: #DEDEDE !important;
 
84
    border-left-style-ltr-source: physical !important;
 
85
    border-left-style-rtl-source: physical !important;
 
86
    border-left-style-value: solid !important;
 
87
    border-left-width-ltr-source: physical !important;
 
88
    border-left-width-rtl-source: physical !important;
 
89
    border-left-width-value: 1px !important;
 
90
    border-right-color-ltr-source: physical !important;
 
91
    border-right-color-rtl-source: physical !important;
 
92
    border-right-color-value: #DEDEDE !important;
 
93
    border-right-style-ltr-source: physical !important;
 
94
    border-right-style-rtl-source: physical !important;
 
95
    border-right-style-value: solid !important;
 
96
    border-right-width-ltr-source: physical !important;
 
97
    border-right-width-rtl-source: physical !important;
 
98
    border-right-width-value: 1px !important;
 
99
    border-top-color: #DEDEDE !important;
 
100
    border-top-style: solid !important;
 
101
    border-top-width: 1px !important;
 
102
    color: #23302D;
 
103
    display: block;
 
104
    font-family: Monaco,'Courier New','DejaVu Sans Mono','Bitstream Vera Sans Mono',monospace;
 
105
    font-size: 12px !important;
 
106
    font-size-adjust: none;
 
107
    font-stretch: normal;
 
108
    font-style: normal;
 
109
    font-variant: normal;
 
110
    font-weight: normal;
 
111
    line-height: normal;
 
112
    margin-bottom: 1em !important;
 
113
    margin-left: 0 !important;
 
114
    margin-right: 0 !important;
 
115
    margin-top: 1em !important;
 
116
    overflow-x: scroll;
 
117
    padding-bottom: 0.5em !important;
 
118
    padding-left: 0.5em !important;
 
119
    padding-right: 0.5em !important;
 
120
    padding-top: 0.5em !important;
 
121
    width: 100%;
 
122
}
 
123
 
 
124
/*  Show Hide TOC tree */
 
125
.pointLeft {
 
126
    cursor: pointer;
 
127
    padding-right: 20px;
 
128
    display: block;
 
129
}
 
130
.pointRight {
 
131
    cursor: pointer;
 
132
    padding-right: 20px;
 
133
    display: block;
 
134
}
 
135
 
 
136
/* Search results Styling */
 
137
.searchExpression {
 
138
    color: #0050A0;
 
139
    background-color: #EBEFF8;
 
140
    font-size: 12pt;
 
141
}
 
142
.searchresult li a {
 
143
    text-decoration: none;
 
144
    color: #0050A0;
 
145
}
 
146
.searchresult li {
 
147
    color: #0050A0;
 
148
}
 
149
.shortdesclink {
 
150
    color: gray;
 
151
    font-size: 9pt;
 
152
}
 
153
.searchText {
 
154
    border: #BFCEE9 solid 1pt;
 
155
    width: 11em
 
156
}
 
157
.searchButton {
 
158
        margin-left: 3px;
 
159
    background: #EBEFF8;
 
160
    color: #0050A0;
 
161
    border: #BFCEE9 solid 1pt;
 
162
    font-weight: bold;
 
163
    font-size: 10pt
 
164
}
 
165
 
 
166
.title, div.toc>p{
 
167
        font-weight: bold;
 
168
        }
 
169
        
 
170
p.breadcrumbs {
 
171
        margin-bottom: 0px;
 
172
        margin-top: 33px;
 
173
}
 
174
 
 
175
p.breadcrumbs a {
 
176
        padding-right: 12px;
 
177
        margin-right: 5px;
 
178
        text-decoration: none;
 
179
        color: #575757;
 
180
        text-transform: uppercase;
 
181
        font-size: 10px;
 
182
        background: url(../images/breadcrumb-arrow.png) no-repeat right center;
 
183
}
 
184
 
 
185
p.breadcrumbs a:hover {
 
186
        text-decoration: underline;
 
187
}
 
188
 
 
189
#header h1 {
 
190
        margin-top: 2px;
 
191
}
 
192
 
 
193
table.navLinks {
 
194
        margin-right: 20px;
 
195
}
 
196
 
 
197
table.navLinks td a {
 
198
        text-decoration: none;
 
199
        text-transform: uppercase;
 
200
        color: black;
 
201
        font-size: 11px;
 
202
}
 
203
 
 
204
a.navLinkPrevious {
 
205
        padding-left: 12px;
 
206
        background: url(../images/previous-arrow.png) no-repeat left center;
 
207
}
 
208
 
 
209
a.navLinkNext {
 
210
        padding-right: 12px;
 
211
        background: url(../images/next-arrow.png) no-repeat right center;
 
212
}
 
213
 
 
214
a#showHideButton {
 
215
        padding-left: 20px;
 
216
        background: url(../images/sidebar.png) no-repeat left center;
 
217
}
 
218
 
 
219
        
 
 
b'\\ No newline at end of file'