Advertisement
emmanectric

Untitled

Aug 17th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. [sc=background]
  2. [sc=tabbox][sc=tabbed_interface horizontal][ul]
  3. [li][/li]
  4. [li]TAB 1[/li]
  5. [li]TAB 2[/li]
  6. [li]TAB 3[/li]
  7. [li]TAB 4[/li]
  8. [li]TAB 5[/li]
  9. [/ul][
  10. ][sc=tab-active]/Home page[/sc][
  11. ][sc=tab]Content 1
  12. x
  13. x
  14. x
  15. x
  16. x[/sc][
  17. ][sc=tab]Content 2
  18. x
  19. x[/sc][
  20. ][sc=tab]Content 3
  21. x
  22. x
  23. x
  24. x[/sc][
  25. ][sc=tab]Content 4
  26. x[/sc][
  27. ][sc=tab]Content 5
  28. x
  29. x
  30. x
  31. x
  32. x
  33. x
  34. [/sc][
  35. ][/sc]
  36. [/sc][sc=cred][url=https://pokefarm.com/forum/post/2131540]♡[/url][/sc][/sc]
  37.  
  38. [style]
  39. a:hover {
  40. color: #9f1a24;
  41. -webkit-transition: all .1s linear 0s;
  42. }
  43. a {
  44. color: #6c1151;
  45. -webkit-transition: all .1s linear 0s;
  46. }
  47. .cred{
  48. color: #9f1a24;
  49. font-family: calibri light;
  50. font-size: 10px;
  51. margin-left: 6px;
  52. margin-top: 10px;
  53. }
  54. .background{
  55. background: #CDD8D8;
  56. margin: auto;
  57. width: 310px;
  58. }
  59. .tabbed_interface{
  60. margin: 0;
  61. >ul {
  62. >li {
  63. border: 1px solid #050505;
  64. background: black;
  65. padding: 3px;
  66. margin: 1px;
  67. top: 151px;
  68. width: 51px;
  69. position: absolute;
  70. overflow: hidden;
  71. text-align: center;
  72. color: black;
  73. font-size:11px;
  74. text-transform:uppercase;
  75. letter-spacing: 0.5px;
  76. font-family:Calibri Light;
  77. cursor: pointer;
  78. -webkit-transition: all .2s linear 0s;
  79. -moz-transition: all .2s linear 0s;
  80. -ms-transition: all .2s linear 0s;
  81. -o-transition: all .2s linear 0s;
  82. transition: all .2s linear 0s;
  83. }
  84. >li:nth-child(1) {
  85. position: absolute;
  86. top: 8px;
  87. left: 9px;
  88. height: 130px;
  89. width: 270px;
  90. border: 7px solid #13585B;
  91. background-image: url("https://pokefarm.com/upload/Emmanectric/ART/bokuuu.png");
  92. background-size: cover;
  93. padding: 3px;
  94. color: transparent;
  95. }
  96. >li:nth-child(2) {
  97. left: 9px;
  98. background: #119DA4;
  99. }
  100. >li:nth-child(3) {
  101. left: 67px;
  102. background: #0C8389;
  103. }
  104. >li:nth-child(4) {
  105. left: 125px;
  106. background: #119DA4;
  107. }
  108. >li:nth-child(5) {
  109. left: 183px;
  110. background: #0C8389;
  111. }
  112.  
  113. >li:nth-child(6) {
  114. left: 240px;
  115. background: #119DA4;
  116. }
  117. li:nth-child(n+2):hover {
  118. background: #0C8389;
  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. }
  126. li:nth-child(n+2){
  127. &.tab-active {
  128. color: #9f1a24;
  129. background: #707070;
  130. }}
  131. }
  132. >div {
  133. border-radius: 0;
  134. border: none;
  135. animation: 0.5s fade;
  136. min-height: 10px;
  137. text-align: center;
  138. position: relative;
  139. background: none;
  140. margin-top: 0px;
  141. margin-bottom: -18px;
  142. color: #13585B;
  143. font-family: Calibri;
  144. letter-spacing: 0.5px;
  145. font-size: 14px;
  146. box-shadow:0 0 0 transparent;
  147. padding: 3%;
  148. }}
  149. .tabbox{
  150. border: 1px solid #707070;
  151. border-radius: 0px;
  152. margin: 10px;
  153. margin-top: 153px;
  154. margin-bottom: -10px;
  155. background: white;
  156. }
  157. .panel h3 > a > svg {
  158. display:none;
  159. }
  160. .panel {
  161. border: none;
  162. font-family: calibri;
  163. box-shadow:0 0 0 transparent;
  164. &>h3 {
  165. background: #f1a9ae;
  166. color: black;
  167. text-align: center;
  168. border-radius: 0px;
  169. border: none;
  170. font-size: 12px;
  171. }
  172. &>div {
  173. background: white;
  174. color: #9f1a24;
  175. border-radius: 0px;
  176. border: 1px solid #f1a9ae;
  177. border-top: none;
  178. }}
  179. table {
  180. margin: 0px auto;
  181. border: 0px;
  182. }
  183. td {
  184. border: 1px solid #f1a9ae;;
  185. background-color: white;
  186. color: #9f1a24;
  187. text-align: center;
  188. }
  189. th {
  190. border: 0px;
  191. background-color: #f1a9ae;
  192. padding: 3px;
  193. color: #9f1a24;
  194. text-align: center;
  195. }
  196.  
  197. .expbar {
  198. border-radius: 0px;
  199. background: white;
  200. border: 1px solid #f1a9ae;
  201. text-align: top;
  202. font-family: times;
  203. color: #9f1a24;
  204. line-height: 15px;
  205. overflow: hidden;
  206. }
  207. .expbar div {
  208. background: #f1c3c7;
  209. border: 0px;
  210. }
  211. .tooltip_content {
  212. font-size: 14px;
  213. text-align:center;
  214. font-family: calibri;
  215. min-width:100px;
  216. background: white;
  217. color: #9f1a24;
  218. border-radius: 0px;
  219. border: 1px solid #9f1a24;
  220. }
  221. span.bbcode_tooltip {
  222. border-bottom: 1px dotted #9f1a24;
  223. }
  224. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement