From: moodler Date: Sun, 20 Jul 2008 08:13:05 +0000 (+0000) Subject: Added BETA quality version of colors theme from Urs Hunkler X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4015776bbbcbb446983d0623f738fa712253bc27;p=moodle.git Added BETA quality version of colors theme from Urs Hunkler --- diff --git a/theme/colors/README.html b/theme/colors/README.html new file mode 100755 index 0000000000..3ad09823f5 --- /dev/null +++ b/theme/colors/README.html @@ -0,0 +1,3 @@ +

Colors Moodle theme.

+ +

A Moodle Theme from Urs Hunkler, unodo.

\ No newline at end of file diff --git a/theme/colors/colors.css b/theme/colors/colors.css new file mode 100755 index 0000000000..a3a2e4a6da --- /dev/null +++ b/theme/colors/colors.css @@ -0,0 +1,1212 @@ +/* @override http://ubuntu.userver.lan/moodle_19_test/theme/colors/colors.css */ +/* @group core */ +body { + background-color: #b9baa3; +} +div#page { + width: 960px; + margin: 0 auto; + padding: 0; + background-color: #fff; + color: #444; + border-color: #838373; + border-top-style: none; + border-bottom-style: none; + border-left-style: solid; + border-left-width: 5px; + border-right-width: 5px; + border-right-style: solid; + +} +p, ul { + margin: 0 0 1em 0; +} +ol, ul { + list-style-type: disc; + list-style-position: outside; + padding-left: 1.3em; +} +li { + margin: 0 0 0.25em 0; +} +strong, b { + font-weight: bold; +} +em, i { + font-style: italic; +} +a:link { + color: #129; +} +a:visited { + color: #C01; +} +a:hover { + color: #391; +} +a.dimmed:link, +a.dimmed:visited { + color: #AAA; +} +a.autolink:link, +a.autolink:visited { + color: #000000; + background: #FAFAFA; +} +a.autolink.glossary:hover { + cursor: help; +} +.dimmed_text, +.dimmed_text a { + color: #AAA; +} +h1, h2, h3, h4, h5, h6 { + margin: 0 0 0.5em 0; + font-weight: bold; +} +h1.main, +h2.main, +h3.main, +h4.main, +h5.main, +h6.main { + text-align: left; + margin-left: 0; + color: #444; + background-color: #FFF; + font-size: 100%; +} +h1 { + font-size: 167%; +} +h2 { + font-size: 138.5%; +} +h3 { + font-size: 123.1%; +} +h4 { + font-size: 100%; +} +img.resize { + width: 1em; + height: 1em; +} +hr { + color: #EEE; + background-color: #EEE; + height: 1px; + border-style: none; +} +.cell { + padding: 2px; +} +tr.r1 { + background-color: #fcfcf5; +} +.highlight { + background-color: #aaffaa; +} +.highlight2 { + color: #AA0000; +} +.headingblock, +h2.headingblock { + margin: 0 0 10px; + padding: 11px 5px 7px; + height: 20px; + font-size: inherit; + line-height: 100%; + background-color: #e4e4e4; + border-style: none; +} +body#site-index .headingblock, +body#course-view .headingblock { + margin-top: -1px; +} +div.tabledivider { + border-style: none; +} +div.generalbox { + margin-top: 5px; + border-color: #EEE; +} +table.generalbox { + border-style: none; +} +th.header, +td.cell { + border-bottom: 1px solid #EEE; + text-align: left; +} +table.generalbox th, +table.generalbox td { + border-bottom: 1px solid #EEE; + text-align: left; +} +td.generalboxcontent table.formtable th { + text-align: right; +} +table.generaltable { + border-style: none; +} +table.generaltable th.header { + text-align: left; + border-bottom: 1px solid #CCC; + text-align: left; + padding: 2px; +} +th.header, +.admin th.header.c0, +table.generalbox th, +table.generaltable th.header { + background-color: #fcfcf5; +} +table.generaltable td.cell { + border-style: none; + border-bottom: 1px solid #EEE; + text-align: left; + padding: 2px; +} +table.informationbox { + border-style: none; +} +table.userinfobox { + border-style: none; + margin: 0 auto 5px; +} +div.errorbox { + border: 2px solid #913; +} +/* notification messages (can be good or bad) */ +.notifysuccess { + color: #006600; +} +.notifytiny { + color: #000044; +} +#admin-auth_config .required { + background-color: #DDDDDD; +} +.informationbox { + border-color: #DDDDDD; +} +.feedbackbox { + border-color: #888888; +} +.feedbackby { + background-color: #BBBBBB; +} +.errorbox { + color: #ffffff; + border-color: #660000; + background-color: #990000; +} +.errorboxcontent { + background-color: #FFBBBB; +} +.notifyproblem { + text-align: left; + padding: 10px; + border: 2px solid #913; +} +div.noticebox { + background-color: #FFF; + border: 2px solid #FC1; +} +#notice.generalbox { + margin: 0 0 1.5em 0; + padding: 10px; + background-color: #FFF; + border: 2px solid #FC1; +} +.teacheronly { + color: #990000; +} +.unread { + background: #FFD991; +} +.censoredtext { + color: #000000; + background: #000000; +} +.boxwidthwide { + width: 95%; + margin-left: 12px; +} +.htmlarea .toolbar th, +.htmlarea .toolbar td { + vertical-align: top; +} +body#help, #help #content, body#message-index, #message-index #content, #message-user #content, body#message-user, body#message-send, body#message-messages, body#message-discussion, #message-discussion #content, #message-history #content, body#message-history, body#mod-glossary-showentry, #mod-glossary-showentry #content { + background: none; +} +table.categorylist { + margin-top: 10px; +} +/* @end */ +/* @group tabs */ +.tabrow0 { + font-size: 100%; +} +.tabrow0 .here, +.tabrow0 .here a:hover, +.tabrow0 a, +.tabrow0 a:hover, +.tabrow0 a span, +.tabrow0 a:hover span, +.tabrow0 .here a:hover span { + background: transparent none; +} +.tabrow0 a { + background-color: #d8d8d8; + border: 1px solid #e7e8d6; + border-bottom-style: none; +} +.tabrow0 .here a:hover, +.tabrow0 a:hover { + background-color: #fcfcf5; +} +.tabrow0 .here a { + background-color: #fcfcf5; +} +.tabrow0 div, +.tabrow0 ul { + top: 1.7em; + font-size: 100%; + background-image: none; + background-color: #fcfcf5; +} +ul.tabrow1 li a, +ul.tabrow1 li a:link, +ul.tabrow1 li a:visited { + font-size: 100%; +} +.tabrow0 div, +.tabrow0 ul { + border-top: 2px solid #fcfcf5; +} +/* @end */ +/* @group forms */ +.mform { + margin: 0 0; + width: 100%; +} +.mform fieldset { + border-color: #EEE; + background-color: #fff; + width: 95%; + margin: 0 auto; +} +#adminsettings .form-shortname { + color: #888; +} +.mform .required label { + color: #a00; +} +.mform .fdescription.required { + color: #a00; +} +.mform .required .fgroup span label { + color: #000; +} +/* @end */ +/* @group header */ +div#header, +div#header-home { + height: 68px; + background-color: #fcfde5; +} +div#header-home .headermain { + margin: 10px 0 0 10px; + font-size: 167%; + color: #444; +} +div#header .headermain { + margin: 10px 0 0 10px; + font-size: 167%; + color: #444; +} +.headermenu { + margin: 10px 10px 0 0; + color: #888; +} +.headermenu .logininfo { + margin: 0 0 2px 0; +} +.headermenu select, +.headermenu option { + color: #888; +} +.navbar { + clear: both; + padding: 1px 12px; + margin: 0; + height: 25px; + background-color: #fcfcf5; + border-style: none; + border-top: 1px solid #e7e8d6; + border-bottom: 1px solid #f5f5e9; +} +.navbar .breadcrumb { + margin: 0.3em 0 0.1em; +} +.navbar .breadcrumb a { + text-decoration: none; +} +span.arrow.sep { + color: #444; +} +span.arrow { + font-family: Arial,Helvetica,Courier,sans-serif; +} +.navigation select { + background-color: #FFFFFF; +} +.navigation optgroup { + background-color: #EEEEEE; +} +.navigation optgroup option { + background-color: #FFFFFF; +} +/* @end */ +/* @group footer */ +div#footer { + margin-top: 0; + padding: 1em 12px 20px 12px; + border-top: 1px solid #EEE; + background-color: #fcfde5; +} +div#footer div { + margin: 0; +} +div#footer div#company-stuff { + display: none; +} +/*div#footer div#company-stuff { + float: left; + text-align: left; +} +div#footer div#company-stuff p { + margin: 0; + padding: 0; +}*/ +div#footer div#moodle-stuff { + text-align: center; +} +div#footer p.helplink { + margin: 0; +} +.homelink a { + padding: 0; +} +/* @end */ +/* @group admin */ +#adminsettings .form-item { + padding-top: 5px; + border-top: 1px solid #EEE; +} +#adminsettings fieldset { + border-style: none; +} +#adminsettings fieldset.error { + border: 1px solid #660000; +} +#adminsettings fieldset.error legend { + border-color: #660000; +} +#adminsettings .form-overridden { + background-color: #ff6; +} +#adminsettings .form-warning { + background-color: #f88; +} +#adminsettings .form-defaultinfo { + color: #888; +} +#adminsettings .form-item .pathok { + color: green; +} +#adminsettings .form-item .patherror { + color: red; +} +#adminsettings .form-htmlarea { + width: auto; +} +body#admin-index div.adminwarning { + border-style: none; +} +body#admin-lang div.generalbox { + border-style: none; +} +body#admin-langimport div.generalbox { + border-style: none; +} +body#course-user .section h2 { + color: #006EA2; +} +#admin-roles-override .cell.c1, +#admin-roles-assign .cell.c1 { + padding-top: 2px; +} +link +#adminsettings .form-item { + margin: 0; + padding-top: 5px; + border-top: 1px solid #EEE; +} +#theme-index.course-1 div#content { + margin: 0; +} +.admin #layout-table #middle-column { + /*padding-top: 10px;*/ +} +.admin h2.main { + margin: 0 0 10px; + height: 20px; + line-height: 100%; + padding: 11px 10px 7px; + background-color: #d8d8d8; +} +#user-profile-index h2.main, +#theme-index h2.main { + margin-top: 10px; +} +.admin th.header.c0 { + +} +.rolecap .rolecapheading { + background-color: #FAFAFA; + border-bottom: 1px solid #ccc; +} +.rolecap .inherit, +.rolecap .allow, +.rolecap .prevent, +.rolecap .prohibit { + padding: 2px; + border-bottom: 1px solid #ccc; +} +.rolecap .capdefault { + background-color: #FAFAFA; +} +#admin-roles-override .capcurrent { + background-color: #FAFAFA; + border: 1px solid #cecece; +} +#admin-roles-manage .capdefault { + background-color: #FAFAFA; + border: 1px solid #cecece; +} +#admin-roles-manage .rolecap, +#admin-roles-override .rolecap { + border-style: none; + border-bottom: 1px solid #cecece; +} +#admin-roles-manage .rolecap .cap-desc .cap-name, +#admin-roles-override .rolecap .cap-desc .cap-name { + color: #888; +} +#theme-index #middle-column tr { + border-top: 1px solid #eeeeee; +} +#theme-index #middle-column td { + vertical-align: top; + padding: 10px; + border-color: #eeeeee; +} +.block_admin_tree.sideblock .link.hidden { + color: #999999; +} +#admin-lang .translator .strkey { + color: #666666; +} +#admin-lang .translator .bothmissing { + background-color: #ef6868; +} +#admin-lang .translator .mastermissing { + background-color: #feff7f; +} +#admin-lang .translator .localdifferent { + background-color: #aaffaa; +} +.environmenttable .error { + background-color: #ef6868; + color: inherit; +} +.environmenttable .warn { + background-color: #feff7f; +} +.environmenttable .ok { + background-color: #aaffaa; +} +#admin-uploaduser .uuinfo { + background-color: #aaffaa; +} +#admin-uploaduser .uuwarning { + background-color: #feff7f; +} +#admin-uploaduser .uuerror { + background-color: #ef6868; +} +.plugincompattable td.ok { + color: #080; +} +.plugincompattable td.warning { + color: #d80; +} +.plugincompattable td.error { + color: #d00; +} +/* +@end */ +/* @group grade */ +.grade-edit-tree .moving { + background-color: #E8EEF7; +} +#grade-aggregation-help dt { + font-weight: bold; +} +#grade-aggregation-help dd.example { + font-style: italic; +} +#grade-aggregation-help code { + font-style: normal; +} +/* @end */ +/* @group sideblock */ +.sideblock input { + font-size: inherit; +} +.sideblock input.styledbtn { + font-size: 93%; +} +.sideblock a { + text-decoration: none; + color: #fff; +} +.sideblock a.current { + display: block; + background-color: #da5a23; +} +#left-column .hidden .header { + border-style: none; +} +#right-column .hidden .header { + border-style: none; +} +.sideblock { + margin-bottom: 0; + padding-bottom: 0; + border-style: none; + width: 220px; +} +.sideblock .header, +.sideblock .header h2 { + font-size: 100%; + color: #fff; + font-size: 100%; + padding: 5px; + border-style: none; +} +.sideblock .header .commands { + background-color: #EEE; + padding: 1px; +} +#left-column .sideblock .header, +#left-column .sideblock h2.header { + background-color: #da5a23; +} +#right-column .sideblock .header, +#right-column .sideblock h2.header { + background-color: #4b95ed; +} +#course-view .sideblock.hidden .header h2 { + color: #444; +} +.sideblock .content { + background: transparent; + border-style: none; + padding: 4px 12px; + margin-bottom: 10px; +} +.block_admin_tree .content { + padding:4px 0pt 4px 12px; +} +.sideblock .content h3.eventskey { + font-size: inherit; + color: #fff; +} +.sideblock .list li { + margin: 0; + padding-bottom: 5px; + line-height: normal; +} +.sideblock .content .icon { + display: none; +} +.sideblock .content div.info { + text-align: left; +} +.sideblock .footer { + text-align: left; +} +.calendar-controls .previous, +.calendar-controls .next, +.calendar-controls .current { + text-decoration: none; +} +.block_messages .content { + font-size: 100%; +} +.block_search_forums .searchform { + text-align: left; +} +.activitydate, .activityhead { + text-align: left; +} +.block_login .loginform .c1 { + margin: 0.3em 0; + color: #fff; +} +/* @end */ +/* @group login */ +div.loginbox { + border-color: #EEE; +} +div.loginbox.twocolumns div.loginpanel { + border-color: #EEE; +} +.loginbox h2 { + color: #444; + font-weight: normal; + font-style: normal; +} +/* @end */ +/* @group content */ +div#content { + clear: both; +} +#site-index div#content, +#course-view div#content, +.haslayouttable div#content { + margin: 0; +} +#site-index .subscribelink, +#course-view .subscribelink { + padding: 0 5px; +} +#layout-table { + width: 960px; + border-collapse: collapse; + margin: 0; +} +#layout-table #left-column { + width: 220px !important; + background-color: #f68933; +} +#layout-table #middle-column { + padding: 0; + background-color: #fff; +} +#layout-table #right-column { + width: 220px !important; + background-color: #1d6fcf; +} +div.headingblock { + border-style: none; +} +div#content div.section { + border-style: none; +} +div.section { + border-style: none; +} +.onlymiddlecolumn div#content { + margin: 10px; +} +/* @end */ +/* @group startpage */ +div.sitetopiccontent { + border-style: none; +} +div.categoryboxcontent { + border-style: none; +} +div.courseboxcontent { + border-style: none; +} +div.coursebox { + border-style: none; + border-top: 1px solid #EEE; +} +div.categorybox { + border-top: 1px solid #EEE; +} +#site-index .sitetopic { + margin-top: 10px; +} +/*#site-index .sitetopic { + background: url(pix/pix/vinn_hi_splash.jpg) no-repeat center top; + padding-top: 180px; + margin-top: 10px; +}*/ +/* @end */ +/* @group course */ +#course-view .section td.side { + border-style: none; + border-top: 1px solid #EEE; + background-color: inherit; +} +#course-view .current td.left, +#course-view .current td.right { + background-color: #fcfde5; + color: #fcfde5; +} +#course-view .section td.left { + color: #444; + font-weight: bold; + padding: 8px 0 0; +} +#course-view .section td.content { + border-style: none; + border-top: 1px solid #EEE; + padding-top: 0; +} +#course-view .section .spacer { + height: 1em; + border-top: 1px solid #a3daa8; +} +tr.section div.summary { + color: #444; + padding: 8px 2px 3px; +} +tr.section div.summary > br { + display: none; +} +ul.section li.activity { + background-color: inherit; + padding: 2px; +} +ul.section li.label { + background-color: inherit; +} +#course-report p { + text-align: left; +} +.block_news_items .newlink { + text-align: left; +} +#course-view .hidden *, +#course-view .section.hidden td.left { + color: #CCC; +} +/* @end */ +/* @group calendar */ +table#calendar td.event_global { + background-color: #D6F8CD; + border-color: #D6F8CD; + border-bottom-style: none !important; + border-top-style: none !important; + border-right-style: none !important; + border-left-style: none !important; +} +table#calendar td.event_group { + background-color: #FEE7AE; + border-color: #FEE7AE; + border-left-style: none !important; + border-right-style: none !important; + border-top-style: none !important; + border-bottom-style: none !important; +} +table#calendar td.event_course { + background-color: #FFD3BD; + border-color: #FFD3BD; + border-left-style: none !important; + border-right-style: none !important; + border-top-style: none !important; + border-bottom-style: none !important; +} +table#calendar td.event_user { + background-color: #DCE7EC; + border-color: #DCE7EC; + border-left-style: none !important; + border-right-style: none !important; + border-top-style: none !important; + border-bottom-style: none !important; +} +.minicalendar .event_global { + background-color: #D6F8CD; + border-color: #D6F8CD; +} +div.block_calendar_month td.event_global { + background-color: #D6F8CD; + border-color: #D6F8CD; +} +.minicalendar .event_course { + background-color: #FFD3BD; + border-color: #FFD3BD; +} +div.block_calendar_month td.event_course { + background-color: #FFD3BD; + border-color: #FFD3BD; +} +.minicalendar .event_group { + background-color: #FEE7AE; + border-color: #FEE7AE; +} +div.block_calendar_month td.event_group { + background-color: #FEE7AE; + border-color: #FEE7AE; +} +.minicalendar .event_user { + background-color: #DCE7EC; + border-color: #DCE7EC; +} +div.block_calendar_month td.event_user { + background-color: #DCE7EC; + border-color: #DCE7EC; +} +#calendar .duration_global, +.minicalendar .duration_global { + border-top-color: #66D14D !important; + border-bottom-color: #66D14D !important; +} +#calendar .duration_course, +.minicalendar .duration_course { + border-top-color: #FF9966 !important; + border-bottom-color: #FF9966 !important; +} +#calendar .duration_group, +.minicalendar .duration_group { + border-top-color: #FBBB23 !important; + border-bottom-color: #FBBB23 !important; +} +#calendar .duration_user, +.minicalendar .duration_user { + border-top-color: #A1BECB !important; + border-bottom-color: #A1BECB !important; +} +#calendar .duration_course0, +.minicalendar .duration_course0 { + border-top-color: #FF9966 !important; + border-bottom-color: #FF9966 !important; +} +#calendar .duration_course1, +.minicalendar .duration_course1 { + border-top-color: #0099FF !important; + border-bottom-color: #0099FF !important; +} +#calendar .duration_course2, +.minicalendar .duration_course2 { + border-top-color: #FFFF00 !important; + border-bottom-color: #FFFF00 !important; +} +#calendar .nottoday, +.minicalendar .nottoday { + border-color: #eeeeee; +} +table.minicalendar { + border-style: none; +} +td.weekend.day.event_course a { + text-decoration: none; +} +table.cal_popup_bg { + background-color: #FFF; + border-color: #CCC; +} +table#calendar td.maincalendar { + border-style: none; +} +table#calendar td.sidecalendar, +table#calendar td.sidecalendar * { + border-style: none; + color: #333; + border-color: #eee; +} +table.minicalendar td.today { + border: 1px solid #CCC; +} +table.minicalendar td.today a { + text-decoration: none; +} +table.minicalendar tr.weekdays abbr { + border-style: none; + color: #fff; +} +div.block_calendar_month div.filters { + padding: 0 4px; + font-size: 100%; +} +table.minicalendar th { + padding: 0; +} +table.minicalendar td { + padding: 0; +} +table.minicalendar td.day { + line-height: 1.1em; + padding: 3px 0 1px; + border: 1px solid #4b95ed; + color: #fff; +} +table.minicalendar tr.weekdays th { + font-weight: normal; +} +table.minicalendar td.today { + border: 1px solid #ccc; + background-color: #4b95ed; +} +.cal_popup_bg { + background-color: #FFF; + border-color: #CCC; +} +.cal_popup_cg { + background-color: #FFF; + border-color: #CCC; +} +.cal_popup_fg { + background-color: #FFF; + border-color: #CCC; +} +.cal_popup_fg div a { + font-size: 100% !important; +} +.block_calendar_month .cal_popup_caption, .block_calendar_month .cal_popup_fg div { + border-color: #9B9984; + font-size: 100% !important; + color: #999; +} +#calendar .event_global, +#calendar .event_course, +#calendar .event_group, +#calendar .event_user, +.minicalendar .event_global, +.minicalendar .event_course, +.minicalendar .event_group, +.minicalendar .event_user { + border: 1px solid #9b9984 !important; +} +#calendar { + width: 100%; + border-spacing: 0; + border-collapse: collapse; +} +#calendar .today, +.minicalendar .today { + border: 1px solid #CCC; +} +#calendar .maincalendar table.calendarmonth th { + border-bottom: 1px solid #CCC; +} +/* @end */ +/* @group modules */ +div.entrybox { + border-style: none; +} +td.entrybox { + border-style: none; +} +td.entryboxheader { + border-style: none; +} +div#scormpage div#tocbox { + border-style: none; +} +body#grade-index .grades { + border-style: none; +} +body#mod-data-edit div.generalbox fieldset { + border-style: none; +} +table.files td { + text-align: left; + border-bottom: 1px solid #EEE; +} +p.book_chapter_title { + font-family: inherit; + color: #006EA2; + font-size: 138.5%; + font-weight: normal; + font-style: normal; + line-height: 140%; +} +div.book_toc_numbered { + border-left: 1px solid #A10A37; +} +#resource { + border-top: 1px solid #FFF; +} +/* @end */ +/* @group forum */ +table.forumpost { + border-style: none; +} +table.forumheaderlist { + border-style: none; + margin-left: 12px; + margin-bottom: 24px; + width: 98%; +} +table.forumheaderlist th.header { + text-align: left; +} +table.forumpost td.topic { + border-bottom-style: none; + background-color: #fcfcf5; +} +.forumpost .commands { + border-top: 1px solid #EEE; +} +tr.discussion td { + border-style: none; + border-bottom: 1px solid #EEE; +} +.forumthread .unread { + background: #FFD991; +} +#mod-forum-discuss .forumpost.unread .content { + border-color: #FFD991; +} +/* @end */ +/* @group glossary */ +table.glossarypost { + margin-top: 12px; + border-style: none; + border-top: 1px solid #EEE; +} +.glossarypost div.concept h3, +.glossarypost.continuous .concept { + display: inline; +} +.glossarycategoryheader h2, +.glossarypost .concept h3 { + font-size: 100%; + margin: 0; +} +table.glossarypost td.entryheader { + background: url(pix/pix/list_bg.jpg) repeat-x scroll left top; +} +#mod-glossary-showentry #page { + width: auto; +} +#mod-glossary-showentry #footer, #mod-glossary-showentry #header, #mod-glossary-showentry .navbar { + display: none; +} +/* @end */ +/* @group quiz */ +#mod-lesson-edit .addlinks { + margin-bottom: 24px; +} +body#mod-quiz-report table#attempts td { + border-style: none; +} +.que { + border-color: #EEE; +} +.que .feedback { + border-color: #DDD; +} +.que .incorrect { + +} +.que.multianswer .incorrect { + background-color: #faa; +} +.que .partiallycorrect { + background-color: #ff9; +} +.que .correct { + background-color: #afa; +} +table.quizattemptsummary .bestrow td { + background-color: #e8e8e8; +} +table.quizreviewsummary th.cell { + background: #f0f0f0; +} +table.quizreviewsummary td.cell { + background: #fafafa; +} +/* @end */ +/* @group wiki */ +.mwiki .boxwidthwide { + width: 95%; +} +.mwiki .tabtree { + margin-top: 12px; +} +/* @end */ +/* @group blog */ +.block_blog_tags .official { + color: #0000cc; +} +.block_blog_tags .personal { + color: #666699; +} +/* @end */ +/* @group chat */ +#mod-chat-view #middle-column { + padding: 0; +} +#mod-chat-view #enterlink { + text-align: left; + margin-left: 0; + margin-right: auto; +} +#mod-chat-gui_header_js-jsupdate .chat-message { + font-size: 81.25%; +} +#mod-chat-gui_header_js-chatinput #header { + display: none; +} +#mod-chat-gui_header_js-chatinput #page { + background-image: none; +} +#mod-chat-gui_header_js-chatinput #content { + margin-left: 5px; +} +#mod-chat-gui_header_js-chatinput .navbar { + display: none; +} +#mod-chat-gui_header_js-chatinput { + background-image: none; +} +#mod-chat-gui_header_js-users #header { + display: none; +} +#mod-chat-gui_header_js-users #page { + background-image: none; +} +#mod-chat-gui_header_js-users #content { + margin-left: 5px; +} +#mod-chat-gui_header_js-users { + background-image: none; +} +#input_chat_message { + width: 20em; +} +/* @end */ +/* @group message */ +#message-index #footer, #message-discussion #footer, #message-history #footer { + display: none; +} +#message-index #page, #message-user #page, #message-history #page { + width: auto; +} +#message-user #page { + margin: 0; +} +#message-user #content { + padding: 0; +} +/* @end */ +/* @group help */ +#help #footer { + display: none; +} +#help #page { + width: auto; +} +/* @end */ \ No newline at end of file diff --git a/theme/colors/config.php b/theme/colors/config.php new file mode 100755 index 0000000000..eabf8b6215 --- /dev/null +++ b/theme/colors/config.php @@ -0,0 +1,154 @@ +sheets = array('reset', 'colors'); + +/// This variable is an array containing the names of all the +/// stylesheet files you want included in this theme, and in what order +//////////////////////////////////////////////////////////////////////////////// + + +$THEME->standardsheets = array('styles_layout'); + +/// This variable can be set to an array containing +/// filenames from the *STANDARD* theme. If the +/// array exists, it will be used to choose the +/// files to include in the standard style sheet. +/// When false, then no files are used. +/// When true or NON-EXISTENT, then ALL standard files are used. +/// This parameter can be used, for example, to prevent +/// having to override too many classes. +/// Note that the trailing .css should not be included +/// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color'); +//////////////////////////////////////////////////////////////////////////////// + + +$THEME->parent = ''; + +/// This variable can be set to the name of a parent theme +/// which you want to have included before the current theme. +/// This can make it easy to make modifications to another +/// theme without having to actually change the files +/// If this variable is empty or false then a parent theme +/// is not used. +//////////////////////////////////////////////////////////////////////////////// + + +$THEME->parentsheets = false; + +/// This variable can be set to an array containing +/// filenames from a chosen *PARENT* theme. If the +/// array exists, it will be used to choose the +/// files to include in the standard style sheet. +/// When false, then no files are used. +/// When true or NON-EXISTENT, then ALL standard files are used. +/// This parameter can be used, for example, to prevent +/// having to override too many classes. +/// Note that the trailing .css should not be included +/// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color'); +//////////////////////////////////////////////////////////////////////////////// + + +$THEME->modsheets = true; + +/// When this is enabled, then this theme will search for +/// files named "styles.php" inside all Activity modules and +/// include them. This allows modules to provide some basic +/// layouts so they work out of the box. +/// It is HIGHLY recommended to leave this enabled. + + +$THEME->blocksheets = true; + +/// When this is enabled, then this theme will search for +/// files named "styles.php" inside all Block modules and +/// include them. This allows Blocks to provide some basic +/// layouts so they work out of the box. +/// It is HIGHLY recommended to leave this enabled. + + +$THEME->langsheets = false; + +/// By setting this to true, then this theme will search for +/// a file named "styles.php" inside the current language +/// directory. This allows different languages to provide +/// different styles. + + +$THEME->courseformatsheets = true; + +/// When this is enabled, this theme will search for files +/// named "styles.php" inside all course formats and +/// include them. This allows course formats to provide +/// their own default styles. + + +$THEME->metainclude = true; + +/// When this is enabled (or not set!) then Moodle will try +/// to include a file meta.php from this theme into the +/// part of the page. + + +$THEME->standardmetainclude = true; + +/// When this is enabled (or not set!) then Moodle will try +/// to include a file meta.php from the standard theme into the +/// part of the page. + + +$THEME->parentmetainclude = false; + +/// When this is enabled (or not set!) then Moodle will try +/// to include a file meta.php from the parent theme into the +/// part of the page. + + +$THEME->navmenuwidth = 50; + +/// You can use this to control the cutoff point for strings +/// in the navmenus (list of activities in popup menu etc) +/// Default is 50 characters wide. + + +$THEME->makenavmenulist = false; + +/// By setting this to true, then you will have access to a +/// new variable in your header.html and footer.html called +/// $navmenulist ... this contains a simple XHTML menu of +/// all activities in the current course, mostly useful for +/// creating popup navigation menus and so on. + + +$THEME->resource_mp3player_colors = + 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'. + 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'. + 'font=Arial&fontColour=3333FF&buffer=10&waitForPlay=no&autoPlay=yes'; + +/// With this you can control the colours of the "big" MP3 player +/// that is used for MP3 resources. + + +$THEME->filter_mediaplugin_colors = + 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'. + 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'. + 'waitForPlay=yes'; + +/// ...And this controls the small embedded player + + +$THEME->custompix = true; + +/// If true, then this theme must have a "pix" +/// subdirectory that contains copies of all +/// files from the moodle/pix directory, plus a +/// "pix/mod" directory containing all the icons +/// for all the activity modules. +//////////////////////////////////////////////////////////////////////////////// + +?> diff --git a/theme/colors/favicon.ico b/theme/colors/favicon.ico new file mode 100755 index 0000000000..5a7a36a68e Binary files /dev/null and b/theme/colors/favicon.ico differ diff --git a/theme/colors/footer.html b/theme/colors/footer.html new file mode 100755 index 0000000000..9f8460dd41 --- /dev/null +++ b/theme/colors/footer.html @@ -0,0 +1,28 @@ + +'; + echo page_doc_link(get_string('moodledocslink')); + echo '

'; + + echo $loggedinas; + echo $homelink; + + $useridarray = array(2, 3 // MD + ); + + if (!empty($performanceinfo) && isloggedin() && in_array($USER->id, $useridarray)) { + echo $performanceinfo; + } + + print_container_end(); +?> + +themedir.'/colors/js/js.php'); +?> + + diff --git a/theme/colors/gradients.css b/theme/colors/gradients.css new file mode 100755 index 0000000000..c08d817f72 --- /dev/null +++ b/theme/colors/gradients.css @@ -0,0 +1,124 @@ +/** + * Adds all the nice finish to the standard theme + * + */ + +body { + margin: 0; + padding: 0; + background-color: #b9baa3; +} +#page { + width: 960px; + margin: 0 auto; + background-color: #fcfde5; + border-color: #838373; + border-top-style: none; + border-bottom-style: none; + border-left-style: solid; + border-left-width: 5px; + border-right-width: 5px; + border-right-style: solid; +} + +#header-home, +#header { + height: 50px; + padding: 5px; +} +#header-home hr { + display: none; +} +.headermain, +h1.headermain { + margin: 10px 0 0 10px; +} +.navbar { + border-style: none; + border-top: 1px solid #e7e8d6; + background-color: #fcfcf5; + border-bottom: 1px solid #f5f5e9; +} +#layout-table { + width: 960px; + border-collapse: collapse; +} +#layout-table #left-column { + width: 220px !important; + background-color: #f68933; +} +#layout-table #middle-column { + padding: 0; + background-color: #bfffc5; +} +#layout-table #right-column { + width: 220px !important; + background-color: #1d6fcf; +} +#course-view .section td.side { + background: #e8ffea; +} +.sideblock { + width: 210px; +} +.sideblock .content { + background: transparent; + border-style: none; +} +.sideblock a { + color: #eee; +} +.sideblock .header, +.sideblock h2.header { + padding: 5px; + border-style: none; + width: 100%; +} +#left-column .sideblock .header, +#left-column .sideblock h2.header { + background-color: #da5a23; +} +#right-column .sideblock .header, +#right-column .sideblock h2.header { + background-color: #4b95ed; +} +table.minicalendar { + border-style: none; +} +#course-view .section td.content { + border-style: none; +} +#course-view .section td.side { + border-style: none; +} +#course-view .section .spacer { + border-top: 1px solid #a3daa8; +} +.headingblock, h2.headingblock { + border-style: none; + background-color: #e8ffea; +} +.block_admin_tree.sideblock .link.current { + background-color: #f6c8a4; + color: #000; + display: block; +} +#adminsettings fieldset { + width: 100%; + padding: 0; + margin: 0; + background: transparent; + border-style: none; +} +#adminsettings div.form-item { + clear: both; + margin: 1em 0 2em 0; + padding: 0; +} +#adminsettings .form-label { + width: 8em; +} +#adminsettings .form-setting, +#adminsettings .form-description { + margin-left: 8.5em; +} \ No newline at end of file diff --git a/theme/colors/header.html b/theme/colors/header.html new file mode 100755 index 0000000000..3368232dab --- /dev/null +++ b/theme/colors/header.html @@ -0,0 +1,39 @@ + +> + + + + <?php echo $title ?> + + javascript"); ?> + + +> + +
+ + + +

+
+ + + + +

+
+ + + + + diff --git a/theme/colors/js/CSSClass.js b/theme/colors/js/CSSClass.js new file mode 100755 index 0000000000..1f60ad80e8 --- /dev/null +++ b/theme/colors/js/CSSClass.js @@ -0,0 +1,42 @@ +/** + * CSSClass.js: utilities for manipulating the CSS class of an HTML element. + * + * This module defines a single global symbol named CSSClass. This object + * contains utility functions for working with the class attribute (className + * property) of HTML elements. All functions take two arguments: the element + * e being tested or manipulated and the CSS class c that is to be tested, + * added, or removed. If element e is a string, it is taken as an element + * id and passed to document.getElementById(). + */ +var CSSClass = {}; // Create our namespace object + +// Return true if element e is a member of the class c; false otherwise +CSSClass.is = function(e, c) { + if (typeof e == "string") e = document.getElementById(e); // element id + + // Before doing a regexp search, optimize for a couple of common cases. + var classes = e.className; + if (!classes) return false; // Not a member of any classes + if (classes == c) return true; // Member of just this one class + + // Otherwise, use a regular expression to search for c as a word by itself + // \b in a regular expression requires a match at a word boundary. + return e.className.search("\\b" + c + "\\b") != -1; +}; + +// Add class c to the className of element e if it is not already there. +CSSClass.add = function(e, c) { + if (typeof e == "string") e = document.getElementById(e); // element id + if (CSSClass.is(e, c)) return; // If already a member, do nothing + if (e.className) c = " " + c; // Whitespace separator, if needed + e.className += c; // Append the new class to the end +}; + +// Remove all occurrences (if any) of class c from the className of element e +CSSClass.remove = function(e, c) { + if (typeof e == "string") e = document.getElementById(e); // element id + // Search the className for all occurrences of c and replace with "". + // \s* matches any number of whitespace characters. + // "g" makes the regular expression match any number of occurrences + e.className = e.className.replace(new RegExp("\\b"+ c+"\\b\\s*", "g"), ""); +}; \ No newline at end of file diff --git a/theme/colors/js/js.php b/theme/colors/js/js.php new file mode 100755 index 0000000000..e1ba4dde73 --- /dev/null +++ b/theme/colors/js/js.php @@ -0,0 +1,46 @@ + \ No newline at end of file diff --git a/theme/colors/meta.php b/theme/colors/meta.php new file mode 100755 index 0000000000..0380e67fd4 --- /dev/null +++ b/theme/colors/meta.php @@ -0,0 +1,6 @@ + + diff --git a/theme/colors/pix/a/em1_bwgreater.gif b/theme/colors/pix/a/em1_bwgreater.gif new file mode 100755 index 0000000000..0e8c70a3ff Binary files /dev/null and b/theme/colors/pix/a/em1_bwgreater.gif differ diff --git a/theme/colors/pix/a/em1_greater.gif b/theme/colors/pix/a/em1_greater.gif new file mode 100755 index 0000000000..dcb4a8aeb1 Binary files /dev/null and b/theme/colors/pix/a/em1_greater.gif differ diff --git a/theme/colors/pix/a/em1_lesser.gif b/theme/colors/pix/a/em1_lesser.gif new file mode 100755 index 0000000000..cc156249ad Binary files /dev/null and b/theme/colors/pix/a/em1_lesser.gif differ diff --git a/theme/colors/pix/a/em1_raquo.gif b/theme/colors/pix/a/em1_raquo.gif new file mode 100755 index 0000000000..62943cd2c9 Binary files /dev/null and b/theme/colors/pix/a/em1_raquo.gif differ diff --git a/theme/colors/pix/a/l_breadcrumb.gif b/theme/colors/pix/a/l_breadcrumb.gif new file mode 100755 index 0000000000..a5ea4c55d2 Binary files /dev/null and b/theme/colors/pix/a/l_breadcrumb.gif differ diff --git a/theme/colors/pix/a/r_breadcrumb.gif b/theme/colors/pix/a/r_breadcrumb.gif new file mode 100755 index 0000000000..1e7b930d04 Binary files /dev/null and b/theme/colors/pix/a/r_breadcrumb.gif differ diff --git a/theme/colors/pix/a/r_go.gif b/theme/colors/pix/a/r_go.gif new file mode 100755 index 0000000000..634bb4c488 Binary files /dev/null and b/theme/colors/pix/a/r_go.gif differ diff --git a/theme/colors/pix/a/r_next.gif b/theme/colors/pix/a/r_next.gif new file mode 100755 index 0000000000..dcb4a8aeb1 Binary files /dev/null and b/theme/colors/pix/a/r_next.gif differ diff --git a/theme/colors/pix/a/r_previous.gif b/theme/colors/pix/a/r_previous.gif new file mode 100755 index 0000000000..cc156249ad Binary files /dev/null and b/theme/colors/pix/a/r_previous.gif differ diff --git a/theme/colors/pix/adv.gif b/theme/colors/pix/adv.gif new file mode 100755 index 0000000000..73570d3400 Binary files /dev/null and b/theme/colors/pix/adv.gif differ diff --git a/theme/colors/pix/b.gif b/theme/colors/pix/b.gif new file mode 100755 index 0000000000..f7df4a31ba Binary files /dev/null and b/theme/colors/pix/b.gif differ diff --git a/theme/colors/pix/c/course.gif b/theme/colors/pix/c/course.gif new file mode 100755 index 0000000000..71f1c8b128 Binary files /dev/null and b/theme/colors/pix/c/course.gif differ diff --git a/theme/colors/pix/c/event.gif b/theme/colors/pix/c/event.gif new file mode 100755 index 0000000000..2c534be4bc Binary files /dev/null and b/theme/colors/pix/c/event.gif differ diff --git a/theme/colors/pix/c/group.gif b/theme/colors/pix/c/group.gif new file mode 100755 index 0000000000..9805d7a0da Binary files /dev/null and b/theme/colors/pix/c/group.gif differ diff --git a/theme/colors/pix/c/site.gif b/theme/colors/pix/c/site.gif new file mode 100755 index 0000000000..2c534be4bc Binary files /dev/null and b/theme/colors/pix/c/site.gif differ diff --git a/theme/colors/pix/c/user.gif b/theme/colors/pix/c/user.gif new file mode 100755 index 0000000000..626a541bd0 Binary files /dev/null and b/theme/colors/pix/c/user.gif differ diff --git a/theme/colors/pix/css.gif b/theme/colors/pix/css.gif new file mode 100755 index 0000000000..312cde9438 Binary files /dev/null and b/theme/colors/pix/css.gif differ diff --git a/theme/colors/pix/docs.gif b/theme/colors/pix/docs.gif new file mode 100755 index 0000000000..4cfbae40c8 Binary files /dev/null and b/theme/colors/pix/docs.gif differ diff --git a/theme/colors/pix/f/audio.gif b/theme/colors/pix/f/audio.gif new file mode 100755 index 0000000000..fdea0f58b0 Binary files /dev/null and b/theme/colors/pix/f/audio.gif differ diff --git a/theme/colors/pix/f/avi.gif b/theme/colors/pix/f/avi.gif new file mode 100755 index 0000000000..f32df23fb3 Binary files /dev/null and b/theme/colors/pix/f/avi.gif differ diff --git a/theme/colors/pix/f/dmg.gif b/theme/colors/pix/f/dmg.gif new file mode 100755 index 0000000000..2ea21583ed Binary files /dev/null and b/theme/colors/pix/f/dmg.gif differ diff --git a/theme/colors/pix/f/docm.gif b/theme/colors/pix/f/docm.gif new file mode 100755 index 0000000000..7da1fc1a7b Binary files /dev/null and b/theme/colors/pix/f/docm.gif differ diff --git a/theme/colors/pix/f/docx.gif b/theme/colors/pix/f/docx.gif new file mode 100755 index 0000000000..2843dea684 Binary files /dev/null and b/theme/colors/pix/f/docx.gif differ diff --git a/theme/colors/pix/f/dotm.gif b/theme/colors/pix/f/dotm.gif new file mode 100755 index 0000000000..29bfb7bde9 Binary files /dev/null and b/theme/colors/pix/f/dotm.gif differ diff --git a/theme/colors/pix/f/dotx.gif b/theme/colors/pix/f/dotx.gif new file mode 100755 index 0000000000..443d3882be Binary files /dev/null and b/theme/colors/pix/f/dotx.gif differ diff --git a/theme/colors/pix/f/edit.gif b/theme/colors/pix/f/edit.gif new file mode 100755 index 0000000000..b46b7871fd Binary files /dev/null and b/theme/colors/pix/f/edit.gif differ diff --git a/theme/colors/pix/f/env.gif b/theme/colors/pix/f/env.gif new file mode 100755 index 0000000000..49a211fcf6 Binary files /dev/null and b/theme/colors/pix/f/env.gif differ diff --git a/theme/colors/pix/f/excel.gif b/theme/colors/pix/f/excel.gif new file mode 100755 index 0000000000..5f316e5704 Binary files /dev/null and b/theme/colors/pix/f/excel.gif differ diff --git a/theme/colors/pix/f/explore.gif b/theme/colors/pix/f/explore.gif new file mode 100755 index 0000000000..6e9c04281f Binary files /dev/null and b/theme/colors/pix/f/explore.gif differ diff --git a/theme/colors/pix/f/flash.gif b/theme/colors/pix/f/flash.gif new file mode 100755 index 0000000000..5dfe018b17 Binary files /dev/null and b/theme/colors/pix/f/flash.gif differ diff --git a/theme/colors/pix/f/folder.gif b/theme/colors/pix/f/folder.gif new file mode 100755 index 0000000000..81230c66f7 Binary files /dev/null and b/theme/colors/pix/f/folder.gif differ diff --git a/theme/colors/pix/f/help.gif b/theme/colors/pix/f/help.gif new file mode 100755 index 0000000000..c1e1d622f8 Binary files /dev/null and b/theme/colors/pix/f/help.gif differ diff --git a/theme/colors/pix/f/html.gif b/theme/colors/pix/f/html.gif new file mode 100755 index 0000000000..7f1e5e57cc Binary files /dev/null and b/theme/colors/pix/f/html.gif differ diff --git a/theme/colors/pix/f/image.gif b/theme/colors/pix/f/image.gif new file mode 100755 index 0000000000..f4366003ed Binary files /dev/null and b/theme/colors/pix/f/image.gif differ diff --git a/theme/colors/pix/f/jbc.gif b/theme/colors/pix/f/jbc.gif new file mode 100755 index 0000000000..6e0bbb48ea Binary files /dev/null and b/theme/colors/pix/f/jbc.gif differ diff --git a/theme/colors/pix/f/jcl.gif b/theme/colors/pix/f/jcl.gif new file mode 100755 index 0000000000..d2dd8ad365 Binary files /dev/null and b/theme/colors/pix/f/jcl.gif differ diff --git a/theme/colors/pix/f/jcw.gif b/theme/colors/pix/f/jcw.gif new file mode 100755 index 0000000000..3d22489f28 Binary files /dev/null and b/theme/colors/pix/f/jcw.gif differ diff --git a/theme/colors/pix/f/jmt.gif b/theme/colors/pix/f/jmt.gif new file mode 100755 index 0000000000..6d61c6f5ed Binary files /dev/null and b/theme/colors/pix/f/jmt.gif differ diff --git a/theme/colors/pix/f/jmx.gif b/theme/colors/pix/f/jmx.gif new file mode 100755 index 0000000000..7ebeee7806 Binary files /dev/null and b/theme/colors/pix/f/jmx.gif differ diff --git a/theme/colors/pix/f/jqz.gif b/theme/colors/pix/f/jqz.gif new file mode 100755 index 0000000000..d08db41231 Binary files /dev/null and b/theme/colors/pix/f/jqz.gif differ diff --git a/theme/colors/pix/f/move.gif b/theme/colors/pix/f/move.gif new file mode 100755 index 0000000000..7c3fac16e6 Binary files /dev/null and b/theme/colors/pix/f/move.gif differ diff --git a/theme/colors/pix/f/odb.gif b/theme/colors/pix/f/odb.gif new file mode 100755 index 0000000000..198a1ce96b Binary files /dev/null and b/theme/colors/pix/f/odb.gif differ diff --git a/theme/colors/pix/f/odc.gif b/theme/colors/pix/f/odc.gif new file mode 100755 index 0000000000..c4b7391636 Binary files /dev/null and b/theme/colors/pix/f/odc.gif differ diff --git a/theme/colors/pix/f/odf.gif b/theme/colors/pix/f/odf.gif new file mode 100755 index 0000000000..72da6a19b7 Binary files /dev/null and b/theme/colors/pix/f/odf.gif differ diff --git a/theme/colors/pix/f/odg.gif b/theme/colors/pix/f/odg.gif new file mode 100755 index 0000000000..157387db9e Binary files /dev/null and b/theme/colors/pix/f/odg.gif differ diff --git a/theme/colors/pix/f/odi.gif b/theme/colors/pix/f/odi.gif new file mode 100755 index 0000000000..3562cb47a5 Binary files /dev/null and b/theme/colors/pix/f/odi.gif differ diff --git a/theme/colors/pix/f/odm.gif b/theme/colors/pix/f/odm.gif new file mode 100755 index 0000000000..a16cbcd700 Binary files /dev/null and b/theme/colors/pix/f/odm.gif differ diff --git a/theme/colors/pix/f/odp.gif b/theme/colors/pix/f/odp.gif new file mode 100755 index 0000000000..e9f91e95ea Binary files /dev/null and b/theme/colors/pix/f/odp.gif differ diff --git a/theme/colors/pix/f/ods.gif b/theme/colors/pix/f/ods.gif new file mode 100755 index 0000000000..66d67fb59c Binary files /dev/null and b/theme/colors/pix/f/ods.gif differ diff --git a/theme/colors/pix/f/odt.gif b/theme/colors/pix/f/odt.gif new file mode 100755 index 0000000000..93cba93a7c Binary files /dev/null and b/theme/colors/pix/f/odt.gif differ diff --git a/theme/colors/pix/f/parent.gif b/theme/colors/pix/f/parent.gif new file mode 100755 index 0000000000..3f976b7329 Binary files /dev/null and b/theme/colors/pix/f/parent.gif differ diff --git a/theme/colors/pix/f/pdf.gif b/theme/colors/pix/f/pdf.gif new file mode 100755 index 0000000000..c46390d17d Binary files /dev/null and b/theme/colors/pix/f/pdf.gif differ diff --git a/theme/colors/pix/f/potm.gif b/theme/colors/pix/f/potm.gif new file mode 100755 index 0000000000..cff9e99e44 Binary files /dev/null and b/theme/colors/pix/f/potm.gif differ diff --git a/theme/colors/pix/f/potx.gif b/theme/colors/pix/f/potx.gif new file mode 100755 index 0000000000..6c40066b25 Binary files /dev/null and b/theme/colors/pix/f/potx.gif differ diff --git a/theme/colors/pix/f/powerpoint.gif b/theme/colors/pix/f/powerpoint.gif new file mode 100755 index 0000000000..b6ee3522bf Binary files /dev/null and b/theme/colors/pix/f/powerpoint.gif differ diff --git a/theme/colors/pix/f/ppam.gif b/theme/colors/pix/f/ppam.gif new file mode 100755 index 0000000000..9de80734f6 Binary files /dev/null and b/theme/colors/pix/f/ppam.gif differ diff --git a/theme/colors/pix/f/ppsm.gif b/theme/colors/pix/f/ppsm.gif new file mode 100755 index 0000000000..a6b9a4683b Binary files /dev/null and b/theme/colors/pix/f/ppsm.gif differ diff --git a/theme/colors/pix/f/ppsx.gif b/theme/colors/pix/f/ppsx.gif new file mode 100755 index 0000000000..e54ee1ac68 Binary files /dev/null and b/theme/colors/pix/f/ppsx.gif differ diff --git a/theme/colors/pix/f/pptm.gif b/theme/colors/pix/f/pptm.gif new file mode 100755 index 0000000000..d9e1e2fcef Binary files /dev/null and b/theme/colors/pix/f/pptm.gif differ diff --git a/theme/colors/pix/f/pptx.gif b/theme/colors/pix/f/pptx.gif new file mode 100755 index 0000000000..fdef00d9cd Binary files /dev/null and b/theme/colors/pix/f/pptx.gif differ diff --git a/theme/colors/pix/f/text.gif b/theme/colors/pix/f/text.gif new file mode 100755 index 0000000000..93cba93a7c Binary files /dev/null and b/theme/colors/pix/f/text.gif differ diff --git a/theme/colors/pix/f/unknown.gif b/theme/colors/pix/f/unknown.gif new file mode 100755 index 0000000000..58b31e2685 Binary files /dev/null and b/theme/colors/pix/f/unknown.gif differ diff --git a/theme/colors/pix/f/video.gif b/theme/colors/pix/f/video.gif new file mode 100755 index 0000000000..819f0b51ae Binary files /dev/null and b/theme/colors/pix/f/video.gif differ diff --git a/theme/colors/pix/f/web.gif b/theme/colors/pix/f/web.gif new file mode 100755 index 0000000000..ee86a746ae Binary files /dev/null and b/theme/colors/pix/f/web.gif differ diff --git a/theme/colors/pix/f/word.gif b/theme/colors/pix/f/word.gif new file mode 100755 index 0000000000..5a4cca1c2f Binary files /dev/null and b/theme/colors/pix/f/word.gif differ diff --git a/theme/colors/pix/f/xlam.gif b/theme/colors/pix/f/xlam.gif new file mode 100755 index 0000000000..3448341489 Binary files /dev/null and b/theme/colors/pix/f/xlam.gif differ diff --git a/theme/colors/pix/f/xlsb.gif b/theme/colors/pix/f/xlsb.gif new file mode 100755 index 0000000000..c9dc26e98f Binary files /dev/null and b/theme/colors/pix/f/xlsb.gif differ diff --git a/theme/colors/pix/f/xlsm.gif b/theme/colors/pix/f/xlsm.gif new file mode 100755 index 0000000000..321d33cf76 Binary files /dev/null and b/theme/colors/pix/f/xlsm.gif differ diff --git a/theme/colors/pix/f/xlsx.gif b/theme/colors/pix/f/xlsx.gif new file mode 100755 index 0000000000..8d878992d2 Binary files /dev/null and b/theme/colors/pix/f/xlsx.gif differ diff --git a/theme/colors/pix/f/xltm.gif b/theme/colors/pix/f/xltm.gif new file mode 100755 index 0000000000..8733676a89 Binary files /dev/null and b/theme/colors/pix/f/xltm.gif differ diff --git a/theme/colors/pix/f/xltx.gif b/theme/colors/pix/f/xltx.gif new file mode 100755 index 0000000000..fa891e1842 Binary files /dev/null and b/theme/colors/pix/f/xltx.gif differ diff --git a/theme/colors/pix/f/xml.gif b/theme/colors/pix/f/xml.gif new file mode 100755 index 0000000000..3bb11f5b02 Binary files /dev/null and b/theme/colors/pix/f/xml.gif differ diff --git a/theme/colors/pix/f/zip.gif b/theme/colors/pix/f/zip.gif new file mode 100755 index 0000000000..09d44d1f77 Binary files /dev/null and b/theme/colors/pix/f/zip.gif differ diff --git a/theme/colors/pix/g/f1.png b/theme/colors/pix/g/f1.png new file mode 100755 index 0000000000..a8e713b315 Binary files /dev/null and b/theme/colors/pix/g/f1.png differ diff --git a/theme/colors/pix/g/f2.png b/theme/colors/pix/g/f2.png new file mode 100755 index 0000000000..4ea14af785 Binary files /dev/null and b/theme/colors/pix/g/f2.png differ diff --git a/theme/colors/pix/help.gif b/theme/colors/pix/help.gif new file mode 100755 index 0000000000..78fddd9416 Binary files /dev/null and b/theme/colors/pix/help.gif differ diff --git a/theme/colors/pix/i/ICONS-16x16 b/theme/colors/pix/i/ICONS-16x16 new file mode 100755 index 0000000000..e69de29bb2 diff --git a/theme/colors/pix/i/admin.gif b/theme/colors/pix/i/admin.gif new file mode 100755 index 0000000000..3a6b33190a Binary files /dev/null and b/theme/colors/pix/i/admin.gif differ diff --git a/theme/colors/pix/i/agg_mean.gif b/theme/colors/pix/i/agg_mean.gif new file mode 100755 index 0000000000..ed4c0fdb8c Binary files /dev/null and b/theme/colors/pix/i/agg_mean.gif differ diff --git a/theme/colors/pix/i/agg_sum.gif b/theme/colors/pix/i/agg_sum.gif new file mode 100755 index 0000000000..3c6447099b Binary files /dev/null and b/theme/colors/pix/i/agg_sum.gif differ diff --git a/theme/colors/pix/i/ajaxloader.gif b/theme/colors/pix/i/ajaxloader.gif new file mode 100755 index 0000000000..05dacd656d Binary files /dev/null and b/theme/colors/pix/i/ajaxloader.gif differ diff --git a/theme/colors/pix/i/all.gif b/theme/colors/pix/i/all.gif new file mode 100755 index 0000000000..e45d5af05d Binary files /dev/null and b/theme/colors/pix/i/all.gif differ diff --git a/theme/colors/pix/i/backup.gif b/theme/colors/pix/i/backup.gif new file mode 100755 index 0000000000..25213ff416 Binary files /dev/null and b/theme/colors/pix/i/backup.gif differ diff --git a/theme/colors/pix/i/calc.gif b/theme/colors/pix/i/calc.gif new file mode 100755 index 0000000000..cff8bb41b9 Binary files /dev/null and b/theme/colors/pix/i/calc.gif differ diff --git a/theme/colors/pix/i/calendar.gif b/theme/colors/pix/i/calendar.gif new file mode 100755 index 0000000000..43638d6a23 Binary files /dev/null and b/theme/colors/pix/i/calendar.gif differ diff --git a/theme/colors/pix/i/closed.gif b/theme/colors/pix/i/closed.gif new file mode 100755 index 0000000000..43024ee370 Binary files /dev/null and b/theme/colors/pix/i/closed.gif differ diff --git a/theme/colors/pix/i/course.gif b/theme/colors/pix/i/course.gif new file mode 100755 index 0000000000..71f1c8b128 Binary files /dev/null and b/theme/colors/pix/i/course.gif differ diff --git a/theme/colors/pix/i/cross_red_big.gif b/theme/colors/pix/i/cross_red_big.gif new file mode 100755 index 0000000000..bcfc218a75 Binary files /dev/null and b/theme/colors/pix/i/cross_red_big.gif differ diff --git a/theme/colors/pix/i/cross_red_small.gif b/theme/colors/pix/i/cross_red_small.gif new file mode 100755 index 0000000000..8c7f8cb014 Binary files /dev/null and b/theme/colors/pix/i/cross_red_small.gif differ diff --git a/theme/colors/pix/i/db.gif b/theme/colors/pix/i/db.gif new file mode 100755 index 0000000000..3fc5b22585 Binary files /dev/null and b/theme/colors/pix/i/db.gif differ diff --git a/theme/colors/pix/i/edit.gif b/theme/colors/pix/i/edit.gif new file mode 100755 index 0000000000..05eafcc595 Binary files /dev/null and b/theme/colors/pix/i/edit.gif differ diff --git a/theme/colors/pix/i/email.gif b/theme/colors/pix/i/email.gif new file mode 100755 index 0000000000..61e96ec654 Binary files /dev/null and b/theme/colors/pix/i/email.gif differ diff --git a/theme/colors/pix/i/feedback.gif b/theme/colors/pix/i/feedback.gif new file mode 100755 index 0000000000..ad43629a60 Binary files /dev/null and b/theme/colors/pix/i/feedback.gif differ diff --git a/theme/colors/pix/i/feedback_add.gif b/theme/colors/pix/i/feedback_add.gif new file mode 100755 index 0000000000..a39b5fa097 Binary files /dev/null and b/theme/colors/pix/i/feedback_add.gif differ diff --git a/theme/colors/pix/i/files.gif b/theme/colors/pix/i/files.gif new file mode 100755 index 0000000000..81230c66f7 Binary files /dev/null and b/theme/colors/pix/i/files.gif differ diff --git a/theme/colors/pix/i/grades.gif b/theme/colors/pix/i/grades.gif new file mode 100755 index 0000000000..b61c5854c3 Binary files /dev/null and b/theme/colors/pix/i/grades.gif differ diff --git a/theme/colors/pix/i/group.gif b/theme/colors/pix/i/group.gif new file mode 100755 index 0000000000..4e6e6364de Binary files /dev/null and b/theme/colors/pix/i/group.gif differ diff --git a/theme/colors/pix/i/guest.gif b/theme/colors/pix/i/guest.gif new file mode 100755 index 0000000000..37b4fc0bb1 Binary files /dev/null and b/theme/colors/pix/i/guest.gif differ diff --git a/theme/colors/pix/i/hide.gif b/theme/colors/pix/i/hide.gif new file mode 100755 index 0000000000..ebff28b120 Binary files /dev/null and b/theme/colors/pix/i/hide.gif differ diff --git a/theme/colors/pix/i/ical.gif b/theme/colors/pix/i/ical.gif new file mode 100755 index 0000000000..fcc8e4d25b Binary files /dev/null and b/theme/colors/pix/i/ical.gif differ diff --git a/theme/colors/pix/i/info.gif b/theme/colors/pix/i/info.gif new file mode 100755 index 0000000000..2994a09c01 Binary files /dev/null and b/theme/colors/pix/i/info.gif differ diff --git a/theme/colors/pix/i/isf.gif b/theme/colors/pix/i/isf.gif new file mode 100755 index 0000000000..390d451ffb Binary files /dev/null and b/theme/colors/pix/i/isf.gif differ diff --git a/theme/colors/pix/i/item.gif b/theme/colors/pix/i/item.gif new file mode 100755 index 0000000000..2bc07e2044 Binary files /dev/null and b/theme/colors/pix/i/item.gif differ diff --git a/theme/colors/pix/i/key.gif b/theme/colors/pix/i/key.gif new file mode 100755 index 0000000000..554dfdbf2f Binary files /dev/null and b/theme/colors/pix/i/key.gif differ diff --git a/theme/colors/pix/i/lock.gif b/theme/colors/pix/i/lock.gif new file mode 100755 index 0000000000..6ad27be01f Binary files /dev/null and b/theme/colors/pix/i/lock.gif differ diff --git a/theme/colors/pix/i/log.gif b/theme/colors/pix/i/log.gif new file mode 100755 index 0000000000..8ca969b7e2 Binary files /dev/null and b/theme/colors/pix/i/log.gif differ diff --git a/theme/colors/pix/i/mahara_host.gif b/theme/colors/pix/i/mahara_host.gif new file mode 100755 index 0000000000..25711e4bfa Binary files /dev/null and b/theme/colors/pix/i/mahara_host.gif differ diff --git a/theme/colors/pix/i/marked.gif b/theme/colors/pix/i/marked.gif new file mode 100755 index 0000000000..61ea8870a3 Binary files /dev/null and b/theme/colors/pix/i/marked.gif differ diff --git a/theme/colors/pix/i/marker.gif b/theme/colors/pix/i/marker.gif new file mode 100755 index 0000000000..cad8d92773 Binary files /dev/null and b/theme/colors/pix/i/marker.gif differ diff --git a/theme/colors/pix/i/mean.gif b/theme/colors/pix/i/mean.gif new file mode 100755 index 0000000000..ba300ddef5 Binary files /dev/null and b/theme/colors/pix/i/mean.gif differ diff --git a/theme/colors/pix/i/mnethost.gif b/theme/colors/pix/i/mnethost.gif new file mode 100755 index 0000000000..a6eb2c3cce Binary files /dev/null and b/theme/colors/pix/i/mnethost.gif differ diff --git a/theme/colors/pix/i/moodle_host.gif b/theme/colors/pix/i/moodle_host.gif new file mode 100755 index 0000000000..a6eb2c3cce Binary files /dev/null and b/theme/colors/pix/i/moodle_host.gif differ diff --git a/theme/colors/pix/i/move_2d.gif b/theme/colors/pix/i/move_2d.gif new file mode 100755 index 0000000000..9fe5765bc8 Binary files /dev/null and b/theme/colors/pix/i/move_2d.gif differ diff --git a/theme/colors/pix/i/new.gif b/theme/colors/pix/i/new.gif new file mode 100755 index 0000000000..b0bdf6ddf7 Binary files /dev/null and b/theme/colors/pix/i/new.gif differ diff --git a/theme/colors/pix/i/news.gif b/theme/colors/pix/i/news.gif new file mode 100755 index 0000000000..1718f19442 Binary files /dev/null and b/theme/colors/pix/i/news.gif differ diff --git a/theme/colors/pix/i/one.gif b/theme/colors/pix/i/one.gif new file mode 100755 index 0000000000..f60dd442eb Binary files /dev/null and b/theme/colors/pix/i/one.gif differ diff --git a/theme/colors/pix/i/open.gif b/theme/colors/pix/i/open.gif new file mode 100755 index 0000000000..9efbec9326 Binary files /dev/null and b/theme/colors/pix/i/open.gif differ diff --git a/theme/colors/pix/i/outcomes.gif b/theme/colors/pix/i/outcomes.gif new file mode 100755 index 0000000000..52c0c74d3d Binary files /dev/null and b/theme/colors/pix/i/outcomes.gif differ diff --git a/theme/colors/pix/i/payment.gif b/theme/colors/pix/i/payment.gif new file mode 100755 index 0000000000..e396071e32 Binary files /dev/null and b/theme/colors/pix/i/payment.gif differ diff --git a/theme/colors/pix/i/questions.gif b/theme/colors/pix/i/questions.gif new file mode 100755 index 0000000000..0dced7f9fd Binary files /dev/null and b/theme/colors/pix/i/questions.gif differ diff --git a/theme/colors/pix/i/report.gif b/theme/colors/pix/i/report.gif new file mode 100755 index 0000000000..7904489158 Binary files /dev/null and b/theme/colors/pix/i/report.gif differ diff --git a/theme/colors/pix/i/restore.gif b/theme/colors/pix/i/restore.gif new file mode 100755 index 0000000000..2a3c778b74 Binary files /dev/null and b/theme/colors/pix/i/restore.gif differ diff --git a/theme/colors/pix/i/return.gif b/theme/colors/pix/i/return.gif new file mode 100755 index 0000000000..11cf4fb194 Binary files /dev/null and b/theme/colors/pix/i/return.gif differ diff --git a/theme/colors/pix/i/risk_config.gif b/theme/colors/pix/i/risk_config.gif new file mode 100755 index 0000000000..a1ed904a8d Binary files /dev/null and b/theme/colors/pix/i/risk_config.gif differ diff --git a/theme/colors/pix/i/risk_managetrust.gif b/theme/colors/pix/i/risk_managetrust.gif new file mode 100755 index 0000000000..e61d25a401 Binary files /dev/null and b/theme/colors/pix/i/risk_managetrust.gif differ diff --git a/theme/colors/pix/i/risk_personal.gif b/theme/colors/pix/i/risk_personal.gif new file mode 100755 index 0000000000..6c11981926 Binary files /dev/null and b/theme/colors/pix/i/risk_personal.gif differ diff --git a/theme/colors/pix/i/risk_spam.gif b/theme/colors/pix/i/risk_spam.gif new file mode 100755 index 0000000000..53ba2ae3dd Binary files /dev/null and b/theme/colors/pix/i/risk_spam.gif differ diff --git a/theme/colors/pix/i/risk_xss.gif b/theme/colors/pix/i/risk_xss.gif new file mode 100755 index 0000000000..6bc05d7128 Binary files /dev/null and b/theme/colors/pix/i/risk_xss.gif differ diff --git a/theme/colors/pix/i/roles.gif b/theme/colors/pix/i/roles.gif new file mode 100755 index 0000000000..b3bb135385 Binary files /dev/null and b/theme/colors/pix/i/roles.gif differ diff --git a/theme/colors/pix/i/rss.gif b/theme/colors/pix/i/rss.gif new file mode 100755 index 0000000000..5305652b61 Binary files /dev/null and b/theme/colors/pix/i/rss.gif differ diff --git a/theme/colors/pix/i/rsssitelogo.gif b/theme/colors/pix/i/rsssitelogo.gif new file mode 100755 index 0000000000..5c0176c132 Binary files /dev/null and b/theme/colors/pix/i/rsssitelogo.gif differ diff --git a/theme/colors/pix/i/scales.gif b/theme/colors/pix/i/scales.gif new file mode 100755 index 0000000000..47fcd2e940 Binary files /dev/null and b/theme/colors/pix/i/scales.gif differ diff --git a/theme/colors/pix/i/search.gif b/theme/colors/pix/i/search.gif new file mode 100755 index 0000000000..1a42ad46f7 Binary files /dev/null and b/theme/colors/pix/i/search.gif differ diff --git a/theme/colors/pix/i/settings.gif b/theme/colors/pix/i/settings.gif new file mode 100755 index 0000000000..7bf8a89b8b Binary files /dev/null and b/theme/colors/pix/i/settings.gif differ diff --git a/theme/colors/pix/i/show.gif b/theme/colors/pix/i/show.gif new file mode 100755 index 0000000000..64c9f854bd Binary files /dev/null and b/theme/colors/pix/i/show.gif differ diff --git a/theme/colors/pix/i/stats.gif b/theme/colors/pix/i/stats.gif new file mode 100755 index 0000000000..823e618355 Binary files /dev/null and b/theme/colors/pix/i/stats.gif differ diff --git a/theme/colors/pix/i/switch.gif b/theme/colors/pix/i/switch.gif new file mode 100755 index 0000000000..a9ddf6d09b Binary files /dev/null and b/theme/colors/pix/i/switch.gif differ diff --git a/theme/colors/pix/i/tick_amber_big.gif b/theme/colors/pix/i/tick_amber_big.gif new file mode 100755 index 0000000000..50730272f0 Binary files /dev/null and b/theme/colors/pix/i/tick_amber_big.gif differ diff --git a/theme/colors/pix/i/tick_amber_small.gif b/theme/colors/pix/i/tick_amber_small.gif new file mode 100755 index 0000000000..7a711d9cbd Binary files /dev/null and b/theme/colors/pix/i/tick_amber_small.gif differ diff --git a/theme/colors/pix/i/tick_green_big.gif b/theme/colors/pix/i/tick_green_big.gif new file mode 100755 index 0000000000..e5cadc00f2 Binary files /dev/null and b/theme/colors/pix/i/tick_green_big.gif differ diff --git a/theme/colors/pix/i/tick_green_small.gif b/theme/colors/pix/i/tick_green_small.gif new file mode 100755 index 0000000000..0528f3ef34 Binary files /dev/null and b/theme/colors/pix/i/tick_green_small.gif differ diff --git a/theme/colors/pix/i/unlock.gif b/theme/colors/pix/i/unlock.gif new file mode 100755 index 0000000000..16d90a5a64 Binary files /dev/null and b/theme/colors/pix/i/unlock.gif differ diff --git a/theme/colors/pix/i/user.gif b/theme/colors/pix/i/user.gif new file mode 100755 index 0000000000..e8b1e454df Binary files /dev/null and b/theme/colors/pix/i/user.gif differ diff --git a/theme/colors/pix/i/users.gif b/theme/colors/pix/i/users.gif new file mode 100755 index 0000000000..ad8f4064c5 Binary files /dev/null and b/theme/colors/pix/i/users.gif differ diff --git a/theme/colors/pix/m/USD.gif b/theme/colors/pix/m/USD.gif new file mode 100755 index 0000000000..df67e2ac8f Binary files /dev/null and b/theme/colors/pix/m/USD.gif differ diff --git a/theme/colors/pix/madewithmoodle.gif b/theme/colors/pix/madewithmoodle.gif new file mode 100755 index 0000000000..e19dda39fd Binary files /dev/null and b/theme/colors/pix/madewithmoodle.gif differ diff --git a/theme/colors/pix/mod/README.txt b/theme/colors/pix/mod/README.txt new file mode 100755 index 0000000000..5d28268194 --- /dev/null +++ b/theme/colors/pix/mod/README.txt @@ -0,0 +1,42 @@ +ACTIVITY MODULES +---------------- + +These are main modules in Moodle, allowing various activities. + + +Each of these modules contains a number of expected components: + + mod.html: a form to setup/update a module instance + + version.php: defines some meta-info and provides upgrading code + + icon.gif: a 16x16 icon for the module + + db/mysql.sql: an SQL dump of all the required db tables and data + + index.php: a page to list all instances in a course + + view.php: a page to view a particular instance + + lib.php: any/all functions defined by the module should be in here. + constants should be defined using MODULENAME_xxxxxx + functions should be defined using modulename_xxxxxx + + There are a number of standard functions: + + modulename_add_instance() + modulename_update_instance() + modulename_delete_instance() + + modulename_user_complete() + modulename_user_outline() + + modulename_cron() + + modulename_print_recent_activity() + + +If you are a developer and interested in developing new Modules see: + + Moodle Documentation: http://moodle.org/doc + Moodle Community: http://moodle.org/community diff --git a/theme/colors/pix/mod/assignment/icon.gif b/theme/colors/pix/mod/assignment/icon.gif new file mode 100755 index 0000000000..b449f9f656 Binary files /dev/null and b/theme/colors/pix/mod/assignment/icon.gif differ diff --git a/theme/colors/pix/mod/book/icon.gif b/theme/colors/pix/mod/book/icon.gif new file mode 100755 index 0000000000..4ff892bdd1 Binary files /dev/null and b/theme/colors/pix/mod/book/icon.gif differ diff --git a/theme/colors/pix/mod/book/icon.png b/theme/colors/pix/mod/book/icon.png new file mode 100755 index 0000000000..7f879f8cb5 Binary files /dev/null and b/theme/colors/pix/mod/book/icon.png differ diff --git a/theme/colors/pix/mod/chat/icon.gif b/theme/colors/pix/mod/chat/icon.gif new file mode 100755 index 0000000000..1cd9d8db30 Binary files /dev/null and b/theme/colors/pix/mod/chat/icon.gif differ diff --git a/theme/colors/pix/mod/choice/icon.gif b/theme/colors/pix/mod/choice/icon.gif new file mode 100755 index 0000000000..fff3a5b12a Binary files /dev/null and b/theme/colors/pix/mod/choice/icon.gif differ diff --git a/theme/colors/pix/mod/data/icon.gif b/theme/colors/pix/mod/data/icon.gif new file mode 100755 index 0000000000..555d24d047 Binary files /dev/null and b/theme/colors/pix/mod/data/icon.gif differ diff --git a/theme/colors/pix/mod/exercise/icon.gif b/theme/colors/pix/mod/exercise/icon.gif new file mode 100755 index 0000000000..40fdada19d Binary files /dev/null and b/theme/colors/pix/mod/exercise/icon.gif differ diff --git a/theme/colors/pix/mod/forum/icon.gif b/theme/colors/pix/mod/forum/icon.gif new file mode 100755 index 0000000000..a5a56c6151 Binary files /dev/null and b/theme/colors/pix/mod/forum/icon.gif differ diff --git a/theme/colors/pix/mod/glossary/asc.gif b/theme/colors/pix/mod/glossary/asc.gif new file mode 100755 index 0000000000..f875025ffe Binary files /dev/null and b/theme/colors/pix/mod/glossary/asc.gif differ diff --git a/theme/colors/pix/mod/glossary/check.gif b/theme/colors/pix/mod/glossary/check.gif new file mode 100755 index 0000000000..53b7801461 Binary files /dev/null and b/theme/colors/pix/mod/glossary/check.gif differ diff --git a/theme/colors/pix/mod/glossary/comment.gif b/theme/colors/pix/mod/glossary/comment.gif new file mode 100755 index 0000000000..16133a538d Binary files /dev/null and b/theme/colors/pix/mod/glossary/comment.gif differ diff --git a/theme/colors/pix/mod/glossary/desc.gif b/theme/colors/pix/mod/glossary/desc.gif new file mode 100755 index 0000000000..b18d95a9c8 Binary files /dev/null and b/theme/colors/pix/mod/glossary/desc.gif differ diff --git a/theme/colors/pix/mod/glossary/export.gif b/theme/colors/pix/mod/glossary/export.gif new file mode 100755 index 0000000000..df16705418 Binary files /dev/null and b/theme/colors/pix/mod/glossary/export.gif differ diff --git a/theme/colors/pix/mod/glossary/icon.gif b/theme/colors/pix/mod/glossary/icon.gif new file mode 100755 index 0000000000..41872c4dfb Binary files /dev/null and b/theme/colors/pix/mod/glossary/icon.gif differ diff --git a/theme/colors/pix/mod/glossary/icon1.gif b/theme/colors/pix/mod/glossary/icon1.gif new file mode 100755 index 0000000000..d4b8631416 Binary files /dev/null and b/theme/colors/pix/mod/glossary/icon1.gif differ diff --git a/theme/colors/pix/mod/glossary/minus.gif b/theme/colors/pix/mod/glossary/minus.gif new file mode 100755 index 0000000000..39ac44fbf4 Binary files /dev/null and b/theme/colors/pix/mod/glossary/minus.gif differ diff --git a/theme/colors/pix/mod/glossary/print.gif b/theme/colors/pix/mod/glossary/print.gif new file mode 100755 index 0000000000..fcda9615d1 Binary files /dev/null and b/theme/colors/pix/mod/glossary/print.gif differ diff --git a/theme/colors/pix/mod/hotpot/icon.gif b/theme/colors/pix/mod/hotpot/icon.gif new file mode 100755 index 0000000000..b398768b32 Binary files /dev/null and b/theme/colors/pix/mod/hotpot/icon.gif differ diff --git a/theme/colors/pix/mod/index.html b/theme/colors/pix/mod/index.html new file mode 100755 index 0000000000..e69de29bb2 diff --git a/theme/colors/pix/mod/journal/icon.gif b/theme/colors/pix/mod/journal/icon.gif new file mode 100755 index 0000000000..d7b113320b Binary files /dev/null and b/theme/colors/pix/mod/journal/icon.gif differ diff --git a/theme/colors/pix/mod/label/icon.gif b/theme/colors/pix/mod/label/icon.gif new file mode 100755 index 0000000000..afa35d373d Binary files /dev/null and b/theme/colors/pix/mod/label/icon.gif differ diff --git a/theme/colors/pix/mod/lams/icon.gif b/theme/colors/pix/mod/lams/icon.gif new file mode 100755 index 0000000000..291d29e1ef Binary files /dev/null and b/theme/colors/pix/mod/lams/icon.gif differ diff --git a/theme/colors/pix/mod/lesson/icon.gif b/theme/colors/pix/mod/lesson/icon.gif new file mode 100755 index 0000000000..1e9bb53d06 Binary files /dev/null and b/theme/colors/pix/mod/lesson/icon.gif differ diff --git a/theme/colors/pix/mod/object/icon.gif b/theme/colors/pix/mod/object/icon.gif new file mode 100755 index 0000000000..6b387cb99d Binary files /dev/null and b/theme/colors/pix/mod/object/icon.gif differ diff --git a/theme/colors/pix/mod/questionnaire/grades.gif b/theme/colors/pix/mod/questionnaire/grades.gif new file mode 100755 index 0000000000..b61c5854c3 Binary files /dev/null and b/theme/colors/pix/mod/questionnaire/grades.gif differ diff --git a/theme/colors/pix/mod/questionnaire/icon.gif b/theme/colors/pix/mod/questionnaire/icon.gif new file mode 100755 index 0000000000..63b5918847 Binary files /dev/null and b/theme/colors/pix/mod/questionnaire/icon.gif differ diff --git a/theme/colors/pix/mod/questionnaire/icon_old.gif b/theme/colors/pix/mod/questionnaire/icon_old.gif new file mode 100755 index 0000000000..2f7b2aa577 Binary files /dev/null and b/theme/colors/pix/mod/questionnaire/icon_old.gif differ diff --git a/theme/colors/pix/mod/quiz/icon.gif b/theme/colors/pix/mod/quiz/icon.gif new file mode 100755 index 0000000000..b61c5854c3 Binary files /dev/null and b/theme/colors/pix/mod/quiz/icon.gif differ diff --git a/theme/colors/pix/mod/resource/icon.gif b/theme/colors/pix/mod/resource/icon.gif new file mode 100755 index 0000000000..3f277e1674 Binary files /dev/null and b/theme/colors/pix/mod/resource/icon.gif differ diff --git a/theme/colors/pix/mod/scorm/icon.gif b/theme/colors/pix/mod/scorm/icon.gif new file mode 100755 index 0000000000..d645be91c7 Binary files /dev/null and b/theme/colors/pix/mod/scorm/icon.gif differ diff --git a/theme/colors/pix/mod/survey/icon.gif b/theme/colors/pix/mod/survey/icon.gif new file mode 100755 index 0000000000..0050f789f1 Binary files /dev/null and b/theme/colors/pix/mod/survey/icon.gif differ diff --git a/theme/colors/pix/mod/survey/icon2.gif b/theme/colors/pix/mod/survey/icon2.gif new file mode 100755 index 0000000000..7acf6339c9 Binary files /dev/null and b/theme/colors/pix/mod/survey/icon2.gif differ diff --git a/theme/colors/pix/mod/wiki/icon.gif b/theme/colors/pix/mod/wiki/icon.gif new file mode 100755 index 0000000000..334c5703af Binary files /dev/null and b/theme/colors/pix/mod/wiki/icon.gif differ diff --git a/theme/colors/pix/mod/workshop/icon.gif b/theme/colors/pix/mod/workshop/icon.gif new file mode 100755 index 0000000000..114cb3d0be Binary files /dev/null and b/theme/colors/pix/mod/workshop/icon.gif differ diff --git a/theme/colors/pix/moodlelogo-med-white.gif b/theme/colors/pix/moodlelogo-med-white.gif new file mode 100755 index 0000000000..29a849afe4 Binary files /dev/null and b/theme/colors/pix/moodlelogo-med-white.gif differ diff --git a/theme/colors/pix/moodlelogo-med.gif b/theme/colors/pix/moodlelogo-med.gif new file mode 100755 index 0000000000..6113a983e0 Binary files /dev/null and b/theme/colors/pix/moodlelogo-med.gif differ diff --git a/theme/colors/pix/moodlelogo.gif b/theme/colors/pix/moodlelogo.gif new file mode 100755 index 0000000000..069541a7e6 Binary files /dev/null and b/theme/colors/pix/moodlelogo.gif differ diff --git a/theme/colors/pix/movehere.gif b/theme/colors/pix/movehere.gif new file mode 100755 index 0000000000..aaa4e5d9bc Binary files /dev/null and b/theme/colors/pix/movehere.gif differ diff --git a/theme/colors/pix/req.gif b/theme/colors/pix/req.gif new file mode 100755 index 0000000000..1deb8d25b0 Binary files /dev/null and b/theme/colors/pix/req.gif differ diff --git a/theme/colors/pix/rightarrow2.gif b/theme/colors/pix/rightarrow2.gif new file mode 100755 index 0000000000..fb0fbe9475 Binary files /dev/null and b/theme/colors/pix/rightarrow2.gif differ diff --git a/theme/colors/pix/s/SMILEYS b/theme/colors/pix/s/SMILEYS new file mode 100755 index 0000000000..510b9ed04b --- /dev/null +++ b/theme/colors/pix/s/SMILEYS @@ -0,0 +1 @@ +All these icon are 15x15 and saved using adaptive color tables diff --git a/theme/colors/pix/s/angry.gif b/theme/colors/pix/s/angry.gif new file mode 100755 index 0000000000..a8bdd391c8 Binary files /dev/null and b/theme/colors/pix/s/angry.gif differ diff --git a/theme/colors/pix/s/approve.gif b/theme/colors/pix/s/approve.gif new file mode 100755 index 0000000000..32c1b5f324 Binary files /dev/null and b/theme/colors/pix/s/approve.gif differ diff --git a/theme/colors/pix/s/biggrin.gif b/theme/colors/pix/s/biggrin.gif new file mode 100755 index 0000000000..fae4db8cd9 Binary files /dev/null and b/theme/colors/pix/s/biggrin.gif differ diff --git a/theme/colors/pix/s/blackeye.gif b/theme/colors/pix/s/blackeye.gif new file mode 100755 index 0000000000..8daf4a29b6 Binary files /dev/null and b/theme/colors/pix/s/blackeye.gif differ diff --git a/theme/colors/pix/s/blush.gif b/theme/colors/pix/s/blush.gif new file mode 100755 index 0000000000..0764eb98e6 Binary files /dev/null and b/theme/colors/pix/s/blush.gif differ diff --git a/theme/colors/pix/s/clown.gif b/theme/colors/pix/s/clown.gif new file mode 100755 index 0000000000..314322d0f0 Binary files /dev/null and b/theme/colors/pix/s/clown.gif differ diff --git a/theme/colors/pix/s/cool.gif b/theme/colors/pix/s/cool.gif new file mode 100755 index 0000000000..283bb8b94f Binary files /dev/null and b/theme/colors/pix/s/cool.gif differ diff --git a/theme/colors/pix/s/dead.gif b/theme/colors/pix/s/dead.gif new file mode 100755 index 0000000000..c4b1302da3 Binary files /dev/null and b/theme/colors/pix/s/dead.gif differ diff --git a/theme/colors/pix/s/egg.gif b/theme/colors/pix/s/egg.gif new file mode 100755 index 0000000000..64eea342ac Binary files /dev/null and b/theme/colors/pix/s/egg.gif differ diff --git a/theme/colors/pix/s/evil.gif b/theme/colors/pix/s/evil.gif new file mode 100755 index 0000000000..b2a121d73a Binary files /dev/null and b/theme/colors/pix/s/evil.gif differ diff --git a/theme/colors/pix/s/heart.gif b/theme/colors/pix/s/heart.gif new file mode 100755 index 0000000000..720b69548f Binary files /dev/null and b/theme/colors/pix/s/heart.gif differ diff --git a/theme/colors/pix/s/kiss.gif b/theme/colors/pix/s/kiss.gif new file mode 100755 index 0000000000..89c8bfed03 Binary files /dev/null and b/theme/colors/pix/s/kiss.gif differ diff --git a/theme/colors/pix/s/martin.gif b/theme/colors/pix/s/martin.gif new file mode 100755 index 0000000000..ef261dcbcc Binary files /dev/null and b/theme/colors/pix/s/martin.gif differ diff --git a/theme/colors/pix/s/mixed.gif b/theme/colors/pix/s/mixed.gif new file mode 100755 index 0000000000..501b35b870 Binary files /dev/null and b/theme/colors/pix/s/mixed.gif differ diff --git a/theme/colors/pix/s/no.gif b/theme/colors/pix/s/no.gif new file mode 100755 index 0000000000..d2d573072e Binary files /dev/null and b/theme/colors/pix/s/no.gif differ diff --git a/theme/colors/pix/s/sad.gif b/theme/colors/pix/s/sad.gif new file mode 100755 index 0000000000..cef2e8bedd Binary files /dev/null and b/theme/colors/pix/s/sad.gif differ diff --git a/theme/colors/pix/s/shy.gif b/theme/colors/pix/s/shy.gif new file mode 100755 index 0000000000..1f0960e937 Binary files /dev/null and b/theme/colors/pix/s/shy.gif differ diff --git a/theme/colors/pix/s/sleepy.gif b/theme/colors/pix/s/sleepy.gif new file mode 100755 index 0000000000..55b10ba001 Binary files /dev/null and b/theme/colors/pix/s/sleepy.gif differ diff --git a/theme/colors/pix/s/smiley.gif b/theme/colors/pix/s/smiley.gif new file mode 100755 index 0000000000..8f145aa399 Binary files /dev/null and b/theme/colors/pix/s/smiley.gif differ diff --git a/theme/colors/pix/s/surprise.gif b/theme/colors/pix/s/surprise.gif new file mode 100755 index 0000000000..2a08548ce7 Binary files /dev/null and b/theme/colors/pix/s/surprise.gif differ diff --git a/theme/colors/pix/s/thoughtful.gif b/theme/colors/pix/s/thoughtful.gif new file mode 100755 index 0000000000..ea46db1bfc Binary files /dev/null and b/theme/colors/pix/s/thoughtful.gif differ diff --git a/theme/colors/pix/s/tongueout.gif b/theme/colors/pix/s/tongueout.gif new file mode 100755 index 0000000000..6a7f8fa424 Binary files /dev/null and b/theme/colors/pix/s/tongueout.gif differ diff --git a/theme/colors/pix/s/toughtful.gif b/theme/colors/pix/s/toughtful.gif new file mode 100755 index 0000000000..4d41b2d826 Binary files /dev/null and b/theme/colors/pix/s/toughtful.gif differ diff --git a/theme/colors/pix/s/wideeyes.gif b/theme/colors/pix/s/wideeyes.gif new file mode 100755 index 0000000000..49705ada76 Binary files /dev/null and b/theme/colors/pix/s/wideeyes.gif differ diff --git a/theme/colors/pix/s/wink.gif b/theme/colors/pix/s/wink.gif new file mode 100755 index 0000000000..dfc35cca2c Binary files /dev/null and b/theme/colors/pix/s/wink.gif differ diff --git a/theme/colors/pix/s/yes.gif b/theme/colors/pix/s/yes.gif new file mode 100755 index 0000000000..95d206e382 Binary files /dev/null and b/theme/colors/pix/s/yes.gif differ diff --git a/theme/colors/pix/section_508.gif b/theme/colors/pix/section_508.gif new file mode 100755 index 0000000000..89e9c9a181 Binary files /dev/null and b/theme/colors/pix/section_508.gif differ diff --git a/theme/colors/pix/spacer.gif b/theme/colors/pix/spacer.gif new file mode 100755 index 0000000000..e91556e79c Binary files /dev/null and b/theme/colors/pix/spacer.gif differ diff --git a/theme/colors/pix/t/backup.gif b/theme/colors/pix/t/backup.gif new file mode 100755 index 0000000000..bf7b63e6d3 Binary files /dev/null and b/theme/colors/pix/t/backup.gif differ diff --git a/theme/colors/pix/t/calc.gif b/theme/colors/pix/t/calc.gif new file mode 100755 index 0000000000..b0f8e5ff64 Binary files /dev/null and b/theme/colors/pix/t/calc.gif differ diff --git a/theme/colors/pix/t/calc_off.gif b/theme/colors/pix/t/calc_off.gif new file mode 100755 index 0000000000..78b7c594aa Binary files /dev/null and b/theme/colors/pix/t/calc_off.gif differ diff --git a/theme/colors/pix/t/calendar.gif b/theme/colors/pix/t/calendar.gif new file mode 100755 index 0000000000..57b78ed9a0 Binary files /dev/null and b/theme/colors/pix/t/calendar.gif differ diff --git a/theme/colors/pix/t/clear.gif b/theme/colors/pix/t/clear.gif new file mode 100755 index 0000000000..027a5c37a9 Binary files /dev/null and b/theme/colors/pix/t/clear.gif differ diff --git a/theme/colors/pix/t/copy.gif b/theme/colors/pix/t/copy.gif new file mode 100755 index 0000000000..52c9afb70f Binary files /dev/null and b/theme/colors/pix/t/copy.gif differ diff --git a/theme/colors/pix/t/delete.gif b/theme/colors/pix/t/delete.gif new file mode 100755 index 0000000000..a84c7bf946 Binary files /dev/null and b/theme/colors/pix/t/delete.gif differ diff --git a/theme/colors/pix/t/down.gif b/theme/colors/pix/t/down.gif new file mode 100755 index 0000000000..e636cdd9f3 Binary files /dev/null and b/theme/colors/pix/t/down.gif differ diff --git a/theme/colors/pix/t/edit.gif b/theme/colors/pix/t/edit.gif new file mode 100755 index 0000000000..3c48aee34a Binary files /dev/null and b/theme/colors/pix/t/edit.gif differ diff --git a/theme/colors/pix/t/email.gif b/theme/colors/pix/t/email.gif new file mode 100755 index 0000000000..87711f7678 Binary files /dev/null and b/theme/colors/pix/t/email.gif differ diff --git a/theme/colors/pix/t/emailno.gif b/theme/colors/pix/t/emailno.gif new file mode 100755 index 0000000000..31197fcab8 Binary files /dev/null and b/theme/colors/pix/t/emailno.gif differ diff --git a/theme/colors/pix/t/feedback.gif b/theme/colors/pix/t/feedback.gif new file mode 100755 index 0000000000..e1cf9bb9d3 Binary files /dev/null and b/theme/colors/pix/t/feedback.gif differ diff --git a/theme/colors/pix/t/feedback_add.gif b/theme/colors/pix/t/feedback_add.gif new file mode 100755 index 0000000000..742ed4682e Binary files /dev/null and b/theme/colors/pix/t/feedback_add.gif differ diff --git a/theme/colors/pix/t/go.gif b/theme/colors/pix/t/go.gif new file mode 100755 index 0000000000..9bb1532449 Binary files /dev/null and b/theme/colors/pix/t/go.gif differ diff --git a/theme/colors/pix/t/grades.gif b/theme/colors/pix/t/grades.gif new file mode 100755 index 0000000000..e32235153c Binary files /dev/null and b/theme/colors/pix/t/grades.gif differ diff --git a/theme/colors/pix/t/groupn.gif b/theme/colors/pix/t/groupn.gif new file mode 100755 index 0000000000..398736f212 Binary files /dev/null and b/theme/colors/pix/t/groupn.gif differ diff --git a/theme/colors/pix/t/groups.gif b/theme/colors/pix/t/groups.gif new file mode 100755 index 0000000000..135752482e Binary files /dev/null and b/theme/colors/pix/t/groups.gif differ diff --git a/theme/colors/pix/t/groupv.gif b/theme/colors/pix/t/groupv.gif new file mode 100755 index 0000000000..c14507a8a7 Binary files /dev/null and b/theme/colors/pix/t/groupv.gif differ diff --git a/theme/colors/pix/t/hiddenuntil.gif b/theme/colors/pix/t/hiddenuntil.gif new file mode 100755 index 0000000000..ae8612976e Binary files /dev/null and b/theme/colors/pix/t/hiddenuntil.gif differ diff --git a/theme/colors/pix/t/hide.gif b/theme/colors/pix/t/hide.gif new file mode 100755 index 0000000000..09bb2b8485 Binary files /dev/null and b/theme/colors/pix/t/hide.gif differ diff --git a/theme/colors/pix/t/left.gif b/theme/colors/pix/t/left.gif new file mode 100755 index 0000000000..cfbae2281b Binary files /dev/null and b/theme/colors/pix/t/left.gif differ diff --git a/theme/colors/pix/t/lock.gif b/theme/colors/pix/t/lock.gif new file mode 100755 index 0000000000..b641210c5e Binary files /dev/null and b/theme/colors/pix/t/lock.gif differ diff --git a/theme/colors/pix/t/locktime.gif b/theme/colors/pix/t/locktime.gif new file mode 100755 index 0000000000..cdef1aedc2 Binary files /dev/null and b/theme/colors/pix/t/locktime.gif differ diff --git a/theme/colors/pix/t/log.gif b/theme/colors/pix/t/log.gif new file mode 100755 index 0000000000..d489c7008e Binary files /dev/null and b/theme/colors/pix/t/log.gif differ diff --git a/theme/colors/pix/t/mean.gif b/theme/colors/pix/t/mean.gif new file mode 100755 index 0000000000..4c113e4ca2 Binary files /dev/null and b/theme/colors/pix/t/mean.gif differ diff --git a/theme/colors/pix/t/message.gif b/theme/colors/pix/t/message.gif new file mode 100755 index 0000000000..87711f7678 Binary files /dev/null and b/theme/colors/pix/t/message.gif differ diff --git a/theme/colors/pix/t/move.gif b/theme/colors/pix/t/move.gif new file mode 100755 index 0000000000..25cb81744b Binary files /dev/null and b/theme/colors/pix/t/move.gif differ diff --git a/theme/colors/pix/t/moveleft.gif b/theme/colors/pix/t/moveleft.gif new file mode 100755 index 0000000000..7b18e91bf7 Binary files /dev/null and b/theme/colors/pix/t/moveleft.gif differ diff --git a/theme/colors/pix/t/moveright.gif b/theme/colors/pix/t/moveright.gif new file mode 100755 index 0000000000..a95371b057 Binary files /dev/null and b/theme/colors/pix/t/moveright.gif differ diff --git a/theme/colors/pix/t/outcomes.gif b/theme/colors/pix/t/outcomes.gif new file mode 100755 index 0000000000..dc25625f18 Binary files /dev/null and b/theme/colors/pix/t/outcomes.gif differ diff --git a/theme/colors/pix/t/preview.gif b/theme/colors/pix/t/preview.gif new file mode 100755 index 0000000000..1f47ced810 Binary files /dev/null and b/theme/colors/pix/t/preview.gif differ diff --git a/theme/colors/pix/t/ranges.gif b/theme/colors/pix/t/ranges.gif new file mode 100755 index 0000000000..3674474370 Binary files /dev/null and b/theme/colors/pix/t/ranges.gif differ diff --git a/theme/colors/pix/t/removeright.gif b/theme/colors/pix/t/removeright.gif new file mode 100755 index 0000000000..a95371b057 Binary files /dev/null and b/theme/colors/pix/t/removeright.gif differ diff --git a/theme/colors/pix/t/restore.gif b/theme/colors/pix/t/restore.gif new file mode 100755 index 0000000000..3151c3081f Binary files /dev/null and b/theme/colors/pix/t/restore.gif differ diff --git a/theme/colors/pix/t/right.gif b/theme/colors/pix/t/right.gif new file mode 100755 index 0000000000..5981365e75 Binary files /dev/null and b/theme/colors/pix/t/right.gif differ diff --git a/theme/colors/pix/t/scales.gif b/theme/colors/pix/t/scales.gif new file mode 100755 index 0000000000..3674474370 Binary files /dev/null and b/theme/colors/pix/t/scales.gif differ diff --git a/theme/colors/pix/t/show.gif b/theme/colors/pix/t/show.gif new file mode 100755 index 0000000000..7c2aaf657d Binary files /dev/null and b/theme/colors/pix/t/show.gif differ diff --git a/theme/colors/pix/t/sigma.gif b/theme/colors/pix/t/sigma.gif new file mode 100755 index 0000000000..8b52472fd6 Binary files /dev/null and b/theme/colors/pix/t/sigma.gif differ diff --git a/theme/colors/pix/t/stop.gif b/theme/colors/pix/t/stop.gif new file mode 100755 index 0000000000..545114b354 Binary files /dev/null and b/theme/colors/pix/t/stop.gif differ diff --git a/theme/colors/pix/t/switch.gif b/theme/colors/pix/t/switch.gif new file mode 100755 index 0000000000..7538980111 Binary files /dev/null and b/theme/colors/pix/t/switch.gif differ diff --git a/theme/colors/pix/t/switch_minus.gif b/theme/colors/pix/t/switch_minus.gif new file mode 100755 index 0000000000..9a209d203d Binary files /dev/null and b/theme/colors/pix/t/switch_minus.gif differ diff --git a/theme/colors/pix/t/switch_plus.gif b/theme/colors/pix/t/switch_plus.gif new file mode 100755 index 0000000000..7538980111 Binary files /dev/null and b/theme/colors/pix/t/switch_plus.gif differ diff --git a/theme/colors/pix/t/switch_whole.gif b/theme/colors/pix/t/switch_whole.gif new file mode 100755 index 0000000000..597b72ebb2 Binary files /dev/null and b/theme/colors/pix/t/switch_whole.gif differ diff --git a/theme/colors/pix/t/unlock.gif b/theme/colors/pix/t/unlock.gif new file mode 100755 index 0000000000..7c6abee125 Binary files /dev/null and b/theme/colors/pix/t/unlock.gif differ diff --git a/theme/colors/pix/t/up.gif b/theme/colors/pix/t/up.gif new file mode 100755 index 0000000000..25a12237d0 Binary files /dev/null and b/theme/colors/pix/t/up.gif differ diff --git a/theme/colors/pix/t/user.gif b/theme/colors/pix/t/user.gif new file mode 100755 index 0000000000..1f260b8895 Binary files /dev/null and b/theme/colors/pix/t/user.gif differ diff --git a/theme/colors/pix/t/usernot.gif b/theme/colors/pix/t/usernot.gif new file mode 100755 index 0000000000..9c3fcde55b Binary files /dev/null and b/theme/colors/pix/t/usernot.gif differ diff --git a/theme/colors/pix/tab/left.gif b/theme/colors/pix/tab/left.gif new file mode 100755 index 0000000000..4dc27c5df0 Binary files /dev/null and b/theme/colors/pix/tab/left.gif differ diff --git a/theme/colors/pix/tab/left2.gif b/theme/colors/pix/tab/left2.gif new file mode 100755 index 0000000000..2188d855a2 Binary files /dev/null and b/theme/colors/pix/tab/left2.gif differ diff --git a/theme/colors/pix/tab/left_active.gif b/theme/colors/pix/tab/left_active.gif new file mode 100755 index 0000000000..a85baf5572 Binary files /dev/null and b/theme/colors/pix/tab/left_active.gif differ diff --git a/theme/colors/pix/tab/left_active2.gif b/theme/colors/pix/tab/left_active2.gif new file mode 100755 index 0000000000..e435359e9b Binary files /dev/null and b/theme/colors/pix/tab/left_active2.gif differ diff --git a/theme/colors/pix/tab/left_hover.gif b/theme/colors/pix/tab/left_hover.gif new file mode 100755 index 0000000000..1b8e856a37 Binary files /dev/null and b/theme/colors/pix/tab/left_hover.gif differ diff --git a/theme/colors/pix/tab/left_hover2.gif b/theme/colors/pix/tab/left_hover2.gif new file mode 100755 index 0000000000..6cdb8013be Binary files /dev/null and b/theme/colors/pix/tab/left_hover2.gif differ diff --git a/theme/colors/pix/tab/left_inactive.gif b/theme/colors/pix/tab/left_inactive.gif new file mode 100755 index 0000000000..a7b4f3ec56 Binary files /dev/null and b/theme/colors/pix/tab/left_inactive.gif differ diff --git a/theme/colors/pix/tab/left_inactive2.gif b/theme/colors/pix/tab/left_inactive2.gif new file mode 100755 index 0000000000..549fd3fd7d Binary files /dev/null and b/theme/colors/pix/tab/left_inactive2.gif differ diff --git a/theme/colors/pix/tab/right.gif b/theme/colors/pix/tab/right.gif new file mode 100755 index 0000000000..09d7fe6161 Binary files /dev/null and b/theme/colors/pix/tab/right.gif differ diff --git a/theme/colors/pix/tab/right2.gif b/theme/colors/pix/tab/right2.gif new file mode 100755 index 0000000000..9ef5142522 Binary files /dev/null and b/theme/colors/pix/tab/right2.gif differ diff --git a/theme/colors/pix/tab/right_active.gif b/theme/colors/pix/tab/right_active.gif new file mode 100755 index 0000000000..43a5958d85 Binary files /dev/null and b/theme/colors/pix/tab/right_active.gif differ diff --git a/theme/colors/pix/tab/right_active2.gif b/theme/colors/pix/tab/right_active2.gif new file mode 100755 index 0000000000..bdc63e01fe Binary files /dev/null and b/theme/colors/pix/tab/right_active2.gif differ diff --git a/theme/colors/pix/tab/right_end.gif b/theme/colors/pix/tab/right_end.gif new file mode 100755 index 0000000000..cadc812ceb Binary files /dev/null and b/theme/colors/pix/tab/right_end.gif differ diff --git a/theme/colors/pix/tab/right_end2.gif b/theme/colors/pix/tab/right_end2.gif new file mode 100755 index 0000000000..aa0c546f3f Binary files /dev/null and b/theme/colors/pix/tab/right_end2.gif differ diff --git a/theme/colors/pix/tab/right_hover.gif b/theme/colors/pix/tab/right_hover.gif new file mode 100755 index 0000000000..b077d68de2 Binary files /dev/null and b/theme/colors/pix/tab/right_hover.gif differ diff --git a/theme/colors/pix/tab/right_hover2.gif b/theme/colors/pix/tab/right_hover2.gif new file mode 100755 index 0000000000..8a24ff47d7 Binary files /dev/null and b/theme/colors/pix/tab/right_hover2.gif differ diff --git a/theme/colors/pix/tab/right_inactive.gif b/theme/colors/pix/tab/right_inactive.gif new file mode 100755 index 0000000000..ea5c90724b Binary files /dev/null and b/theme/colors/pix/tab/right_inactive.gif differ diff --git a/theme/colors/pix/tab/right_inactive2.gif b/theme/colors/pix/tab/right_inactive2.gif new file mode 100755 index 0000000000..29a75876db Binary files /dev/null and b/theme/colors/pix/tab/right_inactive2.gif differ diff --git a/theme/colors/pix/tab/tabsbg.gif b/theme/colors/pix/tab/tabsbg.gif new file mode 100755 index 0000000000..51950d9ead Binary files /dev/null and b/theme/colors/pix/tab/tabsbg.gif differ diff --git a/theme/colors/pix/tab/tabsbg2.gif b/theme/colors/pix/tab/tabsbg2.gif new file mode 100755 index 0000000000..5206c71d90 Binary files /dev/null and b/theme/colors/pix/tab/tabsbg2.gif differ diff --git a/theme/colors/pix/tab/tabsbg_x2.gif b/theme/colors/pix/tab/tabsbg_x2.gif new file mode 100755 index 0000000000..5f594d87ca Binary files /dev/null and b/theme/colors/pix/tab/tabsbg_x2.gif differ diff --git a/theme/colors/pix/u/f1.png b/theme/colors/pix/u/f1.png new file mode 100755 index 0000000000..638b6ae4c1 Binary files /dev/null and b/theme/colors/pix/u/f1.png differ diff --git a/theme/colors/pix/u/f2.png b/theme/colors/pix/u/f2.png new file mode 100755 index 0000000000..3d2278f7c8 Binary files /dev/null and b/theme/colors/pix/u/f2.png differ diff --git a/theme/colors/pix/webding.png b/theme/colors/pix/webding.png new file mode 100755 index 0000000000..2a7ad4e44b Binary files /dev/null and b/theme/colors/pix/webding.png differ diff --git a/theme/colors/pix/xhtml_1_0.gif b/theme/colors/pix/xhtml_1_0.gif new file mode 100755 index 0000000000..119e2ca7ea Binary files /dev/null and b/theme/colors/pix/xhtml_1_0.gif differ diff --git a/theme/colors/reset.css b/theme/colors/reset.css new file mode 100755 index 0000000000..61ce2cfc4c --- /dev/null +++ b/theme/colors/reset.css @@ -0,0 +1,49 @@ +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { + margin: 0; + padding: 0; + border: 0; + outline: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; + background-image: none; +} +/* remember to define focus styles! */ +:focus { + outline: 0; +} +body { + line-height: 1; + color: black; + background: white; +} +ol, ul { + list-style: none; +} +/* tables still need 'cellspacing="0"' in the markup */ +table { + border-collapse: collapse; + border-spacing: 0; +} +caption, th, td { + text-align: left; + font-weight: normal; +} +blockquote:before, blockquote:after, q:before, q:after { + content: ""; +} +blockquote, q { + quotes: "" ""; +} +body { + font: 13px/1.385 "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif; +} +table { + font-size: inherit; + font: 100%; +} +pre,code,kbd,samp,tt { + font-family: monospace; +} \ No newline at end of file diff --git a/theme/colors/styles.php b/theme/colors/styles.php new file mode 100755 index 0000000000..fd3271b72d --- /dev/null +++ b/theme/colors/styles.php @@ -0,0 +1,19 @@ + diff --git a/theme/colors/styles_ie6.css b/theme/colors/styles_ie6.css new file mode 100755 index 0000000000..48bd3f8463 --- /dev/null +++ b/theme/colors/styles_ie6.css @@ -0,0 +1,73 @@ +/* + * These styles are ONLY included for IE 6 (via meta.php) + */ + +/* Reset fonts for IE */ +body {font-size:small;font:x-small;} +pre,code,kbd,samp,tt {font-size:108%;} + +span.arrow.sep { + font-family: arial, sans-serif; +} +.arrow_button input { + font-family: arial, sans-serif; +} +.calendar-controls .previous, +.calendar-controls .next { + font-family: arial, sans-serif; +} +input { + padding: expression((this.type=="submit")?'0 4px':this.currentStyle.paddingTop+" "+this.currentStyle.paddingRight+" "+this.currentStyle.paddingBottom+" "+this.currentStyle.paddingLeft); +} +div.sideblock div.content input { + text-align: expression((this.type=="submit")?'center':this.currentStyle.textAlign); +} +div.sideblock div.content div.btn input { + width: expression((this.type=="submit")?'auto':this.currentStyle.width); +} +div#header-home .headermain, +div#header .headermain { + margin-left: 5px; +} +.tabtree { + height: 100%; +} +.tabrow0 { + padding-top: 10px; +} +.tabrow0 li { + margin-left: 0; +} +.tabrow0 li.first { + margin-left: -4px; + margin-right: -4px; +} +.tabrow0 li.last a { + margin-right: 0; +} +.tabrow0 li.onerow { + margin-right: 0; +} +.tabrow0 a { + padding: 0 0 0 13px; +} +.tabrow0 a span { + padding: 12px 1em 4px 0; +} +.tabrow0 div, +.tabrow0 ul { + top: 3.2em; + padding: 0.2em 0; +} +form.mform input { + margin-left: expression((this.type=="text"||this.type=="file"||this.type=="password")?'-10px':'0'); +} +form.mform textarea { + margin-left: -10px; +} +ul.section li { + margin: 0.3em 0; +} +div.sideblock ul.list li { + padding-bottom: 1px; +} \ No newline at end of file diff --git a/theme/colors/styles_ie7.css b/theme/colors/styles_ie7.css new file mode 100755 index 0000000000..868b51805f --- /dev/null +++ b/theme/colors/styles_ie7.css @@ -0,0 +1,58 @@ +/* + * These styles are ONLY included for IE 7 (via meta.php) + */ + +/* Reset fonts for IE */ +body {font-size:small;font:x-small;} +pre,code,kbd,samp,tt {font-size:108%;} + +input[type="submit"] { + padding: 0 2px; +} +div.sideblock div.content input[type="submit"] { + text-align: center; + width: auto; +} +.tabrow0 li { + margin-left: 0; +} +.tabrow0 li.first { + margin-right: -4px; +} +.tabrow0 li.onerow { + margin-right: 0; +} +.tabrow0 a { + display: inline-block; + padding: 8px 0 0.35em 13px; + line-height: 1.6em; +} +.tabrow0 a span { + padding: 10px 1em 10px 0; +} +.tabrow0 div, +.tabrow0 ul { + top: 2.9em; + padding: 0.2em 0; +} +.tabrow0 div.empty { + margin-right: 0; +} +.sideblock { + overflow: hidden; +} +.sideblock .content { + word-wrap: break-word; +} +/*fix for misalignment of text fields in ie */ +form.mform input[type=text], +form.mform input[type=file], +form.mform input[type=password] { + margin-left: -10px; +} +form.mform textarea { + margin-left: -10px; +} +form.mform .fcheckbox input { + margin-left: -3px; +} \ No newline at end of file