Advertisement
TheRaltsGoesSqueak

PFQ About - Grain

Apr 21st, 2017
1,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. [styleclass=background][/styleclass][styleclass=maindiv]MAIN PAGE TEXT HERE[/styleclass][styleclass=linkbar][styleclass=icon][/styleclass][color=#ffb5ac;][size=13]Name here[/size][/color]——————
  2. [color=#bee3d7]text here too[/color]
  3. ——————
  4. [url=https://danryckert.eu]Link 1[/url] [url=https://danryckert.eu]Link 2[/url]
  5. [url=https://danryckert.eu]Link 3[/url] [url=https://danryckert.eu]Link 4[/url]
  6. [url=https://danryckert.eu]Link 5[/url] [url=https://danryckert.eu]Link 6[/url]
  7. ——————
  8. [/styleclass][styleclass=spacefortabs][accordion]
  9. [a-section=Tab 1]TAB 1 TEXT[/a-section]
  10. [a-section=Tab 2]TAB 2 TEXT[/a-section]
  11. [a-section=Tab 3]TAB 3 TEXT[/a-section]
  12. [a-section=Tab 4]TAB 4 TEXT[/a-section]
  13. [a-section=Tab 5]TAB 5 TEXT[/a-section]
  14. [a-section=Tab 6]TAB 6 TEXT[/a-section]
  15. [/accordion][styleclass=cred][url=https://pokefarm.com/forum/post/1485396]code[/url] * official manga art[/styleclass][/styleclass]
  16.  
  17.  
  18.  
  19. [style]
  20. a {color: white;letter-spacing:0.0px; -webkit-transition: all 0.1s ease-in-out;} a:hover {color: #bee3d7; -webkit-transition: all 0.1s ease-in-out;} a {text-decoration: none;}
  21. .panel h3 > a > svg {
  22. display:none;
  23. }
  24. .panel {
  25. border: none;
  26. height: 0px;
  27. width: 178px;
  28. margin-left: 10px;
  29. &>h3 {
  30. background: rgb(0,0,0,0.0);
  31. border-radius: 0px;
  32. border: none;
  33. margin-bottom: -10px;
  34. margin-top: -20px;
  35. text-align: center;
  36. width: 70px;
  37. font-family: tahoma;
  38. font-weight: 100;
  39. font-size: 10pt;
  40. display: inline-block;
  41. -webkit-transition: all 0.1s ease-in-out;
  42. }
  43. &>h3:hover {
  44. -webkit-transition: all 0.1s ease-in-out;
  45. }
  46. &>div {
  47. background-image: url("https://i.imgur.com/OHQwG1e.png");
  48. color: white;
  49. width: 180px;
  50. height: 337px;
  51. top: 65px;
  52. font-family: times;
  53. position: absolute;
  54. left: 0px;
  55. text-align:center;
  56. }
  57. }
  58. .background{
  59. background-color: blueviolet;
  60. height: 435px;
  61. background-image: url("https://i.imgur.com/Okqe3E2.png");
  62. }
  63. .maindiv{
  64. background-image: url("https://i.imgur.com/OHQwG1e.png");
  65. color: white;
  66. width: 178px;
  67. height: 335px;
  68. top: 72px;
  69. position: absolute;
  70. left: 115px;
  71. padding: 5px;
  72. text-align: center;
  73. font-family: Times;
  74. }
  75. .linkbar{
  76. background-image: url("https://i.imgur.com/OHQwG1e.png");
  77. width: 110px;
  78. height: 400px;
  79. left: -2px;
  80. top: 0px;
  81. position: absolute;
  82. text-align: center;
  83. color: aliceblue;
  84. font-family: times;
  85. font-size: 10pt;
  86. padding-top: 35%;
  87. }
  88. .spacefortabs{
  89. background-image: url("https://i.imgur.com/7QrRNcg.png");
  90. width: 187px;
  91. min-height: 57px;
  92. position: absolute;
  93. top: 7px;
  94. left: 115px;
  95. }
  96. .icon{
  97. height: 100px;
  98. width: 100px;
  99. background-size: 100px 100px;
  100. background-position: top;
  101. top: 4px;
  102. left: 5px;
  103. position: absolute;
  104. border-radius: 50px;
  105. background-image: url("https://i.imgur.com/dBUOgXB.png");
  106. }
  107. .cred{
  108. Font-family: times;
  109. font-size: 12px;
  110. color: black;
  111. top: 413px;
  112. text-align: center;
  113. position: absolute;
  114. }
  115. th {
  116. background: transparent;
  117. color: white;
  118. text-align:center;
  119. }
  120. table,th,td,{
  121. border: 1px solid white;
  122. font-family: tahoma;
  123. color: white;
  124. font-size: 13px;
  125. }
  126. .expbar {
  127. border-radius: 0px;
  128. background: none;
  129. border: 1px solid white;
  130. text-align: top;
  131. font-family: times;
  132. color: white;
  133. line-height: 15px;
  134. overflow: hidden;
  135. }
  136. .expbar div {
  137. background: LightSlateGray ;
  138. border: 0px;
  139. }
  140. .tooltip_content {
  141. font-size: 15px;
  142. text-align:center;
  143. font-family: Times;
  144. min-width: 100px;
  145. background: black;
  146. color: white;
  147. border-radius: 0px;
  148. }
  149. span.bbcode_tooltip {
  150. border-bottom: 1px dotted #ffb5ac;
  151. }
  152. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement