1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
.structlist {
list-style-type: none;
white-space: nowrap;
font-size: small;
}
.orgtitle {
font-weight: bold;
font-size: small;
}
.mod-scorm .top {
vertical-align: top;
}
.mod-scorm .left {
text-align: left;
}
.mod-scorm .center {
text-align: center;
}
.mod-scorm .right {
text-align: right;
}
.mod-scorm .scoframe {
}
#mod-scorm-player #scormpage {
position: relative;
width: 100%;
}
#mod-scorm-player #tocbox {
position: absolute;
left: 0px;
top: 0px;
width: 19%;
}
#mod-scorm-player #tochead {
text-align: center;
font-weight: bold;
}
#mod-scorm-player #scormbox {
position: absolute;
right: 0px;
top: 0px;
}
#mod-scorm-player .toc {
width: 80%;
margin-left: 20%;
}
#mod-scorm-player .no-toc {
width: 100%;
}
#mod-scorm-player #scormobject {
/* border: 1px solid black; */
}
#mod-scorm-player #scormtop {
position: relative;
width: 100%;
height: 30px;
}
#mod-scorm-player #scormbrowse {
position: absolute;
left: 5px;
top: 0px;
}
#mod-scorm-player #scormnav {
position: absolute;
right: 5px;
top: 0px;
}
#mod-scorm-player .structurelist {
list-style-type: none;
text-indent:-4ex;
font-size: small;
}
#mod-scorm-view .structurehead {
font-weight: bold;
text-align: center;
}
#mod-scorm-view .structurelist {
list-style-type: none;
white-space: nowrap;
}
|