All ye Ficathoners...
And speaking of Percy Ficathon websites... look what
lizardspots made for us.
Pure Percyness.
Every time I look at it, I like it more and more. *g* The sweater... (yeah, I share
switchknife's love of schoolboy uiforms). Also thank you to
singtoangels for offering to do a much better splash page than I can manage *blushes* (er, if she forgives my Molly-like handwringing and worry, I'm in over my head), and
switchknife for helping with the Google search code,
idiotparade and
hp_femme for their expertise on eFiction and PHP, as well as
iteag,
florahart,
stiletto,
sevter, and
misspince for cheerfully offering to help code.
Now I have a question. I would like to house all the Ficathon stories on the site, but it wasn't a condition of the original challenge. Is there anyone who objects to having their story on the site?
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
Pure Percyness.
Every time I look at it, I like it more and more. *g* The sweater... (yeah, I share
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-syndicated.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-syndicated.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
Now I have a question. I would like to house all the Ficathon stories on the site, but it wasn't a condition of the original challenge. Is there anyone who objects to having their story on the site?
no subject
CSS stands for "cascading style sheets." You can use them to define specific attributes for HTML tags--for instance, what color links should be, the font and size of paragraph text, et cetera. It provides a finer layer of control over how a Web site displays, which means you can do pretty things. You just have to connect your style sheet to your page, usually by inserting a link.
no subject
Icarus
no subject
My ficpage and the sadly DOA Huffleclaw FQF use CSS, tho' I haven't done anything really complicated with it so far. I find it nice for doing font colors, so I don't have to keep retyping the hex code, and also for defining <em> and <strong> tags so they're actually, you know, useful.
no subject
Does this question make sense?
Icarus
no subject
You don't have to define every tag; if you don't specify anything, the brower will display it as normal for HTML. If you look at the sheets above, I don't define <i> in the sheet, so the brower defaults to italics. If I added a line
i { font-weight: bold; font-style: normal; }
and I typed
<i>Italics</i>
It would display as
Italics
not
Italics.
Trippy, n'est-ce pas?
no subject
CSS is your friend.... :)
no subject
I just asked Mad Maudlin above how the CSS worked, because I expected to see a pile of code at the top defining the stylesheets but... where do you define the fonts et al for each tag?
*Puzzled Icarus*
no subject
Icarus