2023-01-25 18:09:26 +00:00
|
|
|
html {
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
}
|
|
|
|
|
2015-03-29 06:14:53 +00:00
|
|
|
body {
|
|
|
|
background: #FFF7EC;
|
|
|
|
height: auto;
|
|
|
|
padding-bottom: 5rem;
|
|
|
|
}
|
|
|
|
|
2015-04-12 16:30:11 +00:00
|
|
|
.share-page {
|
|
|
|
padding: 10px 50px;
|
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 5px;
|
|
|
|
margin: 50px 0;
|
2017-02-23 12:38:14 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
2015-04-12 16:30:11 +00:00
|
|
|
}
|
|
|
|
|
2015-03-29 06:14:53 +00:00
|
|
|
header {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: $spacing-unit;
|
|
|
|
|
|
|
|
img {
|
|
|
|
// border-radius: 50%;
|
|
|
|
margin: $spacing-unit auto;
|
|
|
|
// border: 1px solid #F5DFC3;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 4rem;
|
2016-11-09 12:27:01 +00:00
|
|
|
font-family: $head-font-family;
|
|
|
|
text-transform: lowercase;
|
2015-03-29 06:14:53 +00:00
|
|
|
}
|
|
|
|
h1 a, & > a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: $text-color !important;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
margin-top: 1rem;
|
2019-03-24 03:54:31 +00:00
|
|
|
margin-bottom: 1rem;
|
2015-03-29 06:14:53 +00:00
|
|
|
}
|
|
|
|
nav a {
|
|
|
|
margin: 0 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: $brand-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-heading {
|
|
|
|
text-align: center;
|
|
|
|
font-style: italic;
|
2016-11-09 12:27:01 +00:00
|
|
|
width: 20%;
|
|
|
|
height: 1px;
|
|
|
|
border: 1px dotted rgba(0, 0, 0, 0.1);
|
|
|
|
|
2019-03-24 03:54:31 +00:00
|
|
|
margin: 2rem auto 5rem;
|
2015-03-29 06:14:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-list, .post-header {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-bottom: 5rem;
|
|
|
|
|
|
|
|
h2, h1 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-02-23 12:38:14 +00:00
|
|
|
|
2015-03-29 06:14:53 +00:00
|
|
|
.post-meta {
|
|
|
|
font-size: $small-font-size;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 2rem;
|
2017-02-23 12:38:14 +00:00
|
|
|
|
|
|
|
span {
|
|
|
|
margin-left: 1rem;
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
2015-03-29 06:14:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
article p img {
|
|
|
|
margin: 2rem auto;
|
|
|
|
display: block;
|
2017-11-19 09:49:36 +00:00
|
|
|
|
|
|
|
&.inline {
|
|
|
|
display: inline;
|
|
|
|
margin: 0.1rem;
|
|
|
|
}
|
2015-03-29 06:14:53 +00:00
|
|
|
}
|
|
|
|
|
2015-07-26 09:58:08 +00:00
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-05-03 06:19:18 +00:00
|
|
|
.post article h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2015-07-26 09:58:08 +00:00
|
|
|
.post-list li {
|
|
|
|
margin-top: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-list li:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2015-03-29 06:14:53 +00:00
|
|
|
.post-list h2 {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post article h2 {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
|
2022-06-27 15:12:17 +00:00
|
|
|
.post-content {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-07-31 05:51:07 +00:00
|
|
|
.post-content [id] {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&:hover .heading-link {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-27 13:42:01 +00:00
|
|
|
.lang-fa {
|
2018-04-27 12:20:58 +00:00
|
|
|
font-family: $base-font-family;
|
|
|
|
direction: rtl !important;
|
|
|
|
.post-content {
|
|
|
|
text-align: right;
|
|
|
|
font-size: 1.05em;
|
|
|
|
line-height: 1.718em;
|
|
|
|
}
|
|
|
|
.share-page {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
2023-02-27 09:59:33 +00:00
|
|
|
|
|
|
|
.bibliography {
|
|
|
|
direction: ltr;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2018-04-27 12:20:58 +00:00
|
|
|
}
|
|
|
|
|
2015-07-31 05:51:07 +00:00
|
|
|
.post-content .heading-link {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
|
|
|
|
left: -30px;
|
|
|
|
top: 10px;
|
|
|
|
|
|
|
|
padding-right: 30px;
|
|
|
|
|
|
|
|
background: url(/img/link.svg) no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-24 20:16:19 +00:00
|
|
|
.post-content .footnote + .heading-link {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnotes .heading-link {
|
|
|
|
left: -40px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2015-03-29 06:14:53 +00:00
|
|
|
article .image-caption {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 10pt;
|
|
|
|
color: $grey-color;
|
|
|
|
margin-top: -1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rss-subscribe {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid lighten($grey-color, 20%);
|
|
|
|
margin: 1.5rem 0;
|
2015-05-03 06:19:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.channel {
|
|
|
|
& > a::before {
|
|
|
|
content: 'BroadcastChannels rock';
|
|
|
|
color: white;
|
|
|
|
position: absolute;
|
|
|
|
top: 250px;
|
|
|
|
left: calc(50% - 83px);
|
|
|
|
font-size: 15px;
|
|
|
|
text-shadow: 0 0 1px white;
|
|
|
|
}
|
|
|
|
}
|
2017-11-19 09:49:36 +00:00
|
|
|
|
|
|
|
.centered {
|
|
|
|
margin: 2rem auto;
|
|
|
|
display: block;
|
|
|
|
}
|
2022-06-27 15:12:17 +00:00
|
|
|
|
|
|
|
.art .image-details {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: white;
|
|
|
|
text-shadow: 1px 1px black;
|
|
|
|
font-family: monospace;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
transition: opacity 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art .image-details.lang-fa {
|
|
|
|
left: none;
|
|
|
|
right: 10px;
|
|
|
|
text-align: right;
|
|
|
|
font-family: $base-font-family;
|
|
|
|
}
|
|
|
|
|
|
|
|
.art .post-content:hover .image-details {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2022-12-10 19:53:50 +00:00
|
|
|
|
2023-01-25 18:09:26 +00:00
|
|
|
.side-anchors {
|
|
|
|
margin: 1rem;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: '- ';
|
|
|
|
margin-left: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.meta {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-12-10 19:53:50 +00:00
|
|
|
.notice {
|
|
|
|
background-color: #80c4d5;
|
|
|
|
padding: 1rem 2rem;
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-07-26 14:00:47 +00:00
|
|
|
|
|
|
|
#browser {
|
|
|
|
display: inline-block;
|
|
|
|
}
|