Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ========================Pokemon sprite:========================
- <img src='pokemon:460&gen=5&shiny=false'/>
- 460 = Abomasnow / 5 = Generation / Shiny=false/true
- More examples:
- <img src='pokemon:260&gen=5' width='100' height='100' align=right>
- align=right/left..
- <img src='pokemon:442&shiny=true'width='138'height='138'align=right/>
- everything :]
- Short Code:
- <img src='pokemon:493&gen=4'>
- Mega evolution:
- <img src='pokemon:003-1&gen=6'>
- -1 to the dexnumber and gen=6
- ==============================================
- ==========================Styles:==========================
- Advanced bg styles:
- (ofc you can change the color by changing #58FA82 / #0B3B24 to other colors,
- this can be easily done with tools like: http://html-color-codes.info/webfarben_hexcodes/
- click a color and you get the code. Or simply change those #... to red / black / ...
- <body style="background-color: qradialgradient(spread:pad, cx:0.5, cy:2,
- radius:2, fx:0.5, fy:0.4, stop:0.0 #D8D8D8, stop:0.1 #FFFFFF, stop:0.15 #58FA82,
- stop:0.45 #04B45F, stop:0.95 #0B3B24);">
- <body style="background-color: qlineargradient(y1:0,x1:0,x2:1,y2:0 stop:0
- #298373,stop:.1 #c5d5de,stop:.5 #52a494, stop:.9 #c5d5de,stop:1
- #298373)">
- <body style="background-color: qlineargradient(x1:0, y1:0, x2:0,y2:1 stop:2
- darkblue, stop:0.55 #524a52,stop:1 #6a6a8b);">
- <body style="background-color: qlineargradient(y1:0,x1:0,x2:1,y2:0 stop:0
- #413941,stop:.1 #5a83cd,stop:.5 #bd527b, stop:.9 #5a83cd,stop:1
- #413941)">
- <body style="background-color:qlineargradient(y1:11,x1:1,y1:1 stop:0
- brown,stop:.3 brown,stop:.35 silver,stop:.65 white,stop:.2 e,stop:.8
- black,stop:.7 brown,stop:1 brown)">
- <body style="background-color: qlineargradient(x1:0, y1:0, x2:0,y2:1 stop:0
- Yellow, stop:0.50 White,stop:1 Yellow);">
- <body style="background:qradialgradient(cx:.5,cy:0,radius:1.2,fx:1,fy:0, stop:.4
- #4A62B4,stop:0.6 Skyblue,stop:0.64 #5AA4FF stop:0.65 Skyblue,stop:1
- #4A62B4);font-size:17px;">
- <body style="background-color: qlineargradient(y1:0, x1:0, x2:1,y2:0 stop:0
- #EEC63E, stop:.1 #A05812, stop:.5 #F9F46D, stop:.9 #A05812, stop:1
- #EEC63E)">
- <body style="background-color:qradialgradient(cx:1
- cy:0,radius:1.1,fx:0.5,fy:0.5,stop:0.4 black,stop:0.5 silver,stop:0.64 #b9bf06,
- stop:0.65 #b9bf06,stop:1 black);">
- <body style="background-color: qradialgradient(spread:pad,cx:.5, cy:2,
- radius:2,fx:.5,fy:.5,stop:.0 gray stop:.1 black stop:.15 gray stop:.225 silver
- stop:.3 black stop:.65 gray stop:1 silver);">
- <body style="background-color: qradialgradient(cx:1, cy:0, radius:1.1, fx:0.5,
- fy:0.5 , stop:0.4 gray, stop:0.5 aqua, stop:0.64 #6F00FF, stop:1 gray);">
- <body style="background-color: qradialgradient(cx:1,cy:0,
- radius:1.1,fx:0.5,fy:0.5,stop:0.4 black,stop:0.5 white,stop:0.64 white, stop:1
- white);">
- <body style="background-color: qradialgradient(cx:1, cy:0, radius:1.1, fx:0.5,
- fy:0.5 , stop:0.4 yellow, stop:0.5 blue, stop:0.64 blue, stop:0.65 blue, stop:1
- yellow);">
- <body style="background:qradialgradient(cx:1,cy:0,radius:1.1,fx:0.5,fy:0.5,stop:0.4 #b4acac,stop:0.5#62524a,stop:0.64 #ff8b00,stop:0.65 #62524a,stop:1 #b4acac);">
- <body style="background-color:QLinearGradient(x2:1,y2:1 stop:0 darkblue
- stop:0.90 darkred stop:0.40 blk)">
- <body style="background-color: qradialgradient(cx:0, cy:1, radius:1.1, fx:-0.5,
- fy:-0.5 , stop:0.4 yellow, stop:0.5 blue, stop:0.64 black, stop:1 silver);">
- <body style="background-color: qradialgradient(spread:reflect, cx:-0.1, cy:2,
- radius:-0.1, fx:0.5, fy:0.5, stop:0.0 red, stop:0.2 red, stop:0.35 blue,
- stop:0.9 black);">
- <body style="background-color: qlineargradient(x1:1, y2:0, x3:0,y2:1 stop:0
- brown, stop:0.50 skyblue, stop:1 brown)">
- <body style="background-color: qradialgradient(spread:pad, cx:0.5, cy:2,
- radius:2, fy:0.5, fy:0.5, stop:0.2 black, stop:0.4 blue, stop:0.70 brown,
- stop:0.60 red, stop:0.9 blue);">
- Examples for simple styles
- <body bgcolor=black><font color=silver>I see and feel the evil<br>
- My hands will crush them all<br>
- You think you have the answer<br>
- I laugh and watch you fall<br>
- Black-harted evil<br>
- Brave-hearted hero<br>
- I am all, I am all I am<br>
- I am everyone everywhere anyhow any way any will any day!
- <body bgcolor=black><font color=Silver><center><br>TEXT TEXT
- ==============================================
- ========================Trainer Sprite:========================
- <img src="themes/classic/trainer sprites/126.png">
- picture can be found in PO > Themes > ... > Trainer Sprites > Name of the image
- (126.png in this example)
- ==============================================
- ==========================Other stuff:==========================
- <font color=red>
- font color
- <br>
- brake
- <font size=5>
- font size
- <center>
- places something in the middle
-
- multiple spaces
- example:
- ==============================================
- You can use every image which is placed in the pokemon online-folder simply with using this example:
- <img src="themes/classic/trainer sprites/126.png">
- this trainer sprite is located in themes/classic/trainer sprites/name of the picture
- just change the path, example:
- <img src='themes/classic/client/aAvailable.png' align=right>
- Go create your own!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement