moodle/mod/scorm/styles.php
2005-10-14 07:02:51 +00:00

78 lines
1.2 KiB
PHP

.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 #scormpage {
position: relative;
width: 100%;
}
.mod-scorm #tocbox {
position: absolute;
left: 0px;
top: 0px;
width: 30%
}
.mod-scorm #tochead {
text-align: center;
font-weight: bold;
}
.mod-scorm #scormbox {
position: absolute;
right: 0px;
top: 0px;
width: 70%;
margin-left: 30%;
}
.mod-scorm #scormtop {
position: relative;
width: 100%;
height: 30px;
}
.mod-scorm #scormbrowse {
position: absolute;
left: 5px;
top: 0px;
}
.mod-scorm #scormnav {
position: absolute;
right: 5px;
top: 0px;
}
.structlist {
list-style-type: none;
white-space: nowrap;
font-size: small;
}
.orgtitle {
font-weight: bold;
font-size: small;
}
#mod-scorm-playscorm .structurehead {
float: left;
}
#mod-scorm-playscorm .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;
}