Advertisement
TheRaltsGoesSqueak

PFQ About - Birthday

Jun 6th, 2017
1,692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. [styleclass=background][styleclass=topbar]keep this one line k thx[/styleclass][styleclass=icon][/styleclass]
  2.  
  3. [styleclass=maindiv]MAIN CONTENT[/styleclass]
  4.  
  5. [styleclass=tabs]
  6. [accordion]
  7. [a-section=Tab 1]Tab 1 Content[/a-section]
  8. [a-section=Tab 2]Tab 2 Content[/a-section]
  9. [a-section=Tab 3]Tab 3 Content[/a-section]
  10. [a-section=Tab 4]Tab 4 Content[/a-section]
  11. [a-section=Tab 5]Tab 5 Content[/a-section]
  12. [a-section=Tab 6]Tab 6 Content[/a-section]
  13. [a-section=Tab 7]Tab 7 Content[/a-section]
  14. [/accordion]
  15. [styleclass=cred][url=https://pokefarm.com/forum/post/2312654]code[/url] * Official TCG art used[/styleclass]
  16. [/styleclass]
  17.  
  18.  
  19.  
  20. [/styleclass]
  21. [style]
  22. a:hover {
  23. color: #732E45;
  24. -webkit-transition: all .1s linear 0s;
  25. }
  26. a {
  27. color: white;
  28. -webkit-transition: all .1s linear 0s;
  29. }
  30. .cred{
  31. font-family: calibri light;
  32. font-size: 10px;
  33. top: 298px;
  34. left: 10px;
  35. color: #E089A9;
  36. position: absolute;
  37. }
  38. .background{
  39. background: #0A0306;
  40. width: 310px;
  41. height: 309px;
  42. }
  43. .topbar{
  44. background: #732E45;
  45. color: white;
  46. overflow: hidden;
  47. font-size:12px;
  48. text-align: center;
  49. font-family:Calibri Light;
  50. padding: 3px;
  51. }
  52. .icon{
  53. position: absolute;
  54. background-size: 90px 90px;
  55. height: 90px;
  56. width: 90px;
  57. border-radius: 0px;
  58.  
  59. top: 29px;
  60. left: 210px;
  61. background-image: url("https://i.imgur.com/ot5kP7i.png");
  62. }
  63. .tabs {
  64. .panel h3 > a > svg {
  65. display:none;
  66. }
  67. .panel {
  68. border: none;
  69. &>h3 {
  70. background: #732E45;
  71. font-size:12px;
  72. letter-spacing: 0.5px;
  73. font-family: calibri light;
  74. font-weight: 100;
  75. border: none;
  76. border-radius:0px;
  77. position:absolute;
  78. top: 128px;
  79. left: 210px;
  80. width: 82px;
  81. text-align: center;
  82. overflow: hidden;
  83. -webkit-transition: all .2s linear 0s;
  84. -moz-transition: all .2s linear 0s;
  85. -ms-transition: all .2s linear 0s;
  86. -o-transition: all .2s linear 0s;
  87. transition: all .2s linear 0s;
  88.  
  89. }
  90. &>h3:nth-child(3) { margin-top: 25px; }
  91. &>h3:nth-child(5) { margin-top: 50px;}
  92. &>h3:nth-child(7) { margin-top: 75px;}
  93. &>h3:nth-child(9) { margin-top: 100px;}
  94. &>h3:nth-child(11) { margin-top: 125px;}
  95. &>h3:nth-child(13) { margin-top: 150px;}
  96.  
  97.  
  98. &>h3 a { color: white; }
  99. &>h3:hover{ background: #503362;
  100. -webkit-transition: all .1s linear 0s;
  101. -moz-transition: all .1s linear 0s;
  102. -ms-transition: all .1s linear 0s;
  103. -o-transition: all .1s linear 0s;
  104. transition: all .1s linear 0s;
  105.  
  106. }
  107. &>div {
  108. background: #211016;
  109. color: #E089A9;
  110. animation: fade 0.4s;
  111. position:absolute;
  112. padding: 3px;
  113. text-align: center;
  114. left: 10px;
  115. top: 29px;
  116. width: 184px;
  117. height: 264px;
  118. border: none;
  119. font-family: calibri light;
  120. font-size: 14px;
  121. overflow: hidden;
  122. }}}
  123. .maindiv{
  124. background: #211016;
  125. color: #E089A9;
  126. position:absolute;
  127. padding: 3px;
  128. text-align: center;
  129. left: 10px;
  130. top: 29px;
  131. width: 184px;
  132. height: 264px;
  133. border: none;
  134. font-size: 14px;
  135. font-family: calibri light;
  136. overflow: hidden;
  137. }
  138. .tooltip_content {
  139. font-size: 14px;
  140. text-align:center;
  141. font-family: calibri light;
  142. background-color: #732E45;
  143. color: white;
  144. border: none;
  145. border-radius: 0px;
  146. }
  147. span.bbcode_tooltip {
  148. border-bottom: 1px dotted #E089A9;
  149. }
  150. .expbar {
  151. border-radius: 0px;
  152. left: 0px;
  153. background: #732E45;
  154. border-style: double;
  155. border: none;
  156. text-align: top;
  157. font-family: calibri light;
  158. color: white;
  159.  
  160. overflow: hidden;
  161. font-weight: lighter;
  162. }
  163. .expbar div {
  164. background: #ae7186;
  165. border: none;
  166. }
  167.  
  168. table {
  169. margin: 0px auto;
  170. border: 0px;
  171. }
  172. td {
  173. border: 0.5px solid #732E45;
  174. background: none;
  175. color: #E089A9;
  176. text-align: center;
  177. }
  178. th {
  179. border: 0px;
  180. background-color: #732E45;
  181. color: white;
  182. text-align: center;
  183. font-weight: lighter;
  184. padding: 2px;
  185. }
  186. ::-moz-selection {
  187. color: white;
  188. background: pink;
  189. }
  190.  
  191. ::selection {
  192. color: white;
  193. background: pink;
  194. }
  195. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement