milkfatzero (
milkfatzero) wrote in
ao3_skins2013-03-05 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)
Entry tags:
Flat Squares skin
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:
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
no subject
not to abuse your genius, but can you tell me how to set up a mobile skin -- like so the site displays normally on my computer but defaults to the mobile skin on my phone? I can't easily find any information about this.
no subject
This is what you do after that.
1. Create a new skin for the mobile version - I called it Flat Squares (mobile).
2. Paste in mobile CSS.
3. Under the "Advanced" box, select
a. "replace archive skin entirely" and
b. under "Media", check the box for "only screen and (max-width: 480px)"
4. Under the "Parents" box, click "Add parent skin". Type in whatever you called the regular view skin.
5. Submit
And then use the new mobile skin.
Hope that works for you!
no subject
I think I've successfully created the mobile skin as a child of Flat Squares ("only screen and (max-width: 480px)" threw me -- I wish there were better documentation of this system). What I can't figure out now is how to activate BOTH the parent and child skins. If I click "use" for the mobile skin it turns off the Flat Squares skin, and vice versa.
no subject
Try resizing the width of your browser window and see if it shifts into mobile view? If it does you're set.
no subject
Thanks so much!
no subject
no subject
I would like to make the body font a little smaller if possible, and I can't figure out quite what to change after inspecting the elements of the live skin. What should I search for to tweak?
Thank you again!
no subject
There's no body font size set in the base skin. I think the easiest thing would be to add something like
#main { font-size: 14px; }
which would size down everything except for the header, footer and the dashboard sidebar. Or add a font size to
body
if you want to scale those down too.no subject
Really, this is such a huge usability improvement over the base style (not to mention the visual improvements). Thanks again.
no subject
There's a few issues
I also wanted to change the main font size in the body (where you read the stories) and I read the "#main { font-size: 14px; }" comment but it didn't work for me. Can you tell me where to put the code and what it should say? Sorry, I'm new to CSS.
Re: There's a few issues
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
http://postimg.org/image/s7tdcfey9/
http://postimg.org/image/45cjhjyb5/
Re: There's a few issues
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
Thanks for all your help!
Re: There's a few issues
#workskin {
margin: auto;
max-width: 55em;
}
Change the max-width or margin values (e.g. margin: 0 30px).
Glad to be of help!
no subject