Advertisement
TheRaltsGoesSqueak

PFQ About - Mage

Mar 26th, 2017
7,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. [sc=container][sc=icon][/sc][size=14]Username[/size]
  2. [sc=biobox] bio:[/sc] text
  3. [sc=biobox] bio:[/sc] text
  4. [sc=biobox] bio:[/sc] text
  5. [sc=biobox] bio:[/sc] text
  6. [sc=biobox] bio:[/sc] text
  7. [sc=biobox] bio:[/sc] text
  8.  
  9. [sc=tabbox][sc=tabbed_interface horizontal][ul]
  10. [li]tab 1[/li]
  11. [li]tab 2[/li]
  12. [li]tab 3[/li]
  13. [li]tab 4[/li]
  14. [li]tab 5[/li]
  15. [li]tab 6[/li]
  16. [/ul][
  17. ][sc=tab-active][progress=1/10]1/10 progress[/progress]
  18. [pit=*notices tooltip*]OwO what's this?[/pit]
  19.  
  20. [table][tr][th]Table heading[/th][/tr][tr][td]Table Cell[/td][/tr][/table]
  21. [hide=butts]AAAAAA[/hide]
  22. [url=https://pokefarm.com/forum/thread/31468/Styleclass-and-You-An-Introduction]Link[/url]
  23. [/sc][
  24. ][sc=tab]Content 2[/sc][
  25. ][sc=tab]Content 3[/sc][
  26. ][sc=tab]Content 4[/sc][
  27. ][sc=tab]Content 5[/sc][
  28. ][sc=tab]Content 6[/sc][
  29. ][/sc]
  30. [/sc]
  31. [url=https://pokefarm.com/forum/post/2039270]code[/url] * TCG art[/sc]
  32. [style]
  33. a:hover {
  34. text-shadow: 0 0 2.5px #f06b7d, 0 0 2.5px #f06b7d;
  35. color: f06b7d;
  36. text-decoration:none;
  37. -webkit-transition: all .3s linear 0s;
  38. -moz-transition: all .3s linear 0s;
  39. -ms-transition: all .3s linear 0s;
  40. -o-transition: all .3s linear 0s;
  41. transition: all .3s linear 0s;
  42. }
  43. a {
  44. color: white;
  45. text-shadow: 0 -15px 2.5px transparent, 0 15px 2.5px transparent;
  46. -webkit-transition: all .3s linear 0s;
  47. -moz-transition: all .3s linear 0s;
  48. -ms-transition: all .3s linear 0s;
  49. -o-transition: all .3s linear 0s;
  50. transition: all .3s linear 0s;
  51. }
  52. .container{
  53. width: 311px;
  54. margin: auto;
  55. background: #1e1a20;
  56. color: white;
  57. font-size: 12px;
  58. padding: 6px;
  59. font-family: lucida console;
  60. line-height: 15px;
  61. margin-bottom: -8px;
  62. }
  63. b {
  64. color: #fe59c9;
  65. }
  66. i {
  67. color: #e159fe;
  68. }
  69.  
  70. .icon{
  71. border: 3px ridge #ff0080;
  72. border-radius: 0px;
  73. height: 100px;
  74. width: 100px;
  75. color: #FFFFFF;
  76. position: relative;
  77. margin-top: 0px;
  78. margin-left: 6px;
  79. float: left;
  80. margin-right: 8px;
  81. border-radius: 100px;
  82. background-image: url("https://i.imgsafe.org/7f48a06407.jpg");
  83. background-size: 100px 100px;
  84. }
  85. .biobox{
  86. border-left: 4px ridge #ff0080;
  87. display: inline;
  88. background: #373437;
  89. color: white;
  90. }
  91. .tabbox{
  92. border: 3px ridge #ff0080;
  93. border-radius: 0px;
  94. color: #FFFFFF;
  95. margin: 1% 6% 2% 2%;
  96. margin-top: -11px;
  97. margin-bottom: -10px;
  98. background: #34212f;
  99. margin-bottom: -13px;
  100. }
  101. .panel h3 > a > svg {
  102. display:none;
  103. }
  104. .panel {
  105. border: none;
  106. font-family: times;
  107. box-shadow:0 0 0 transparent;
  108. &>h3 {
  109. background: #1a1118;
  110. color: #FFFFFF;
  111. text-align: center;
  112. border-radius: 0px;
  113. border: 2px ridge #fe59c9;
  114. }
  115. &>div {
  116. background: #1a1118;
  117. color: white;
  118. border-radius: 0px;
  119. border: 2px ridge #fe59c9;
  120. }
  121. }
  122. .tabbed_interface{
  123. margin: 0;
  124. >ul {
  125. background: none;
  126.  
  127. >li {
  128. display: inline-block;
  129. border: none;
  130. background: none;
  131. height: content;
  132. width: content;
  133. padding: 3px;
  134. margin: 1px;
  135. text-align: center;
  136. color: white;
  137. text-decoration: underline;
  138. text-shadow: 0 -15px 2.5px transparent, 0 15px 2.5px transparent;
  139. -webkit-transition: all .3s linear 0s;
  140. -moz-transition: all .3s linear 0s;
  141. -ms-transition: all .3s linear 0s;
  142. -o-transition: all .3s linear 0s;
  143. transition: all .3s linear 0s;
  144. cursor: pointer;
  145. }
  146. li:hover {
  147.  
  148. text-shadow: 0 0 2.5px #f06b7d, 0 0 2.5px #f06b7d;
  149. color: pink;
  150. text-decoration:none;
  151. -webkit-transition: all .3s linear 0s;
  152. -moz-transition: all .3s linear 0s;
  153. -ms-transition: all .3s linear 0s;
  154. -o-transition: all .3s linear 0s;
  155. transition: all .3s linear 0s;
  156. }
  157. >li {
  158. &.tab-active {
  159. color: #f06b7d;
  160. }}
  161. }
  162. >div {
  163. border-radius: 0;
  164. border-radius: 20px;
  165. border: none;
  166. background: none;
  167. color: #fff;
  168. animation: 1s fade;
  169. margin-left: -2px;
  170. min-height: 10px;
  171. text-align: center;
  172. position: relative;
  173. margin: 1%;
  174. margin-top: 1%;
  175. margin-bottom: 2%;
  176. font-family: times;
  177. font-size: 15px;
  178. padding: 3%;
  179. box-shadow:0 0 0 transparent;
  180. }}
  181. th {
  182. background: transparent;
  183. text-align:center;
  184. }
  185. table,th,td,{
  186. border: 2px ridge #fe59c9;
  187. margin: 0 auto;
  188. font-family: times;
  189. color: white;
  190. background: #1a1118
  191. }
  192. .expbar {
  193. border-radius: 0px;
  194. background: none;
  195. border: 2px ridge #fe59c9;
  196. text-align: top;
  197. font-family: times;
  198. color: white;
  199. line-height: 15px;
  200. overflow: hidden;
  201. }
  202. .expbar div {
  203. background: #1a1118;
  204. border: 0px;
  205. }
  206. .tooltip_content {
  207. font-size: 11pt;
  208. text-align:center;
  209. font-family: times;
  210. min-width:100px;
  211. background: #1a1118;
  212. color: white;
  213. border-radius: 0px;
  214. border: 1px solid #e159fe;
  215. }
  216. span.bbcode_tooltip {
  217. border-bottom: 1px dotted #e159fe;
  218. }
  219. ::-moz-selection {
  220. color: red;
  221. background: yellow;
  222. }
  223.  
  224. ::selection {
  225. color: white;
  226. background: #f06b7d;
  227. }
  228. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement