// the directory in which this file resides.
////////////////////////////////////////////////////
+$THEME->parents = array('canvas','base');
-$THEME->parents = array('base','canvas');
-$THEME->parents_exclude_sheets = array('base'=>array('pagelayout'),'canvas'=>array('pagelayout') );
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
// do you want this theme to extend. A theme can
// changes you want to your theme.
////////////////////////////////////////////////////
-
$THEME->sheets = array('layout','core','colors','css3');
////////////////////////////////////////////////////
// this theme's /styles/ directory.
////////////////////////////////////////////////////
+$THEME->parents_exclude_sheets = array('base'=>array('pagelayout'),'canvas'=>array('pagelayout') );
+
+////////////////////////////////////////////////////
+// An array of stylesheets not to inherit from the
+// themes parents
+////////////////////////////////////////////////////
$THEME->enable_dock = true;
// if you want to add a different layout template to a
// specific page.
///////////////////////////////////////////////////////////////
-//$THEME->csspostprocess = 'simplespace_process_css';
+
+$THEME->csspostprocess = 'magazine_process_css';
////////////////////////////////////////////////////
// Allows the user to provide the name of a function
// As above but will be included in the page footer.
////////////////////////////////////////////////////
-//$THEME->larrow = "<";
+// $THEME->larrow = "<";
////////////////////////////////////////////////////
// Overrides the left arrow image used throughout
// Moodle
////////////////////////////////////////////////////
- //$THEME->rarrow = ">";
+// $THEME->rarrow = ">";
////////////////////////////////////////////////////
// Overrides the right arrow image used throughout Moodle
////////////////////////////////////////////////////
-// $THEME->layouts
-
-////////////////////////////////////////////////////
-// An array setting the layouts for the theme
-////////////////////////////////////////////////////
-
// $THEME->parents_exclude_javascripts
////////////////////////////////////////////////////
// the themes parents
////////////////////////////////////////////////////
-// $THEME->parents_exclude_sheets
-
-////////////////////////////////////////////////////
-// An array of stylesheets not to inherit from the
-// themes parents
-////////////////////////////////////////////////////
-
// $THEME->plugins_exclude_sheets
////////////////////////////////////////////////////
////////////////////////////////////////////////////
// $THEME->rendererfactory
-//$THEME->rendererfactory = 'theme_simplespace_renderer_factory';
+
////////////////////////////////////////////////////
// Sets a custom render factory to use with the
// theme, used when working with custom renderers.
-////////////////////////////////////////////////////
-
-$THEME->csspostprocess = 'magazine_process_css';
\ No newline at end of file
+////////////////////////////////////////////////////
\ No newline at end of file
/** header and dock, default #002f2f and #092323 **/
#page-header, #dock {
- background: [[setting:maincolor]];
+ background-color: [[setting:maincolor]];
border-bottom: 1px solid [[setting:maincoloraccent]];
}
}
div.dockedtitle {
- border-bottom: 1px solid [[setting:maincoloraccent]] !important;
border-top: 1px solid #333333 !important;
+ border-bottom: 1px solid [[setting:maincoloraccent]] !important;
}
/** main headings and forum post subject default color #4e0000 **/
/** table header background color, default is #002f2f **/
td.maincalendar table.calendartable th, table.rolecap .header,.generaltable .header,.forumheaderlist .header,.files .header,.editcourse .header,.logtable .header,#attempts .header,table#categoryquestions th {
- background: [[setting:maincolor]] !important;
+ background-color: [[setting:maincolor]] !important;
}
-
/** dock item hover, default is #4e0000 **/
div.dockeditem_container div.dockeditem:hover {