MDL-10240:
[moodle-linuxchix.git] / mod / scorm / styles.php
blob409a5196bc03e8313268f44fd7f9c9e37bab7251
1 .structlist {
2 list-style-type: none;
3 white-space: nowrap;
4 font-size: small;
6 .orgtitle {
7 font-weight: bold;
8 font-size: small;
10 .mod-scorm .top {
11 vertical-align: top;
13 .mod-scorm .left {
14 text-align: left;
16 .mod-scorm .center {
17 text-align: center;
19 .mod-scorm .right {
20 text-align: right;
22 .mod-scorm .scoframe {
26 #mod-scorm-player #scormpage {
27 position: relative;
28 width: 100%;
30 #mod-scorm-player #tocbox {
31 position: absolute;
32 left: 0px;
33 top: 0px;
34 width: 19%;
36 #mod-scorm-player #tochead {
37 text-align: center;
38 font-weight: bold;
40 #mod-scorm-player #scormbox {
41 position: absolute;
42 right: 0px;
43 top: 0px;
45 #mod-scorm-player .toc {
46 width: 80%;
47 margin-left: 20%;
49 #mod-scorm-player .no-toc {
50 width: 100%;
52 #mod-scorm-player #scormobject {
53 /* border: 1px solid black; */
55 #mod-scorm-player #scormtop {
56 position: relative;
57 width: 100%;
58 height: 30px;
60 #mod-scorm-player #scormbrowse {
61 position: absolute;
62 left: 5px;
63 top: 0px;
65 #mod-scorm-player #scormnav {
66 position: absolute;
67 right: 5px;
68 top: 0px;
70 #mod-scorm-player .structurelist {
71 list-style-type: none;
72 text-indent:-4ex;
73 font-size: small;
76 #mod-scorm-view .structurehead {
77 font-weight: bold;
78 text-align: center;
80 #mod-scorm-view .structurelist {
81 list-style-type: none;
82 white-space: nowrap;