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
9b5fe89b
Commit
9b5fe89b
authored
Apr 09, 2018
by
Jacek Lebioda
Browse files
Final clean-ups
parent
0e3f1357
Changes
4
Hide whitespace changes
Inline
Side-by-side
_includes/head.html
View file @
9b5fe89b
...
...
@@ -6,9 +6,6 @@
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{{ '/assets/favicon.png' | relative_url }}"
/>
<link
rel=
"stylesheet"
href=
"{{ "
/
assets
/
main.css
"
|
relative_url
}}"
>
<link
rel=
"stylesheet"
href=
"{{ '/assets/fontawesome/css/fontawesome-all.min.css' | relative_url }}"
>
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons">
<link rel="stylesheet" href="https://unpkg.com/bootstrap-material-design@4.1.1/dist/css/bootstrap-material-design.min.css" integrity="sha384-wXznGJNEXNG1NFsbm0ugrLFMQPWswR3lds2VeinahP8N0zJw9VWSopbjv2x7WCvX" crossorigin="anonymous">-->
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
...
...
_sass/minima/_frozen.scss
View file @
9b5fe89b
.fpage-content
{
margin-top
:
30px
;
@include
media-query
(
$on-palm
)
{
margin-top
:
-40px
;
margin-top
:
5px
;
padding-top
:
0px
;
}
padding
:
$spacing-unit
0
;
padding-bottom
:
$footer-height
;
...
...
_sass/minima/_layout.scss
View file @
9b5fe89b
html
{
overflow
:
-
moz-scrollbars-vertical
;
overflow-y
:
scroll
;
}
/**
* Site header
*/
...
...
@@ -130,14 +135,9 @@
}
}
.active
{
// border-top: solid 4px #333;
}
@include
media-query
(
$on-palm
)
{
position
:
absolute
;
top
:
9
px
;
top
:
-25
px
;
right
:
$spacing-unit
/
2
;
background-color
:
$background-color
;
border
:
1px
solid
$grey-color-light
;
...
...
@@ -266,7 +266,8 @@
margin-top
:
30px
;
margin-left
:
5%
;
@include
media-query
(
$on-palm
)
{
margin-top
:
10px
;
margin-top
:
5px
;
padding-top
:
0px
;
margin-left
:
1%
;
}
padding
:
$spacing-unit
0
;
...
...
_sass/minima/_lcsb.scss
View file @
9b5fe89b
...
...
@@ -24,9 +24,7 @@
.img-banner-main
{
margin-left
:
2%
;
// max-width: 250px;
height
:
30px
;
// width: 22%;
}
.img-banner-motto
{
...
...
@@ -39,9 +37,6 @@
width
:
250px
;
position
:
absolute
;
right
:
0px
;
// margin-right: 1%;
// bottom: -15px;
// position: relative;
}
.social-media-list
{
...
...
@@ -55,14 +50,14 @@
padding
:
0px
;
}
// Big screen ====================================================================================
@media
(
max-width
:
1050px
)
{
.img-logo-big
{
display
:
none
;
}
}
// Normal screen =================================================================================
@media
(
max-width
:
900px
)
{
.img-banner-motto
{
...
...
@@ -78,7 +73,6 @@
@media
(
max-width
:
640px
)
{
.img-uni-lu
{
// margin-left: 1%;
}
.img-banner-main
{
...
...
@@ -102,12 +96,13 @@
.img-banner-main
{
margin-left
:
9px
;
bottom
:
-8px
;
width
:
160px
;
max-
width
:
160px
;
}
.img-uni-lu
{
margin-left
:
20px
;
width
:
40px
;
height
:
auto
;
padding
:
12px
17px
0px
16px
;
}
...
...
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