Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
d00ee859
Commit
d00ee859
authored
Nov 12, 2018
by
Karl Hasselbring
Browse files
Privacy styles are now less compiled
parent
683864e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/metager.less
View file @
d00ee859
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
@import "./pages/donation.less";
@import "./pages/donation.less";
@import "./pages/help_faq.less";
@import "./pages/help_faq.less";
@import "./pages/language.less";
@import "./pages/language.less";
@import "./pages/privacy.less";
@import "./pages/resultpage.less";
@import "./pages/resultpage.less";
@import "./pages/start-page.less";
@import "./pages/start-page.less";
@import "./pages/widget.less";
@import "./pages/widget.less";
...
...
resources/assets/less/metager/pages/privacy.less
0 → 100644
View file @
d00ee859
.privacy {
main {
font-size: 10pt;
hyphens: auto;
counter-reset: kontext 0 datum 0;
text-align: justify;
}
h1 {
font-size: 18pt;
}
.kontext>h1::before {
counter-increment: kontext;
content: "K" counter(kontext) " ";
font-weight: normal;
}
.datum>h1::before {
counter-increment: datum;
content: "D" counter(datum) " ";
font-weight: normal;
}
.kontext h1 {
font-size: 16pt;
margin-bottom: inherit;
}
.kontext h2 {
font-size: 14pt;
margin-bottom: inherit;
}
.datum h1 {
font-size: 12pt;
margin-bottom: inherit;
}
.datum h2 {
font-size: 11pt;
margin-bottom: inherit;
margin-top: 5pt;
}
.kontext-list {
list-style: none;
}
.datum-list {
list-style: none;
}
samp {
hyphens: none;
font-size: 8pt;
}
}
\ No newline at end of file
resources/views/datenschutz/datenschutz.blade.php
View file @
d00ee859
@
extends
(
'layouts.subPages'
)
@
extends
(
'layouts.subPages'
,
[
'page'
=>
'privacy'
]
)
@
section
(
'title'
,
$title
)
@
section
(
'title'
,
$title
)
@
section
(
'navbarFocus.datenschutz'
,
'class="active"'
)
@
section
(
'navbarFocus.datenschutz'
,
'class="active"'
)
@
section
(
'content'
)
@
section
(
'content'
)
<
style
>
main
{
font
-
size
:
10
pt
;
hyphens
:
auto
;
counter
-
reset
:
kontext
0
datum
0
;
text
-
align
:
justify
;
}
h1
{
font
-
size
:
18
pt
;
}
.
kontext
>
h1
::
before
{
counter
-
increment
:
kontext
;
content
:
"K"
counter
(
kontext
)
" "
;
font
-
weight
:
normal
;
}
.
datum
>
h1
::
before
{
counter
-
increment
:
datum
;
content
:
"D"
counter
(
datum
)
" "
;
font
-
weight
:
normal
;
}
.
kontext
h1
{
font
-
size
:
16
pt
;
margin
-
bottom
:
inherit
;
}
.
kontext
h2
{
font
-
size
:
14
pt
;
margin
-
bottom
:
inherit
;
}
.
datum
h1
{
font
-
size
:
12
pt
;
margin
-
bottom
:
inherit
;
}
.
datum
h2
{
font
-
size
:
11
pt
;
margin
-
bottom
:
inherit
;
margin
-
top
:
5
pt
;
}
.
kontext
-
list
{
list
-
style
:
none
;
}
.
datum
-
list
{
list
-
style
:
none
;
}
samp
{
hyphens
:
none
;
font
-
size
:
8
pt
;
}
</
style
>
@
if
(
LaravelLocalization
::
getCurrentLocale
()
==
"de"
)
@
if
(
LaravelLocalization
::
getCurrentLocale
()
==
"de"
)
@
include
(
'datenschutz.german'
)
@
include
(
'datenschutz.german'
)
@
else
@
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment