mountainpost

past lives | character form

Jul 4th, 2022 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.69 KB | None | 0 0
  1. [comment]
  2.  
  3. variables:
  4. char1: far left rectangular character image
  5. char2: top left rectangular character image
  6. char3: middle rectangular character image
  7. d1: aesthetic image 1, currently a street lamp
  8. d2: aesthetic image 2, currently a neon sign
  9.  
  10. elements:
  11. ---QUOTE BAR--- currently says "character full name"
  12. ---SOUNDCLOUD--- soundcloud link
  13.  
  14. [/comment]
  15.  
  16. [border=0;
  17.  
  18. /*colors*/
  19. --c1: #134074;
  20. --c2: #11315c;
  21. --c3: #0b2545;
  22. --c4: #8da9c4;
  23. --c5: #eef4ed;
  24.  
  25. /*char images*/
  26. --char1: url('https://i.postimg.cc/RFj706NV/download-1.jpg');
  27. --char2: url('https://i.postimg.cc/1XNG24k6/original.jpg');
  28. --char3: url('https://i.postimg.cc/qMTJ3Msg/Screenshot-2022-07-04-103308.png');
  29.  
  30. /*aesthetic images*/
  31. --d1: url('https://s10.favim.com/orig/160928/aesthetic-blue-grunge-sky-Favim.com-4762755.jpeg');
  32. --d2: url('https://i.pinimg.com/550x/33/9a/87/339a871c972f2aa33e3b078096cdebdd.jpg');
  33.  
  34. cursor: url(https://i.imgur.com/ZOrzC.png), auto!important;
  35.  
  36. max-width: 500px;
  37. height: 350px;
  38. margin: auto;
  39. display: flex;
  40. flex-direction: column;
  41. flex-wrap: wrap;
  42. flex-grow: 1;
  43. line-height: 0px;
  44. padding: 0px;
  45. overflow: hidden;
  46. pointer-events: auto;
  47. background-color: var(--c4);
  48. overflow: hidden;
  49. position: relative;
  50. ]
  51.  
  52. [comment]--- CHARACTER IMAGE 1 ---[/comment]
  53. [border=0;
  54. position: absolute;
  55. right: 0px;
  56. top: 60px;
  57. padding: 0px;
  58. width: 140px;
  59. height: 210px;
  60. background: var(--char1) no-repeat;
  61. background-size: cover;
  62. border: 10px solid var(--c4);
  63. z-index: 4;
  64. ]
  65. [border=0; /*IMAGE OVERLAY*/
  66. width: 100%;
  67. height: 100%;
  68. margin: 0;
  69. padding: 0;
  70. background-color: var(--c3);
  71. opacity: 50%;
  72. ]
  73. [/border]
  74. [/border]
  75.  
  76. [comment]--- UPPER DESIGN ---[/comment]
  77. [border=0;
  78. position: absolute;
  79. right: 10px;
  80. top: 10px;
  81. padding: 0px;
  82. width: 80px;
  83. height: 50px;
  84. background-color: var(--c2);
  85. background-size: cover;
  86. font-size: 20px;
  87. line-height: 50px;
  88. text-align: center;
  89. pointer-events: none;
  90. z-index: 4;
  91. color: #ffffff;
  92. ][fa]far fa-play[/fa] [fa]far fa-pause[/fa]
  93. [/border]
  94.  
  95. [comment]--- MIDDLE DESIGN ---[/comment]
  96. [border=1px solid black;
  97. position: absolute;
  98. top: 0px;
  99. right: 90px;
  100. width: 300px;
  101. height: 150px;
  102. border: 10px solid var(--c4);
  103. background: var(--d1) no-repeat;
  104. background-size: cover;
  105. background-position: center;
  106. padding: 0px;
  107. ]
  108. [border=0; /*IMAGE OVERLAY*/
  109. width: 100%;
  110. height: 100%;
  111. margin: 0;
  112. padding: 0;
  113. background-color: var(--c3);
  114. opacity: 80%;
  115. ]
  116. [/border]
  117. [/border]
  118.  
  119. [comment]--- CHARACTER IMAGE 2 ---[/comment]
  120. [border=1px solid black;
  121. position: absolute;
  122. left: 0px;
  123. top: 0px;
  124. width: 250px;
  125. height: 150px;
  126. padding: 0px;
  127. border: 10px solid var(--c4);
  128. background: var(--char2) no-repeat;
  129. background-size: cover;
  130. background-position: center;
  131. ]
  132. [border=0; /*IMAGE OVERLAY*/
  133. width: 100%;
  134. height: 100%;
  135. margin: 0;
  136. padding: 0;
  137. background-color: var(--c3);
  138. opacity: 50%;
  139. ]
  140. [/border]
  141. [/border]
  142.  
  143. [comment]--- TABS BEGIN ---[/comment]
  144. [border=0;
  145. height: 50px;
  146. width: 150px;
  147. padding: 0;
  148. line-height: 0;
  149. margin: auto;
  150. border: 1px solid black;
  151. position: relative; /*container border*/
  152. bottom: -148px;
  153. right: -195px;
  154. z-index: 3;
  155. ]
  156. [border=0;
  157. height: 30px;
  158. width: 100%;
  159. padding: 0; /*border a*/
  160. ]
  161. [border=0;
  162. padding: 0;
  163. margin: 0 -10px 0 -30px; /*border b*/
  164. ]
  165.  
  166. [tabs]
  167. [comment]--- TAB 1 BEGINS ---[/comment]
  168. [tab=1]
  169. [border=0;
  170. height: 170px;
  171. width: 330px;
  172. padding: 0;
  173. background: var(--c4);
  174. position: absolute;
  175. top: -138px;
  176. left: -370px; /*tab contents border*/
  177. border: 10px solid var(--c4);
  178. ]
  179. [comment]--- PHOTO 1 ---[/comment]
  180. [border=0;
  181. padding: 0px;
  182. position: absolute;
  183. top: 0px;
  184. left: 0px;
  185. width: 100px;
  186. height: 110px;
  187. background: var(--d2) no-repeat;
  188. background-size: cover;
  189. border-right: 10px solid var(--c4);
  190. border-bottom: 10px solid var(--c4);
  191. ]
  192. [/border]
  193. [comment]--- PHOTO 2 ---[/comment]
  194. [border=0;
  195. width: 220px;
  196. height: 110px;
  197. position: absolute;
  198. right: 0px;
  199. top: 0px;
  200. z-index: 3;
  201. background: var(--char3) no-repeat;
  202. background-size: cover;
  203. padding: 0px;
  204. ]
  205. [border=0; /*IMAGE OVERLAY*/
  206. width: 100%;
  207. height: 100%;
  208. margin: 0;
  209. padding: 0;
  210. background-color: var(--c3);
  211. opacity: 50%;
  212. ]
  213. [/border]
  214. [/border]
  215.  
  216. [comment]--- QUOTE BAR ---[/comment]
  217. [border=0;
  218. padding: 0px;
  219. width: 100%;
  220. height: 50px;
  221. background: var(--c2);
  222. position: absolute;
  223. bottom: 0px;
  224. font-size: 30px;
  225. line-height: 40px;
  226. text-align: center;
  227. color: #ffffff;
  228. ][font=Permanent Marker]full character name[/font]
  229. [/border]
  230.  
  231. [/border]
  232. [/tab]
  233. [comment]--- TAB 1 ENDS---[/comment]
  234.  
  235. [comment]--- TAB 2 BEGINS ---[/comment]
  236. [tab=2]
  237. [border=0;
  238. height: 170px;
  239. width: 330px;
  240. padding: 0;
  241. background: var(--c3);
  242. position: absolute;
  243. top: -138px;
  244. left: -370px; /*tab contents border*/
  245. border: 10px solid var(--c4);
  246. ]
  247. [border=0;
  248. height: 100%;
  249. width: 100%;
  250. box-sizing: border-box;
  251. overflow: hidden;
  252. ]
  253. [border=0;
  254. height: 100%;
  255. width: 200%;
  256. overflow-y: scroll;
  257. ]
  258. [border=0;
  259. height: auto;
  260. width: 50%;
  261. box-sizing: border-box;
  262. line-height: 12px;
  263. font-size: 12px;
  264. color: #ffffff;
  265. ][border=0;
  266. padding: 0px;
  267. position: relative;
  268. width: 100px;
  269. height: 50px;
  270. top: -12px;
  271. left: 30%;
  272. border-radius: 30px;
  273. background-color: var(--c1);
  274. color: #ffffff;
  275. font-size: 20px;
  276. line-height: 50px;
  277. text-align: center;][font=Oswald]OVERVIEW[/font][/border][B][SIZE=4][COLOR=rgb(141,169,196)]Full Name:[/COLOR][/SIZE][/B] Character Name
  278. [B][SIZE=4][COLOR=rgb(141,169,196)]Nickname:[/COLOR][/SIZE][/B] Character Nickname
  279. [B][SIZE=4][COLOR=rgb(141,169,196)]Age:[/COLOR][/SIZE][/B] Character Age
  280. [B][SIZE=4][COLOR=rgb(141,169,196)]Gender:[/COLOR][/SIZE][/B] Character Gender
  281. [B][SIZE=4][COLOR=rgb(141,169,196)]Sexual Orientation:[/COLOR][/SIZE][/B] S/O
  282.  
  283.  
  284.  
  285. [border=0;
  286. padding: 0px;
  287. position: relative;
  288. width: 100px;
  289. height: 50px;
  290. top: -12px;
  291. left: 30%;
  292. border-radius: 30px;
  293. background-color: var(--c1);
  294. color: #ffffff;
  295. font-size: 20px;
  296. line-height: 50px;
  297. text-align: center;][font=Oswald]PHYSICAL[/font][/border][B][SIZE=4][COLOR=rgb(141,169,196)]Appearance:[/COLOR][/SIZE][/B] Description of appearance, face claim, etc
  298. [B][SIZE=4][COLOR=rgb(141,169,196)]Height:[/COLOR][/SIZE][/B] Height
  299. [B][SIZE=4][COLOR=rgb(141,169,196)]Hair Color:[/COLOR][/SIZE][/B] Hair Color
  300. [B][SIZE=4][COLOR=rgb(141,169,196)]Eye Color:[/COLOR][/SIZE][/B] Eye Color
  301. [B][SIZE=4][COLOR=rgb(141,169,196)]Style:[/COLOR][/SIZE][/B] Clothing Style
  302.  
  303.  
  304. [/border]
  305. [/border]
  306. [/border]
  307. [/border]
  308. [/tab]
  309. [comment]--- TAB 2 ENDS ---[/comment]
  310.  
  311. [comment]--- TAB 3 BEGINS ---[/comment]
  312. [tab=3]
  313. [border=0;
  314. height: 170px;
  315. width: 330px;
  316. padding: 0;
  317. background: var(--c3);
  318. position: absolute;
  319. top: -138px;
  320. left: -370px; /*tab contents border*/
  321. border: 10px solid var(--c4);
  322. ]
  323. [border=0;
  324. height: 100%;
  325. width: 100%;
  326. box-sizing: border-box;
  327. overflow: hidden;
  328. ]
  329. [border=0;
  330. height: 100%;
  331. width: 200%;
  332. overflow-y: scroll;
  333. ]
  334. [border=0;
  335. height: auto;
  336. width: 50%;
  337. box-sizing: border-box;
  338. line-height: 12px;
  339. font-size: 12px;
  340. color: #ffffff;
  341. ][border=0;
  342. padding: 0px;
  343. position: relative;
  344. width: 100px;
  345. height: 50px;
  346. top: -12px;
  347. left: 30%;
  348. border-radius: 30px;
  349. background-color: var(--c1);
  350. color: #ffffff;
  351. font-size: 20px;
  352. line-height: 50px;
  353. text-align: center;][font=Oswald]MENTAL[/font][/border][B][SIZE=4][COLOR=rgb(141,169,196)]Personality:[/COLOR][/SIZE][/B] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent at semper nulla. Fusce a magna augue. In ac sapien convallis, egestas odio in, tristique augue. Vestibulum semper neque eu suscipit vestibulum. Nulla blandit dignissim nulla at egestas. Pellentesque dignissim imperdiet quam, id rhoncus nisi hendrerit in. Mauris consequat lacus non quam maximus, sed rutrum lectus placerat. Interdum et malesuada fames ac ante ipsum primis in faucibus. Aenean convallis fermentum risus, condimentum commodo nunc bibendum in.
  354. [pindent]Maecenas ut nisi in enim varius eleifend ut interdum elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam vulputate ligula sit amet lacus egestas, ac rhoncus felis aliquet. Morbi posuere dui est, non consequat felis imperdiet vitae. Nunc semper in quam a commodo. Vivamus mauris mi, aliquam faucibus nisl in, semper consequat dui. Maecenas lacinia tincidunt porta. Sed at pellentesque ligula. Integer eget magna in quam finibus facilisis. Donec porttitor neque mi, ut volutpat metus pulvinar non. Sed ornare neque non efficitur semper. Quisque laoreet, orci sit amet pretium accumsan, leo elit pellentesque felis, eget pellentesque ligula turpis id nulla. Vestibulum pulvinar eget lacus ac egestas.[/pindent]
  355.  
  356. [B][SIZE=4][COLOR=rgb(141,169,196)]Major Personality Traits:[/COLOR][/SIZE][/B]
  357.  
  358. [list][*]trait one
  359. [*]trait two
  360. [*]trait three
  361. [*]trait four
  362. [*]trait five
  363. [/list]
  364.  
  365. [B][SIZE=4][COLOR=rgb(141,169,196)]Strengths:[/COLOR][/SIZE][/B]
  366.  
  367. [list][*]strength one
  368. [*]strength one
  369. [*]strength three
  370. [*]strength four
  371. [*]strength five
  372. [/list]
  373.  
  374. [B][SIZE=4][COLOR=rgb(141,169,196)]Weaknesses:[/COLOR][/SIZE][/B]
  375.  
  376. [list][*]weakness one
  377. [*]weakness two
  378. [*]weakness three
  379. [*]weakness four
  380. [*]weakness five
  381. [/list]
  382.  
  383. [/border]
  384. [/border]
  385. [/border]
  386. [/border]
  387. [/tab]
  388. [comment]--- TAB 3 ENDS ---[/comment]
  389.  
  390. [comment]--- TAB 4 BEGINS ---[/comment]
  391. [tab=4]
  392. [border=0;
  393. height: 170px;
  394. width: 330px;
  395. padding: 0;
  396. background: var(--c3);
  397. position: absolute;
  398. top: -138px;
  399. left: -370px; /*tab contents border*/
  400. border: 10px solid var(--c4);
  401. ]
  402. [border=0;
  403. height: 100%;
  404. width: 100%;
  405. box-sizing: border-box;
  406. overflow: hidden;
  407. ]
  408. [border=0;
  409. height: 100%;
  410. width: 200%;
  411. overflow-y: scroll;
  412. ]
  413. [border=0;
  414. height: auto;
  415. width: 50%;
  416. box-sizing: border-box;
  417. line-height: 12px;
  418. font-size: 12px;
  419. color: #ffffff;
  420. ][border=0;
  421. padding: 0px;
  422. position: relative;
  423. width: 100px;
  424. height: 50px;
  425. top: -12px;
  426. left: 30%;
  427. border-radius: 30px;
  428. background-color: var(--c1);
  429. color: #ffffff;
  430. font-size: 20px;
  431. line-height: 50px;
  432. text-align: center;][font=Oswald]HISTORY[/font][/border] [B][SIZE=4][COLOR=rgb(141,169,196)]Childhood:[/COLOR][/SIZE][/B] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vulputate tellus in nisi auctor, mollis dignissim risus sollicitudin. Donec quis ipsum mollis, rutrum dui quis, rutrum libero. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent luctus, ligula eget pulvinar semper, lacus magna dictum dui, in elementum ipsum quam eget metus. Nunc mollis, tellus non suscipit pretium, ipsum mauris gravida risus, sed varius libero nunc eget tellus. Aenean ante justo, semper nec ultricies vitae, auctor nec lorem. Morbi eget commodo metus. Nam tristique sed dui in venenatis. Nunc quis bibendum tellus. Quisque id bibendum odio, ut ultrices mauris. Morbi id magna enim. Morbi viverra tristique aliquam. Maecenas dictum arcu ut leo gravida, ut finibus lacus pellentesque. Sed urna velit, suscipit sit amet velit quis, dignissim dignissim ante. Cras sit amet lacinia orci. Nulla eu ligula a ex interdum auctor.
  433. [pindent]Phasellus et eros eget neque faucibus viverra. Nam bibendum maximus tellus, sed rutrum magna venenatis a. Phasellus laoreet efficitur nisl, ac aliquam dolor ornare ac. Quisque blandit maximus cursus. Praesent diam nunc, posuere bibendum purus eget, eleifend tristique mi. Integer sit amet urna bibendum urna bibendum dignissim. Praesent a posuere neque. Cras at arcu tempus, bibendum justo vel, mollis ipsum. Praesent vulputate quis dui vitae luctus. Suspendisse ornare purus nisi, ut pretium lectus volutpat ac. Fusce maximus urna quis diam iaculis porta. Morbi dictum rhoncus maximus. Nulla diam sapien, tempor quis lorem in, feugiat eleifend leo. Quisque dapibus nunc nec ultrices ultricies.[/pindent]
  434.  
  435. [B][SIZE=4][COLOR=rgb(141,169,196)]Adolesence:[/COLOR][/SIZE][/B] Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ut mollis ante, vel cursus metus. Mauris et est arcu. Curabitur consequat a enim in tincidunt. Cras viverra odio et turpis aliquet sollicitudin. Nullam ullamcorper ante nulla, vitae egestas ex lobortis eu. In euismod turpis non risus blandit commodo. Nullam placerat pharetra orci ac molestie. Aenean faucibus nunc eget ornare sollicitudin. Suspendisse in arcu a enim pretium dignissim. Nam rhoncus et tellus quis luctus. Curabitur ac erat at sem iaculis efficitur. Maecenas vitae efficitur nibh. Vivamus felis massa, consequat pretium volutpat vitae, aliquet non ipsum.
  436. [pindent]Vivamus at nisl at risus dapibus maximus. Proin quis elit porttitor, dictum purus vestibulum, scelerisque augue. Donec ultrices malesuada neque eu venenatis. Maecenas dictum, diam vitae porttitor ornare, neque diam elementum nunc, sed auctor felis diam euismod nulla. Ut auctor dictum nisi, non tristique nisl semper in. Mauris leo justo, feugiat ut quam eget, congue rutrum nulla. Cras efficitur augue massa, eget rhoncus orci consequat ac. Fusce scelerisque lacus sit amet gravida euismod. Nulla ut sollicitudin erat, vitae gravida urna.[/pindent]
  437.  
  438. [B][SIZE=4][COLOR=rgb(141,169,196)]Adulthood:[/COLOR][/SIZE][/B]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque et elit sodales, scelerisque massa nec, fringilla ante. Phasellus a magna et metus ornare feugiat sit amet sed ex. Ut ac porta arcu. Nam faucibus arcu neque. In eu suscipit velit. Morbi quis ipsum non est pharetra egestas sit amet eu nisl. Nulla sed libero nec nunc suscipit faucibus. Sed hendrerit lectus non dui rhoncus, vitae rhoncus diam bibendum. Aenean maximus est quis convallis ornare. Nulla nisi justo, blandit sed nisi viverra, efficitur ultrices turpis. In fringilla sit amet mi sed tempor. Morbi maximus, mauris elementum hendrerit faucibus, turpis felis varius massa, a elementum turpis mauris sed ex. Curabitur leo sem, pretium vitae iaculis sed, feugiat non erat. Fusce ultricies ante a est dapibus pharetra. Vestibulum accumsan nunc urna, eu consequat augue mattis vel.
  439. [pindent]Etiam et rutrum ante, id gravida felis. Proin sed nulla sit amet leo gravida ultrices. Curabitur maximus vitae turpis et euismod. Pellentesque feugiat efficitur orci ut placerat. Cras condimentum elit at metus semper cursus. Ut lacinia iaculis feugiat. Suspendisse eget ante quis nisi lacinia pharetra. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Phasellus id metus molestie nunc porttitor ornare nec ut justo. Sed non urna urna. Fusce ornare ipsum nec tempus tincidunt. Proin neque turpis, accumsan nec massa vel, sagittis aliquam magna. Phasellus non risus neque.[/pindent]
  440. [/border]
  441. [/border]
  442. [/border]
  443. [/border]
  444. [/tab]
  445. [comment]--- TAB 4 ENDS ---[/comment]
  446. [/tabs]
  447. [/border]
  448. [/border]
  449. [/border]
  450. [comment]--- TABS END ---[/comment]
  451.  
  452. [comment]--- BUTTON 1 ---[/comment]
  453. [border=0;
  454. padding: 0px;
  455. position: absolute;
  456. bottom: 35px;
  457. right: 90px;
  458. width: 50px;
  459. height: 20px;
  460. background-color: var(--c1);
  461. pointer-events: none;
  462. z-index: 5;
  463. font-size: 10px;
  464. line-height: 20px;
  465. color: var(--c5);
  466. text-align: center;
  467. ][fa][far fa-house[/fa]
  468. [/border]
  469.  
  470. [comment]--- BUTTON 2 ---[/comment]
  471. [border=0;
  472. padding: 0px;
  473. position: absolute;
  474. bottom: 35px;
  475. right: 25px;
  476. width: 50px;
  477. height: 20px;
  478. background-color: var(--c2);
  479. pointer-events: none;
  480. z-index: 5;
  481. font-size: 10px;
  482. line-height: 20px;
  483. color: var(--c5);
  484. text-align: center;
  485. ][font=Oswald][b]1[/b][/font]
  486. [/border]
  487.  
  488. [comment]--- BUTTON 3 ---[/comment]
  489. [border=0;
  490. padding: 0px;
  491. position: absolute;
  492. bottom: 10px;
  493. right: 90px;
  494. width: 50px;
  495. height: 20px;
  496. background-color: var(--c3);
  497. pointer-events: none;
  498. z-index: 5;
  499. font-size: 10px;
  500. line-height: 20px;
  501. color: var(--c5);
  502. text-align: center;
  503. ][font=Oswald][b]2[/b][/font]
  504. [/border]
  505.  
  506. [comment]--- BUTTON 4 ---[/comment]
  507. [border=0;
  508. padding: 0px;
  509. position: absolute;
  510. bottom: 10px;
  511. right: 25px;
  512. width: 50px;
  513. height: 20px;
  514. background-color: var(--c1);
  515. pointer-events: none;
  516. z-index: 5;
  517. font-size: 10px;
  518. line-height: 20px;
  519. color: var(--c5);
  520. text-align: center;
  521. ][font=Oswald][b]3[/b][/font]
  522. [/border]
  523.  
  524. [comment]--- COVERING ---[/comment]
  525. [border=0;
  526. padding: 0px;
  527. width: 150px;
  528. height: 60px;
  529. position: absolute;
  530. bottom: 0px;
  531. right: 0px;
  532. background-color: var(--c4);
  533. pointer-events: none;
  534. z-index: 4;
  535. ]
  536. [/border]
  537.  
  538. [comment]--- SOUNDCLOUD ---[/comment]
  539. [border=1;
  540. padding: 0px;
  541. width: 70px;
  542. height: 50px;
  543. position: absolute;
  544. top: 0px;
  545. right: 10px;
  546. opacity: 30%;
  547. z-index: 2;
  548. ][MEDIA=soundcloud]sadfriendd/walkedin-prod-sadfriendd-x-eternal-raijin#track_id=1234999195[/MEDIA]
  549. [/border]
  550.  
  551. [comment]--- COVERING ---[/comment]
  552. [border=0;
  553. padding: 0px;
  554. width: 90px;
  555. height: 100px;
  556. position: absolute;
  557. top: 0px;
  558. right: 0px;
  559. background-color: var(--c4);
  560. pointer-events: none;
  561. z-index: 3;
  562. ]
  563. [/border]
  564.  
  565. [/border][comment]--- SIGNATURE PLS DON'T REMOVE ---[/comment][border=0;
  566. max-width: 300px;
  567. max-height: 30px;
  568. margin: auto;
  569. display: flex;
  570. flex-direction: column;
  571. flex-wrap: wrap;
  572. flex-grow: 1;
  573. line-height: 10px;
  574. font-size: 10px;
  575. text-align: center;
  576. ]coded by mountainpost
  577. [/border]
Add Comment
Please, Sign In to add comment