Advertisement
MystiqueAquanian

RP: About Page

Jul 13th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. ✧ * ☾ destinatiia.tumblr.com * ✧
  8.  
  9. - you're allowed edit as much as you want, but don't repost and claim as your own afterwards.
  10. - don't move the credit or put it in another page
  11. - don't take fragments from this code and paste it on your own.
  12. - base code made by neonbikethemes as always,,,, absolutely blessed for their existence thank u
  13. -the icons in the preview were NOT made by me so credit to their rightful owners
  14. -enjoy !! and if you have any questions and/or problems just hmu
  15.  
  16. -->
  17.  
  18. <title>About</title>
  19.  
  20. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  21.  
  22. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  25.  
  26. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  27.  
  28. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  29.  
  30.  
  31. <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("a[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:90,
  41. tip_fade_speed:600,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. /* ---------------------------- GENERAL ----------------------------- */
  52.  
  53. /* -------- SELECTION TOOL ------- */
  54.  
  55. ::-moz-selection {
  56. background: {color:text};
  57. color: {color:background};
  58. }
  59.  
  60. ::selection {
  61. background: {color:text};
  62. color: {color:background};
  63. }
  64.  
  65. /* -------- SCROLLBAR ------- */
  66.  
  67. ::-webkit-scrollbar {
  68. width: 9px;
  69. }
  70.  
  71. /* Track */
  72. ::-webkit-scrollbar-track {
  73. background:{color:background};
  74. }
  75.  
  76. /* Handle */
  77. ::-webkit-scrollbar-thumb {
  78. background:{color:text};
  79. }
  80. ::-webkit-scrollbar-thumb:window-inactive {
  81. background: transparent;
  82. }
  83.  
  84. /* ------- TOOLTIPS ------ */
  85.  
  86. #s-m-t-tooltip {
  87. max-width:300px;
  88. margin:10px 0px 0px 10px;
  89. background-color:{color:bakground};
  90. font-family:helvetica;
  91. font-size:12px;
  92. color:{color:text};
  93. z-index:999999999999999999999999999999999999;
  94. }
  95.  
  96. /* -------- BASICS ------- */
  97.  
  98. body {
  99. background: #ccc; /*-- you can change the background color here !! and if you're planning on using a background image, use the following: background:url('bg url'); --*/
  100. color: #aaa; /*-- text color --*/
  101. font-family: helvetica, arial;
  102. letter-spacing:0.5px;
  103. text-shadow: 2px 2px 2px #eee;
  104. font-size: 10px;
  105. font-family:calibri;
  106. margin: 0;
  107. padding: 0;
  108. overflow-y:hidden;
  109. overflow-x:auto;
  110. word-wrap: break-word;
  111. line-height:150%;
  112. }
  113.  
  114. h1 {
  115. font-family:'montserrat', sans serif;
  116. font-size:24px;
  117. padding-bottom:15px;
  118. border-bottom:1px solid #8ecbc4;
  119. color: #8ecbc4; /*-- change the color of the h1 text here --*/
  120. }
  121.  
  122.  
  123. h2 {
  124. font-family:'montserrat', sans serif;
  125. font-size:15px;
  126. font-style:italic;
  127. color: #ddbfa8; /*-- change the color of the h2 text here --*/
  128. }
  129.  
  130.  
  131. a {
  132. color: #ddbfa8; /*-- change the color of the links here --*/
  133. text-decoration: none;
  134. -webkit-transition: all .7s;
  135. -moz-transition: all .7s;
  136. -o-transition: all .7s;
  137. -ms-transition: all .7s;
  138. transition: all .7s;
  139. }
  140.  
  141. sup, sub, small {
  142. color: #ddbfa8; /*-- change the color of the sub n smol text yeh --*/
  143. font-family:'montserrat', sans serif;
  144. }
  145.  
  146. b, strong {
  147. color: #8ecbc4; /*-- change the color of the bold text --*/
  148. font-family:'montserrat', sans serif;
  149. }
  150.  
  151. i, em {
  152. color: #8ecbc4; /*-- change the color of the italic text here --*/
  153. font-family:'montserrat', sans serif;
  154. }
  155.  
  156. a:hover{
  157. color:#f5f5f5; /*-- change the color of the links hover text here --*/
  158. -webkit-transition: all .7s;
  159. -moz-transition: all .7s;
  160. -o-transition: all .7s;
  161. -ms-transition: all .7s;
  162. transition: all .7s;
  163. }
  164.  
  165. #bigcon{
  166. width:520px;
  167. margin-left:auto;
  168. margin-right:auto;
  169. }
  170.  
  171. .tabcontent {
  172. position:static;
  173. margin-left:auto;
  174. margin-right:auto;
  175. width: 500px;
  176. margin-top:-50px;
  177. height:500px;
  178. padding:10px;
  179. background:#f5f5f5; /*-- this is the tab content bg color,, make sure it's the same as the container div --*/
  180. overflow:auto;
  181. text-align:center;
  182. margin-bottom:150px;
  183. }
  184.  
  185. #container {
  186. position:static;
  187. margin-left:auto;
  188. margin-right:auto;
  189. width: 500px;
  190. margin-top:-50px;
  191. height:500px;
  192. padding:10px;
  193. background:#f5f5f5; /*-- this is the this is the container bg color,, make sure it's the same as the tabcontent div --*/
  194. overflow:auto;
  195. text-align:center;
  196. margin-bottom:150px;
  197. }
  198.  
  199. #box {
  200. background:#f5f5f5; /*-- just make sure it's the same color as both the tabcontent and container so it looks neat --*/
  201. width: 520px;
  202. margin-top:-50px;
  203. height:520px;
  204. position:fixed;
  205. margin-left:0px;
  206. z-index:-99;
  207. box-shadow: 3px 3px 5px #ccc;
  208. }
  209.  
  210. #topbar{
  211. position:static;
  212. margin-top:60px;
  213. margin-bottom:50px;
  214. text-align:center;
  215. }
  216.  
  217. .blogtitle{
  218. margin-bottom:20px;
  219. text-transform:uppercase;
  220. font-size:24px;
  221. position:fixed;
  222. z-index:-9999;
  223. width:500px;
  224. margin-top:-40px;
  225. background-color:#fff; /*-- this is the muse page section and has the same color as the navbar div so yeah u got it luv --*/
  226. height:200px;
  227. padding-left:10px;
  228. padding-right:10px;
  229. padding-bottom:10px;
  230. padding-top:18px;
  231. letter-spacing:2px;
  232. font-weight:bold;
  233. }
  234.  
  235. #navbar{
  236. display:inline-block;
  237. background-color:#fff;
  238. text-align:center;
  239. }
  240.  
  241. #yo {
  242. color: #fff;
  243. font-size:7.5px;
  244. float:right;
  245. right:0;
  246. text-shadow:none;
  247. bottom:0;
  248. margin-right:10px;
  249. margin-bottom:10px;
  250. padding:10px;
  251. position:fixed;
  252. font-weight:bold;
  253. text-align:center;
  254.  
  255. }
  256.  
  257.  
  258. /* ------------------------------ TABS ------------------------------ */
  259.  
  260. .tabs {
  261. width:100%;
  262. margin-left:0px;
  263. display:inline-block;
  264. }
  265.  
  266. /*----- Tab Links -----*/
  267.  
  268. /* Clearfix */
  269. .tab-links:after {
  270. display:block;
  271. clear:both;
  272. content:'';
  273. }
  274.  
  275. .tab-links li {
  276. margin-right:5px;
  277. display:inline-block;
  278. list-style:none;
  279. text-transform:uppercase;
  280. }
  281.  
  282. .tab-links a {
  283. padding:7px;
  284. display:inline-block;
  285. width:1px;
  286. box-shadow: 3px 3px 5px #999;
  287. background:#ddd; /*-- this is the lil circle's bg color --*/
  288. height:1px;
  289. border-radius:15px;
  290. border: 3px solid #ddd; /*-- this is the lil circle's border color when it's active --*/
  291. transition:all linear 0.15s;
  292. }
  293.  
  294. .tab-links a:hover { /*-- if u want it to look the same as the preview just copy the settings you put before--*/
  295. text-decoration:none;
  296. width:-1px;
  297. height:-1px;
  298. border-radius:15px;
  299. background-color:#ddd;
  300. border: 3px solid #ddd;
  301. }
  302.  
  303. li.active a, li.active a:hover {
  304. background-color:transparent;
  305. border-radius:15px;
  306. -webkit-transition: all .7s;
  307. -moz-transition: all .7s;
  308. -o-transition: all .7s;
  309. -ms-transition: all .7s;
  310. transition: all .7s;
  311. }
  312.  
  313. /*----- Content of Tabs -----*/
  314. .tab-content {
  315. }
  316.  
  317. .tab {
  318. display:none;
  319. }
  320.  
  321. .tab.active {
  322. display:block;
  323. }
  324.  
  325. /* ----- muse css ----- */
  326.  
  327. .icons {
  328. width:auto;
  329. z-index:999999999;
  330. height:200px;
  331. font-family:'montserrat', sans serif;
  332. font-size:24px;
  333. line-height:40px;
  334. float:left;
  335. text-align:center;
  336. color: #8ecbc4; /* -- you can change the name color here ! --*/
  337. padding:10px;
  338. margin-left:8px;
  339. }
  340.  
  341. .header {
  342. background-color:#fff;
  343. width:480px;
  344. height:180px;
  345. padding:10px;
  346. box-shadow: 3px 3px 5px #ccc;
  347. margin-top:0px;
  348. margin-left:0px;
  349. }
  350.  
  351. .mdesc {
  352. width:200px;
  353. z-index:9999999999;
  354. height:140px;
  355. overflow:auto;
  356. float:right;
  357. padding:10px;
  358. font-size:11px;
  359. text-align:justify;
  360. margin-left:73px;
  361. margin-top:-215px;
  362. }
  363.  
  364. .label {
  365. position:fixed;
  366. background-color:#fff;
  367. width:197px;
  368. padding:20px;
  369. box-shadow: 3px 3px 5px #ccc;
  370. text-align:center;
  371. font-weight:bold;
  372. z-index:99999;
  373. color:#8ecbc4; /*-- change the label text color here ! --*/
  374. font-family:'montserrat', sans serif;
  375. font-size:14px;
  376. height:auto;
  377. margin-top:20px;
  378. position:fixed;
  379. }
  380.  
  381. .stats {
  382. position:fixed;
  383. background:#fff;
  384. text-align:justify;
  385. overflow:auto;
  386. height:195px;
  387. padding:15px;
  388. font-size:10px;
  389. width:207px;
  390. box-shadow: 3px 3px 5px #ccc;
  391. margin-top:85px;
  392. }
  393.  
  394. .bio {
  395. width:213px;
  396. z-index:99;
  397. height:250px;
  398. position:fixed;
  399. overflow:auto;
  400. padding:20px;
  401. font-size:11px;
  402. text-align:justify;
  403. margin-top:20px;
  404. background-color:#fff;
  405. margin-left:248px;
  406. box-shadow: 3px 3px 5px #ccc;
  407. }
  408.  
  409. .iconlinks {
  410. margin-top:236px;
  411. text-shadow: 3px 3px #fff;
  412. }
  413.  
  414.  
  415.  
  416. /* --------------------------- Custom CSS -------------------------- */
  417. </style>
  418. </head>
  419. <body>
  420.  
  421.  
  422. <div id="bigcon">
  423.  
  424.  
  425. <!--TOPBAR-->
  426.  
  427. <div id="topbar">
  428.  
  429. <div class="blogtitle">
  430. <a href="/"style="font-family:'montserrat', sans serif;">About</a>
  431. </div>
  432.  
  433. <div id="navbar">
  434. <div class="tabs">
  435. <ul class="tab-links">
  436. <li class="active" style="margin-left:-30px">
  437. <a href="#tab1"></a></li>
  438. </ul>
  439. </div>
  440. </div>
  441.  
  442. </div>
  443.  
  444. <!-- --------------------------- TABS -------------------------- -->
  445. <div id="box"></div>
  446.  
  447. <div class="tabs">
  448.  
  449. <!-- --------------------------- TAB 1 -------------------------- -->
  450.  
  451. <div class="tab-content">
  452. <div id="tab1" class="tab active">
  453. <div id="container">
  454.  
  455.  
  456.  
  457.  
  458. <div class="header">
  459. <div class="icons">
  460.  
  461. Elena Harland
  462.  
  463. <br><img src="x" style="border-radius:50px;box-shadow: 3px 3px #999;" />&nbsp;
  464. <img src="x" style="border-radius:50px;box-shadow: 3px 3px #999;" />
  465.  
  466. </div>
  467.  
  468. <div class="mdesc"> <!-- you can put wtv you want here tbh,, i'd suggest you to not exceed the text, however, it overflows automatically so its ok though -->
  469. <p>x</p>
  470. <p></p>
  471.  
  472.  
  473. </div></div>
  474.  
  475.  
  476. <div style="margin-top:-10px;">
  477. <div class="label">THE xx</div>
  478. <div class="stats">
  479. <h1>Stats</h1>
  480. <p><b>Full name:</b> xx</p>
  481. <p><b>Age:</b> 21</p>
  482. <p><b>Birthday:</b> 22/5</p>
  483. <p><b>Gender:</b> Cisfemale, she/her</p>
  484. <p><b>Residence:</b> xx</p>
  485. <p><b>Langauges:</b> English</p>
  486. <p><b>Orientation:</b> Heterosexual</p>
  487. <p><b>Faceclaim:</b> x</p>
  488. <br><br>
  489.  
  490. </div>
  491.  
  492.  
  493. <div class="bio">
  494. <h1>Biography</h1>
  495.  
  496. <center><b>BACKSTORY</b></center>
  497. <p> xxxxx </p>
  498.  
  499.  
  500. </p>
  501.  
  502. </div></div>
  503.  
  504.  
  505.  
  506.  
  507. </div>
  508. </div>
  509.  
  510.  
  511.  
  512.  
  513. </div>
  514. </div>
  515.  
  516.  
  517.  
  518.  
  519. <!-- END OF TABS -->
  520.  
  521. </div>
  522. </div>
  523. </div>
  524. </div>
  525. </div>
  526. <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
  527.  
  528. <script>
  529. $(document).ready(function() {
  530. $('.tabs .tab-links a').on('click', function(e) {
  531. var currentAttrValue = $(this).attr('href');
  532.  
  533. // Show/Hide Tabs
  534. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  535.  
  536. // Change/remove current tab to active
  537. $(this).parent('li').addClass('active').siblings().removeClass('active');
  538.  
  539. e.preventDefault();
  540. });
  541. });
  542. </script>
  543.  
  544. <script>
  545. $(document).ready(function() {
  546. $('#filterOptions li a').click(function() {
  547. // fetch the class of the clicked item
  548. var ourClass = $(this).attr('class');
  549.  
  550. // reset the active class on all the buttons
  551. $('#filterOptions li').removeClass('active');
  552. // update the active state on our clicked button
  553. $(this).parent().addClass('active');
  554.  
  555. if(ourClass == 'all') {
  556. // show all our items
  557. $('#ourHolder').children('div.item').show();
  558. }
  559. else {
  560. // hide all elements that don't share ourClass
  561. $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
  562. // show all elements that do share ourClass
  563. $('#ourHolder').children('div.' + ourClass).show();
  564. }
  565. return false;
  566. });
  567. });
  568. </script>
  569.  
  570. <!--dont remove !!-->
  571. <div id="yo">
  572. <a href="http://destinatiia.tumblr.com/"target="_blank"> <i class="fa fa-paint-brush fa-4x"style="color:#fff;"></i> </a>
  573. </div>
  574.  
  575.  
  576. </body>
  577. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement