Skip to content

Commit

Permalink
Merge pull request #1251 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
xwolfde authored Mar 15, 2023
2 parents d6a6c0c + c7354d8 commit 4526eb0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 32 deletions.
42 changes: 12 additions & 30 deletions src/sass/structure/content/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,48 @@
/*-----------------------------------------------------------------------------------*/
@use "sass:math";


// outside-the-box image
.my-custom-image {
width: 100%;


}

.my-custom-image-div {
margin-inline: -10%;


}

.fau-row-outisde {
width: 100%;


}

.fau-row-outisde-div {
margin-inline: -25%;
p {
max-width: 60%;
width: 60%;
margin-left: 20% !important;
}
figure {
padding: 0 !important;
margin: 0 !important;

@media (max-width: $screen-xl) {
margin-inline: unset;
}
p {
max-width: 60%;
width: 60%;
margin-left: 20% !important;
}
figure {
padding: 0 !important;
margin: 0 !important;
}
}



.post-navigation {
background-color: #f3f9ff;
padding: 0px;
margin-top: 90px;

display: inline;

}

.nav-previous {
float: left;

a {
text-align: left;


}

::before {
Expand All @@ -72,18 +63,13 @@
transform: rotate(180deg);
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="%23222222" d="M14.83,11.29,10.59,7.05a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L12.71,12,9.17,15.54a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.24-4.24A1,1,0,0,0,14.83,11.29Z"/%3E%3C/svg%3E%0A');
}



}

.nav-next {
float: right;


a {
text-align: right;

}

::before {
Expand Down Expand Up @@ -138,11 +124,7 @@
text-decoration: none;
transition: none;
text-decoration-color: none;

}



}

.nav-previous:hover,
Expand Down
3 changes: 2 additions & 1 deletion src/sass/structure/navigation/_mainmenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
a:hover,
a:focus {
color: var(--color-mainmenu-sublevel-hover-text);
background-color: var(--color-mainmenu-sublevel-hover-bg);
background-color: var(--color-mainmenu-sublevel-bg);
@include border-radius(3px);
}
}
Expand Down Expand Up @@ -137,6 +137,7 @@
@include px2rem($font-size-nav-buttons);
padding: 0.5rem 1rem;
margin-left: 20px;
background-color: var(--color-mainmenu-sublevel-bg);
}

ul {
Expand Down
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9692,7 +9692,7 @@ body:not(.mainnav-forceclick):not(.ismobile) .nav > li.has-sub:focus-within .nav
.nav .level3 a:hover,
.nav .level3 a:focus {
color: var(--color-mainmenu-sublevel-hover-text);
background-color: var(--color-mainmenu-sublevel-hover-bg);
background-color: var(--color-mainmenu-sublevel-bg);
border-radius: 3px;
background-clip: padding-box;
}
Expand Down Expand Up @@ -9726,6 +9726,7 @@ body:not(.mainnav-forceclick):not(.ismobile) .nav > li.has-sub:focus-within .nav
line-height: 1.688rem;
padding: 0.5rem 1rem;
margin-left: 20px;
background-color: var(--color-mainmenu-sublevel-bg);
}
.nav .button-portal:hover, .nav .button-portal:focus {
color: var(--color-button-hover-text);
Expand Down Expand Up @@ -12190,6 +12191,11 @@ ul.assistant-tabs-nav li:last-child {
.fau-row-outisde-div {
margin-inline: -25%;
}
@media (max-width: 1400px) {
.fau-row-outisde-div {
margin-inline: unset;
}
}
.fau-row-outisde-div p {
max-width: 60%;
width: 60%;
Expand Down

0 comments on commit 4526eb0

Please sign in to comment.