mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Fixed empty lines
This commit is contained in:
parent
99dc4f381c
commit
a159b825a3
@ -1,21 +1,21 @@
|
||||
<h3>CR-CornflowerToo THEME</h3>
|
||||
<hr />
|
||||
|
||||
<p>CR-CornflowerToo is based on the color scheme of the original Cornflower Theme.</p>
|
||||
|
||||
<p>Free Moodle themes can be downloaded from <a href="http://www.classroomrevolution.com">ClassroomRevolution</a> under Themes.</p>
|
||||
|
||||
<p>All CR-Themes will be updated to 1.5 in due time.</p>
|
||||
|
||||
<p>Support <a href="http://www.moodle.org">Moodle</a> and Open Source Software</p>
|
||||
|
||||
|
||||
<p>This theme is based on Moodle's Standard Theme. By default, the styles of the Standard theme
|
||||
are automatically loaded before any other
|
||||
themes, so that all custom themes need to do is to define their
|
||||
own styles to augment or overwrite particular standard styles.</p>
|
||||
|
||||
<p>For CR-CornflowerToo to work properly, the Moodle Standard theme must be present and un altered in the Theme directory.</p>
|
||||
|
||||
<p>In this way custom themes are not "left behind" by Moodle upgrades.</p>
|
||||
<p>Notes: Photoshop image files (PSD) are available from the author's website</p>
|
||||
<h3>CR-CornflowerToo THEME</h3>
|
||||
<hr />
|
||||
|
||||
<p>CR-CornflowerToo is based on the color scheme of the original Cornflower Theme.</p>
|
||||
|
||||
<p>Free Moodle themes can be downloaded from <a href="http://www.classroomrevolution.com">ClassroomRevolution</a> under Themes.</p>
|
||||
|
||||
<p>All CR-Themes will be updated to 1.5 in due time.</p>
|
||||
|
||||
<p>Support <a href="http://www.moodle.org">Moodle</a> and Open Source Software</p>
|
||||
|
||||
|
||||
<p>This theme is based on Moodle's Standard Theme. By default, the styles of the Standard theme
|
||||
are automatically loaded before any other
|
||||
themes, so that all custom themes need to do is to define their
|
||||
own styles to augment or overwrite particular standard styles.</p>
|
||||
|
||||
<p>For CR-CornflowerToo to work properly, the Moodle Standard theme must be present and un altered in the Theme directory.</p>
|
||||
|
||||
<p>In this way custom themes are not "left behind" by Moodle upgrades.</p>
|
||||
<p>Notes: Photoshop image files (PSD) are available from the author's website</p>
|
||||
|
@ -1,127 +1,127 @@
|
||||
<?PHP // $Id$
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// This file contains a few configuration variables that control
|
||||
/// how Moodle uses this theme.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color');
|
||||
|
||||
/// 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 = true;
|
||||
|
||||
/// 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->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 = false;
|
||||
|
||||
/// 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.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
?>
|
||||
<?PHP // $Id$
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// This file contains a few configuration variables that control
|
||||
/// how Moodle uses this theme.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
$THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color');
|
||||
|
||||
/// 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 = true;
|
||||
|
||||
/// 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->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 = false;
|
||||
|
||||
/// 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.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
?>
|
||||
|
@ -1,102 +1,102 @@
|
||||
<?PHP /* $Id$ */
|
||||
|
||||
/// We use PHP so we can do value substitutions into the styles
|
||||
|
||||
if (!isset($themename)) {
|
||||
$themename = NULL;
|
||||
}
|
||||
|
||||
$nomoodlecookie = true;
|
||||
require_once("../../config.php");
|
||||
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
|
||||
|
||||
///
|
||||
/// You can hardcode colours in this file if you
|
||||
/// don't care about this.
|
||||
|
||||
?>
|
||||
body {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
p, a {
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
padding-left:0px;
|
||||
background-color:transparent;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:1.7em;
|
||||
margin:0.5em 0 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:1.4em;
|
||||
margin:0.5em 0 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size:1.2em;
|
||||
margin:0.5em 0 0;
|
||||
}
|
||||
|
||||
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.question {
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
border: 1px dotted;
|
||||
padding: 10px;
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.answer {
|
||||
font-size: medium;
|
||||
border: none;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.normaltext {
|
||||
font-size: medium;
|
||||
border: none;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.answercode {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: small;
|
||||
border: none;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.questionlink {
|
||||
font-size: medium;
|
||||
border: none;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.examplecode {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: small;
|
||||
border: thin dashed #999999;
|
||||
background-color: #FBFBFB;
|
||||
margin: auto;
|
||||
margin-top: 0.5em;
|
||||
padding: 30px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.spaced {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
<?PHP /* $Id$ */
|
||||
|
||||
/// We use PHP so we can do value substitutions into the styles
|
||||
|
||||
if (!isset($themename)) {
|
||||
$themename = NULL;
|
||||
}
|
||||
|
||||
$nomoodlecookie = true;
|
||||
require_once("../../config.php");
|
||||
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
|
||||
|
||||
///
|
||||
/// You can hardcode colours in this file if you
|
||||
/// don't care about this.
|
||||
|
||||
?>
|
||||
body {
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
p, a {
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
padding-left:0px;
|
||||
background-color:transparent;
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:1.7em;
|
||||
margin:0.5em 0 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size:1.4em;
|
||||
margin:0.5em 0 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size:1.2em;
|
||||
margin:0.5em 0 0;
|
||||
}
|
||||
|
||||
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.question {
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
border: 1px dotted;
|
||||
padding: 10px;
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
.answer {
|
||||
font-size: medium;
|
||||
border: none;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.normaltext {
|
||||
font-size: medium;
|
||||
border: none;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.answercode {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: small;
|
||||
border: none;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.questionlink {
|
||||
font-size: medium;
|
||||
border: none;
|
||||
padding-left: 40px;
|
||||
}
|
||||
|
||||
.examplecode {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: small;
|
||||
border: thin dashed #999999;
|
||||
background-color: #FBFBFB;
|
||||
margin: auto;
|
||||
margin-top: 0.5em;
|
||||
padding: 30px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.spaced {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
@ -1,18 +1,18 @@
|
||||
|
||||
</div> <!-- end div containerContent -->
|
||||
<!-- START OF FOOTER -->
|
||||
<div id="footer">
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
echo page_doc_link(get_string('moodledocslink'));
|
||||
echo '</p>';
|
||||
?>
|
||||
|
||||
<?php echo $loggedinas ?>
|
||||
<p align="center"><a href="http://moodle.org" target="_blank"><img src="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/moodlelogo.gif" border="0" /></a></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</td></tr></table></body>
|
||||
</html>
|
||||
|
||||
</div> <!-- end div containerContent -->
|
||||
<!-- START OF FOOTER -->
|
||||
<div id="footer">
|
||||
|
||||
<?php
|
||||
echo '<p class="helplink">';
|
||||
echo page_doc_link(get_string('moodledocslink'));
|
||||
echo '</p>';
|
||||
?>
|
||||
|
||||
<?php echo $loggedinas ?>
|
||||
<p align="center"><a href="http://moodle.org" target="_blank"><img src="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/moodlelogo.gif" border="0" /></a></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</td></tr></table></body>
|
||||
</html>
|
||||
|
@ -1,148 +1,74 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html<?php echo $direction ?>>
|
||||
|
||||
<head>
|
||||
|
||||
<?php echo $meta ?>
|
||||
|
||||
<meta name="keywords" content="moodle, <?php echo $title ?> " />
|
||||
|
||||
<title><?php echo $title ?></title>
|
||||
|
||||
<link rel="shortcut icon" href="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/favicon.ico" />
|
||||
|
||||
<?php include("$CFG->javascript"); ?>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body background="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/bg.gif" <?php
|
||||
|
||||
echo " $bodytags";
|
||||
|
||||
if ($focus) {
|
||||
|
||||
echo " onload=\"setfocus()\"";
|
||||
|
||||
}
|
||||
|
||||
?>>
|
||||
|
||||
<table align="center" width="100%" border="2" cellpadding="0" cellspacing="0" bgcolor="#D0E2EE">
|
||||
|
||||
<tr><td>
|
||||
|
||||
<div id="page">
|
||||
|
||||
|
||||
|
||||
<?php if ($home) { // This is what gets printed on the home page only
|
||||
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
|
||||
<table background="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/headerbg.jpg" width="100%" height="112" cellpadding="0" cellspacing="0" border="0">
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
||||
|
||||
<td valign="top" class="headermain"><?php echo $heading ?></td>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<td align="right" style="padding-right:5px" valign="top" class="headerhomemenu"><?php echo $menu ?></td>
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
</table></tr></td>
|
||||
|
||||
</table>
|
||||
|
||||
<?php } else if ($heading) { // This is what gets printed on any other page with a heading ?>
|
||||
|
||||
|
||||
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
|
||||
<tr>
|
||||
|
||||
<td>
|
||||
|
||||
|
||||
|
||||
<table background="<?php echo $CFG->wwwroot.'/theme/'.current_theme() ?>/images/headerbg.jpg" width="100%" height="112" cellpadding="0" cellspacing="0" border="0">
|
||||
|
||||
<tr>
|
||||
|
||||
<td valign="top"><?php echo $heading ?></td>
|
||||
|
||||
<td align="right" sty class="headermain"le="padding-right:5px" valign="top" class="headerhomemenu"><?php echo $menu ?></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
</tr>
|
||||
|
||||
</td>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div class="clearer"> </div>
|
||||
|
||||
|
||||
|
||||
<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>
|
||||
|
||||
<table border="0" cellpadding="3" cellspacing="0" width="100%">
|
||||
|
||||
<tr>
|
||||
|
||||
<td><?php print_navigation("$navigation"); ?></td>
|
||||
|
||||
<td align="right" width="20" valign="top"><?php echo $button; ?></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<img src="<?php echo $CFG->wwwroot?>/pix/spacer.gif" alt="" height="5" width="1" /><br />
|
||||
|
||||
|
||||
|
||||
<?php } else if ($heading) { // If no navigation, but a heading, then print a line
|
||||
|
||||
?>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div class="clearer"> </div>
|
||||
|
||||
<!-- END OF HEADER -->
|
||||
|
||||
<div id="content">
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
<?PHP /* $Id$ */
|
||||
|
||||
/// Every theme should contain a copy of this script. It lets us
|
||||
/// set up variables and so on before we include the raw CSS files.
|
||||
/// The output of this script should be a completely standard CSS file.
|
||||
|
||||
/// THERE SHOULD BE NO NEED TO MODIFY THIS FILE!! USE CONFIG.PHP INSTEAD.
|
||||
|
||||
|
||||
$lifetime = 600; // Seconds to cache this stylesheet
|
||||
$nomoodlecookie = true; // Cookies prevent caching, so don't use them
|
||||
require_once("../../config.php"); // Load up the Moodle libraries
|
||||
$themename = basename(dirname(__FILE__)); // Name of the folder we are in
|
||||
$forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme
|
||||
|
||||
style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
|
||||
|
||||
?>
|
||||
<?PHP /* $Id$ */
|
||||
|
||||
/// Every theme should contain a copy of this script. It lets us
|
||||
/// set up variables and so on before we include the raw CSS files.
|
||||
/// The output of this script should be a completely standard CSS file.
|
||||
|
||||
/// THERE SHOULD BE NO NEED TO MODIFY THIS FILE!! USE CONFIG.PHP INSTEAD.
|
||||
|
||||
|
||||
$lifetime = 600; // Seconds to cache this stylesheet
|
||||
$nomoodlecookie = true; // Cookies prevent caching, so don't use them
|
||||
require_once("../../config.php"); // Load up the Moodle libraries
|
||||
$themename = basename(dirname(__FILE__)); // Name of the folder we are in
|
||||
$forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme
|
||||
|
||||
style_sheet_setup(time(), $lifetime, $themename, $forceconfig);
|
||||
|
||||
?>
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,331 +1,331 @@
|
||||
/*******************************************************************
|
||||
styles_moz.css
|
||||
|
||||
This CSS file uses the non-standard Mozilla CSS extensions
|
||||
to add round corners to the current theme.
|
||||
|
||||
Styles are organised into the following sections:
|
||||
core
|
||||
header
|
||||
footer
|
||||
|
||||
admin
|
||||
blocks
|
||||
calendar
|
||||
course
|
||||
doc
|
||||
login
|
||||
message
|
||||
tabs
|
||||
user
|
||||
|
||||
various modules
|
||||
|
||||
*******************************************************************/
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Core
|
||||
***/
|
||||
|
||||
.headingblock {
|
||||
-moz-border-radius:3px;
|
||||
}
|
||||
|
||||
.notifyproblem {
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
|
||||
.notifysuccess {
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
.generalbox {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.generalboxcontent {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.noticebox {
|
||||
-moz-border-radius:5px;
|
||||
}
|
||||
|
||||
.informationbox {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.informationboxcontent {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.sitetopiccontent {
|
||||
-moz-border-radius:15px;
|
||||
}
|
||||
|
||||
.headingblock {
|
||||
-moz-border-radius:3px;
|
||||
}
|
||||
|
||||
.categorybox, .categoryboxcontent,
|
||||
.coursebox, .courseboxcontent {
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* kept for backward compatibility with some non-standard modules
|
||||
which use these classes for various things */
|
||||
.generaltab, .generaltabinactive{
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.generaltabselected {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Header
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Footer
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
.sideblock {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.sideblock.hidden {
|
||||
-moz-border-radius: 0px;
|
||||
}
|
||||
|
||||
.sideblock {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.sideblock .content {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
|
||||
.block_course_summary, .block_course_summary .content {
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Calendar
|
||||
***/
|
||||
|
||||
#calendar .eventlist .event {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
#calendar .eventlist .event .side {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
}
|
||||
|
||||
#calendar .eventlist .event .description {
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
#calendar .maincalendar,
|
||||
#calendar .sidecalendar
|
||||
{
|
||||
-moz-border-radius-bottomright:20px;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .filters table,
|
||||
#calendar .sidecalendar .filters table,
|
||||
.sideblock.block_calendar_month .filters table
|
||||
{
|
||||
-moz-border-radius:4px;
|
||||
}
|
||||
|
||||
table.minicalendar {
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
|
||||
table.minicalendar td {
|
||||
-moz-border-radius:4px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Course
|
||||
***/
|
||||
body#course-user .section {
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Doc
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Login
|
||||
***/
|
||||
.loginbox {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.loginbox .content.left {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
.loginbox .content.right {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Message
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Tabs
|
||||
***/
|
||||
|
||||
/***
|
||||
*** User
|
||||
***/
|
||||
.userinfobox {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.groupinfobox {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
#user-view .left {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Modules: Assignment
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Modules: Chat
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Modules: Choice
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Modules: Forum
|
||||
***/
|
||||
.forumpost {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.forumpost .side {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
.forumpost .content {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.forumpost .message {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Glossary
|
||||
***/
|
||||
.categoryheader {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.glossaryformatheader {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.entryboxheader {
|
||||
-moz-border-radius-topleft:10px;
|
||||
-moz-border-radius-topright:10px;
|
||||
}
|
||||
|
||||
.entrybox {
|
||||
-moz-border-radius-bottomleft:10px;
|
||||
-moz-border-radius-bottomright:10px;
|
||||
}
|
||||
|
||||
.glossarypost {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.glossarypost .side {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
}
|
||||
|
||||
.encyclopedia .entrylowersection {
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
.glossarycomment {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.glossarycomment .side {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
.glossarycomment .entry {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Journal
|
||||
***/
|
||||
|
||||
#mod-journal-view .feedbackbox {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
#mod-journal-view .feedbackbox .side {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
}
|
||||
#mod-journal-view .feedbackbox .entrycontent {
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
styles_moz.css
|
||||
|
||||
This CSS file uses the non-standard Mozilla CSS extensions
|
||||
to add round corners to the current theme.
|
||||
|
||||
Styles are organised into the following sections:
|
||||
core
|
||||
header
|
||||
footer
|
||||
|
||||
admin
|
||||
blocks
|
||||
calendar
|
||||
course
|
||||
doc
|
||||
login
|
||||
message
|
||||
tabs
|
||||
user
|
||||
|
||||
various modules
|
||||
|
||||
*******************************************************************/
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Core
|
||||
***/
|
||||
|
||||
.headingblock {
|
||||
-moz-border-radius:3px;
|
||||
}
|
||||
|
||||
.notifyproblem {
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
|
||||
.notifysuccess {
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
.generalbox {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.generalboxcontent {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.noticebox {
|
||||
-moz-border-radius:5px;
|
||||
}
|
||||
|
||||
.informationbox {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.informationboxcontent {
|
||||
-moz-border-radius-topleft:3px;
|
||||
-moz-border-radius-topright:3px;
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.sitetopiccontent {
|
||||
-moz-border-radius:15px;
|
||||
}
|
||||
|
||||
.headingblock {
|
||||
-moz-border-radius:3px;
|
||||
}
|
||||
|
||||
.categorybox, .categoryboxcontent,
|
||||
.coursebox, .courseboxcontent {
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* kept for backward compatibility with some non-standard modules
|
||||
which use these classes for various things */
|
||||
.generaltab, .generaltabinactive{
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.generaltabselected {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Header
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Footer
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Blocks
|
||||
***/
|
||||
.sideblock {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.sideblock.hidden {
|
||||
-moz-border-radius: 0px;
|
||||
}
|
||||
|
||||
.sideblock {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.sideblock .content {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
|
||||
.block_course_summary, .block_course_summary .content {
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/***
|
||||
*** Calendar
|
||||
***/
|
||||
|
||||
#calendar .eventlist .event {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
#calendar .eventlist .event .side {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
}
|
||||
|
||||
#calendar .eventlist .event .description {
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
#calendar .maincalendar,
|
||||
#calendar .sidecalendar
|
||||
{
|
||||
-moz-border-radius-bottomright:20px;
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
#calendar .maincalendar .filters table,
|
||||
#calendar .sidecalendar .filters table,
|
||||
.sideblock.block_calendar_month .filters table
|
||||
{
|
||||
-moz-border-radius:4px;
|
||||
}
|
||||
|
||||
table.minicalendar {
|
||||
-moz-border-radius:10px;
|
||||
}
|
||||
|
||||
table.minicalendar td {
|
||||
-moz-border-radius:4px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Course
|
||||
***/
|
||||
body#course-user .section {
|
||||
-moz-border-radius:20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Doc
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Login
|
||||
***/
|
||||
.loginbox {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.loginbox .content.left {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
.loginbox .content.right {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Message
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Tabs
|
||||
***/
|
||||
|
||||
/***
|
||||
*** User
|
||||
***/
|
||||
.userinfobox {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.groupinfobox {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
#user-view .left {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Modules: Assignment
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Modules: Chat
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Modules: Choice
|
||||
***/
|
||||
|
||||
/***
|
||||
*** Modules: Forum
|
||||
***/
|
||||
.forumpost {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.forumpost .side {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
.forumpost .content {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.forumpost .message {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Glossary
|
||||
***/
|
||||
.categoryheader {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.glossaryformatheader {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.entryboxheader {
|
||||
-moz-border-radius-topleft:10px;
|
||||
-moz-border-radius-topright:10px;
|
||||
}
|
||||
|
||||
.entrybox {
|
||||
-moz-border-radius-bottomleft:10px;
|
||||
-moz-border-radius-bottomright:10px;
|
||||
}
|
||||
|
||||
.glossarypost {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
.glossarypost .side {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
}
|
||||
|
||||
.encyclopedia .entrylowersection {
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
.glossarycomment {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.glossarycomment .side {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
.glossarycomment .entry {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Journal
|
||||
***/
|
||||
|
||||
#mod-journal-view .feedbackbox {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
#mod-journal-view .feedbackbox .side {
|
||||
-moz-border-radius-bottomleft:15px;
|
||||
}
|
||||
#mod-journal-view .feedbackbox .entrycontent {
|
||||
-moz-border-radius-bottomright:15px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user