View previous topic :: View next topic |
Author |
Message |
Blue Bommer Net Savior
Joined: 20 Mar 2005 Posts: 175 Location: Your shoulder, the left one.
|
Posted: Sun Jul 24, 2005 11:07 am Post subject: Hard to see. |
|
|
Not much a bug, so this is a problem. In the print copy page, you can's see spoilers. This is because it is the same color as the backdrop. So you have no idea it's there. _________________
|
|
Back to top |
|
|
Sai-kun Official Forum TF2 Addict
Age: 33 Joined: 15 Mar 2005 Posts: 987 Location: neoGAF
|
Posted: Sun Jul 24, 2005 4:37 pm Post subject: |
|
|
Because they're...spoilers...>_>....Some people don't like having things spoiled...so...they change the colors of the text..>_>..and...it's not...spoiled, then... _________________ all i ever wanted was the world |
|
Back to top |
|
|
Nazne Shukei - Hakuteiken
Joined: 20 Mar 2005 Posts: 1133
|
Posted: Sun Jul 24, 2005 5:13 pm Post subject: |
|
|
Yes, but they're still spoilers, and it's pretty hard to highlight things on a piece of paper <_<; You'll just hafta make notes next to where you think the spoilers are, I guess. >>
-BMA |
|
Back to top |
|
|
Mari Elegantly Wasted
Joined: 14 Mar 2005 Posts: 1025 Location: M.I.A.
|
Posted: Sun Jul 24, 2005 5:48 pm Post subject: |
|
|
I've checked the code, and the only real solution I could think of is to modify the Spoiler code to store all properties in a CSS class.
So we change this in the spoiler mod code...
Code: | <span style="color: FAFAFA; background-color: FAFAFA"> |
...to this...
Code: | <span class="spoiler"> |
...and obviously adding this...
Code: | .spoiler { color: FAFAFA; background-color: FAFAFA } |
...into the forum's stylesheet. Then, in the printerfriendly mod, we change the spoiler class to a different color and background and there we go. Tada.
Easier solution? Copy-paste the text into your favorite word processor and print it. =P _________________
Currently fangirling Edgy Eft and mplayer1.0RC1 -- firefox 2 is just okay, those are pure awesome. |
|
Back to top |
|
|
|