diff options
| -rw-r--r-- | about.php | 18 | ||||
| -rwxr-xr-x | style.css | 6 |
2 files changed, 21 insertions, 3 deletions
| diff --git a/about.php b/about.php index 51d7383..83b284a 100644 --- a/about.php +++ b/about.php | |||
| @@ -6,7 +6,23 @@ include('header.php'); | |||
| 6 | <H1>About</H1> | 6 | <H1>About</H1> |
| 7 | 7 | ||
| 8 | <P> | 8 | <P> |
| 9 | This page is soooo under construction. Hopefully Starla'll be bothered to finish it someday. | 9 | Pillowcase is a <A HREF="http://fourisland.com/">Four Island</A> project, majorly operated by Starla Insigna, though |
| 10 | it is possible that other people may have contributed to it (see <A HREF="/contribute.php">contributing</A>). | ||
| 11 | </P> | ||
| 12 | |||
| 13 | <P> | ||
| 14 | Pillowcase is a webcomic about.... you guessed it, a Pillowcase. While ordinarily this may seem drab and boring, some | ||
| 15 | people can be <DEL>insane</DEL> very imaginative. This comic updates daily with a new short edition of the | ||
| 16 | Pillowcase's latest act of insanity. | ||
| 17 | </P> | ||
| 18 | |||
| 19 | <P> | ||
| 20 | Pillowcase was originally a fake news story on another Four Island project, | ||
| 21 | <A HREF="http://false.fourisland.com/">True Falsities</A> (<A HREF="http://false.fourisland.com/2009/02/bluemonkeys-saga/">the story</A>). | ||
| 22 | It was a short story about how Bluemonkey (a Four Island regular), after going a bit insane, started a webcomic | ||
| 23 | called "Pillowcase". The story was written by Starla, so she is not stealing anyone's ideas. Anyway, after writing the | ||
| 24 | story and providing the first 11 Pillowcase comics with it, Starla went a little Pillowcase-insane and turned it | ||
| 25 | into a real webcomic. | ||
| 10 | </P> | 26 | </P> |
| 11 | <?php | 27 | <?php |
| 12 | 28 | ||
| diff --git a/style.css b/style.css index bf3f30d..98f9e88 100755 --- a/style.css +++ b/style.css | |||
| @@ -40,13 +40,15 @@ div.cleardiv { | |||
| 40 | clear: both; | 40 | clear: both; |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | a { | 43 | ul.navbar li a, |
| 44 | div#footer a, | ||
| 45 | ul#archive li a { | ||
| 44 | text-decoration: none; | 46 | text-decoration: none; |
| 45 | color: black; | 47 | color: black; |
| 46 | } | 48 | } |
| 47 | 49 | ||
| 48 | a:hover, a:focus, a:active { | 50 | a:hover, a:focus, a:active { |
| 49 | text-decoration: underline; | 51 | text-decoration: underline !important; |
| 50 | } | 52 | } |
| 51 | 53 | ||
| 52 | ul.navbar li { | 54 | ul.navbar li { |
