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

93 lines
1.1 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
.tags ul {
list-style-type: none;
margin: 0 0 0 1em;
padding: 0;
}
.tags li .count {
padding-left: 0.5em;
color: silver;
}
2013-10-12 12:38:49 +02:00
nav {
margin-bottom: 2em;
}
nav .left {
float: left;
}
nav .right {
float: right;
}
nav a.inactive {
color: silver;
}
nav a.inactive i[class*='icon-'] {
background-color: silver;
}
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-12 12:38:49 +02:00
.details .key {
2013-10-12 10:46:15 +02:00
margin-right: 0.5em;
}
2013-10-12 14:53:47 +02:00
.options nav ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.favorites ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.favorites li {
display: inline-block;
}
.favorites a {
margin: 2px;
}