Infernapefan2

TypeNull Checkered About

Sep 9th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.27 KB | None | 0 0
  1. [styleclass=ct][
  2. ][styleclass=av][img]https://i.imgur.com/gfoKYES.png[/img][/styleclass][
  3. ][styleclass=text] F | 15 | [img]https://piskel-imgstore-b.appspot.com/img/f1c68b1c-6642-11e6-9fab-3923a4b750a8.gif[/img]
  4.  
  5. Name: Jessie, but Infernape works too.
  6. Languages: ASL and English
  7.  
  8. 4 hrs behind server time
  9.  
  10. Full of stress and anxiety, but Anime and Music are lovely stress-relievers[/styleclass][
  11. ][styleclass=tabs][accordion]
  12. [a-section=More]A Cisco Student, Im working on getting my second IT Networking Certifacation, COMPTIA A+ 901, which is the source of 90% of my stress.
  13.  
  14. For music, I love Set it off, Panic! At the Disco, My Chemical Romance, Nathan Sharp, etc.
  15.  
  16. Some Animes I love are Voltron: Legendary Defender, Fullmetal Alchemist, Seven Deadly Sins, Death Note, and more.[/a-section]
  17. [a-section=Links]•[url=https://pokefarm.com/forum/thread/30457/Dewbro-s-Shop-of-Wonders-Open]Trade Shop[/url]•
  18.  
  19. •[url=https://pokefarm.com/forum/thread/29561/Jessie-s-Art-Shop-OPEN]Art Shop[/url]•
  20.  
  21. •[url=https://pokefarm.com/forum/thread/30524/Jessie-s-Freebies-OPEN]Freebies[/url]•[/a-section]
  22. [a-section=Pals][url=https://pokefarm.com/user/Beemoji]Bee[/url]
  23.  
  24. [url=https://pokefarm.com/user/hunterrex11]Haille[/url]
  25.  
  26. [url=https://pokefarm.com/user/Esmathekey]Esma[/url]
  27.  
  28. [url=https://pokefarm.com/user/Novamaster16]Nova[/url]
  29.  
  30. [url=https://pokefarm.com/user/Mauve]Mauve[/url][/a-section]
  31. [/accordion][/styleclass][
  32. ][styleclass=cr]code©[url=https://pokefarm.com/user/Type_Null]type null[/url][/styleclass][/styleclass]
  33. [style]
  34. /* STYLE OPTIONS
  35. Everything here is editable EXCEPT the last section!
  36. Please respect me by not editing anything else unless you are certain you know what you are doing! */
  37.  
  38. /* image codes
  39. replace image url with desired image INSIDE quotation marks! */
  40. @bgImage:url("https://pokefarm.com/upload/Type_Null/ftubg1.png");
  41. @tabImage:url("https://pokefarm.com/upload/Type_Null/ftubg2.png"); /* used for tab content */
  42. @tabIcon:url("https://pfq-static.com/img/items/acc/icon/seashell.png");
  43.  
  44. /* border codes */
  45. @borderStyle:double; /* Recommended values: double, outset, inset */
  46. @borderColor:#c96eea;
  47. @roundedBorders:5px; /* enter 0px for no rounded borders */
  48.  
  49. /* background colors */
  50. @bgColor1:#e3adf4; /* main background */
  51. @bgColor2:#f5d6ff; /* background for tabs, etc */
  52.  
  53. /* fonts */
  54. @fontColor:#8f43a8;
  55. @tabFontColor:@borderColor;
  56. @linkColor: #c1539f;
  57. @linkStyle:none; /* recommended values: none, underline */
  58. @font:"arial", "sans-serif";
  59. @tabFont:"ms pgothic", "arial", "sans-serif";
  60. @fontWeight:normal;
  61.  
  62. /* tab hover colors */
  63. @tabBgColor:#fbf2fd; /* background color */
  64. @fontColor2:#8f4cb0; /* font color */
  65. @borderColor2:#8f4cb0; /* border color */
  66.  
  67. /* tab text align */
  68. @tabAlign:left; /* recommended values: left, center */
  69.  
  70. /* do not edit unless necessary */
  71. @lineHeight:14px;
  72. @fontSize:12px;
  73. @borderSize:3px;
  74. @marginTop1:96.8%; /* used for credit */
  75. @marginTop2:1px;
  76. @marginLeft:1px;
  77. @tabMargin:67px;
  78. @tabMargin2:108px;
  79. @tabTop1:52px;
  80. @tabTop2:80px;
  81. @tabWidth:(@ctWidth/3) - (@tabMargin/1.3);
  82. @ctWidth:311px;
  83. @ctHeight:321px;
  84. @transition:all ease-in-out 0.5s;
  85.  
  86. /* MAIN STYLING
  87. I highly recommend not changing anything in this section. */
  88.  
  89. .ct {
  90. background-color:@bgColor1;
  91. background-image:@bgImage;
  92. width:@ctWidth;
  93. height:@ctHeight;
  94. position:relative;
  95. }
  96.  
  97. .ct a { color:@linkColor; text-decoration:@linkStyle; }
  98. .ct .bbcode_tooltip { border-color:@linkColor; }
  99. .ct .tooltip_content { background-color:@bgColor1; border:1px solid @fontColor; color:@fontColor }
  100.  
  101. .av {
  102. width:100px;
  103. height:100px;
  104. color:@fontColor;
  105. font-family:@font;
  106. font-size:@fontSize;
  107. line-height:@lineHeight;
  108. border:@borderSize @borderStyle @borderColor;
  109. border-radius:@roundedBorders;
  110. background-color:@bgColor2;
  111. float:left;
  112. margin-top:@marginTop2;
  113. margin-left:@marginLeft;
  114. }
  115.  
  116. .tabs .panel {
  117. border:none;
  118. box-shadow:none;
  119. background:none;
  120. &>h3 {
  121. background-color:@bgColor2;
  122. background-image:@tabIcon;
  123. background-repeat:no-repeat;
  124. background-position:right center;
  125. color:@tabFontColor;
  126. font-family:@font;
  127. font-weight:@fontWeight;
  128. text-align:@tabAlign;
  129. border:@borderSize @borderStyle @borderColor;
  130. border-radius:@roundedBorders;
  131. width:@tabWidth;
  132. height:14px;
  133. position:absolute;
  134. overflow:hidden;
  135. margin-top:@tabTop2;
  136. margin-left:@tabMargin2;
  137. -webkit-transition:@transition;
  138. transition: @transition;
  139. -o-transition:@transition;
  140. -moz-transition:@transition;
  141. }
  142. &>h3:hover { background-color:@tabBgColor; border-color:@borderColor2; }
  143. &>h3:nth-child(3) { margin-top:@tabTop2; margin-left:(@tabMargin2) + (@tabMargin); }
  144. &>h3:nth-child(5) { margin-top:@tabTop2; margin-left:(@tabMargin2) + (@tabMargin*2); }
  145. &>h3 a {
  146. color:@tabFontColor;
  147. font-size:12px;
  148. font-family:@tabFont;
  149. -webkit-transition:@transition;
  150. transition: @transition;
  151. -o-transition:@transition;
  152. -moz-transition:@transition;
  153. }
  154. &>h3 a:hover { color:@fontColor2; }
  155. &>div {
  156. width:295px;
  157. height:189px;
  158. background-color:@bgColor2;
  159. background-image:@tabImage;
  160. border:@borderSize @borderStyle @borderColor;
  161. border-radius:@roundedBorders;
  162. color:@fontColor;
  163. font-family:@font;
  164. font-size:@fontSize;
  165. line-height:11px;
  166. position:absolute;
  167. overflow:hidden;
  168. top:108px;
  169. left:1px;
  170. padding-left:3px;
  171. padding-right:3px;
  172. }
  173. }
  174.  
  175. .text .panel, .panel .panel { box-shadow:none; border-radius:0px; border:1px solid @borderColor;
  176. &>h3 { background-color:@bgColor2; background-image:none; color:@fontColor; line-height:initial; border:1px solid transparent; border-radius:0px; position:initial; width:initial; margin-top:0px; box-shadow:none; transition:none; }
  177. &>h3:hover { border:1px solid transparent; padding:none; background-color:@bgColor2; }
  178. &>h3 span, &>h3 a { color:@fontColor; font-family:@font; font-weight:normal; text-align:left; transition:none; }
  179. &>h3 span:hover, &>h3 a:hover { color:@fontColor; }
  180. &>div { background-color:@tabBgColor; background-image:none; border:initial; color:@fontColor; margin-top:0px; height:initial; width:initial; overflow:initial; z-index:initial; position:initial; top:initial; }
  181. }
  182.  
  183. .text .panel>h3:nth-child(1n), .panel .panel>h3:nth-child(1n) { margin:0px; }
  184.  
  185. .text {
  186. width:295px;
  187. height:195px;
  188. background-color:@bgColor2;
  189. background-image:@tabImage;
  190. border:@borderSize @borderStyle @borderColor;
  191. border-radius:@roundedBorders;
  192. color:@fontColor;
  193. font-family:@font;
  194. font-size:@fontSize;
  195. line-height:@lineHeight;
  196. position:absolute;
  197. overflow:hidden;
  198. top:108px;
  199. left:@marginLeft;
  200. padding-left:3px;
  201. padding-right:3px;
  202. padding-top:2px;
  203. }
  204.  
  205. .cr {
  206. position:absolute;
  207. line-height:10px;
  208. font-family:@tabFont;
  209. font-size:@fontSize;
  210. color:@fontColor;
  211. background-color:@bgColor2;
  212. top:@marginTop1;
  213. padding-left:@marginLeft;
  214. &>a { color:inherit; }
  215. }
  216.  
  217. .expbar { background-color:@bgColor2; border-color:@borderColor; color:@fontColor;
  218. &>span { font-weight:normal; }
  219. &>div { background-color:@bgColor1; border-color:@borderColor; }
  220. }
  221.  
  222. .panel h3>a>svg { display:none; }
  223. [/style]
Add Comment
Please, Sign In to add comment