Advertisement
TheRaltsGoesSqueak

PFQ About - Glitch

Apr 21st, 2017
2,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. [style]
  2. a:hover {
  3. text-shadow: 0 0 2.5px #83aabe, 0 0 2.5px #83aabe;
  4. color: #83aabe;
  5. text-decoration:none;
  6. -webkit-transition: all .4s linear 0s;
  7. -moz-transition: all .4s linear 0s;
  8. -ms-transition: all .4s linear 0s;
  9. -o-transition: all .4s linear 0s;
  10. transition: all .4s linear 0s;
  11. }
  12. a {
  13. color: #96c3da;
  14. text-shadow: 0 -15px 2.5px transparent, 0 15px 2.5px transparent;
  15. -webkit-transition: all .4s linear 0s;
  16. -moz-transition: all .4s linear 0s;
  17. -ms-transition: all .4s linear 0s;
  18. -o-transition: all .4s linear 0s;
  19. transition: all .4s linear 0s;
  20. }
  21.  
  22.  
  23. .header{
  24. width: 310px;
  25. min-height: 200px;
  26. background-size: 310px 250px;
  27. background-image: url("https://i.imgur.com/zcDaNs4.gif");
  28. margin-top: -38px;
  29. }
  30. .headericon{
  31. height: 100px;
  32. width: 100px;
  33. background-size: 100px 100px;
  34. border: 1px solid black;
  35. border-radius: 100px;
  36. top: 8px;
  37. left: 104px;
  38. position: absolute;
  39. background-image: url("https://i.imgur.com/tqouPqs.jpg");
  40. }
  41. .background{
  42. width: 310px;
  43. height: 343px;
  44. background: #11161a;
  45. }
  46. .panel h3 > a > svg {
  47. display:none;
  48. }
  49. .panel {
  50. border: 0px;
  51. width: 0px;
  52. border-radius: 0px;
  53. &>h3 {
  54. &>a { color: #83aabe; }
  55. width: 44px;
  56. height: 15px;
  57. background: #212b30;
  58. text-align: center;
  59. position: absolute;
  60. top: 190px;
  61. border: none;
  62. font-size: 8pt;
  63. font-family: times;
  64. border-radius:0px;
  65. line-height: 15px;
  66. -webkit-transition: all 0.1s ease-in-out;
  67. }
  68. &>h3:hover {
  69. background: darkslategray;
  70. -webkit-transition: all 0.1s ease-in-out;
  71. }
  72. &>div {
  73. color: #83aabe;
  74. background: #212b30;
  75. font-size: 11pt;
  76. font-family: times;
  77. text-align: center;
  78. position: absolute;
  79. top: 217px;
  80. left: 6px;
  81. width: 290px;
  82. height: 300px;
  83. }
  84. }
  85. >.panel >h3:nth-child(1) {
  86. left: 0px;
  87.  
  88. }
  89. >.panel >h3:nth-child(3) {
  90. left: 52px;
  91. }
  92. >.panel >h3:nth-child(5) {
  93. left: 104px;
  94. }
  95. >.panel >h3:nth-child(7) {
  96. left: 156px;
  97. }
  98. >.panel >h3:nth-child(9) {
  99. left: 207px;
  100. }
  101. >.panel >h3:nth-child(11) {
  102. left: 258px;
  103. }
  104. .main{
  105. padding: 4px;
  106. color: #83aabe;
  107. background: #212b30;
  108. font-size: 11pt;
  109. font-family: times;
  110. text-align: center;
  111. position: absolute;
  112. top: 217px;
  113. left: 6px;
  114. width: 290px;
  115. height: 300px;
  116. }
  117. .cred{
  118. Font-family: times;
  119. font-size: 12px;
  120. padding-left: 10px;
  121. color: #83aabe;
  122. margin-top: 293px;
  123. text-align: center;
  124. position: relative;
  125. }
  126. th {
  127. background: #3a4c55;
  128. text-align:center;
  129. }
  130. table,th,td,{
  131. border: 1px solid #83aabe;
  132. margin: 0 auto;
  133. font-family: times;
  134. color: #96c3da;
  135.  
  136. }
  137. .expbar {
  138. border-radius: 0px;
  139. background: none;
  140. border: 1px solid #83aabe;
  141. text-align: top;
  142. font-family: times;
  143. color: #96c3da;
  144. line-height: 15px;
  145. overflow: hidden;
  146. }
  147. .expbar div {
  148. background: #3a4c55;
  149. border: 0px;
  150. }
  151. .tooltip_content {
  152. font-size: 15px;
  153. text-align:center;
  154. font-family: Times;
  155. border: 1px solid #83aabe;
  156. min-width: 100px;
  157. background: #3a4c55;
  158. color: #96c3da;
  159. border-radius: 0px;
  160. }
  161. span.bbcode_tooltip {
  162. border-bottom: 1px dotted #83aabe;
  163. }
  164. [/style][styleclass=main]MAIN PAGE TEXT[/styleclass]
  165. [accordion]
  166. [a-section=TITLE 1] CONTENTS 1 [/a-section]
  167. [a-section=TITLE 2] CONTENTS 2 [/a-section]
  168. [a-section=TITLE 3] CONTENTS 3 [/a-section]
  169. [a-section=TITLE 4] CONTENTS 4 [/a-section]
  170. [a-section=TITLE 5] CONTENTS 5 [/a-section]
  171. [a-section=TITLE 6] CONTENTS 6 [/a-section]
  172. [/accordion]
  173. [styleclass=header][css=background: rgba(0,0,0,0.4); left: 10px; width: 290px; height: 60px; border-radius: 20px; top: 117px; padding-top: 5px; color: white; text-align: center; position: absolute; text-shadow: 0 0 5px black; font-family: Times; font-size: 12pt; letter-spacing:0.1em;]Header[/css]
  174. [styleclass=headericon][/styleclass]
  175.  
  176. [/styleclass][styleclass=background]
  177.  
  178. [styleclass=cred][url=https://pokefarm.com/forum/post/1519479]code[/url]* Official TCG art[/styleclass]
  179. [/styleclass]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement