Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
d9c0b272
Commit
d9c0b272
authored
Nov 12, 2020
by
Wolfgang Knopki
Browse files
added different stylesheet
parent
0eeffc3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
mymodule/themes/fancytheme/default/base.twig
View file @
d9c0b272
...
...
@@ -5,9 +5,10 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
name=
"viewport"
content=
"initial-scale=1.0"
>
<title>
{{
pagetitle
}}
</title>
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"
css
/stylesheet.css"
)
}}
"
>
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"
/mymodule
/stylesheet.css"
)
}}
"
>
<link
rel=
"stylesheet"
href=
"/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/m4lab.css"
>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity=
"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin=
"anonymous"
>
<link
rel=
"icon"
href=
"
{{
asset
(
"icons/favicon.ico"
)
}}
"
>
{%
if
isRTL
%}
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"assets/css/src/default-rtl.css"
)
}}
"
>
...
...
mymodule/www/stylesheet.css
0 → 100644
View file @
d9c0b272
header
{
background
:
none
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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