Flat Squares skin
Mar. 5th, 2013 05:47 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
A modern, 'flat' skin. Maybe someone other than me will find it useful *g*
Things of note: The category and warning icons on the blurbs have been replaced with colour-coded bits of text. The works font is set to a very large 20px.
Updated 2015-05-25.
Previews and code:


Mobile - Tested on iOS only
Parent CSS:
Mobile CSS:
Things of note: The category and warning icons on the blurbs have been replaced with colour-coded bits of text. The works font is set to a very large 20px.
Updated 2015-05-25.
Previews and code:


Mobile - Tested on iOS only
Parent CSS:
Mobile CSS:
Re: There's a few issues
Date: 2015-06-07 01:48 am (UTC)To change the font size for the story, do it under here:
#workskin .userstuff[role="article"],
#workskin div[role="article"] .userstuff {
font-size: 1.3em;
...
}
Re: There's a few issues
Date: 2015-06-07 02:17 am (UTC)http://postimg.org/image/s7tdcfey9/
http://postimg.org/image/45cjhjyb5/
Re: There's a few issues
Date: 2015-06-07 02:35 am (UTC)When you're in the Edit Skin page, check if the the "replace archive skin entirely" option is selected? Like this:
http://postimg.org/image/fqpabpugd/
Re: There's a few issues
Date: 2015-06-07 02:41 am (UTC)Thanks for all your help!
Re: There's a few issues
Date: 2015-06-07 02:50 am (UTC)#workskin {
margin: auto;
max-width: 55em;
}
Change the max-width or margin values (e.g. margin: 0 30px).
Glad to be of help!