Advertisement
Vaellyth

VXR Plotter 2

Jun 11th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. [doHTML]
  2.  
  3. <style type="text/css">
  4.  
  5. @keyframes glowone {
  6. from { text-shadow: 0 0 0px #00FF33; }
  7. to { text-shadow: 0 0 20px #00FF33; }
  8. }
  9.  
  10. @-webkit-keyframes glowone {
  11. from { text-shadow: 0 0 0px #00FF33; }
  12. to { text-shadow: 0 0 20px #00FF33; }
  13. }
  14.  
  15. @-moz-keyframes glowone {
  16. from { text-shadow: 0 0 0px #00FF33; }
  17. to { text-shadow: 0 0 20px #00FF33; }
  18. }
  19.  
  20. @-o-keyframes glowone {
  21. from { text-shadow: 0 0 0px #00FF33; }
  22. to { text-shadow: 0 0 20px #00FF33; }
  23. }
  24.  
  25. </style>
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Space+Mono|VT323" rel="stylesheet">
  28.  
  29. <div id="meat" style="background: transparent; border: 1px solid #111;">
  30. <div id="text" style="background: transparent;">
  31. <br>
  32. <center>
  33. <span class="texter" style="font-family: Space Mono; animation: glowone 2s alternate infinite; -webkit-animation: glowone 2s alternate infinite; -moz-animation: glowone 2s alternate infinite; -o-animation: glowone 2s alternate infinite; color: #00FF33; font-size: 14px;">characters\Character Name</span>
  34. <br>
  35. <img style="width: 250px; height: 250px; margin: 15px 0px; border: 1px solid;" src="http://placehold.it/250x250">
  36. <h1 style="font-size: 12px; font-family: Overpass Mono; background: rgba(0, 0, 0, 0.5);">[b]Character Name:[/b]
  37. <br>[b]Species:[/b]
  38. <br>[b]Age:[/b] [b]Gender:[/b]
  39. <br>[b]Faction:[/b] [b]Clearance:[/b]
  40. <br><a href="tracker link" style="color: #00FF33;">Tracker</a></h1>
  41.  
  42. <h1 style="background: rgba(0, 0, 0, 0.5); margin-top: -15px; animation: glowone 2s alternate infinite; -webkit-animation: glowone 2s alternate infinite; -moz-animation: glowone 2s alternate infinite; -o-animation: glowone 2s alternate infinite; color: #00FF33;">.friends()</h1>
  43. <p class="pac" style="font-family: VT323; font-size: 11px; letter-spacing: 1px; color: #999;">this is where you list the sorts of people your character would be caught hanging around with.</p>
  44. <br>
  45. <h1 style="background: rgba(0, 0, 0, 0.5); animation: glowone 2s alternate infinite; -webkit-animation: glowone 2s alternate infinite; -moz-animation: glowone 2s alternate infinite; -o-animation: glowone 2s alternate infinite; color: #00FF33;">.lovers()</h1>
  46. <p class="pac" style="font-family: VT323; font-size: 11px; letter-spacing: 1px; color: #999;">this is where you list the sorts of people your character would be caught fooling around with. ;)</p>
  47. <br>
  48. <h1 style="background: rgba(0, 0, 0, 0.5); animation: glowone 2s alternate infinite; -webkit-animation: glowone 2s alternate infinite; -moz-animation: glowone 2s alternate infinite; -o-animation: glowone 2s alternate infinite; color: #00FF33;">.enemies()</h1>
  49. <p class="pac" style="font-family: VT323; font-size: 11px; letter-spacing: 1px; color: #999;">this is where you list the sorts of people your character would [i]never[/i] be caught hanging around with, or would be caught disposing the body thereof. >;)</p>
  50. <br>
  51. <h1 style="background: rgba(0, 0, 0, 0.5); animation: glowone 2s alternate infinite; -webkit-animation: glowone 2s alternate infinite; -moz-animation: glowone 2s alternate infinite; -o-animation: glowone 2s alternate infinite; color: #00FF33;">.about()</h1>
  52. <p class="pac" style="font-family: VT323; font-size: 11px; letter-spacing: 1px; color: #999;">Lorem ipsum dolor sit amet blah blah blah, this is where you put some info about your character-you don't have to be as in-depth as a profile bio, per se, but do give your prospective partners enough to work with and decide whether/how they can work with your character.</p>
  53. <br>
  54. <h1 style="background: rgba(0, 0, 0, 0.5); animation: glowone 2s alternate infinite; -webkit-animation: glowone 2s alternate infinite; -moz-animation: glowone 2s alternate infinite; -o-animation: glowone 2s alternate infinite; color: #00FF33;">~</h1></center>
  55. <br>
  56. </div>
  57. </div>
  58.  
  59. [/doHTML]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement