Added new style headingblockcontent

This commit is contained in:
moodler 2004-02-15 13:58:22 +00:00
parent a711021a75
commit ad0abe9d77
7 changed files with 37 additions and 0 deletions

View File

@ -166,3 +166,8 @@ a.autolink:hover {}
/* Just a small table cell dividing others in a list */
.tabledivider {}
/* Style for the text/links inside the heading block when there is a
subscribe link there, eg front page news, social forum */
.headingblockcontent {}

View File

@ -456,3 +456,5 @@ a.autolink:hover {
border-top: 0px;
}
.headingblockcontent {
}

View File

@ -2,6 +2,10 @@
/// 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);
@ -452,3 +456,5 @@ a.autolink:hover {
border-top: 0px;
}
.headingblockcontent {
}

View File

@ -2,6 +2,10 @@
/// 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);
@ -452,3 +456,5 @@ a.autolink:hover {
border-top: 0px;
}
.headingblockcontent {
}

View File

@ -2,6 +2,10 @@
/// 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);
@ -452,3 +456,5 @@ a.autolink:hover {
border-top: 0px;
}
.headingblockcontent {
}

View File

@ -2,6 +2,10 @@
/// 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);
@ -452,3 +456,5 @@ a.autolink:hover {
border-top: 0px;
}
.headingblockcontent {
}

View File

@ -2,6 +2,10 @@
/// 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);
@ -452,3 +456,5 @@ a.autolink:hover {
border-top: 0px;
}
.headingblockcontent {
}