Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Slipi85 committed Dec 31, 2019
1 parent a302100 commit 9dc9eea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 5 additions & 3 deletions application/layouts/ilchlayout/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ class Config extends \Ilch\Config\Install
{
public $config = [
'name' => 'Ilch-Layout',
'version' => '1.0',
'author' => 'Ilch.de',
'version' => '1.2.1',
'author' => 'Slipi',
'link' => 'http://ilch.de',
'desc' => 'Ilch-Layout mit Startseite',
'desc' => 'Ilch-Layout mit Startseite. Die Sidebar-Ausgabe im Forum wird unter Menü1 gesteuert. Die Sidebar-Ausgabe im Forum wird unter Menü2 gesteuert.
Die Navigations-ausgabe wird unter Menü3 gesteuert. Die Sidebar-Ausgabe in denn restlichen Modulen wird unter Menü4 gesteuert.
Die Footer-Ausgabe wird unter Menü5 gesteuert (es können nur 4 Berieche hinzugefühgt werden).',
'layouts' => [
'start' => [
['module' => 'shoutbox'],
Expand Down
11 changes: 11 additions & 0 deletions application/layouts/ilchlayout/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ main a {
color:#AD0402;
}

main .fa {
color:#AD0402;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
background-color:#252525
}
.table-hover>tbody>tr:hover {
background-color:#000;
}

.panel {
background:transparent;
border:none;
Expand Down

0 comments on commit 9dc9eea

Please sign in to comment.