Hover over that blacked out text to see what it says. Thought it'd be good to have this in the future for my reviews and if I ever do figure out how to get the Madoka Runes spoiler text below to work on computers that don't have the necessary font installed I'll be switching over to that instead - unless of course I start liking having blacked out text on my blog and that's quite possible really. Go here to install the font to see what I mean if you don't.
Additionally these are the css coding I used to get this to work on my blog. If you want the same effects on yours just copy and paste them in before the '/head' tag in the template's html. For the even less html inclined, these are activated like normal spoiler tags only instead of using the "[]" brackets you need to use the "<>" brackets. Substitute the word 'spoiler' for 'madoka' when you want to use the 'madoka' spoiler.
madoka {
font-size:30px; font-family:"MadokaRunes";
}
madoka:hover {
font-family:"Times New Roman"
}
spoiler{
background-color:#000000;
color:#000000;
}
spoiler:hover {
color:#ffffff;
background-color:#000000;
}
font-size:30px; font-family:"MadokaRunes";
}
madoka:hover {
font-family:"Times New Roman"
}
spoiler{
background-color:#000000;
color:#000000;
}
spoiler:hover {
color:#ffffff;
background-color:#000000;
}
No comments:
Post a Comment