Advertisement
Lexiebeth

About Me Code - Growlithe

Sep 12th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. [sc=banner][/sc][sc=tabspace][/sc][sc=icon][/sc][sc=background][css=padding:3px; margin-left: 5px;] A small spark makes a great fire[/css]
  2. [sc=tabbox][sc=tabbed_interface horizontal][ul]
  3. [li]TAB 1[/li]
  4. [li]TAB 2[/li]
  5. [li]TAB 3[/li]
  6. [li]TAB 4[/li]
  7. [li]TAB 5[/li]
  8. [li]TAB 6[/li]
  9. [li]TAB 7[/li]
  10. [/ul][
  11. ]
  12. [sc=tab-active]TAB 1 CONTENT
  13.  
  14. [tip=TIP MESSAGE]Tip[/tip]
  15.  
  16. [progress=300/1000]Progress Bar[/progress]
  17.  
  18. [accordion]
  19. [a-section=TITLE 1] CONTENTS 1 [/a-section]
  20. [a-section=TITLE 2] CONTENTS 2 [/a-section]
  21. [a-section=TITLE 3] CONTENTS 3 [/a-section]
  22. [a-section=TITLE 4] CONTENTS 4 [/a-section]
  23. [/accordion]
  24.  
  25. [table]
  26. [tr]
  27. [th=3x1]Header[/th]
  28. [/tr]
  29. [tr]
  30. [td]cell 1[/td]
  31. [td]cell 2[/td]
  32. [td]cell 3[/td]
  33. [/tr]
  34. [tr]
  35. [td]cell 4[/td]
  36. [td]cell 5[/td]
  37. [td]cell 6[/td]
  38. [/tr]
  39. [/table]
  40.  
  41. [/sc][
  42. ][sc=tab]TAB 2 CONTENT[/sc][
  43. ][sc=tab]TAB 3 CONTENT[/sc][
  44. ][sc=tab]TAB 4 CONTENT[/sc][
  45. ][sc=tab]TAB 5 CONTENT[/sc][
  46. ][sc=tab]TAB 6 CONTENT[/sc][
  47. ][sc=tab]TAB 7 CONTENT[/sc][
  48. ][/sc]
  49. [/sc][sc=cred]Base [url=https://pokefarm.com/forum/post/2565669]code[/url] by Esme * Design by Lexiebeth * [url=https://24.media.tumblr.com/tumblr_maf47xNP431r11qslo1_500.gif]Banner[/url] * TCG art[/sc][/sc]
  50.  
  51. [style]
  52. a:hover {
  53. color: white;
  54. -webkit-transition: all .1s linear 0s;
  55. }
  56. a {
  57. color: #ffffff;
  58. -webkit-transition: all .1s linear 0s;
  59. }
  60. .cred{
  61. color: #FCDF9B;
  62. font-family: calibri light;
  63. font-size: 10px;
  64. margin-left: 6px;
  65. margin-top: 10px;
  66. }
  67. .background{
  68. background: #E18B40;
  69. width: 310px;
  70. color: #FCDF9B;
  71. font-family: Calibri;
  72. font-size: 15px;
  73. }
  74. .banner{
  75. height: 100px;
  76. width: 310px;
  77. background-image: url("https://24.media.tumblr.com/tumblr_maf47xNP431r11qslo1_500.gif");
  78. }
  79. .tabspace{
  80. background: #3F302A;
  81. width: 310px;
  82. height: 35px;
  83. border-top: 1px solid #3F302A;
  84. border-bottom: 1px solid #3F302A;
  85. }
  86. .icon{
  87. background-image: url("https://i.imgur.com/CTM31Nt.png");
  88. background-size: 80px 80px;
  89. height: 80px;
  90. width: 80px;
  91. border: 4px solid #3F302A;
  92. border-radius: 80px;
  93. position: absolute;
  94. top: 60px;
  95. left: 220px;
  96. }
  97. .tabbed_interface{
  98. box-shadow:0 0 0 transparent;
  99. margin: 0;
  100. >ul {
  101. >li {
  102. border: none;
  103. border-radius: 100px;
  104. background: 886550;
  105. padding: 3px;
  106. margin: 1px;
  107. top: 104px;
  108. width: 21px;
  109. height: 21px;
  110. position: absolute;
  111. overflow: hidden;
  112. text-align: center;
  113. color: transparent;
  114. font-size:11px;
  115. text-transform:uppercase;
  116. letter-spacing: 0.5px;
  117. font-family:Calibri Light;
  118. cursor: pointer;
  119. -webkit-transition: all .2s linear 0s;
  120. -moz-transition: all .2s linear 0s;
  121. -ms-transition: all .2s linear 0s;
  122. -o-transition: all .2s linear 0s;
  123. transition: all .2s linear 0s;
  124. }
  125. >li:nth-child(1) {
  126. left: 3px;
  127. background: #705445;
  128. }
  129. >li:nth-child(2) {
  130. left: 34px;
  131. background: #4A3E37;
  132. }
  133. >li:nth-child(3) {
  134. left: 65px;
  135. background: #705445;
  136. }
  137. >li:nth-child(4) {
  138. left: 96px;
  139. background: #4A3E37;
  140. }
  141. >li:nth-child(5) {
  142. left: 127px;
  143. background: #705445;
  144. }
  145.  
  146. >li:nth-child(6) {
  147. left: 158px;
  148. background: #4A3E37;
  149. }
  150. >li:nth-child(7) {
  151. left: 189px;
  152. background: #705445;
  153. }
  154. li:hover {
  155. background: #886550;
  156. -webkit-transition: all .2s linear 0s;
  157. -moz-transition: all .2s linear 0s;
  158. -ms-transition: all .2s linear 0s;
  159. -o-transition: all .2s linear 0s;
  160. transition: all .2s linear 0s;
  161.  
  162. }
  163. li{
  164. &.tab-active {
  165. color: transparent;
  166. background: #886550;
  167. }}
  168. }
  169. >div {
  170. border-radius: 0;
  171. border: none;
  172. animation: 0.5s fade;
  173. min-height: 10px;
  174. text-align: center;
  175. position: relative;
  176. background: none;
  177. margin-top: 0px;
  178. margin-bottom: -18px;
  179. color: #E18B40;
  180. font-family: Calibri;
  181. letter-spacing: 0.5px;
  182. font-size: 14px;
  183. box-shadow:0 0 0 transparent;
  184. padding: 3%;
  185. }}
  186. .tabbox{
  187. border: 1px solid #FBB371;
  188. border-radius: 10px;
  189. margin: 5px;
  190. margin-top: -16px;
  191. margin-bottom: -10px;
  192. background: #FCDF9B;
  193. }
  194. .panel h3 > a > svg {
  195. display:none;
  196. }
  197. .panel {
  198. border: none;
  199. font-family: calibri;
  200. box-shadow:0 0 0 transparent;
  201. &>h3 {
  202. background: #F7933C;
  203. color: #886550;
  204. text-align: center;
  205. border-radius: 0px;
  206. border: none;
  207. font-size: 12px;
  208. }
  209. &>div {
  210. background: #FFEAAB;
  211. color: #F7933C;
  212. border-radius: 0px;
  213. border: 1px solid #F7933C;
  214. border-top: none;
  215. }}
  216. table {
  217. margin: 0px auto;
  218. border: 0px;
  219. }
  220. td {
  221. border: 1px solid #F7933C;
  222. background-color: #FFEAAB;
  223. color: #E18B40;
  224. text-align: center;
  225. }
  226. th {
  227. border: 0px;
  228. background-color: #F7933C;
  229. border: 1px solid #F7933C;
  230. padding: 3px;
  231. color: white;
  232. text-align: center;
  233. }
  234.  
  235. .expbar {
  236. border-radius: 0px;
  237. background: #FFEAAB;
  238. border: 1px solid #F7933C;
  239. text-align: top;
  240. font-family: times;
  241. color: #F7933C;
  242. line-height: 15px;
  243. overflow: hidden;
  244. }
  245. .expbar div {
  246. background: #F7933C;
  247. border: 0px;
  248. }
  249. .tooltip_content {
  250. font-size: 14px;
  251. text-align:center;
  252. font-family: calibri;
  253. min-width:100px;
  254. background: #FFEAAB;
  255. color: #E18B40;
  256. border-radius: 0px;
  257. border: 1px solid #F7933C;
  258. }
  259. span.bbcode_tooltip {
  260. border-bottom: 1px dotted #E18B40;
  261. }
  262. ::selection {
  263. color: white;
  264. background: #FCDF9B;
  265. }
  266. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement