elrhiarhodan (
elrhiarhodan) wrote in
ao3_skins2017-08-06 12:43 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Block indent
Hi there, don't know if anyone's listening to this comm anymore, but I could use some help with a skin.
AO3 doesn't support the indent [ div style="margin-left: 40px"] tag, insisting that the [blockquote] tag is equivalent, but it isn't, as a [blockquote] tag places a border around the text. I have no experience with skins or how to write one. I've looked at various tutorials but can't figure out how to make one work for the simple task of indenting multiple paragraphs.
Can anyone help?
AO3 doesn't support the indent [ div style="margin-left: 40px"] tag, insisting that the [blockquote] tag is equivalent, but it isn't, as a [blockquote] tag places a border around the text. I have no experience with skins or how to write one. I've looked at various tutorials but can't figure out how to make one work for the simple task of indenting multiple paragraphs.
Can anyone help?
no subject
What, exactly, do you want to indent? Is it the work itself, the first line of each paragraph or only some of those?
(no subject)
(no subject)
no subject
#workskin blockquote {
border-left: none;
}
And that'll remove the border, but it'll affect all your blockquotes.
(no subject)
(no subject)