mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-10 03:35:46 +00:00
edit images block
This commit is contained in:
@ -1,16 +1,39 @@
|
||||
/* in-text images */
|
||||
.sign {
|
||||
figure.img {
|
||||
float: right;
|
||||
border: 0px solid #333;
|
||||
padding: 0px;
|
||||
margin: 5px 0px 5px 10px;
|
||||
}
|
||||
.sign figcaption {
|
||||
figure.img img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
figure.img figcaption {
|
||||
margin: 0px;
|
||||
font-size: 90%;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* screenshots */
|
||||
.thumbnails {
|
||||
margin: -3em 0 0 -2em;
|
||||
font-size: 90%;
|
||||
font-style:italic;
|
||||
text-align: center;
|
||||
}
|
||||
.thumbnail {
|
||||
display: -moz-inline-box;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 3em 0 0 2em;
|
||||
}
|
||||
.thumbnail .r {
|
||||
width: 14em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* spoiler */
|
||||
.spoiler > input + .box > blockquote {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user