2014-09-21 10:56:37 +02:00
|
|
|
.post-type-image img,
|
|
|
|
.post-type-video video {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-type-youtube iframe {
|
|
|
|
width: 800px;
|
|
|
|
height: 600px;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2014-10-05 10:09:02 +02:00
|
|
|
#post-current-search-wrapper {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#post-current-search {
|
|
|
|
margin: 0 auto 1em auto;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-current-search a {
|
|
|
|
margin: 0 2em;
|
|
|
|
}
|
|
|
|
#post-current-search a,
|
|
|
|
#post-current-search div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
#post-current-search a:not(.enabled) {
|
|
|
|
color: silver;
|
|
|
|
}
|
|
|
|
|
2014-09-21 10:56:37 +02:00
|
|
|
#post-view-wrapper #sidebar {
|
|
|
|
line-height: 1.33em;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
2014-09-21 23:01:01 +02:00
|
|
|
#post-view-wrapper #sidebar h1 {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2014-09-21 10:56:37 +02:00
|
|
|
#post-view-wrapper #sidebar h1:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (min-width: 62.5em) {
|
|
|
|
#post-view-wrapper {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-view-wrapper #sidebar {
|
|
|
|
min-width: 15em;
|
|
|
|
margin-right: 1em;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#post-view-wrapper #post-view {
|
|
|
|
flex: 5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width: 62.5em) {
|
|
|
|
#post-view-wrapper {
|
2014-09-27 10:26:33 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2014-09-21 10:56:37 +02:00
|
|
|
}
|
|
|
|
#post-view-wrapper #sidebar {
|
|
|
|
order: 2;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
#post-view-wrapper #post-view {
|
2014-09-27 10:26:33 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 100%;
|
2014-09-21 10:56:37 +02:00
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-09-27 21:33:31 +02:00
|
|
|
#post-view-wrapper .favorites li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0.25em 0.25em 0;
|
|
|
|
}
|
2014-09-21 10:56:37 +02:00
|
|
|
|
2014-09-23 19:00:40 +02:00
|
|
|
#sidebar ul {
|
2014-09-21 10:56:37 +02:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2014-09-23 19:00:40 +02:00
|
|
|
#sidebar .tags li,
|
|
|
|
#sidebar .other-info li {
|
|
|
|
display: block;
|
|
|
|
word-break: break-all;
|
|
|
|
padding-left: 1em;
|
|
|
|
text-indent: -1em;
|
|
|
|
}
|
2014-09-21 10:56:37 +02:00
|
|
|
|
|
|
|
#sidebar .tags .tag-wrapper {
|
|
|
|
max-width: 100%;
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
#sidebar .tags li a {
|
2014-09-23 19:07:15 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding-left: 1em; /* ? */
|
2014-09-21 10:56:37 +02:00
|
|
|
}
|
|
|
|
#sidebar .tags li .usages {
|
|
|
|
color: silver;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
2014-09-21 23:01:01 +02:00
|
|
|
|
|
|
|
#sidebar .author-box img {
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
#sidebar .author-box .author-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-09-23 19:00:40 +02:00
|
|
|
|
|
|
|
#sidebar .other-info {
|
|
|
|
margin-top: 1em;
|
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar .essential {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-around;
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
#sidebar .essential li {
|
|
|
|
display: block;
|
|
|
|
margin: 0 0.25em;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
#sidebar .essential li i.fa {
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
#sidebar .essential li a {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2014-09-25 19:11:41 +02:00
|
|
|
|
|
|
|
#post-view-wrapper .post-edit-wrapper {
|
|
|
|
padding: 1em;
|
|
|
|
position: absolute;
|
|
|
|
background: rgba(255, 255, 255, 0.8);
|
2014-10-11 22:33:35 +02:00
|
|
|
box-shadow: 0 0 1em 0.5em rgba(255, 255, 255, 0.8);
|
|
|
|
z-index: 0;
|
2014-09-25 19:11:41 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2014-10-11 22:33:35 +02:00
|
|
|
#post-view>* {
|
|
|
|
z-index: -1;
|
|
|
|
}
|
2014-09-25 19:11:41 +02:00
|
|
|
|
|
|
|
#post-view-wrapper .post-edit-wrapper .file-handler {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
2014-09-26 20:41:28 +02:00
|
|
|
|
|
|
|
#post-view-wrapper .post-history-wrapper {
|
2014-10-05 21:06:43 +02:00
|
|
|
padding: 1em 0;
|
2014-09-26 20:41:28 +02:00
|
|
|
display: none;
|
2014-09-27 10:26:33 +02:00
|
|
|
word-break: break-all;
|
2014-09-26 20:41:28 +02:00
|
|
|
}
|