123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- h2 {
- font-size: 10px;
- letter-spacing: -1px;
- text-align: left;
- }
- p {
- font-size: 0.8em;
- margin:0px;
- }
- #instructionPanel {
- position:absolute;
- top:0px;
- left:0px;
- width:20%;
- height:100%;
- background:#333;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 13px;
- line-height: 18px;
- }
- .taskTitle {
- color:#CCCCCC;
- padding:5px;
- font-size:18px;
-
-
- }
- #lessonProgressBar {
- width:0px;
- }
- #navigation {
- text-align:center;
- margin:auto;
- }
- ul {
- position:relative;
- left:-15px;
- }
- .buttonLabel {
- color:white;
- font-weight:bold;
- }
- #message {
- display:none;
- padding-left:5px;
- padding-right:5px;
- vertical-align:middle;
- }
- #startButton {
- display:inline-block;
- padding-left:5px;
- padding-right:5px;
- vertical-align:middle;
- }
- #nextButton {
- display:none;
- padding-left:5px;
- padding-right:5px;
- vertical-align:middle;
- }
- #previousButton {
- display:none;
- padding-left:5px;
- padding-right:5px;
- vertical-align:middle;
- }
- #completeButton {
- display:none;
- padding-left:5px;
- padding-right:5px;
- vertical-align:middle;
- }
- label {
- font-size:13px;
- text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
- }
- p {
- font-size: 0.8em;
- }
- .lesson .btn {
- display: inline-block;
- *display: inline;
-
- *zoom: 1;
- padding: 4px 12px;
- margin-bottom: 0;
- font-size: 13px;
- line-height: 18px;
- *line-height: 18px;
- text-align: center;
- vertical-align: middle;
- cursor: pointer;
- color: #3a3f44;
- text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
- background-color: #f5f5f5;
- background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
- background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
- background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
- border-color: #e6e6e6 #e6e6e6 #bfbfbf;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #e6e6e6;
-
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- border: 1px solid #cccccc;
- *border: 0;
- border-bottom-color: #b3b3b3;
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- *margin-left: .3em;
- -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
- -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
- box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
- }
- .lesson .btn:hover,
- .lesson .btn:active,
- .lesson .btn.active,
- .lesson .btn.disabled,
- .lesson .btn[disabled] {
- color: #3a3f44;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
- }
- .lesson .btn:active,
- .lesson .btn.active {
- background-color: #cccccc \9;
- }
- .lesson .btn:hover {
- color: #3a3f44;
- text-decoration: none;
- background-color: #e6e6e6;
- *background-color: #d9d9d9;
-
- background-position: 0 -15px;
- -webkit-transition: background-position 0.1s linear;
- -moz-transition: background-position 0.1s linear;
- -o-transition: background-position 0.1s linear;
- transition: background-position 0.1s linear;
- }
- .lesson .btn:focus {
- outline: thin dotted #333;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
- }
- .lesson .btn.active,
- .lesson .btn:active {
- background-color: #e6e6e6;
- background-color: #d9d9d9 \9;
- background-image: none;
- outline: 0;
- -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
- -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
- box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
- }
- .lesson .btn {
- border-color: #c5c5c5;
- border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
- }
- .lesson .btn-info {
- color: #ffffff;
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
- background-color: #49afcd;
- background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
- background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
- background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
- background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
- border-color: #2f96b4 #2f96b4 #1f6377;
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
- *background-color: #2f96b4;
-
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
- }
- .lesson .btn-info:hover,
- .lesson .btn-info:active,
- .lesson .btn-info.active,
- .lesson .btn-info.disabled,
- .lesson .btn-info[disabled] {
- color: #ffffff;
- background-color: #2f96b4;
- *background-color: #2a85a0;
- }
- .lesson .btn-info:active,
- .lesson .btn-info.active {
- background-color: #24748c \9;
- }
- .lesson .ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
- .lesson .ui-widget .ui-widget { font-size: 1em; }
- .lesson .ui-widget input, .lesson .ui-widget select, .lesson .ui-widget textarea, .lesson .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
- .lesson .ui-widget-content { border: 1px solid #555555; background: #000000 50% 50% repeat; color: #ffffff; }
- .lesson .ui-widget-content a { color: #ffffff; }
- .lesson .ui-widget-header { border: 1px solid #333333; background: #444444 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
- .lesson .ui-widget-header a { color: #ffffff; }
- .lesson .ui-state-default, .lesson .ui-widget-content .ui-state-default, .lesson .ui-widget-header .ui-state-default { border: 1px solid #444444; background: #222222 50% 50% repeat-x; font-weight: normal; color: #eeeeee; }
- .lesson .ui-state-default a, .lesson .ui-state-default a:link, .lesson .ui-state-default a:visited { color: #eeeeee; text-decoration: none; }
- .lesson .ui-state-hover, .lesson .ui-widget-content .ui-state-hover, .lesson .ui-widget-header .ui-state-hover, .lesson .ui-state-focus, .lesson .ui-widget-content .ui-state-focus, .lesson .ui-widget-header .ui-state-focus { border: 1px solid #0b93d5; background: #003147 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
- .lesson .ui-state-hover a, .lesson .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
- .lesson .ui-state-active, .lesson .ui-widget-content .ui-state-active, .lesson .ui-widget-header .ui-state-active { border: 1px solid #26b3f7; background: #0972a5 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
- .lesson .ui-state-active a, .lesson .ui-state-active a:link, .lesson .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
- .lesson .ui-widget :active { outline: none; }
- .lesson .ui-state-highlight, .lesson .ui-widget-content .ui-state-highlight, .lesson .ui-widget-header .ui-state-highlight {border: 1px solid #cccccc; background: #eeeeee 50% top repeat-x; color: #2e7db2; }
- .lesson .ui-state-highlight a, .lesson .ui-widget-content .ui-state-highlight a,.lesson .ui-widget-header .ui-state-highlight a { color: #2e7db2; }
- .lesson .ui-state-error, .lesson .ui-widget-content .ui-state-error, .lesson .ui-widget-header .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d 50% 50% repeat-x; color: #111111; }
- .lesson .ui-state-error a, .lesson .ui-widget-content .ui-state-error a, .lesson .ui-widget-header .ui-state-error a { color: #111111; }
- .lesson .ui-state-error-text, .lesson .ui-widget-content .ui-state-error-text, .lesson .ui-widget-header .ui-state-error-text { color: #111111; }
- .lesson .ui-priority-primary, .lesson .ui-widget-content .ui-priority-primary, .lesson .ui-widget-header .ui-priority-primary { font-weight: bold; }
- .lesson .ui-priority-secondary, .lesson .ui-widget-content .ui-priority-secondary, .lesson .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
- .lesson .ui-state-disabled, .lesson .ui-widget-content .ui-state-disabled, .lesson .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
- .lesson .ui-icon { width: 16px; height: 16px;}
- .lesson .ui-widget-content .ui-icon {background-image: none; }
- .lesson .ui-widget-header .ui-icon {background-image: none; }
- .lesson .ui-state-default .ui-icon { background-image: none; }
- .lesson .ui-state-hover .ui-icon, .lesson .ui-state-focus .ui-icon {background-image: none; }
- .lesson .ui-state-active .ui-icon {background-image: none; }
- .lesson .ui-state-highlight .ui-icon {background-image: none; }
- .lesson .ui-state-error .ui-icon, .lesson .ui-state-error-text .ui-icon {background-image: none; }
- .lesson .ui-accordion { width: 100%; }
- .lesson .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
- .lesson .ui-accordion .ui-accordion-li-fix { display: inline; }
- .lesson .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
- .lesson .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
- .lesson .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
- .lesson .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
- .lesson .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
- .lesson .ui-accordion .ui-accordion-content-active { display: block; }
|