garden.canalswans.net/src/layouts/canalswans.scss

237 lines
3.6 KiB
SCSS
Raw Normal View History

2021-05-31 10:12:05 +00:00
.blackpagebreak {
width: 100%;
margin: auto;
border-top: 1px solid black;
position: relative;
//background-color: #0005a0;
margin-top: 30px;
margin-bottom: 30px;
}
2019-12-20 04:31:26 +00:00
2021-05-31 10:12:05 +00:00
.pagebreak {
width: 100%;
margin: auto;
//border-top: 1px solid blue;
position: relative;
//background-color: #0005a0;
margin-top: 30px;
margin-bottom: 30px;
}
2020-10-21 22:20:41 +00:00
.section-header {
font-size: 16px;
}
2020-10-22 14:12:36 +00:00
body.standard a.caption-link {
//color: #121212;
color: gray;
}
.blue-line-break {
width: 100%;
margin: auto;
border-top: 1px solid blue;
position: relative;
//background-color: #0005a0;
margin-top: 70px;
}
2019-12-20 04:31:26 +00:00
@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}
body {
margin: 0px;
padding-bottom: 30px;
@include clearfix();
2019-12-20 21:54:38 +00:00
a {
text-decoration: none;
}
2019-12-20 04:31:26 +00:00
.page-wrapper {
background-size: contain;
margin: auto;
2021-09-08 13:20:40 +00:00
// max-width: 720px;
2021-09-08 13:47:18 +00:00
max-width: 630px;
2019-12-20 04:31:26 +00:00
padding-top: 75px;
width: 90%;
padding-bottom: 70px;
2019-12-20 21:54:38 +00:00
min-height: 50vh;
2019-12-20 04:31:26 +00:00
@include clearfix();
@media screen and (max-width: 575px) {
}
}
}
2021-09-08 14:08:22 +00:00
article.poem {
max-width: 500px;
margin: auto;
}
2019-12-20 04:31:26 +00:00
.main-wrapper {
padding-top: 20px;
}
2019-12-20 23:14:51 +00:00
header.simple-header {
padding-top: 17px;
//padding-left: 23px;
display: flex;
justify-content: center;
.simple-vertical-flow {
flex-direction: column;
align-items: flex-start;
.header-simple-top {
display: flex;
flex-direction: row;
justify-content: center;
margin-bottom: 10px;
}
.header-simple-bottom {
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 150px;
display: flex;
a {
color: gray;
}
}
}
a {
color: black;
}
}
header.large-header {
2019-12-20 04:31:26 +00:00
display:flex;
justify-content: center;
padding-top: 17px;
padding-left: 23px;
padding-right: 21px;
.header-left {
2019-12-20 19:09:20 +00:00
width: 33.33%;
2019-12-20 04:31:26 +00:00
display: flex;
justify-content: flex-start;
}
.header-center {
2019-12-20 19:09:20 +00:00
width: 33.33%;
text-align: center;
2019-12-20 04:31:26 +00:00
}
.header-right {
2019-12-20 19:09:20 +00:00
width: 33.33%;
2019-12-20 04:31:26 +00:00
display: flex;
justify-content: flex-end;
}
.mood-button {
float: left;
margin-right: 15px;
&:hover {
cursor: pointer;
}
&.clicked {
text-decoration: underline;
}
}
.click-your-mood {
float: left;
margin-right: 15px;
}
}
2019-12-20 03:06:41 +00:00
a.hlink {
//display: block;
//text-align: right;
//width: 100%;
//margin-top: 10px;
color: gray;
float:left;
margin-right: 15px;
2019-12-20 04:31:26 +00:00
text-decoration: none;
2019-12-20 03:06:41 +00:00
}
body.standard a.hlink {
color: gray;
}
.center-title {
position: absolute;
top: 2%;
left: 0%;
width: 100%;
text-align: center;
}
.footer {
2019-12-20 19:09:20 +00:00
margin-top: 80px;
margin-bottom: 160px;
display: flex;
justify-content: center;
2019-12-20 21:54:38 +00:00
.footer-vertical {
display: flex;
flex-flow: column;
justify-content: flex-start;
}
.footer-top {
display: flex;
justify-content: flex-start;
2019-12-21 16:04:50 +00:00
display: none;
2019-12-20 21:54:38 +00:00
}
.footer-bottom {
justify-content: center;
display: flex;
margin-top: 10px;
}
}
.toc-wrapper {
display: flex;
flex-direction: column;
align-items: center;
.table-of-contents {
font-style: italic;
margin-bottom:20px;
}
.posts-wrapper {
display:flex;
align-items:center;
flex-direction:column;
}
2019-12-20 23:14:51 +00:00
}
.aboutWrapper {
2020-01-06 04:00:52 +00:00
max-width: 470px;
2019-12-20 23:14:51 +00:00
margin:auto;
2020-01-06 04:00:52 +00:00
padding-left: 20px;
2019-12-20 23:14:51 +00:00
}
2020-01-06 04:00:52 +00:00
.aboutLinksWrapper {
2019-12-20 23:14:51 +00:00
display: flex;
2020-01-06 04:00:52 +00:00
justify-content: left;
.aboutLinks {
2021-06-04 08:51:11 +00:00
width: 210px;
2020-01-06 04:00:52 +00:00
margin-top: 50px;
.hlink {
margin-right: 0px;
}
}
}
.rssWrapper {
width: 12px;
margin: auto;
margin-top: 100px;
display: none;
}
.checkoutWrapper {
input {
width: 185px;
}
2019-12-20 03:06:41 +00:00
}