Advertisement
TheRaltsGoesSqueak

PFQ About - Pokewalk the Walk

Feb 20th, 2018
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. [sc=bg][sc=pokeball][sc=line][/sc][/sc]
  2. [sc=maindiv]MAIN CONTENT[/sc]
  3. [sc=tabs][accordion]
  4.  
  5. [a-section=Tab 1]TAB 1 CONTENT[/a-section]
  6.  
  7. [a-section=Tab 2]TAB 2 CONTENT[/a-section]
  8.  
  9. [a-section=Tab 3]TAB 3 CONTENT[/a-section]
  10.  
  11. [/accordion][/sc]
  12.  
  13. [/sc][sc=cred][url=https://pokefarm.com/forum/post/3299366]code[/url][/sc]
  14.  
  15.  
  16. [style]
  17. a:hover {
  18. color: #0d0e0b;
  19.  
  20. }
  21. a {
  22. color: #313628;
  23.  
  24. }
  25. .bg{
  26. background-color: none;
  27. width: 310px;
  28. height: 310px;
  29.  
  30. }
  31. .maindiv{
  32.  
  33. background: #abbd8d;
  34. width: 200px;
  35. height: 140px;
  36. color: #313628;
  37. position: absolute;
  38. top: 60px;
  39. left: 45px;
  40. overflow: hidden;
  41. font-family: lucida console;
  42. font-size: 12px;
  43. letter-spacing: -0.8px;
  44. text-align: center;
  45. padding: 5px;
  46. border-radius: 10px;
  47. border: 5px solid black;
  48. }
  49. .pokeball{
  50. color: #FFF;
  51. height:310px;
  52. width: 310px;
  53. text-align: center;
  54. line-height: 50px;
  55. background-image: linear-gradient(to bottom, #ff1c1c, #ff1c1c 50%, white 50%);
  56. border-radius: 100%;
  57. position: absolute;
  58. top: 0px;
  59. }
  60. .line{
  61. width: 310px;
  62. position: absolute;
  63. height: 10px;
  64. top: 150px;
  65. background: black;
  66. }
  67. .cred{
  68. >a { color: white; }
  69. color: white;
  70. text-shadow:
  71. -1px -1px 0 #150025,
  72. 1px -1px 0 #150025,
  73. -1px 1px 0 #150025,
  74. 1px 1px 0 #150025;
  75. position: absolute;
  76. top: 295px;
  77. left: 10px;
  78. font-family: calibri;
  79. font-size: 12px;
  80. }
  81.  
  82. .tabs {
  83. .panel h3 > a > svg {
  84. display:none;
  85. }
  86. .panel {
  87. border: none;
  88. &>h3 {
  89. background: none;
  90. border: 2px solid black;
  91. border-radius: 100px;
  92. position:absolute;
  93. top: 128px;
  94. left: 210px;
  95. width: 25px;
  96. height: 25px;
  97. text-align: center;
  98. overflow: hidden;
  99. -webkit-transition: all .2s linear 0s;
  100. -moz-transition: all .2s linear 0s;
  101. -ms-transition: all .2s linear 0s;
  102. -o-transition: all .2s linear 0s;
  103. transition: all .2s linear 0s;
  104. user-select: none;
  105. -moz-user-select: none;
  106. -khtml-user-select: none;
  107. -webkit-user-select: none;
  108. -o-user-select: none;
  109.  
  110. }
  111. &>h3:nth-child(1) { position: absolute; top:225px; left: 50px;}
  112. &>h3:nth-child(3) { width: 40px; height: 40px; position: absolute; top:230px; left: 129px;}
  113. &>h3:nth-child(5) { position: absolute; top:225px; left: 223px;}
  114.  
  115.  
  116.  
  117. &>h3 a { color: transparent; }
  118. &>h3:hover{ background: #dedede;
  119. -webkit-transition: all .1s linear 0s;
  120. -moz-transition: all .1s linear 0s;
  121. -ms-transition: all .1s linear 0s;
  122. -o-transition: all .1s linear 0s;
  123. transition: all .1s linear 0s;
  124.  
  125. }
  126. &>div {
  127. background: #abbd8d;
  128. width: 195px;
  129. height: 135px;
  130. color: #313628;
  131. position: absolute;
  132. top: 67px;
  133. left: 52px;
  134. overflow: hidden;
  135. font-family: lucida console;
  136. font-size: 12px;
  137. letter-spacing: -0.8px;
  138. text-align: center;
  139. padding: 5px;
  140. border-radius: 10px;
  141. border: none;
  142. }}}
  143. table {
  144. margin: 0px auto;
  145. border: 0px;
  146. }
  147. td {
  148. border: 1px solid #83916c;
  149. background: none;
  150. color: #313628;
  151. text-align: center;
  152. }
  153. th {
  154. border: 0px;
  155. background-color: #83916c;
  156. border: 1px solid #83916c;
  157. padding: 3px;
  158. color: #313628;
  159. text-align: center;
  160. }
  161.  
  162. .expbar {
  163. border-radius: 0px;
  164. background: none;
  165. border: 1px solid #83916c;
  166. text-align: top;
  167. color: #313628;
  168. line-height: 15px;
  169. overflow: hidden;
  170. }
  171. .expbar div {
  172. background: #83916c;
  173. border: 0px;
  174. }
  175. .tooltip_content {
  176. font-size: 14px;
  177. text-align:center;
  178. font-family: calibri;
  179. background: #abbd8d;
  180. color: #313628;
  181. border-radius: 0px;
  182. border: 1px solid #83916c;
  183. }
  184. span.bbcode_tooltip {
  185. border-bottom: 1px dotted #83916c;
  186. }
  187. ::selection {
  188. color: white;
  189. background: #313628;
  190. }
  191. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement