-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Anpassungen für Contao 4
- Loading branch information
Showing
5 changed files
with
106 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,71 @@ | ||
.ca-list, | ||
.ca-item { | ||
list-style: decimal-leading-zero; | ||
} | ||
|
||
.ca-list { | ||
} | ||
|
||
.ca-item, | ||
.ca-item a { | ||
font-size: 1rem; | ||
} | ||
|
||
.ca-item a { | ||
display: block; | ||
line-height: 2; | ||
} | ||
|
||
.ca-item { | ||
border-bottom: 1px solid #e9e9e9; | ||
} | ||
|
||
.ca-item:nth-child(even) { | ||
background: #f5f5f5 ; | ||
} | ||
|
||
.promoHeader { | ||
|
||
} | ||
|
||
.embed-container { | ||
position: relative; | ||
padding-bottom: 56.25%; | ||
height: 0; | ||
overflow: hidden; | ||
width: 1060px; | ||
max-width: 100%; | ||
margin: 10px 0; | ||
background: #434343; | ||
} | ||
|
||
.embed-container iframe, | ||
.embed-container object, | ||
.embed-container embed { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.modal-popup { | ||
padding: 10px; | ||
} | ||
|
||
.header_videohandbuch { | ||
padding:2px 0 3px 20px; | ||
background-position:left center; | ||
background-repeat:no-repeat; | ||
margin-left:15px; | ||
} | ||
|
||
.header_videohandbuch { | ||
background-image:url("/system/modules/contao_academy_client/assets/icon.jpg"); | ||
#tl_navigation .tl_level_1_group .group-contao_academy { | ||
background: url(icon_academy.svg) 3px 2px no-repeat; | ||
} | ||
|
||
.ca-list, | ||
.ca-item { | ||
list-style: decimal-leading-zero; | ||
} | ||
|
||
.ca-list { | ||
margin: 1em 0; | ||
padding: 0; | ||
} | ||
|
||
.ca-item, | ||
.ca-item a { | ||
font-size: 1rem; | ||
} | ||
|
||
.ca-item a { | ||
line-height: 2; | ||
} | ||
|
||
.ca-item { | ||
border-bottom: 1px solid #e9e9e9; | ||
list-style-position: inside; | ||
} | ||
|
||
.ca-item:nth-child(even) { | ||
background: #f5f5f5 ; | ||
} | ||
|
||
.promoHeader { | ||
|
||
} | ||
|
||
.embed-container { | ||
position: relative; | ||
padding-bottom: 56.25%; | ||
height: 0; | ||
overflow: hidden; | ||
width: 1060px; | ||
max-width: 100%; | ||
margin: 10px 0; | ||
background: #434343; | ||
} | ||
|
||
.embed-container iframe, | ||
.embed-container object, | ||
.embed-container embed { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
.modal-popup { | ||
padding: 10px; | ||
} | ||
|
||
.header_videohandbuch { | ||
padding:2px 0 3px 20px; | ||
background-position:left center; | ||
background-repeat:no-repeat; | ||
margin-left:15px; | ||
} | ||
|
||
.header_videohandbuch { | ||
background-image:url("/system/modules/contao_academy_client/assets/icon.jpg"); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "contaoacademy/contao-videohandbuch", | ||
"description": "", | ||
"description": "Contao Open Source CMS Videohandbuch für Anwender", | ||
"keywords": [ | ||
"contao", | ||
"videohandbuch", | ||
|
@@ -13,12 +13,14 @@ | |
"authors": [ | ||
{ | ||
"name": "Christian Feneberg", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"homepage":"http://www.contao-academy.de" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"contao/core": ">=3.2,<4" | ||
"php": ">=5.4", | ||
"contao/core-bundle":"~3.2 || ^4.4.1", | ||
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0" | ||
}, | ||
"extra": { | ||
"contao": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters