Advertisement
Guest User

Advanced Layout 01

a guest
Nov 6th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1. Please pay attention to how you copy and paste things. I'm not going to make 3-4 different bins for one layout.
  2.  
  3. Javascript :
  4.  
  5. $(document).ready(function(){
  6. $(".one").click(function(){
  7. $(".stats").fadeIn("slow");
  8. $(".bio, .rules, .bro").fadeOut("slow");
  9. });
  10. $(".two").click(function(){
  11. $(".bio").fadeIn("slow");
  12. $(".stats, .rules, .bro").fadeOut("slow");
  13. });
  14. $(".three").click(function(){
  15. $(".bro").fadeIn("slow");
  16. $(".stats, .bio, .rules").fadeOut("slow");
  17. });
  18. $(".four").click(function(){
  19. $(".rules").fadeIn("slow");
  20. $(".stats, .bio, .bro").fadeOut("slow");
  21. });
  22. });
  23.  
  24.  
  25.  
  26. CSS :
  27.  
  28. /*Do NOT remove any credits. This profile has been created for the purpose of those for who are lazy and those who wish to learn coding. You may fall anywhere between, we do not really care. This profile requires to be edit within HTML section. Credit for creating goes to Atomos.*/
  29. #profile-container {background:none;}
  30. *, body, a {cursor: url(http://i.imgur.com/qbJdqhI.png), progress !important;}
  31. /*links*/
  32. a:link, a:visited, a:active{
  33. color: inherit;
  34. text-decoration: none;
  35. -moz-transition: 0.5s;
  36. -webkit-transition: 0.5s;
  37. -o-transition: 0.5s;
  38. }
  39. a:hover, .one:hover, .two:hover, .three:hover, .four:hover {
  40. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  41. }
  42. .links {
  43. display: inline-block;
  44. position: relative;
  45. }
  46. .links:after {
  47. display: block;
  48. content: "";
  49. margin: auto;
  50. width: 0;
  51. background: transparent;
  52. border-bottom: 1px solid transparent;
  53. -moz-transition: 0.5s;
  54. -webkit-transition: 0.5s;
  55. -o-transition: 0.5s;
  56. }
  57. .links:hover:after {
  58. width: 100%;
  59. border-bottom: 1px solid #1B1D29;
  60. }
  61. /*font*/
  62. @font-face {
  63. src: url(https://dl.dropboxusercontent.com/u/62876172/basictitlefont.ttf);
  64. font-family: basic;
  65. }
  66. p {
  67. font-family: calibri;
  68. color: #1B1D29;
  69. font-size: 11px;
  70. line-height: 10.5px;
  71. }
  72. b, strong {
  73. font-family: courier;
  74. font-size: 10px;
  75. text-transform: uppercase;
  76. color: #6A6971;
  77. font-weight: 100;
  78. }
  79. #box {
  80. position: absolute;
  81. margin-top: 100px; right: 0;
  82. width: 400px; height: 450px;
  83. background: #D1CED6;
  84. border: 3px solid #1B1D29;
  85. }
  86. .pic {
  87. position: absolute;
  88. top: 0; right: 0;
  89. width: 100%; height: 200px;
  90. background: url(https://40.media.tumblr.com/750547d9e2f1743c3c22f4b1e245c236/tumblr_nhv5u9pEJG1qe8u8qo1_540.png);
  91. background-position: /*horizonal position*/ 30% /*vertical position*/ 10%;
  92. background-size: /*edit this to your liking; use cover instead of percent should you want it to be fitted*/ 110%;
  93. border-bottom: 1px solid #1B1D29;
  94. z-index: 2;
  95. }
  96. /*hover*/
  97. .cover {
  98. position: absolute;
  99. top: 0; left: 0;
  100. width: 100%; height: 100%;
  101. opacity: 0;
  102. -moz-transition: 0.5s;
  103. -webkit-transition: 0.5s;
  104. -o-transition: 0.5s;
  105. }
  106. .cover:hover {
  107. opacity: 1;
  108. }
  109. .one, .two, .three, .four {
  110. position: relative;
  111. top: 5px; left: 90px;
  112. margin-bottom: 10px;
  113. width: 200px; height: 20px;
  114. font-family: basic;
  115. font-size: 20px;
  116. background: #EDE9ED;
  117. text-align: center;
  118. color: #1B1D29;
  119. border: 5px double #1B1D29;
  120. padding: 5px;
  121. -moz-transition: 0.5s;
  122. -webkit-transition: 0.5s;
  123. -o-transition: 0.5s;
  124. }
  125. .one:hover, .two:hover, .three:hover, .four:hover {
  126. background: #1B1D29;
  127. color: #EDE9ED;
  128. }
  129. /*profile*/
  130. .box {
  131. position: absolute;
  132. bottom: 25px; left: 30px;
  133. width: 338px; height: 198px;
  134. background: rgba(255,255,255,.9);
  135. border: 1px solid #1B1D29;
  136. z-index: 5;
  137. }
  138. .stats {
  139. position: absolute;
  140. top: 5%; left: 5%;
  141. width: 90%; height: 90%;
  142. text-align: center;
  143. display: none;
  144. }
  145. .bio, .bro, .rules {
  146. position: absolute;
  147. top: 5%; left: 5%;
  148. height: 90%; width: 90%;
  149. text-align: justify;
  150. overflow: auto;
  151. display: none;
  152. }
  153. .bio::first-letter {
  154. float: left;
  155. font-family: basic;
  156. color: #fff;
  157. font-size: 30px;
  158. background: #1B1D29;
  159. padding: 10px 10px 5px 10px;
  160. border: 10px double #E1ECF5;
  161. margin-right: 4px;
  162. margin-bottom: 4px;
  163. }
  164. .bro img {
  165. float: left;
  166. width: 40px; height: 100px;
  167. border: 1px solid #1B1D29;
  168. margin-right: 4px;
  169. margin-bottom: 4px;
  170. }
  171. /*Scrollbar*/
  172. ::-webkit-scrollbar-thumb:vertical {
  173. background-color: #1B1D29;
  174. height: 30px;
  175. border-right: 7px solid #EDE9ED;
  176. border-left: 8px solid #EDE9ED;
  177. }
  178. ::-webkit-scrollbar-thumb:horizontal {
  179. background-color: #1B1D29;
  180. height: 7px!important;
  181. }
  182. ::-webkit-scrollbar {
  183. background: #1B1D29;
  184. border-left: 9px solid #EDE9ED;
  185. border-right: 8px solid #EDE9ED;
  186. height:7px;
  187. width: 18px;
  188. }
  189. /*paint dribbles. only edit the color.*/
  190. .paint {
  191. position: absolute;
  192. top: 200px; left: 0;
  193. width: 100%; height: 250px;
  194. z-index: 0;
  195. }
  196. .p1 {
  197. left: 0;
  198. width: 50px; height: 50px;
  199. background: #1B1D29;
  200. border-radius: 0 0 100% 100%;
  201. -webkit-animation: move 10s ease forwards;
  202. -moz-animation: move 10s ease forwards;
  203. -o-animation: move 10s ease forwards;
  204. z-index: 0;
  205. }
  206. .p2 {
  207. position: absolute;
  208. left: 10%; top: 0;
  209. width: 10px; height: 10px;
  210. background: #6A6971;
  211. border-radius: 0 0 100% 100%;
  212. -webkit-animation: move 1s ease forwards;
  213. -moz-animation: move 1s ease forwards;
  214. -o-animation: move 1s ease forwards;
  215. z-index: 1;
  216. }
  217. .p3 {
  218. position: absolute;
  219. left: 8%; top: 0;
  220. width: 80px; height: 30px;
  221. background: #1F2F40;
  222. border-radius: 0 0 100% 100%;
  223. -webkit-animation: move 7s ease forwards;
  224. -moz-animation: move 7s ease forwards;
  225. -o-animation: move 7s ease forwards;
  226. z-index: 0;
  227. }
  228. .p4 {
  229. position: absolute;
  230. left: 28%; top: 0;
  231. width: 20px; height: 70px;
  232. background: #89888E;
  233. border-radius: 0 0 100% 100%;
  234. -webkit-animation: move 2s ease forwards;
  235. -moz-animation: move 2s ease forwards;
  236. -o-animation: move 2s ease forwards;
  237. z-index: 0;
  238. }
  239. .p5 {
  240. position: absolute;
  241. left: 35%; top: 0;
  242. width: 5px; height: 5px;
  243. background: #455058;
  244. border-radius: 0 0 100% 100%;
  245. -webkit-animation: move 4s ease forwards;
  246. -moz-animation: move 4s ease forwards;
  247. -o-animation: move 4s ease forwards;
  248. z-index: 1;
  249. }
  250. .p6 {
  251. position: absolute;
  252. left: 31%; top: 0;
  253. width: 80px; height: 30px;
  254. background: #EDE9ED;
  255. border-radius: 0 0 100% 100%;
  256. -webkit-animation: move 12s ease forwards;
  257. -moz-animation: move 12s ease forwards;
  258. -o-animation: move 12s ease forwards;
  259. z-index: 0;
  260. }
  261. .p7 {
  262. position: absolute;
  263. left: 50%; top: 0;
  264. width: 10px; height: 80px;
  265. background: #455058;
  266. border-radius: 0 0 100% 100%;
  267. -webkit-animation: move 4s ease forwards;
  268. -moz-animation: move 4s ease forwards;
  269. -o-animation: move 4s ease forwards;
  270. z-index: 0;
  271. }
  272. .p8 {
  273. position: absolute;
  274. right: 10%; top: 0;
  275. width: 80px; height: 10px;
  276. background: #455058;
  277. border-radius: 0 0 100% 100%;
  278. -webkit-animation: move 6s ease forwards;
  279. -moz-animation: move 6s ease forwards;
  280. -o-animation: move 6s ease forwards;
  281. z-index: 1;
  282. }
  283. .p9 {
  284. position: absolute;
  285. right: 30%; top: 0;
  286. width: 20px; height: 30px;
  287. background: #89888E;
  288. border-radius: 0 0 100% 100%;
  289. -webkit-animation: move 10s ease forwards;
  290. -moz-animation: move 10s ease forwards;
  291. -o-animation: move 10s ease forwards;
  292. z-index: 0;
  293. }
  294. .p10 {
  295. position: absolute;
  296. right: 0; top: 0;
  297. width: 40px; height: 0px;
  298. background: #1B1D29;
  299. border-radius: 0 0 100% 100%;
  300. -webkit-animation: move 12s ease forwards;
  301. -moz-animation: move 12s ease forwards;
  302. -o-animation: move 12s ease forwards;
  303. z-index: 1;
  304. }
  305. @-webkit-keyframes move {
  306. 0% {
  307. top: 0%;
  308. }
  309. 100% {
  310. height: 100%;
  311. border-radius: 0;
  312. }
  313. @-moz-keyframes move {
  314. 0% {
  315. top: 0%;
  316. }
  317. 100% {
  318. height: 100%;
  319. border-radius: 0;
  320. }
  321. }
  322. @-o-keyframes move {
  323. 0% {
  324. top: 0%;
  325. }
  326. 100% {
  327. height: 100%;
  328. border-radius: 0;
  329. }
  330. }
  331. }
  332. .HAVEN {
  333. position: absolute;
  334. bottom: -30px;
  335. width: 100%;
  336. text-align: center;
  337. }
  338.  
  339.  
  340. Profile Width: 406
  341.  
  342. HTML :
  343.  
  344. <div id="box">
  345. <div class="pic">
  346. <div class="cover">
  347. <div class="one">Stats</div>
  348. <div class="two">Bio</div>
  349. <div class="three">Friends</div>
  350. <div class="four">OOC</div>
  351. </div>
  352. </div>
  353. <div class="box">
  354. <div class="stats">
  355. <p><strong>Name</strong> Alex.</p>
  356. <p><strong>Age</strong> Seventeen.</p>
  357. <p><strong>height</strong> 5'4".</p>
  358. <p><strong>Weight</strong> 120lbs.</p>
  359. <p><strong>hair color</strong> Raven.</p>
  360. <p><strong>eye color</strong>&nbsp;Sapphire.</p>
  361. <p><strong>occupation</strong> Student.</p>
  362. <p><strong>Year</strong> 2nd.</p>
  363. <p><strong>title</strong> Mage.</p>
  364. <p><strong>Dream carrer</strong> Musician.</p>
  365. <p><strong>Orientation</strong> Heterosexual.</p>
  366. <p><strong>Status</strong> Single.</p>
  367. <p><strong>interest</strong> None.</p>
  368. <p><strong>Theme Song</strong>&nbsp;<a class="links" href="https://www.youtube.com/watch?v=c7xq1mON-Dw" target="_blank">アシタカとサン</a></p>
  369. <p><strong>Theme Song II&nbsp;<a class="links" href="https://www.youtube.com/watch?v=aDAKPHScin0" target="_blank">The Universe</a></strong></p>
  370. </div>
  371. <div class="bio">
  372. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  373. <p>&nbsp;</p>
  374. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  375. <p>&nbsp;</p>
  376. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  377. </div>
  378. <div class="bro">
  379. <p><img src="http://i.imgur.com/Rmk9oQb.png" alt="" /> <strong>Friend Name.</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  380. <p>&nbsp;</p>
  381. <p>&nbsp;</p>
  382. <p><img src="http://i.imgur.com/Rmk9oQb.png" alt="" /> <strong>Friend Name.</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  383. </div>
  384. <div class="rules">
  385. <p>This can be a list for rules or something OOC. Whatever you wish for it to be.</p>
  386. </div>
  387. </div>
  388. <div class="paint">
  389. <div class="p1">&nbsp;</div>
  390. <div class="p2">&nbsp;</div>
  391. <div class="p3">&nbsp;</div>
  392. <div class="p4">&nbsp;</div>
  393. <div class="p5">&nbsp;</div>
  394. <div class="p6">&nbsp;</div>
  395. <div class="p7">&nbsp;</div>
  396. <div class="p8">&nbsp;</div>
  397. <div class="p9">&nbsp;</div>
  398. <div class="p10">&nbsp;</div>
  399. <div class="p11">&nbsp;</div>
  400. </div>
  401. <div class="HAVEN">
  402. <p>Profile provided by HAVEN</p>
  403. </div>
  404. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement