Updated the 19 build version to 20101023
[moodle.git] / mod / scorm / styles.php
blob1887a5a0c618a5e8fc51c1dd2466e2073fa09443
1 .structlist {
3 list-style-type: none;
5 white-space: nowrap;
7 font-size: small;
11 .orgtitle {
13 font-weight: bold;
15 font-size: small;
19 .mod-scorm .top {
21 vertical-align: top;
25 .mod-scorm .scorm-left {
27 text-align: left;
31 .mod-scorm .scorm-center {
33 text-align: center;
37 .mod-scorm .scorm-right {
39 text-align: right;
43 .mod-scorm .scoframe {
45 position: relative;
47 width: 100%;
49 height: 100%;
55 #mod-scorm-player #scormpage {
57 position: relative;
59 width: 100%;
63 #mod-scorm-player #tochead {
65 position: relative;
67 text-align: center;
69 top: 3px;
71 height: 30px;
75 #mod-scorm-player .toc {
77 width: 80%;
79 margin-left: 20%;
83 #mod-scorm-player .no-toc {
85 width: 100%;
89 #mod-scorm-player #scormobject {
91 height: 400px;
95 #mod-scorm-player #scormtop {
97 position: relative;
99 width: 100%;
101 height: 30px;
105 #mod-scorm-player #scormbrowse {
107 position: absolute;
109 left: 5px;
111 top: 0px;
115 #mod-scorm-player #scormnav {
117 position: absolute;
119 right: 5px;
121 top: 0px;
123 text-align: center;
125 top: 3px;
127 width: 100%;
133 #mod-scorm-view .structurehead {
135 text-align: center;
141 #mod-scorm-view .structurelist {
143 list-style-type: none;
145 white-space: nowrap;
151 #mod-scorm-player #scormbox {
153 width: 74%;
155 position: absolute;
157 right: 0px;
159 top: 0px;
165 #mod-scorm-player #tocbox {
167 position: relative;
169 left: 0px;
171 width: 24%;
173 font-size: 0.8em;
179 #mod-scorm-player #tochead {
181 position: relative;
183 text-align: center;
185 top: 3px;
187 height: 30px;
193 #toctree {
195 position:relative;
197 width:100%;
199 overflow-x: auto;
201 overflow-y: auto;
205 .structurelist {
207 list-style-type: none;
211 #mod-scorm-player .structurelist {
213 position: relative;
215 list-style-type: none;
217 width: 96%;
219 margin-left:0;
221 padding-left: 0;
223 margin-right:0;
225 padding-right: 0;
227 padding-top: 0;
229 padding-bottom: 0;
231 margin-top:0;
233 margin-bottom:0;
239 #mod-scorm-player .structurelist ul{
241 padding-left: 0.5em;
243 margin-left: 0.5em;
247 #mod-scorm-view .structurelist {
249 list-style-type: none;
251 white-space: nowrap;
255 a#mod-scorm-log-toggle {
256 font-size: 0.7em;
257 font-weight: bold;