Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
trying to tame the navbar situation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilter committed Jan 21, 2019
1 parent 28f3736 commit fc3c637
Show file tree
Hide file tree
Showing 8 changed files with 468 additions and 524 deletions.
1 change: 0 additions & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

{% comment %} If right side WITHOUT dropdown menu do {% endcomment %}
{% if link.dropdown == nil %}
<li class="divider"></li>
<li{% if link.url == page.url %} class="active"{% elsif page.homepage == true and link.url == '/' %} class="active"{% endif %}><a {% if link.class %}class="{{link.class}}"{% endif %} href="{{ domain }}{{ site.baseurl }}{{ link.url }}"{% if link.url contains 'http' %} target="_blank"{% endif %}>{{ link.title | escape }}</a></li>


Expand Down
186 changes: 65 additions & 121 deletions _sass/_1200.scss
Original file line number Diff line number Diff line change
@@ -1,179 +1,123 @@

.mobile-menu-toggle {
display: none;
}

.nav-meta {
text-align: right;
}


.nav-wrap {
top: 5px;
right: 60px;
z-index: 1001;
width: auto;
height: auto;
padding: 0;
}

.main-nav-wrapper {
.nav-pills>li {
a {
font-weight: 600;
}
}

.nav-pills .current {
display: block;
}

}


.nav-pills>li {
float: right;
}
#animation-wrapper {
background: transparent;
}

.packery-item {
width: 47.5%;
width: 47.5%;
}

.members .member {
min-width: 33%;
min-width: 33%;
}

/*===============================
= Stories =
===============================*/

.story--header--title {
font-size: 36px;
font-size: 36px;
}

.story-teaser--title {
background: transparent !important;
background: transparent !important;
}

.story {
.members .member {
min-width: 50%;
}
.members .member {
min-width: 50%;
}
}

/*----- End of Stories ------*/

.hero-overlay {

padding: 0;
position: absolute;
text-align: left;
width: 100%;
height: 100%;

h1 {
width: 80%;
margin: 1em 0em 0em 1em;
font-size: 60px;
line-height: 60px;
}

h3 {
font-family: Helvetica, Arial, sans-serif;
width: 55%;
margin: 0;
font-size: 20px;
position: absolute;
bottom: 1em;
right: -18em;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 26px;
}
}

.introtext{
font-size: 30px;
line-height: 32px;
}


.slogan{

h2 {
bottom: 60px;
right: 120px;
position: absolute;
text-transform:none;
max-width: 550px;
font-size: 18px;
line-height: 28px;
text-align: left;

}
padding: 0;
position: absolute;
text-align: left;
width: 100%;
height: 100%;

h1 {
width: 80%;
margin: 1em 0em 0em 1em;
font-size: 60px;
line-height: 60px;
}

h3 {
font-family: Helvetica, Arial, sans-serif;
width: 55%;
margin: 0;
font-size: 20px;
position: absolute;
bottom: 1em;
right: -18em;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 26px;
}
}

.introtext {
font-size: 30px;
line-height: 32px;
}

.slogan {
h2 {
bottom: 60px;
right: 120px;
position: absolute;
text-transform: none;
max-width: 550px;
font-size: 18px;
line-height: 28px;
text-align: left;
}
}





.hero-info {
background-image: url("/static/img/info.gif");
// background-size: 50%;
background-size: 250px;
// background-size: 50%;
background-size: 250px;
}

.hero-anmelden {
background-image: url("/static/img/anmelden.gif");
// background-size: 50%;
background-size: 250px;
// background-size: 50%;
background-size: 250px;
}

.hero-veranstalter {
background-image: url("/static/img/team_okfblau.gif");
// background-size: 50%;
background-size: 250px;
// background-size: 50%;
background-size: 250px;
}


.hero-slogan {
background-image: url("/static/img/workinon-2.gif");
// background-size: 50%;
background-size: 65%;
background-position-x: 20px;
background-position-y: 20px;

// background-size: 50%;
background-size: 65%;
background-position-x: 20px;
background-position-y: 20px;
}


.hero-register {
background-image: url("/static/img/register.gif");
// background-size: 50%;
background-size: 250px;
// background-size: 50%;
background-size: 250px;
}


.hero-orga {
background-image: url("/static/img/organisiert.gif");
// background-size: 50%;
background-size: 250px;
// background-size: 50%;
background-size: 250px;
}


.hero-speaker {
background-image: url("/static/img/speaker.gif");
// background-size: 100%;
// background-size: 100%;
background-size: 250px;
}


.hero-index {
background-image: url("/static/img/io.png");
background-size: 50%;
// background-size: 250px;
}


Loading

0 comments on commit fc3c637

Please sign in to comment.