2
0
MasterPassword/public/site/2015-05/_sass/_layout.scss

400 lines
9.9 KiB
SCSS
Raw Normal View History

2017-05-28 19:34:07 +00:00
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400|Rubik+Mono+One');
html, body {
width: 100%;
height: 100%;
font-family: 'Rubik', sans-serif;
font-weight: 300;
text-align: justify;
}
body * {
/*outline: 1px solid rgba(255, 0, 0, 0.5);/**/
}
2018-04-16 21:17:16 +00:00
img {
margin: 1ex 1em;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
2017-05-28 19:34:07 +00:00
h1 {
margin: 0;
font-family: 'Rubik Mono One', sans-serif;
2018-04-18 15:54:30 +00:00
font-size: 2em;
2017-05-28 19:34:07 +00:00
text-align: center;
}
h2 {
2018-04-16 21:17:16 +00:00
margin: 2em 0 1em;
2017-05-28 19:34:07 +00:00
font-size: 2em;
font-weight: 400;
text-align: center;
img {
display: block;
2018-04-16 21:17:16 +00:00
height: 5em;
2017-05-28 19:34:07 +00:00
margin: auto;
2018-04-16 21:17:16 +00:00
padding: 0 1ex;
border-bottom: 4px solid black;
box-shadow: none;
}
input {
height: 1em;
2017-05-28 19:34:07 +00:00
}
}
h3 {
margin: 2em 0 1em;
font-size: 1.5em;
font-weight: 400;
}
hr {
margin: 2em -2em 1em;
}
a, a:link, a:visited, a:hover {
color: inherit;
}
q {
font-style: italic;
}
nav {
display: flex;
font-size: 1.8em;
font-weight: 400;
text-align: center;
&>* {
flex: 1;
border: 0 solid transparent;
border-width: 0 0.5ex;
.popup {
display: none;
}
}
}
header, section {
width: 100%;
}
header {
display: flex;
2017-06-04 13:35:27 +00:00
position: relative;
2017-05-28 19:34:07 +00:00
overflow: hidden;
2018-04-19 19:49:04 +00:00
min-height: 40%;
2017-05-28 19:34:07 +00:00
flex-direction: column;
justify-content: stretch;
align-items: stretch;
2018-04-19 19:49:04 +00:00
// .hero {
// position: absolute;
// z-index: -2;
// left: 0;
// right: 0;
// top: 0;
// bottom: 0;
//
// .img {
// position: absolute;
// top: 0;
// left: 0;
// bottom: 0;
// right: 0;
// margin: 0;
//
// background-color: black;
// background-size: cover !important;
// background: url('../img/hero_main.jpg') center top;
// }
// }
// &[data-hero=ios] .img {
// background: url('../img/hero_ios.jpg') center center;
// }
// &[data-hero=android] .img {
// background: url('../img/hero_android.jpg') center center;
// }
// &[data-hero=mac] .img {
// background: url('../img/hero_mac.jpg') center top;
// }
// &[data-hero=desktop] .img {
// background: url('../img/hero_desktop.jpg') center bottom;
// }
// &[data-hero=cli] .img {
// background: url('../img/hero_cli.jpg') center bottom;
// }
// &[data-hero=web] .img {
// background: url('../img/hero_web.jpg') center center;
// }
// .hero img.main {
// display: block;
// z-index: -1;
// }
// &[data-hero=ios] .hero img.ios {
// display: block;
// }
// &[data-hero=android] .hero img.android {
// display: block;
// }
// &[data-hero=mac] .hero img.mac {
// display: block;
// }
// &[data-hero=desktop] .hero img.desktop {
// top: auto;
// bottom: -90px;
// display: block;
// }
// &[data-hero=cli] .hero img.cli {
// display: block;
// }
// &[data-hero=web] .hero img.web {
// display: block;
// }
2018-04-18 15:54:30 +00:00
background-color: black;
background-size: cover !important;
background: url('../img/hero_main.jpg') center top;
2018-04-19 19:49:04 +00:00
&[data-hero=ios] {
2018-04-18 15:54:30 +00:00
background: url('../img/hero_ios.jpg') center center;
2017-06-04 13:35:27 +00:00
}
2018-04-19 19:49:04 +00:00
&[data-hero=android] {
2018-04-18 15:54:30 +00:00
background: url('../img/hero_android.jpg') center center;
2017-06-04 13:35:27 +00:00
}
2018-04-19 19:49:04 +00:00
&[data-hero=mac] {
2018-04-18 15:54:30 +00:00
background: url('../img/hero_mac.jpg') center top;
2017-06-04 13:35:27 +00:00
}
2018-04-19 19:49:04 +00:00
&[data-hero=desktop] {
2018-04-18 15:54:30 +00:00
background: url('../img/hero_desktop.jpg') center bottom;
2017-06-04 13:35:27 +00:00
}
2018-04-19 19:49:04 +00:00
&[data-hero=cli] {
2018-04-18 15:54:30 +00:00
background: url('../img/hero_cli.jpg') center bottom;
2017-06-04 13:35:27 +00:00
}
2018-04-19 19:49:04 +00:00
&[data-hero=web] {
2018-04-18 15:54:30 +00:00
background: url('../img/hero_web.jpg') center center;
2017-06-04 13:35:27 +00:00
}
2017-05-28 19:34:07 +00:00
h1 {
height: 1em;
color: white;
text-align: center;
}
nav:first-child {
2018-04-16 21:17:16 +00:00
position: fixed;
padding: 0 2em;
margin: 0;
left: 0;
right: 0;
2017-05-28 19:34:07 +00:00
2018-04-16 21:17:16 +00:00
background: rgba(0, 0, 0, 0.8);
2017-05-28 19:34:07 +00:00
color: white;
&>*:first-child {
text-align: left;
font-variant: small-caps;
font-weight: 300;
}
&>*:last-child {
text-align: right;
font-variant: small-caps;
font-weight: 300;
}
}
nav:last-child {
align-content: space-evenly;
2018-04-16 21:17:16 +00:00
color: black;
2017-05-28 19:34:07 +00:00
color: white;
2018-04-16 21:17:16 +00:00
text-shadow: 0 1px 1px white;
text-shadow: 0 1px 1px black;
background: rgba(0, 0, 0, 0.6);
background: rgba(255, 255, 255, 0.4);
2017-05-28 19:34:07 +00:00
&>*.active, &>*:hover, &:hover>*:hover {
2018-04-16 21:17:16 +00:00
background: rgba(255, 255, 255, 0.6);
2017-05-28 19:34:07 +00:00
border-bottom: 3px solid;
}
&>*, &:hover>* {
transition: all 0.3s;
background: rgba(255, 255, 255, 0.0);
border-bottom: 3px solid transparent;
border-radius: 6px 6px 0 0;
}
}
}
2018-04-16 21:17:16 +00:00
header.large, section {
min-height: 90%;
}
2017-05-28 19:34:07 +00:00
section {
box-sizing: border-box;
2018-04-18 15:54:30 +00:00
padding: 2em 100px;
2017-05-28 19:34:07 +00:00
font-size: 1.2em;
}
2018-04-18 16:18:58 +00:00
footer {
padding: 2em 100px;
background: rgba(240, 240, 240, 1);
2018-04-19 19:49:04 +00:00
& > div {
display: flex;
& > div {
flex: 1;
ul {
list-style: none;
}
2018-04-18 16:18:58 +00:00
}
}
2018-04-19 19:49:04 +00:00
p {
font-size: smaller;
color: rgba(180, 180, 180, 1);
}
2018-04-18 16:18:58 +00:00
}
2018-04-16 21:17:16 +00:00
input {
margin: 0 0.3ex;
font: inherit;
background: rgba(240, 240, 240, 1);
box-shadow: 0 0 1px black;
border-radius: 4px;
border: none;
outline: none;
}
input:hover {
background: rgba(200, 200, 200, 1);
}
2018-04-18 15:54:30 +00:00
input[type=button] {
cursor: pointer;
}
2018-04-16 21:17:16 +00:00
input[type=checkbox] {
display: none;
& + label::before {
display: inline-block;
content: '';
margin: 0 1ex;
background: rgba(240, 240, 240, 1);
box-shadow: 0 0 1px black;
border-radius: 4px;
width: 1ex;
height: 1ex;
}
&:checked + label::before {
background: black;
}
}
2018-04-18 15:54:30 +00:00
.widget_calculator table {
2018-04-16 21:17:16 +00:00
height: 200px;
padding: 4px;
margin: 1em auto;
background: rgba(200, 200, 200, 1);
box-shadow: 0 1px 3px black;
border-radius: 4px;
tr {
height: 20%;
td, th {
padding: 4px;
}
input {
display: block;
width: 100%;
height: 100%;
padding: 0 1ex;
margin: 0;
box-sizing: border-box;
}
}
}
2018-04-18 15:54:30 +00:00
.widget_gallery {
box-shadow: 0 0 1px black;
border-radius: 4px;
& > ul {
display: flex;
list-style: none;
justify-content: space-around;
li {
height: 100px;
label {
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
padding: 1em;
background: rgba(240, 240, 240, 1);
box-shadow: 0 0 2px black;
border-radius: 4px;
cursor: pointer;
&:hover {
background: rgba(200, 200, 200, 1);
}
img {
display: block;
width: 100%;
height: 100%;
margin: 0;
box-shadow: none;
}
}
}
}
input[type=radio] {
display: none;
& + div {
display:none;
margin: 1px;
padding: 2em;
background: rgba(240, 240, 240, 1);
}
&:checked + div {
display:block;
}
}
2017-05-28 19:34:07 +00:00
}
2018-04-18 15:54:30 +00:00
.widget_test ul {
2018-04-16 21:17:16 +00:00
list-style: none;
2018-04-18 15:54:30 +00:00
li {
border-left: 4px solid rgba(200, 200, 200, 1);
}
2018-04-16 21:17:16 +00:00
2018-04-18 15:54:30 +00:00
label {
font-size: 1.2em;
font-weight: 400;
2017-05-28 19:34:07 +00:00
}
2018-04-18 15:54:30 +00:00
input[type=checkbox] {
& + label + div {
display:none;
margin: 1ex 0;
padding: 1ex 2em;
background: rgba(240, 240, 240, 1);
font-weight: 100;
}
&:checked + label + div {
display:block;
}
2017-05-28 19:34:07 +00:00
}
}
2018-04-18 15:54:30 +00:00
.flex-auto {
flex: auto;
}