cat_inthe_cradle

Sabbath

Jun 12th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.14 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Josefin+Sans|Pinyon+Script|Wire+One);
  3.  
  4.  
  5.  
  6. ::-webkit-scrollbar-thumb:vertical {
  7. background-color: ;
  8. height: 50px;
  9. }
  10.  
  11. ::-webkit-scrollbar {
  12. height: 10px;
  13. width: 3px;
  14. background-color: ;
  15. }
  16.  
  17. body {
  18. background-color: #080808;
  19. background-image: url('https://wallpaperscraft.com/image/wood_black-and-white_from_below_trees_gloomy_kroner_fog_silence_60216_2560x1440.jpg');
  20. background-attachment: fixed;
  21. background-repeat:no-repeat;
  22. background-position: center;
  23. font-family:'Wire One', sans-serif;
  24. font-size: 14px;
  25. color: #7c7c7c;
  26. text-shadow:2px 1px 2px #555;
  27. }
  28.  
  29. h1{
  30. color: #444;
  31. font-family: Pinyon Script, cursive;
  32. font-size: 24px;
  33. letter-spacing: 1px;
  34. background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .11));
  35. line-height:17px;
  36. height:17px;
  37. text-align:right;
  38. padding-right:30px;
  39. text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  40. }
  41.  
  42. b{
  43. color: #777;
  44. text-shadow: none;
  45. letter-spacing: 3px;
  46. }
  47.  
  48. a {color:#75b2e1;
  49. text-decoration: none;
  50. -webkit-transition: all 0.5s ease-in-out;
  51. -moz-transition: all 0.5s ease-in-out;
  52. -o-transition: all 0.5s ease-in-out;
  53. -ms-transition: all 0.5s ease-in-out;
  54. transition: all 0.5s ease-in-out;
  55.  
  56. }
  57.  
  58. a:hover {color: #b9c6d0;
  59. text-decoration: none;
  60. letter-spacing:4px;
  61. -webkit-transition: all 0.5s ease-in-out;
  62. -moz-transition: all 0.5s ease-in-out;
  63. -o-transition: all 0.5s ease-in-out;
  64. -ms-transition: all 0.5s ease-in-out;
  65. transition: all 0.5s ease-in-out;
  66. }
  67.  
  68.  
  69. .refTable {
  70. display:table;
  71. width:350px;
  72. height: 350px;
  73. margin:0px auto;
  74. }
  75.  
  76. .refRow {
  77. display:table-row;
  78. }
  79.  
  80. .refCell {
  81. display:table-cell;
  82. top:180px;
  83. text-align: center;
  84. font-size:12px;
  85. background:transparent;
  86. color:#ccc;
  87. letter-spacing:3px;
  88. resize: none;
  89. outline:0;
  90. padding:10px;
  91. transition-duration: 0.2s;
  92. position: relative;
  93. overflow: hidden;
  94.  
  95. }
  96.  
  97. .info {
  98. position: absolute;
  99. top: 100%;
  100. width:99%;
  101. height: 100%;
  102. padding:5px;
  103. background: rgba(8, 8, 8, .9);
  104. text-align: justify;
  105. line-height:10px;
  106. -webkit-transition: top 0.6s ease-in-out;
  107. left: 0;
  108. color: #efefef;
  109. font-size:12px;
  110. letter-spacing:2px;
  111. line-height:14px;
  112. text-decoration: none;
  113. font-family: Wire One, sans-serif;
  114. }
  115.  
  116. .refCell:hover .info {
  117. top: 0;
  118. }
  119.  
  120. .refCell img {
  121. border: 1px solid rgba(255, 255, 255, .04);
  122. width:350px;
  123. height:450px;
  124. }
  125.  
  126. .refCell p {
  127. line-height: 20px;
  128. }
  129.  
  130. .refCell:hover {
  131. background:transparent;
  132. -webkit-transition: color background 0.2s ease-in-out;
  133. -moz-transition: color background 0.2s ease-in-out;
  134. -ms-transition: color background -0.8s ease-in-out;
  135. -o-transition: color background 0.2s ease-in-out;
  136. transition: color background 0.2s ease-in-out;
  137. color:#cacaca;}
  138.  
  139. .refCell:hover img {
  140. opacity:.52;
  141. -webkit-transition: opacity 0.2s ease-in-out;
  142. -moz-transition: opacity 0.2s ease-in-out;
  143. -ms-transition: opacity -0.8s ease-in-out;
  144. -o-transition: opacity 0.2s ease-in-out;
  145. transition: opacity 0.2s ease-in-out;
  146. }
  147.  
  148. .mus{
  149. position:fixed;
  150. height: 30px;
  151. width: 30px;
  152. line-height: 20px;
  153. font-size: 16px;
  154. color: #ccc;
  155. text-align: center;
  156. overflow: hidden;
  157. z-index:98;
  158. }
  159. .muscover{
  160. float: left;
  161. margin-top: -30px;
  162. margin-left: -8px;
  163. height: 30px;
  164. width: 30px;
  165. opacity: 0;
  166. z-index:99;
  167. }
  168. a.sabbath:hover {
  169. text-decoration:none;
  170. letter-spacing:6px;
  171. background-color:rgba(255,255,255,.12);
  172. width:200px;
  173. padding:2px;
  174. }
  175. a.sabbath:hover span {
  176. display:inline;
  177. position:absolute;
  178. outline: 1px solid rgba(255, 255, 255,.11);
  179. outline-offset: 5px;
  180. width:200px;
  181. height: 340px;
  182. color:#f8f8f0;
  183. font-size:15px;
  184. font-family: 'Wire One', sans-serif;
  185. letter-spacing:2px;
  186.  
  187. }
  188. a.sabbath span {
  189. background: #2f2f2f;
  190. border-radius: 0px;
  191. z-index:10;
  192. display:none;
  193. padding:5px;
  194.  
  195. }
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211. .hoverbox {
  212. position: fixed;
  213. background-color: #2f2f2f ;
  214. border-radius: ;
  215. border: px solid #a5adb3;
  216. opacity: 0;
  217. width: 156px;
  218. height: 156px;
  219. padding: 5px;
  220. left: 122px;
  221. top: 48px;
  222. font-family: arial;
  223. font-size: px;
  224. color: #;
  225. letter-spacing: 0px;
  226. -webkit-transition: all .7s ease-in-out;
  227. }
  228. .hoverbox:hover {
  229. opacity: 1;
  230. top: 48px;
  231.  
  232. }
  233. .hoverbox b {
  234. color: # ;
  235. font-family: calibri;
  236. font-size: px;
  237. line-height: 10px;
  238. text-transform: ;
  239. }
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249. .hoverbox1 {
  250. position: fixed;
  251. background-color: #2f2f2f ;
  252. border-radius: ;
  253. border: px solid #a5adb3;
  254. opacity: 0;
  255. width: 320px;
  256. height: 156px;
  257. padding: 5px;
  258. left: 352px;
  259. top: 48px;
  260. font-family: arial;
  261. font-size: px;
  262. color: #;
  263. letter-spacing: 0px;
  264. -webkit-transition: all .7s ease-in-out;
  265. }
  266. .hoverbox1:hover {
  267. opacity: 1;
  268. top: 48px;
  269.  
  270. }
  271. .hoverbox1 b {
  272. color: # ;
  273. font-family: calibri;
  274. font-size: px;
  275. line-height: 10px;
  276. text-transform: ;
  277. }
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. .hoverbox2 {
  289. position: fixed;
  290. background-color: #2f2f2f ;
  291. border-radius: ;
  292. border: px solid #a5adb3;
  293. opacity: 0;
  294. width: 156px;
  295. height: 156px;
  296. padding: 5px;
  297. left: 744px;
  298. top: 48px;
  299. font-family: arial;
  300. font-size: px;
  301. color: #;
  302. letter-spacing: 0px;
  303. -webkit-transition: all .7s ease-in-out;
  304. }
  305. .hoverbox2:hover {
  306. opacity: 1;
  307. top: 48px;
  308.  
  309. }
  310. .hoverbox2 b {
  311. color: # ;
  312. font-family: calibri;
  313. font-size: px;
  314. line-height: 10px;
  315. text-transform: ;
  316. }
  317. </style>
  318.  
  319. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 250px; left: 125px; overflow: auto; text-align: left; border-radius:; border: 1px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/dZwc.png" alt="" width="250" height="" /> </span></div>
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.2; width: 820px; height: 22px; background-color:#fff; position: absolute; top: 268px; left: 220px; overflow: auto; text-align: left; border-radius:; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  329. </span></div>
  330. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.6; width: px; height: px; background-color:#; position: absolute; top: 270px; left: 930px; overflow: auto; text-align: left; border-radius:; border: px solid #a5adb3;"><span style="font-family: 'Wire One', sans-serif; font-size: 18; color: #fff;">
  331.  
  332. R E L A T I O N S
  333.  
  334. </span></div>
  335.  
  336.  
  337. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.3; width: 802px; height: 425px; ; position: absolute; top: 230px; left: 114px; overflow: auto; text-align: left; border-radius:; border: 1px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  338. </span></div>
  339.  
  340.  
  341. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: 788px; height: 411px; background-color:#2f2f2f; position: absolute; top: 238px; left: 122px; overflow: auto; text-align: left; border-radius:; border: px solid #a5adb3;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  342. </span></div>
  343.  
  344.  
  345.  
  346.  
  347. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: 180px; height: 180px; ; position: absolute; top: 40px; left: 114px; overflow: auto; text-align: left; border-radius:; border: 1px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> </span></div>
  348. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 48px; left: 122px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/5cxc.png" alt="" width="166" height="166" /> </span></div>
  349.  
  350. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: px; height: px; ; position: absolute; top: 160px; left: 175px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: 'Wire One', sans-serif; font-size: 23; color: #fff;">
  351.  
  352. S T A T S
  353.  
  354. </span></div>
  355.  
  356. <div class="hoverbox">
  357. <div style="float: left; letter-spacing:1; width: 156px; height:156px; border-radius: ; overflow: auto; overflow-x: hidden; border: solid px #a5adb3; line-height:15px;"><span style="font-family: 'Wire One', sans-serif; font-size:15; color: #fff;">
  358. Namesake: Sabbath <br />
  359. Alias: Sabby, Sab, Black Beast, Black<br />
  360. Age in Human Years: 27 <br />
  361. Race: Lycan <br />
  362. Gender: Male <br />
  363. Eyes: Hazel <br />
  364. Height: 183 cm <br />
  365. Pack: Alpha of Faded Fang <br />
  366. Mate: None
  367.  
  368. </div> </div>
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: 344px; height: 180px; ; position: absolute; top: 40px; left: 344px; overflow: auto; text-align: left; border-radius:; border: 1px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> </span></div>
  378. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 48px; left: 352px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/7cxc.jpg" alt="" width="330" height="166" /> </span></div>
  379.  
  380. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: px; height: px; ; position: absolute; top: 120px; left: 475px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: 'Wire One', sans-serif; font-size: 23; color: #fff;">
  381.  
  382. I M A G E S
  383.  
  384. </span></div>
  385. <div class="hoverbox1">
  386. <div style="float: left; width: 310px; height:156px; border-radius: ; overflow: auto; overflow-x: hidden; border: solid px #a5adb3; line-height:15px;"><span style="font-family: 'Wire One', sans-serif; font-size:12; color: #fff;"><br />
  387.  
  388.   <a target="_blank" href="http://68.media.tumblr.com/674749b2f8d1959a95e338f9e4961a16/tumblr_inline_oc7dug6JP71scq4k2_500.gif" title=" ">
  389. <img src="http://68.media.tumblr.com/674749b2f8d1959a95e338f9e4961a16/tumblr_inline_oc7dug6JP71scq4k2_500.gif" alt="" width="50" height="50" /></a>
  390.  
  391.  
  392. </div> </div>
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: 180px; height: 180px; ; position: absolute; top: 40px; left: 736px; overflow: auto; text-align: left; border-radius:; border: 1px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> </span></div>
  401. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 1; width: px; height: px; ; position: absolute; top: 48px; left: 744px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/8cxc.png" alt="" width="166" height="166" /> </span></div>
  402.  
  403.  
  404. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: px; height: px; ; position: absolute; top: 160px; left: 820px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: 'Wire One', sans-serif; font-size: 23; color: #fff;">
  405.  
  406. O O C
  407.  
  408. </span></div>
  409. <div class="hoverbox2">
  410. <div style="float: left; letter-spacing:1; width: 156px; height:156px; border-radius: ; overflow: auto; overflow-x: hidden; border: solid px #a5adb3; line-height:15px;"><span style="font-family: 'Wire One', sans-serif; font-size:15; color: #fff;">
  411. OUT OF CHARACTER.<br />
  412. Coded by <a target="_blank" href="https://roleplay.chat/profile.php?user=Naphtali" title="Do not steal.">Naphtali</a>.
  413.  
  414. </div> </div>
  415.  
  416.  
  417.  
  418.  
  419. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.6; width: 400px; height: 100px; background-color:#; position: absolute; top: 250px; left: 320px; overflow: auto; text-align: center; border-radius:; border: px solid #a5adb3;"><span style="font-family: 'Wire One', sans-serif; font-size: 18; color: #fff;">
  420.  
  421. L I T E R A T U R E
  422.  
  423.  
  424. </span></div>
  425.  
  426.  
  427. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.8; width: 778px; height: 360px; background-color:#; position: absolute; top: 278px; left: 132px; overflow: auto; text-align: left; border-radius:; border: px solid #a5adb3;"><span style="font-family:'Wire One', sans-serif; font-size: 15; color: #fff;">
  428.  
  429.  
  430. Sabbath is very quiet and serious around those he doesn't know. He is an Alpha through and through and demands respect for his position. He cares and loves to the end of the earth for those that earn it. Do not mistake his kindness for weakness. He can snap at the drop of a hat.
  431. <br /><br />
  432.  
  433. Sabbath was born to a pair of direwolf Alphas. His father had a coat of black fur, his mother had grey fur. He was born with three siblings. Denizen, Aela, and Marcel. Two brothers and a sister. Denizen was the eldest and took over the Pack after defeating Sabbath's father in combat. Sabbath was abducted from the pack at an early age and this event ended up saving his life. Denizen became a tyrant and began murdering any males he felt challenged him as an Alpha, killing Sabbath's younger brother Marcel because of this. Sabbath was raised by a man who took him under his wing. An old Lycan by the name of Harley. Harley decided to name Sabbath after the color of his fur, combined with his favorite band, Black Sabbath. After coming of age to fend for himself, Sabbath began traveling to find himself a place to settle and create his own pack as the Alpha. He was incredibly young and this didn't turn out so well. The first few packs he established, he was overthrown within months and sent to start up another pack time after time. This was until he found a pack of wolves called Nightshade. Sabbath spent a considerable amount of time there, providing his service mostly as a Guardian and met a woman named Emerald and mated with her. After some time, the pack fell apart.
  434. <br /><br />
  435. Sabbath decided he would try his hand at creating another pack and requested Emerald to come with him and she decided to stay with the shambled pack with their adopted son, Kiba. So Sabbath left to begin anew. Meeting his next Alpha female, Melody. After a time, with very little progress with his newly created pack "Faded Fang" she decided to go her own way, leaving Sabbath alone and to wonder by himself once again. Sabbath eventually met up with an old pack mate of his, Aki, whom he became very close friends with. He spent a time with him and his pack "Forgotten Whispers" and enjoyed himself until he decided it was his time to move yet again. It was then he discovered Luna Silvermist and instantly fell for her. Together they led the Lunar Cycle pack happily for a time. Eventually, as it always did, the woods called to Sabbath and he left once again to travel on his own. He went a long time without a home, without a place to lay his head every night. He hunted to survive like all the wolves that came before him and primarily traveled from woodland to woodland looking for an appropriate place to call his home, but one night, he wondered into the wrong woods.
  436. <br /><br />
  437.  
  438. A Kitsune guarded this forest and attacked him with no regard to her own safety, since he was in his human form she believed him to be a hunter. After some time and quick explanation he was able to express to her he wasn't just before the real hunters attacked. Sabbath Effortlessly dispatched the hunters but not before they landed a blow to the Kitsune, he helped her into a cave and nursed her best he could and it was in this cave where the attachment to the Fox woman began. They spent that entire evening together well into the morning and it was history after that. He had found his home, and it was in the arms of Celeste.
  439. </span></div>
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446. <a class="sabbath" style="color:#f8f8f0; font-size:15px; font-family: 'Wire One', sans-serif; position:absolute; letter-spacing:2px; padding: 2px; top:300px; left:920px;" href="https://roleplay.chat/profile.php?user=Naphtali">▌ Naphtali<span style="position:absolute; top:0px; left:85px; "><center><b>Naphtali Versaille</center></b> Text.</span>
  447.  
  448. <a class="sabbath" style="color:#f8f8f0; font-size:15px; font-family: 'Wire One', sans-serif; position:absolute; letter-spacing:2px; padding: 2px; top:330px; left:920px;" href="https://roleplay.chat/profile.php?user=Aki Reznikov">▌ Aki<span style="position:absolute; top:-30px; left:85px; "><b><center>Text</center></b>Text</span></a>
  449.  
  450. <a class="sabbath" style="color:#f8f8f0; font-size:15px; font-family: 'Wire One', sans-serif; position:absolute; letter-spacing:2px; padding: 2px; top:360px; left:920px;" href="https://roleplay.chat/profile.php?user=">▌ friend<span style="position:absolute; top:-60px; left:85px;"><b><center>text</center></b>Text</span></a>
  451.  
  452. <a class="sabbath" style="color:#f8f8f0; font-size:15px; font-family: 'Wire One', sans-serif; position:absolute; letter-spacing:2px; padding: 2px; top:390px; left:920px;" href="https://roleplay.chat/profile.php?user=">▌ friend<span style="position:absolute; top:-90px; left:85px; "><b><center>text</center></b>Text</span></a>
  453.  
  454. <a class="sabbath" style="color:#f8f8f0; font-size:15px; font-family: 'Wire One', sans-serif; position:absolute; letter-spacing:2px; padding: 2px; top:420px; left:920px;" href="https://roleplay.chat/profile.php?user=">▌ friend<span style="position:absolute; top:-120px; left:85px; "><b><center>text</center></b>Text</span></a>
  455.  
  456.  
  457. <a class="sabbath" style="color:#f8f8f0; font-size:15px; font-family: 'Wire One', sans-serif; position:absolute; letter-spacing:2px; padding: 2px; top:450px; left:920px;" href="https://roleplay.chat/profile.php?user=">▌ friend<span style="position:absolute; top:-150px; left:85px; "><b><center>text</center></b>Text</span></a>
  458.  
  459.  
  460.  
  461.  
  462. <a target="_blank" href="https://roleplay.chat/profile.php?user=Naphtali" title="Coded by Naphtali">
  463. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; ; opacity: 0.5; width: px; height: px; ; position: absolute; top: 570px; left: 82px; overflow: auto; text-align: left; border-radius:; border: px solid #8f8f8f;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"> <img src="http://i.picpar.com/Gcxc.png" alt="" width="" height="60" /> </span></div><a>
Add Comment
Please, Sign In to add comment