Advertisement
3mmaqwe

Untitled

Feb 2nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. [css=background: white;padding:1px;min-height: 200px;]
  2. [tip=this page is WIP, it is not done]notice[/tip]
  3.  
  4. [styleclass=pinkbar][center][pkmn=Umbreon][pkmn=Eevee][pkmn=Espeon][pkmn=Jolteon][pkmn=Vaporeon][pkmn=Sylveon][pkmn=Flareon][pkmn=Glaceon][pkmn=Leafeon][/center][/styleclass]
  5. [sc=tabbed_interface horizontal][ul]
  6.  
  7. [li]Wishforge[/li]
  8.  
  9. [li]art[/li]
  10.  
  11. [li]about[/li]
  12.  
  13.  
  14. [/ul][sc=tab-active][pkmnpanel=kFZ2r][pkmnpanel=kbKy6][/sc][
  15.  
  16. ][sc=tab]
  17. [sc=textbox]OG Trainer Fusions
  18. [img]https://pokefarm.com/upload/3mmaqwe/My_trainer_small.png[/img][img]https://pokefarm.com/upload/3mmaqwe/Fire_Green_transparent.png[/img][/sc]
  19. [/sc][
  20. ][sc=tab]
  21. [sc=textbox]Im Emma. Im 19, and I am attending college full time. I enjoy figuring out new ways to be creative (like experimenting with Hmtl)[/sc]
  22. [sc=textbox][item=deluxe box] Total boxes x[math][inventory=Cute Box]+[inventory=Dainty Box]+[inventory=Deluxe Box]+[inventory=Glittery Box]+[inventory=Gorgeous Box]+[inventory=Hard Box]+[inventory=Heavy Box]+[inventory=Light Box]+[inventory=Nifty Box]+[inventory=Pretty Box]+[inventory=Shiny Box]+[inventory=Sinister Box][/math] [/sc]
  23. [/sc][/sc]
  24. [url="https://pastebin.com/ybKUWzsW"]code[/url]
  25.  
  26. [/css]
  27. [style]
  28. /* dont mess with unless you know what your doing */
  29.  
  30. /* use this sc (style class) around text boxes :) */
  31. .textbox{
  32. background:white;
  33. color:hotpink;
  34. border-radius: 15px 32px 30px;
  35. margin:10px 10px 10px 10px;
  36. padding: 10px 5px 15px 20px;
  37. }
  38. a:link { color: pink; }
  39. a:visited { color: pink; }
  40. a:hover { color: hotpink; }
  41. a:active { color: pink; }
  42.  
  43. background:white;
  44. color:pink;
  45. ul{
  46. background:white;
  47. color:pink;
  48. }
  49. .pinkbar{
  50. background: pink; border-radius: 15px;
  51. min-height: 32px; max-height:20px;
  52. border: 5px outset hotpink;
  53. }
  54. .tabbed_interface{
  55. color:black;
  56. background:pink;
  57. }
  58. li{
  59. text-align:center;
  60. color:hotpink;
  61. background:pink;
  62. width: 21px;
  63. height: 21px;
  64. border-radius: 8px;
  65. border: 5px outset hotpink;
  66. }
  67. li:hover{
  68. color:hotpink;
  69. background:white;
  70. }
  71. li{
  72. &.tab-active {
  73. background:white;
  74. color:hotpink;
  75. border: 5px inset hotpink;
  76.  
  77. } }
  78. .tab-active{
  79. color:black;
  80. background:pink;
  81. }
  82.  
  83.  
  84.  
  85. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement