mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Added new style headingblockcontent
This commit is contained in:
parent
a711021a75
commit
ad0abe9d77
@ -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 {}
|
||||
|
@ -456,3 +456,5 @@ a.autolink:hover {
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.headingblockcontent {
|
||||
}
|
||||
|
@ -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 {
|
||||
}
|
||||
|
@ -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 {
|
||||
}
|
||||
|
@ -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 {
|
||||
}
|
||||
|
@ -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 {
|
||||
}
|
||||
|
@ -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 {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user