Page MenuHomeSealhub

style.scss
No OneTemporary

style.scss

$purple1: HSL(279, 37%, 35%);
$purple2: HSL(288, 25%, 35%);
$cyan1: HSL(190, 33%, 48%);
$cyan2: HSL(191, 33%, 66%);
* {
text-transform: none!important;
font-family: "Source Sans Pro"!important;
}
body {
background-color: white;
background-image: url(./images/emblem-monochrome.svg);
}
.slides {
background-color: #ffffffb3;
}
h3.authors__author{
font-size: 1.4rem;
line-height: 2rem;
}
.reveal {
$navigation-active-color: white;
h1 {
font-size: 2.8rem;
line-height: 3rem;
color: $cyan1;
}
h2 {
color: $cyan2;
font-size: 2.3rem;
line-height: 3rem;
}
.controls{
transform: scale(0.43);
bottom: -32px;
right: -32px;
.navigate-right.enabled {
border-left-color: $navigation-active-color!important;
}
.navigate-left.enabled {
border-right-color: $navigation-active-color!important;
}
.navigate-up.enabled {
border-bottom-color: $navigation-active-color!important;
}
.navigate-down.enabled {
border-top-color: $navigation-active-color!important;
}
}
section {
&.level1{
padding-top: 1rem!important;
}
&.level2 {
padding: 0 1rem!important;
}
img{
border: none;
&.logo {
box-shadow: none;
}
}
&.title {
display: flex;display: flex !important;
flex-flow: column;
justify-content: space-around;
height: 100%;
}
}
}
ul {
display: inline-flex;
flex-flow: column;
align-items: flex-start;
margin-top: 2rem;
}
.footer {
height: 2rem;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-color: $purple2;
&__image {
height: 1.5rem;
margin: .25rem;
}
}
a {
color: $purple2;
text-decoration: none;
}
a:hover{
color: $purple1;
}
image-source {
display: block;
a {
color: gray;
text-decoration: none;
}
}
info-source::before{
display: inline-block;
content: "Źródło:";
margin-right: .3em;
}
p {
max-width: none;
}
img.hero{
height: 14rem;
width: auto;
margin-top: 1rem;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 02:28 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547791
Default Alt Text
style.scss (1 KB)

Event Timeline