101 lines
2.1 KiB
CSS
101 lines
2.1 KiB
CSS
|
.content-wrapper {
|
||
|
top: 2em;
|
||
|
}
|
||
|
#divbody>.content {
|
||
|
padding:unset;
|
||
|
}
|
||
|
s {
|
||
|
text-decoration-color:rgba(0, 255, 0, 0.5)
|
||
|
}
|
||
|
@media (min-width: 600px) {
|
||
|
s {
|
||
|
position: relative;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
s::after {
|
||
|
content: "";
|
||
|
line-height: 1em;
|
||
|
margin-top: calc(0.125em / 2 * -1);
|
||
|
position: absolute;
|
||
|
right: 0;
|
||
|
top: 50%;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
border-top: 0.125em solid rgba(0, 255, 0, 0.5);
|
||
|
height: calc(50% - 1px);
|
||
|
width: 100%;
|
||
|
transform: rotateZ(-1deg);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#title{display:none;}
|
||
|
a.ablack{color:black !important;}
|
||
|
h3.links_header a{
|
||
|
color:black !important;
|
||
|
}
|
||
|
h3.links_header {
|
||
|
margin-top: 0 !important;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
#links {
|
||
|
border: solid 1px #ccc;
|
||
|
padding: 1em 1em 0 1em;
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
.link_date{font-weight: bold;}
|
||
|
li{margin-bottom:8px;}
|
||
|
ul,ol{margin-left:24px;margin-right:24px;}
|
||
|
#all_posts{margin-top:24px;text-align:center;}
|
||
|
.subtitle{font-size:small;margin:12px 0px;}
|
||
|
.content p{/*margin-left:24px;*/margin-right:24px;}
|
||
|
#description{font-size:large;margin-bottom:12px;}
|
||
|
h3{margin-top:42px;margin-bottom:8px;}
|
||
|
h4{margin-left:12px;margin-right:24px; padding-top: 8px; font-size: 20px;}
|
||
|
#twitter{line-height:20px;vertical-align:top;text-align:right;font-style:italic;color:#333;margin-top:24px;font-size:14px;}
|
||
|
.separator{text-align:center;padding:24px;font-size:10px;}
|
||
|
.content img { max-width: 100%; }
|
||
|
.permalink {font-size:small; margin-left: 8px;}
|
||
|
.link-section {
|
||
|
line-height: 0.25;
|
||
|
text-align: center;
|
||
|
font-size: 24px;
|
||
|
margin: 48px 0px;
|
||
|
}
|
||
|
.link-section span {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
}
|
||
|
.link-section span:before,
|
||
|
.link-section span:after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
height: 5px;
|
||
|
border-bottom: 1px solid;
|
||
|
border-top: 1px solid;
|
||
|
top: 0;
|
||
|
width: 25%;
|
||
|
}
|
||
|
.link-section span:before {
|
||
|
right: 100%;
|
||
|
margin-right: 15px;
|
||
|
}
|
||
|
.link-section span:after {
|
||
|
left: 100%;
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
.video-container {
|
||
|
position: relative;
|
||
|
padding-bottom: 56.25%;
|
||
|
padding-top: 30px; height: 0; overflow: hidden;
|
||
|
}
|
||
|
|
||
|
.video-container iframe,
|
||
|
.video-container object,
|
||
|
.video-container embed {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|