Advertisement
TheRaltsGoesSqueak

PFQ About - Pastel Nostalgia (Blue)

Oct 3rd, 2017
1,381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [sc=bg]
  2. [sc=header]General - Notepad[/sc]
  3. [sc=tabbed_interface horizontal][ul]
  4. [li][u]T[/u]ab 1[/li]
  5. [li][u]T[/u]ab 2[/li]
  6. [li][u]T[/u]ab 3[/li]
  7. [li][u]T[/u]ab 4[/li]
  8. [li][u]T[/u]ab 5[/li]
  9. [/ul][
  10. ][sc=tab-active]Content 1[/sc][
  11. ][sc=tab]Content 2[/sc][
  12. ][sc=tab]Content 3[/sc][
  13. ][sc=tab]Content 4[/sc][
  14. ][sc=tab]Content 5[/sc][
  15. ][/sc][sc=cred][url=https://pokefarm.com/forum/post/2766126]code[/url][/sc][/sc]
  16. [style]
  17. a:hover {
  18. color: #222b71;
  19. }
  20. a {
  21. color: #3746b8;
  22.  
  23. }
  24. .bg{
  25. background:#d0d7fe;
  26. border: #6376ff inset;
  27. width: auto;
  28. }
  29. .header{
  30. margin: 3px;
  31. background: #5267fe;
  32. color: #fffdfe;
  33. padding: 3px;
  34. font-family: MS Sans Serif;
  35. font-size: 12px;
  36. font-weight: 600;
  37. height: 12px;
  38. margin-top: -15px;
  39. background-image: url('https://i.imgur.com/J37teS0.png');
  40. background-repeat: no-repeat;
  41. background-position: 246px 2px;
  42. }
  43. .tabbed_interface{
  44. margin: 0;
  45. >ul {
  46. background: none;
  47. margin-top: -15px;
  48. width: 200px;
  49. margin-left: 10px;
  50. >li {
  51. background: none;
  52. color: #3746b8;
  53. cursor: pointer;
  54. border: none;
  55. font-family: MS Sans Serif;
  56. font-size: 12px;
  57. }
  58. li:hover {
  59.  
  60. color: #222b71;
  61. text-decoration:none;
  62.  
  63. }
  64. >li {
  65. &.tab-active {
  66. color: #222b71;
  67. }}
  68. }
  69. >div {
  70. border-radius: 0;
  71. border: 2px ridge #9baafe;
  72. background: white;
  73. color: #2c3893;
  74. min-height: 10px;
  75. text-align: center;
  76. position: relative;
  77. margin: 4px;
  78. font-family: MS Sans Serif;
  79. font-size: 15px;
  80. padding: 3%;
  81. box-shadow:0 0 0 transparent;
  82. }}
  83. .panel h3 > a > svg {
  84. display:none;
  85. }
  86. .panel {
  87. border: none;
  88. font-family: MS Sans Serif;
  89. box-shadow:0 0 0 transparent;
  90. &>h3 {
  91. >a { color: white; }
  92. background: #5267fe;
  93. color: black;
  94. text-align: center;
  95. border-radius: 0px;
  96. border: none;
  97. font-size: 12px;
  98. }
  99. &>h3:hover{
  100. >a { color: #a7b2ff; }
  101. }
  102. &>div {
  103. background: white;
  104. color: #2c3893;
  105. border-radius: 0px;
  106. border: 1px solid #5267fe;
  107. border-top: none;
  108. }}
  109. table {
  110. margin: 0px auto;
  111. border: 0px;
  112. }
  113. td {
  114. border: 1px solid #5267fe;
  115. background-color: white;
  116. color: #2c3893;
  117. text-align: center;
  118. }
  119. th {
  120. border: 0px;
  121. background-color: #5267fe;
  122. border: 1px solid #5267fe;
  123. padding: 3px;
  124. color: white;
  125. text-align: center;
  126. }
  127.  
  128. .expbar {
  129. border-radius: 0px;
  130. background: white;
  131. border: 1px solid #8b99ff;
  132. text-align: top;
  133. font-family: MS Sans Serif;
  134. color: #222b71;
  135. line-height: 15px;
  136. overflow: hidden;
  137. }
  138. .expbar div {
  139. background: #8b99ff;
  140. border: 0px;
  141. }
  142. .tooltip_content {
  143. font-size: 14px;
  144. text-align:center;
  145. font-family: MS Sans Serif;
  146. min-width:100px;
  147. background: white;
  148. color: #2c3893;
  149. border-radius: 0px;
  150. border: 1px solid #5267fe;
  151. }
  152. span.bbcode_tooltip {
  153. border-bottom: 1px dotted #5267fe;
  154. }
  155. ::selection {
  156. color: white;
  157. background: #3654fe;
  158. }
  159. .cred{
  160. color: #3746b8;
  161. font-size: 10px;
  162. margin-top: -7px;
  163. margin-bottom: -2px;
  164. padding: 4px;
  165. }
  166. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement