File tree Expand file tree Collapse file tree 5 files changed +34
-13
lines changed Expand file tree Collapse file tree 5 files changed +34
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build-manual:
16
16
--cleanDestinationDir \
17
17
--environment manual \
18
18
--destination ../build/manual \
19
- --verbose
19
+ --verbose \
20
20
--baseURL https://docs.contao.org/manual/
21
21
22
22
# Start a live reload server
Original file line number Diff line number Diff line change 1
1
contentDir : ' ../docs/manual'
2
2
title : ' Contao Manual'
3
3
# defaultContentLanguageInSubdir: true
4
+
5
+ # temporary
6
+ DefaultContentLanguage : de
7
+ disableLanguages : ['en']
Original file line number Diff line number Diff line change 1
1
< p >
2
- More about Contao on < a href ="https://contao.org "> contao.org</ a > .
2
+ More about Contao on < a href ="https://contao.org "> contao.org</ a > .< br >
3
+ More documentation on < a href ="https://docs.contao.org "> docs.contao.org</ a > .
3
4
</ p >
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ <h3>{{ if not $disableShortcutsTitle}}{{ T "Shortcuts-Title"}}{{ end }}</h3>
41
41
42
42
{{ if or .Site.IsMultiLingual $showvisitedlinks }}
43
43
< section id ="prefooter ">
44
- < hr />
45
44
< ul >
46
45
{{ if and .Site.IsMultiLingual (not .Site.Params.DisableLanguageSwitchingButton)}}
47
46
< li >
Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ a:hover {
115
115
border-color : var (--MENU-SECTION-HR-color );
116
116
}
117
117
118
+ # body .tags a .tag-link {
119
+ background-color : var (--MENU-HEADER-BG-color );
120
+ }
121
+
122
+ # body .tags a .tag-link : before {
123
+ border-right-color : var (--MENU-HEADER-BG-color );
124
+ }
125
+
118
126
/**
119
127
* Custom
120
128
*/
@@ -133,9 +141,9 @@ a:hover {
133
141
}
134
142
135
143
# footer {
136
- padding : 15px ;
137
- border-top : 1px solid # 3a454d ;
138
- background : # 172b3b ;
144
+ /* padding: 15px;
145
+ /* border-top: 1px solid #3a454d;*/
146
+ /* background: #172b3b;*/
139
147
}
140
148
141
149
# header a # logo {
@@ -231,13 +239,6 @@ h1 {
231
239
opacity : 1 ;
232
240
}
233
241
234
- .fa-language : before {
235
- content : none;
236
- }
237
- .fa-language .fa-fw {
238
- width : 0 ;
239
- }
240
-
241
242
/*
242
243
* A little ugly hack: I want only the subpages of /reference/hooks/
243
244
* to not have text-transform: uppercase; on the h1,
@@ -346,3 +347,19 @@ body[data-url="/cookbook/namespaces/"] #body .padding {
346
347
page-break-inside : avoid;
347
348
}
348
349
}
350
+
351
+ # prefooter {
352
+ padding-top : 1rem ;
353
+ }
354
+
355
+ # footer {
356
+ padding : 2rem 1rem ;
357
+ }
358
+
359
+ html [lang = "de" ] div .notices .warning p : first-child : after {
360
+ content : 'Warnung' ;
361
+ }
362
+
363
+ html [lang = "de" ] div .notices .note p : first-child : after {
364
+ content : 'Notiz' ;
365
+ }
You can’t perform that action at this time.
0 commit comments