Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
7e83116a
Commit
7e83116a
authored
Mar 22, 2018
by
Jacek Lebioda
Browse files
Refactor of the header
parent
ef2c0970
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/header.html
View file @
7e83116a
...
...
@@ -4,18 +4,18 @@
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
<div
style=
"border-bottom: solid 1px #777"
>
<img
src=
"{{ '/assets/banners/uni-logo.svg' | relative_url }}"
<div
class=
"custom-header"
style=
"border-bottom: solid 1px #777"
>
<img
class=
"img-uni-lu"
src=
"{{ '/assets/banners/uni-logo.svg' | relative_url }}"
type=
"image/svg+xml"
style=
"border: solid 1px #777; padding: 1% 2% 0px 2%; border-bottom: solid 4px white; position: relative; bottom: -2px; border-radius: 14px 14px 0 0; margin-left: 8%;"
/>
<img
src=
"{{ '/assets/banners/frozen-banner.svg' | relative_url }}"
<img
class=
"img-banner"
src=
"{{ '/assets/banners/frozen-banner.svg' | relative_url }}"
type=
"image/svg+xml"
style=
"margin-left: 3%; position: relative; bottom: -10px; width: 40%"
/>
<img
src=
"{{ '/assets/banners/lcsb-logo.svg' | relative_url }}"
<img
class=
"img-lcsb"
src=
"{{ '/assets/banners/lcsb-logo.svg' | relative_url }}"
type=
"image/svg+xml"
style=
"margin-right: 1%; float: right; position: relative; bottom: -15px;"
/>
</div>
...
...
_sass/minima.scss
View file @
7e83116a
...
...
@@ -52,5 +52,6 @@ $footer-height: 50px;
"minima/base"
,
"minima/layout"
,
"minima/frozen"
,
"minima/syntax-highlighting"
"minima/syntax-highlighting"
,
"minima/lcsb"
;
_sass/minima/_lcsb.scss
0 → 100644
View file @
7e83116a
.img-lcsb
{
bottom
:
-15px
;
float
:
right
;
margin-right
:
1%
;
position
:
relative
;
}
.img-banner
{
bottom
:
-10px
;
margin-left
:
3%
;
position
:
relative
;
width
:
40%
}
.img-uni-lu
{
bottom
:
-2px
;
border
:
solid
1px
#777
;
border-bottom
:
solid
4px
white
;
border-radius
:
14px
14px
0
0
;
margin-left
:
8%
;
padding
:
1%
2%
0px
2%
;
position
:
relative
;
}
\ No newline at end of file
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