mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
Bootstrap 5 theme tweaks.
This commit is contained in:
parent
925fe0b9fc
commit
214fcea1cd
@ -36,8 +36,8 @@ $HERO_TEMPLATE['default']['start'] = '<div class="carousel-item item {HERO_
|
||||
<div class="carousel-caption">
|
||||
<div class="hero-text-container">
|
||||
<header class="hero-title animated slideInLeft animation-delay-5">
|
||||
<h1 class="animated fadeInLeft animation-delay-10 font-smoothing">{HERO_TITLE: enwrap=strong}</h1>
|
||||
<h2 class="animated fadeInLeft animation-delay-12">{HERO_DESCRIPTION: enwrap=span&class=text-bold}</h2>
|
||||
<h1 class="text-light animated fadeInLeft animation-delay-10 font-smoothing">{HERO_TITLE: enwrap=strong}</h1>
|
||||
<h2 class="text-light animated fadeInLeft animation-delay-12">{HERO_DESCRIPTION: enwrap=span&class=text-bold}</h2>
|
||||
</header>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
BIN
e107_themes/bootstrap5/images/journal.png
Normal file
BIN
e107_themes/bootstrap5/images/journal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
e107_themes/bootstrap5/images/lumen.png
Normal file
BIN
e107_themes/bootstrap5/images/lumen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
@ -39,9 +39,9 @@ if(!defined('e107_INIT'))
|
||||
{
|
||||
e107::css('theme', THEME_STYLE);
|
||||
e107::css('theme', 'style.css'); // always load style.css last.
|
||||
e107::css('inline', '#carousel-hero.carousel { top: 30px; margin-bottom: 60px; }');
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param string $text
|
||||
* @return string without p tags added always with bbcodes
|
||||
|
@ -27,6 +27,8 @@
|
||||
</libraries>
|
||||
<stylesheets>
|
||||
<css file="style.css" name="Basic" thumbnail='preview_frontend.png' scope='front' />
|
||||
<css file="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/journal/bootstrap.min.css" name="Journal" thumbnail='images/journal.png' scope='front' exclude='bootstrap' />
|
||||
<css file="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/lumen/bootstrap.min.css" name="Lumen" thumbnail='images/lumen.png' scope='front' exclude='bootstrap' />
|
||||
<css file="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/lux/bootstrap.min.css" name="Lux" thumbnail='images/lux.png' scope='front' exclude='bootstrap' />
|
||||
<css file="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/sketchy/bootstrap.min.css" name="Sketchy" thumbnail='images/sketchy.png' scope='front' exclude='bootstrap' />
|
||||
<css file="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/quartz/bootstrap.min.css" default="true" name="Quartz" thumbnail='images/quartz.png' scope='front' exclude='bootstrap' />
|
||||
|
@ -20,7 +20,7 @@ class theme_config implements e_theme_config
|
||||
{
|
||||
|
||||
return array(
|
||||
'cardmenu_look' => array('title' => LAN_THEMEPREF_02, 'type'=>'boolean', 'writeParms'=>array(),'help'=>''),
|
||||
// 'cardmenu_look' => array('title' => LAN_THEMEPREF_02, 'type'=>'boolean', 'writeParms'=>array(),'help'=>''),
|
||||
'login_iframe' => array('title' => LAN_THEMEPREF_03, 'type'=>'boolean', 'writeParms'=>array(),'help'=>''),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user