Skip to content

Commit

Permalink
Added new style headingblockcontent
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 15, 2004
1 parent a711021 commit ad0abe9
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme/UPGRADE.txt
Expand Up @@ -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 {}
2 changes: 2 additions & 0 deletions theme/standard/styles.php
Expand Up @@ -456,3 +456,5 @@
border-top: 0px;
}

.headingblockcontent {
}
6 changes: 6 additions & 0 deletions theme/standardblue/styles.php
Expand Up @@ -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);
Expand Down Expand Up @@ -452,3 +456,5 @@
border-top: 0px;
}

.headingblockcontent {
}
6 changes: 6 additions & 0 deletions theme/standardgreen/styles.php
Expand Up @@ -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);
Expand Down Expand Up @@ -452,3 +456,5 @@
border-top: 0px;
}

.headingblockcontent {
}
6 changes: 6 additions & 0 deletions theme/standardlogo/styles.php
Expand Up @@ -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);
Expand Down Expand Up @@ -452,3 +456,5 @@
border-top: 0px;
}

.headingblockcontent {
}
6 changes: 6 additions & 0 deletions theme/standardred/styles.php
Expand Up @@ -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);
Expand Down Expand Up @@ -452,3 +456,5 @@
border-top: 0px;
}

.headingblockcontent {
}
6 changes: 6 additions & 0 deletions theme/standardwhite/styles.php
Expand Up @@ -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);
Expand Down Expand Up @@ -452,3 +456,5 @@
border-top: 0px;
}

.headingblockcontent {
}

0 comments on commit ad0abe9

Please sign in to comment.