szurubooru/public_html/media/css/post-view.css

133 lines
1.8 KiB
CSS
Raw Normal View History

2013-10-12 12:38:49 +02:00
#sidebar {
width: 200px;
2013-10-12 14:53:47 +02:00
line-height: 1.33em;
font-size: 90%;
2013-10-12 12:38:49 +02:00
}
img,
2013-10-09 22:46:05 +02:00
embed {
max-width: 100%;
}
2013-10-12 10:46:15 +02:00
2013-10-19 22:56:56 +02:00
.post-type-image img {
/*background: url('../img/bk-image.png') lemonchiffon;*/
2013-10-19 22:56:56 +02:00
}
.post-type-flash embed {
background: url('../img/bk-swf.png') lemonchiffon;
}
#sidebar .tags ul {
2013-10-12 10:46:15 +02:00
list-style-type: none;
2013-10-19 22:56:56 +02:00
margin: 0;
2013-10-12 10:46:15 +02:00
padding: 0;
}
#sidebar .tags li {
overflow: hidden;
text-overflow: ellipsis;
}
#sidebar .tags li .count {
2013-10-12 10:46:15 +02:00
padding-left: 0.5em;
color: silver;
}
#sidebar nav {
2013-10-12 12:38:49 +02:00
margin-bottom: 2em;
}
#sidebar nav .left {
2013-10-12 12:38:49 +02:00
float: left;
}
#sidebar nav .right {
2013-10-12 12:38:49 +02:00
float: right;
}
#sidebar nav a.disabled {
2013-10-12 12:38:49 +02:00
color: silver;
}
#sidebar nav a.disabled i[class*='icon-'] {
2013-10-12 12:38:49 +02:00
background-color: silver;
}
2013-10-22 09:24:17 +02:00
#sidebar .uploader img {
vertical-align: middle;
margin: 0 0.5em 0 0;
}
2013-10-12 10:46:15 +02:00
i.icon-prev {
background-position: -12px -1px;
}
i.icon-next {
background-position: -1px -1px;
}
i.icon-prev,
i.icon-next {
margin: 0 8px;
vertical-align: middle;
width: 8px;
height: 20px;
}
i.icon-dl {
margin: 0;
width: 20px;
height: 20px;
background-position: -22px -1px;
}
2013-10-12 12:38:49 +02:00
.permalink {
margin: 1em 0;
2013-10-12 10:46:15 +02:00
}
2013-10-12 12:38:49 +02:00
.permalink .icon-dl {
vertical-align: middle;
margin-right: 1em;
2013-10-12 10:46:15 +02:00
}
2013-10-12 12:38:49 +02:00
.permalink span {
vertical-align: middle;
2013-10-12 10:46:15 +02:00
}
2013-10-12 12:38:49 +02:00
.permalink .ext:after {
content: ', ';
2013-10-12 10:46:15 +02:00
}
2013-10-13 12:28:16 +02:00
.options ul {
2013-10-12 14:53:47 +02:00
list-style-type: none;
margin: 0;
padding: 0;
}
2013-10-13 12:28:16 +02:00
.favorites p {
margin: 0;
}
2013-10-12 14:53:47 +02:00
.favorites ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.favorites li {
display: inline-block;
}
.favorites a {
margin: 2px;
}
2013-10-13 12:28:16 +02:00
2013-10-17 23:37:41 +02:00
form.edit-post {
2013-10-13 12:28:16 +02:00
display: none;
}
form.edit-post .safety label:not(.left) {
2013-10-13 12:28:16 +02:00
margin-right: 0.75em;
}
ul.tagit {
display: block;
vertical-align: middle;
margin: 0;
font-size: 1em;
}
.preview {
border: 1px solid yellow;
background: url('../img/preview.png') lemonchiffon;
padding: 0.5em;
display: none;
}
2013-10-19 22:56:56 +02:00
form.add-comment textarea {
width: 50em;
height: 8em;
}