Advertisement
Guest User

bio info

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. [style]
  2. //Make sure you have permission to display the images you want to use. More on Art Theft and Permissions here http://pfq.link/~TrV
  3. //Change your avatar. Max dimensions are 100x100.
  4. .pic {background-image: url("https://pokefarm.com/upload/blackphantom1412/Silva_smaller.jpg");}
  5.  
  6. //Change your cover. Width is 310px.
  7. .cover {background-image: url("https://pokefarm.com/upload/blackphantom1412/SilvaBig.png");}
  8.  
  9. //Adjust height of your cover image
  10. .cover:hover {height: 181px;}
  11. [/style]
  12. [styleclass=frame][styleclass=cover][/styleclass][styleclass=bar][/styleclass][styleclass=pic][/styleclass]
  13.  
  14.  
  15. [styleclass=name]NAME HERE[/styleclass]
  16.  
  17.  
  18. [styleclass=home][h3]HEADER 1 HERE[/h3]
  19.  
  20. WORDS HERE
  21.  
  22. [/styleclass]
  23.  
  24.  
  25. [styleclass=content]
  26. [styleclass=one][pit=1][h3]TITLE[/h3]
  27.  
  28. WORDS HERE
  29.  
  30. [/pit][/styleclass]
  31.  
  32.  
  33.  
  34. [styleclass=two][pit=2][h3]TITLE[/h3]
  35.  
  36. WORDS HERE
  37.  
  38. [/pit][/styleclass]
  39.  
  40. [styleclass=three][pit=3][h3]TITLE[/h3]
  41.  
  42. WORDS HERE
  43.  
  44. [/pit][/styleclass]
  45.  
  46. [styleclass=four][pit=4][h3]TITLE[/h3]
  47.  
  48. WORDS HERE
  49.  
  50. [/pit][/styleclass]
  51.  
  52. [styleclass=five][pit=5][h3]TITLE[/h3]
  53.  
  54. WORDS HERE
  55.  
  56. [/pit][/styleclass]
  57.  
  58.  
  59. [/styleclass]
  60. [styleclass=x][url=http://pfq.link/~7MLY][styleclass=linktoforum]♥ code[/styleclass][/url][/styleclass]
  61. [/styleclass]
  62.  
  63.  
  64. [style]
  65. //Color change starts here.
  66. //Change Colors. All changes must conform with the legibility guidelines. http://pfq.link/~pJQ4
  67. @outerBGColor: #850901;
  68. @linesColor: #fff;
  69. @linesBorder: 1px dashed #847aa4; //enter 'none' for no border
  70.  
  71. @nameColor: #fff;
  72.  
  73. @contentBGColor: #E88680;
  74. @contentTextColor: #920901;
  75. @contentLinkColor: #000000;
  76. @tabBGColorOdd: #EC9E99;
  77. @tabBGColorEven: #B96B66;
  78. @fontFamily: Georgia, Geneva, sans-serif;
  79.  
  80. @heartColor: #fff;
  81. //Color change ends here.
  82.  
  83.  
  84. //More Height - increase equally
  85. @contentHeight: 465px;
  86. @frameHeight: 635px; //contentHeight +170px;
  87.  
  88.  
  89. //------------------------------
  90. //Mosty layout stuff below here.
  91. //You are free to edit anything you want, no matter how small or big your changes are. You are free to use this as a base. You are free to inspect this and see if you find anything useful for your own projects. You don't have to credit me.
  92. //Homepage
  93. .home {
  94. position: absolute;
  95. top: 145px;
  96. left: 9px;
  97. border:none;
  98. border-radius: 0px;
  99. height: @contentHeight;
  100. width: 288px;
  101. border-radius: none;
  102. background-color: @contentBGColor;
  103. padding: 10px 2px 2px 2px;
  104. text-align: center;
  105. font-family: @fontFamily;
  106. color: @contentTextColor;
  107. overflow: hidden;
  108. font-size: 12px;
  109. }
  110.  
  111. //Tabs
  112. .content {
  113. position: absolute;
  114. top: 115px;
  115. left: 141px;
  116. height: 30px;
  117. width: 160px;
  118. }
  119. .one,.two,.three,.four,.five {
  120. position: absolute;
  121. height: 100%;
  122. width: 20%;
  123. top: 0px;
  124. text-align: center;
  125. line-height: 30px;
  126. border-bottom: none;
  127. font-size: 12px;
  128. text-decoration: underline;
  129. font-family: @fontFamily;
  130. color: @contentTextColor;
  131. }
  132. .two {left: 20%;}
  133. .three {left: 40%;}
  134. .four {left: 60%;}
  135. .five {left: 80%;}
  136. .one > .bbcode_tooltip, .two > .bbcode_tooltip, .three > .bbcode_tooltip, .four > .bbcode_tooltip, .five > .bbcode_tooltip {
  137. border-bottom: none;
  138. color: @contentTextColor;
  139. }
  140. .content > div:nth-of-type(odd) {background-color: @tabBGColorOdd;}
  141. .content > div:nth-of-type(even) {background-color: @tabBGColorEven;}
  142. .one {border-top-left-radius: 50%;}
  143. .five {border-top-right-radius: 50%}
  144.  
  145. //Content
  146. .one > .tooltip_content, .two > .tooltip_content, .three > .tooltip_content, .four > .tooltip_content, .five > .tooltip_content {
  147. position: absolute;
  148. top: 30px;
  149. border:none;
  150. border-radius: 0px;
  151. height: @contentHeight;
  152. width: 288px;
  153. border-radius: none;
  154. background-color: @contentBGColor;
  155. padding: 10px 2px 2px 2px;
  156. text-align: center;
  157. font-family: @fontFamily;
  158. color: @contentTextColor;
  159. overflow: hidden;
  160. font-size: 12px;
  161. }
  162. .one > .tooltip_content {
  163. left: -132px;
  164. }
  165. .two > .tooltip_content {
  166. left: -164px;
  167. }
  168. .three > .tooltip_content {
  169. left: -196px;
  170. }
  171. .four > .tooltip_content {
  172. left: -228px;
  173. }
  174. .five > .tooltip_content {
  175. left: -260px;
  176. }
  177.  
  178. //Frame, General
  179. .frame {
  180. height: @frameHeight; //@contentHeight + 170px;
  181. width: 310px;
  182. position: relative;
  183. background-color: @outerBGColor;
  184.  
  185. }
  186. a {
  187. color: @contentLinkColor;
  188. font-weight: bold;
  189. text-decoration: underline;
  190. }
  191.  
  192. //Cover
  193. .cover {
  194. height: 100px;
  195. width: 100%;
  196. position: absolute;
  197. top:0px;
  198. left:0px;
  199. background-color: @outerBGColor;
  200. opacity: 0.4;
  201. transition: height 0.4s, opacity 0.4s, top 0.4s, opacity 0.4s;
  202. -webkit-transition: height 0.4s, opacity 0.4s, top 0.4s, opacity 0.4s;
  203. -o-transition: height 0.4s, opacity 0.4s, top 0.4s, opacity 0.4s;
  204. -moz-transition: height 0.4s, opacity 0.4s, top 0.4s, opacity 0.4s;
  205. }
  206. .cover:hover {
  207. z-index: 99;
  208. opacity: 1;
  209. box-shadow: 0 5px 5px rgba(0,0,0,0.75);
  210.  
  211. }
  212. .cover:hover ~ .bar {top:200px; height:0px;}
  213. .cover:hover ~ .pic {top: 130px;}
  214. .cover:hover ~ .name {top: 176px;}
  215.  
  216.  
  217. //Bar
  218. .bar {
  219. height: 7px;
  220. width: 100%;
  221. position: absolute;
  222. top: 100px;
  223. background-color: @linesColor;
  224. border: @linesBorder;
  225. transition: top 0.4s, height 0.4s;
  226. }
  227.  
  228. //Avatar
  229. .pic {
  230. height: 100px;
  231. width: 100px;
  232. border: 6px solid @linesColor;
  233. border-radius: 100%;
  234. position: absolute;
  235. top: 30px;
  236. left: 26.5px;
  237. background-repeat: no-repeat;
  238. background-position: center;
  239. background-color: @outerBGColor;
  240. transition: top 0.4s;
  241. }
  242.  
  243. //Username
  244. .name {
  245. font-size: 20px;
  246. font-family: @fontFamily;
  247. color: @nameColor;
  248. position: absolute;
  249. top: 76px;
  250. left: 146px;
  251. transition: top 0.4s;
  252. }
  253.  
  254.  
  255. //Heart
  256. .x {font-size: 10px; font-family: @fontFamily; position: absolute; bottom: 1.5px; right: 9px; height: 11px; width: 11px; line-height: 11px; overflow: hidden; text-align: center; letter-spacing: 1px;
  257. transition: width 0.4s, right 0.4s, background-color 0.4s, right 0.4s;
  258. }
  259. .x a {
  260. color: @heartColor;
  261. text-decoration: none;
  262. font-weight: normal;
  263. }
  264. .x:hover {
  265. width: 45px;
  266. background-color: @heartColor;
  267. }
  268. .x:hover a{
  269. color: @outerBGColor;
  270. }
  271. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement