Advertisement
Guest User

pokefarm thing 3

a guest
May 30th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 KB | None | 0 0
  1. [styleclass=nav][
  2. ][accordion][
  3. ][a-section="❤️"][size=7]a big nerd with a big heart. can't stand most people.
  4. i love to listen to undertale remixes and coldplay
  5. [url=http://pokecharms.com/data/attachment-files/2016/05/307905_trainercard-Fera-chan.png]moi dream team, it's me[/url]
  6.  
  7. languages:
  8. german / english[/size][/a-section][
  9. ][a-section="❤️"][size=7]to-do-list:
  10. [ ] complete johto dex
  11. [ ] complete unova dex
  12. [tip=0/3][ ][/tip][tip=1/3][ ][/tip][tip=3/3][x][/tip] get johto starters
  13. [ ][ ][ ] get johto starter breeding [tip=90% up or smth]pairs[/tip]
  14. [ ][ ][ ] get shiny johto starters
  15. [tip=1/3][ ][/tip][tip=0/3][ ][/tip][tip=1/3][ ][/tip] get unova starters
  16. [ ][ ][ ] get unova starter breeding pairs
  17. [ ][ ][ ] get shiny unova starters[/size][/a-section][
  18. ][a-section="❤️"][size=7]currently playing:
  19. yo-kai watch / or / hg / rw
  20. sims freeplay / undertale
  21.  
  22. animes:
  23. hetalia / pokemon
  24.  
  25. fandoms:
  26. 'talia / 'mon / undertale
  27.  
  28. other sites:
  29. [url=http://gpx.plus/user/Wurmple]gpx plus[/url][/size][/a-section][
  30. ][a-section="4"][size=7]work in progress! c:[/size][/a-section][
  31. ][a-section="5"][size=7]work in progress! c:[/size][/a-section][
  32. ][a-section="6"][size=7]work in progress! c:[/size][/a-section][
  33. ][/accordion][
  34. ][/styleclass][
  35. ][styleclass=mainpage][size=7]🐯| 14/ ♀ / enfp-a / ♊ / [tip=⚢]taken[/tip] |🐯
  36. [tip=♀/♂]pronouns[/tip] / [tip=all them papsters. uf!pap included.]underkin[/tip] / [tip=that one swiss dude and his adopted sis]hetakin[/tip]
  37. [url=https://pokefarm.com/forum/thread/26347/Underwater-Garden]journal[/url]
  38.  
  39. [tip=it's actually wurmples but i love them a lot more <<33]hoard:[/tip]
  40. [img]http://vignette1.wikia.nocookie.net/undertale/images/c/c6/Papyrus_sprite.png/revision/20160309074741[/img][img]http://vignette2.wikia.nocookie.net/undertale/images/8/8c/Sans_sprite.png/revision/20160309074258[/img]
  41.  
  42. [tip=you click, i click back.]clicks[/tip] / [tip=sure.]fr[/tip] / [tip=go ahead c:]pms[/tip] / [tip=sure. evo trades/gifs are a yes.]trades[/tip][/size]
  43. [styleclass=credit][
  44. ][size=7]free-to-use template made by [url=/user/Eltafez]eltafez[/url][/size]
  45. profile pic from 'talia / spirtes from 'ndertale[
  46. ][/styleclass][/styleclass][
  47. ][
  48.  
  49.  
  50. ][style]
  51. // --- Customizable. Please make sure the option ends with a semi-colon --> ;
  52.  
  53. @fullHeight: 400px;
  54. @textFont: inherit;
  55. @creditColorBg: #00B2EE;
  56. @creditColorFg: white;
  57.  
  58. @pageTextAlign: center;
  59. @pagePadding: 2%;
  60. @pageColorFg: white;
  61. @pageColorBg: #00868B;
  62.  
  63. @linkColorFg: #EBEBEB;
  64. @linkColorHover: #E0FFFF;
  65.  
  66. @tabAmount: 6;
  67. @tabTextAlign: center;
  68. @tabPadding: 1%;
  69. @tabHeight: 6%;
  70. @tabColorFg: #008B8B;
  71. @tabColorBg: #BFEFFF;
  72. @tabBorderWidth: 1px;
  73. @tabBorderStyle: solid;
  74. @tabBorderColor: #BBFFFF;
  75. @tabBorderRadius: 5px 5px 0 0;
  76.  
  77. @tableColorBg: black;
  78. @tableColorFg: white;
  79. @tableBorderColor: white;
  80.  
  81. // --- Please do not touch.
  82. @tabWidth: (@fullWidth/@tabAmount) - (@tabPadding*2) - (@tabBorderWidth*2);
  83. @fullWidth: 100%;
  84. @textSize: auto;
  85.  
  86. // --- Actual code, change with caution.
  87. .nav>.panel {
  88. width: @fullWidth;
  89. border: 0;
  90. min-width: @tabHeight;
  91. background: transparent;
  92. height: @fullHeight;
  93. border: 0;
  94. font-family: @textFont;
  95. font-size: @textSize;
  96.  
  97. &>h3 {
  98. >a { color: @tabColorFg; }
  99. background-color: @tabColorBg;
  100. width: @tabWidth;
  101. height: @tabHeight;
  102. display: inline-block;
  103. border-radius: @tabBorderRadius;
  104. padding: @tabPadding;
  105. float: left;
  106. text-align: @tabTextAlign;
  107. border: @tabBorderWidth @tabBorderStyle @tabBorderColor;
  108. }
  109. &>div {
  110. .page;
  111. z-index: 2;
  112. }
  113.  
  114. &>h3:hover {
  115. &>a { color: @linkColorHover; }
  116. background: @tabColorFg;
  117. }
  118. }
  119.  
  120. .mainpage {
  121. .page;
  122. z-index: 1;
  123. }
  124.  
  125. .panel {
  126. border: 1px solid @tabColorBg;
  127. &>h3 {
  128. &>a { color: @tabColorFg; }
  129. color: @tabColorFg;
  130. background: @tabColorBg;
  131. text-align: @tabTextAlign;
  132. }
  133. &>div {
  134. color: @pageColorFg;
  135. background: @pageColorBg;
  136. text-align: @pageTextAlign;
  137. }
  138. }
  139.  
  140. .page {
  141. display: inline-block;
  142. width: (@fullWidth - (@pagePadding*2));
  143. color: @pageColorFg;
  144. background-color: @pageColorBg;
  145. padding: @pagePadding;
  146. clear: both;
  147. position: absolute;
  148. top: (@tabHeight + (@tabPadding*2) + (@tabBorderWidth*2));
  149. bottom: @pagePadding;
  150. text-align: @pageTextAlign;
  151. }
  152.  
  153. a { color: @linkColorFg;}
  154. a:hover { color: @linkColorHover; }
  155.  
  156. .bbcode_table {
  157. margin: 0 auto;
  158. border: 0;
  159. tr {
  160. th, td {
  161. padding: 3px;
  162. border: 1px solid @tableColorFg;
  163. }
  164.  
  165. th {
  166. color: @tableColorBg;
  167. background: @tableColorFg;
  168. }
  169.  
  170. td {
  171. color: @tableColorFg;
  172. background: @tableColorBg;
  173. }
  174. }
  175. }
  176.  
  177. span.bbcode_tooltip {
  178. border-bottom: 1px dashed @pageColorFg;
  179. }
  180.  
  181. .credit {
  182. color: @creditColorFg;
  183. background-color: @creditColorBg;
  184. z-index: 5;
  185. position: absolute;
  186. bottom: @pagePadding;
  187. right: @pagePadding;
  188. font-size: 9px;
  189. padding: 2px;
  190. }
  191. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement