yoonora

007 WINDOWDIPPER - 3rd All in One Page

Feb 11th, 2015
1,462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.87 KB | None | 0 0
  1. <!-- ≧◠ᴥ◠≦
  2. ᴡɪɴᴅᴏᴡᴅɪᴘᴘᴇʀ ʙʏ ʏᴏᴏɴᴏʀᴀ
  3. 3ʀᴅ ᴀʟʟ ɪɴ ᴏɴᴇ ᴘᴀɢᴇ
  4.  
  5. ʟᴇᴛs ᴋᴇᴇᴘ ɪᴛ sɪᴍᴘʟᴇ.
  6.  
  7. ᴅᴏ ɴ̲ᴏ̲ᴛ̲ sᴛᴇᴀʟ ᴀɴʏᴛʜɪɴɢ ғʀᴏᴍ ᴛʜᴇ ᴄᴏᴅᴇ. Iғ ʏᴏᴜ
  8. ᴀʀᴇ ᴄᴜʀɪᴏᴜs ɪɴ ʜᴏᴡ sᴏᴍᴇᴛʜɪɴɢ ᴡᴏʀᴋs, ᴊᴜsᴛ ɢᴏ
  9. ᴀɴᴅ ᴀsᴋ ᴍᴇ.
  10.  
  11. ᴅᴏ ɴ̲ᴏ̲ᴛ̲ ᴄʟᴀɪᴍ ɪᴛ ᴀs ʏᴏᴜʀs.
  12. ᴅᴏ ɴ̲ᴏ̲ᴛ̲ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ.
  13. ᴅᴏ ɴ̲ᴏ̲ᴛ̲ ᴜsᴇ ɪᴛ ᴀs ᴀ ʙᴀsᴇ
  14. ᴛʜᴀɴᴋs ≧◠ᴥ◠≦
  15.  
  16. ――――――――――――ɴᴏᴡ ᴄᴏɴᴛɪɴᴜᴇ ᴇɴᴊᴏʏɪɴɢ ᴍʏ ᴘᴀɢᴇ――――――――――――
  17.  
  18. -->
  19. <html><head>
  20. <title>—{name}'s about—</title>
  21. <link rel="shortcut icon" href="http://media.tumblr.com/5e80f3d03645344fe772486f120d4685/tumblr_inline_mzexh1gW011r9aaeq.png">
  22.  
  23.  
  24. <link href="http://static.tumblr.com/gwqfuw7/F7wnjxtat/w.css" rel="stylesheet">
  25.  
  26. <link href="http://static.tumblr.com/l9mi3bq/7F5njbhlz/a.css"rel="stylesheet">
  27. <link href="http://static.tumblr.com/l9mi3bq/pnNnjbe16/d.css" rel="stylesheet">
  28.  
  29. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  30. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  31. <script>
  32. (function($){
  33. $(document).ready(function(){
  34. $("[title]").style_my_tooltips();
  35. });
  36. })(jQuery);
  37. </script>
  38.  
  39. <script type="text/javascript">
  40. function GetClock(){
  41. var d=new Date();
  42. var nhour=d.getHours(),nmin=d.getMinutes(),ap;
  43. if(nhour==0){ap=" AM";nhour=12;}
  44. else if(nhour<12){ap=" AM";}
  45. else if(nhour==12){ap=" PM";}
  46. else if(nhour>12){ap=" PM";nhour-=12;}
  47.  
  48. if(nmin<=9) nmin="0"+nmin;
  49.  
  50. document.getElementById('clockbox').innerHTML=""+nhour+":"+nmin+ap+"";
  51. }
  52.  
  53. window.onload=function(){
  54. GetClock();
  55. setInterval(GetClock,1000);
  56. }
  57. </script>
  58.  
  59. <script src="http://code.jquery.com/jquery-1.10.0.min.js">
  60. </script>
  61. <script>
  62. $(document).ready(function(){
  63.  
  64. $(".one").click(function(){
  65. $(".1").fadeIn();
  66. $(".2,.3,.4,.5").fadeOut();
  67. });
  68.  
  69. $(".two").click(function(){
  70. $(".2").fadeIn();
  71. $(".1,.3,.4,.5").fadeOut();
  72. });
  73. $(".three").click(function(){
  74. $(".3").fadeIn();
  75. $(".1,.2,.4,.5").fadeOut();
  76. });
  77. $(".four").click(function(){
  78. $(".4").fadeIn();
  79. $(".1,.2,.3,.5").fadeOut();
  80. });
  81. $(".five").click(function(){
  82. $(".5").fadeIn();
  83. $(".1,.2,.3,.4").fadeOut();
  84. });
  85. });
  86. </script>
  87.  
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background-color:#6792ea;
  92. border: 2px solid #fefefe;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. background:#69c8bc;
  97. border: 4.5px solid #fefefe;
  98. }
  99.  
  100. #s-m-t-tooltip {
  101. color:#00aa93;
  102. background-color:#fefefe;
  103. border:1px solid #ff277a;
  104. }
  105.  
  106. body {
  107. background:#fefefe url('https://31.media.tumblr.com/5735ea8964a1d4542dd3233f9535036e/tumblr_inline_nhev61eXnN1sk4wb3.png') repeat fixed;
  108. }
  109.  
  110. /*--This is where you change the appearance of the links--*/
  111. a {
  112. color:#69c8bc;
  113. font-family:courier;
  114. font-size:10px;
  115. }
  116.  
  117.  
  118. /*---
  119. MAIN MENU
  120. ---*/
  121.  
  122. /*---THIS IS YOUR BOTTOM BAR WHERE THE CLOCK IS---*/
  123.  
  124. .bottom_bar{
  125. background:#fafafa;
  126. border-color:#acdada; /*---THE COLOR FOR THE BORDER SHOULD BE THE SAME AS THE BACKGROUND OF THE #clock FOR IT TO LOOK LIKE IF IT'S CONNECTED---*/
  127. }
  128.  
  129. #clock{
  130. background:#acdada; /*--THIS SHOULD BE THE SAME COLOR AS THE "border-color" ABOVE --*/
  131. color:#b5ced2;
  132. }
  133.  
  134. #v{
  135. background:#fff;/*---BACKGROUND COLOR OF THE CLOCK---*/
  136. }
  137.  
  138. #link_one, #link_two{
  139. border-color:#f997a4; /*--BORDER COLOR OF THE LITTLE LINK CIRCLES--*/
  140. background:#fefefe;/*--BACKGROUND COLOR OF THE LITTLE LINK CIRCLES----*/
  141. }
  142.  
  143.  
  144. /*--THIS IS THE BACKGROUND WHEN YOU CLICK ON THE RECTANGLES, YOU CAN LEAVE IT LIKE THAT, OR DELETE THE LINK AND PUT YOUR OWN BACKGROUND, IF YOU DON'T WANT AN IMAGE, DELETE THE LINK AND TYPE THE HEX COLOR OF YOUR LIKING :)--*/
  145. #a{
  146. background:#fefefe url('https://31.media.tumblr.com/be6ef1afcf92ce3a9a46c2eb4e2faf4a/tumblr_inline_nj9zqrz0pv1sk4wb3.png');
  147. }
  148.  
  149. /*---THIS IS THE BOTTOM BAR WHEN YOU CLICK ON THE BUTTONS---*/
  150.  
  151. #bottoms{
  152. background:#fafafa; /*--BACKGROUND COLOR OF THE RECTANGLE--*/
  153. border-color:#acdada; /*--BORDER COLOR OF THE BOTTOM RECTANGLE--*/
  154. }
  155.  
  156. #bottoms a{
  157. background:#fff; /*--BACKGROUND COLOR OF THE BOTTOM LINK--*/
  158. border-color:#f28aa4;/*--BORDER COLOR OF THE BOTTOM LINK--*/
  159. }
  160.  
  161. /*--
  162. FLOATING RECTANGLES
  163. --*/
  164.  
  165. /*--THIS IS WHERE YOU EDIT THE RECTANGLES THAT CONTAIN THE IMAGES--*/
  166.  
  167. #tiny_box{
  168. border:7px solid #fcdfd9;/*--BORDER COLOR OF THE RECTANGLE--*/
  169. }
  170.  
  171. #inside{
  172. color:#f997a4; /*--COLOR OF THE FIRST WORD: EXAMPLE: ABOUT--*/
  173. }
  174. #inside i{
  175. color:#acdada;/*--COLOR OF THE SECOND WORD: EXAMPLE: ME--*/
  176. }
  177.  
  178.  
  179. /*--
  180. ABOUT
  181. --*/
  182.  
  183. #about{
  184. background:#fefefe; /*--BACKGROUND COLOR OF THE ABOUT BOX--*/
  185. border-color:#f28aa4;/*--BORDER COLOR OF THE ABOUT BOX--*/
  186. }
  187.  
  188. #side_title a{
  189. color:#69c8bc;/*--COLOR OF THE SIDETITLE--*/
  190. }
  191.  
  192. #sideb{
  193. border-color:#bddcdb;/*--border color of the icon/ little box--*/
  194. background:#fefefe;/*--background color of the icon/ little box--*/
  195. }
  196. #sideb img{
  197. border-color:#6792ea;/*--border color of the icon image--*/
  198. }
  199.  
  200. #si_de b{
  201. background:#bddcdb;/*--background color of the name/age/location/likes--*/
  202. }
  203.  
  204. #si_de code{
  205. background:#e6d581;/*--background color of the : --*/
  206. }
  207.  
  208. #si_de i{
  209. background:#9393d7;/*--background color of the response to the age/location--*/
  210. }
  211.  
  212. #tiny_links{
  213. background:#f28aa4;/*--background color of the container of the links--*/
  214. }
  215.  
  216.  
  217. #tiny_links a{
  218. color:#000;/*--color of the tiny links--*/
  219. background:#fff;
  220. }
  221.  
  222. a.before:before,a.after:after{
  223. background:#b0d2b7;/*--color of the borders when you hover over the tiny links--*/
  224. }
  225.  
  226. #sq_s{
  227. border-color:#e6d581;/*--border color of the little side image on the top right corner--*/
  228. }
  229.  
  230.  
  231. /*--
  232. TAGLIST
  233. --*/
  234.  
  235. #taglist{
  236. background:#fff;
  237. border-color:#b0e1db;/*--border color of the taglist container--*/
  238. }
  239.  
  240. #tags a{
  241. background:#fff;/*--background of the tag--*/
  242. color:#000;/*--text color of the tag--*/
  243. border-color:#b2aee0;/*--border color of the tag--*/
  244. }
  245.  
  246. #tags a:hover{
  247. background:#f3f8ff;/*--background color when you hover over the tag--*/
  248. }
  249.  
  250. .tag_title{
  251. color:#fff;/*--text color of the tag title--*/
  252. background:#f2dce8;/*--background color of the tag title--*/
  253. }
  254.  
  255. /*--
  256. BLOGROLL
  257. --*/
  258.  
  259. #blogroll{
  260. background:#fff;/*--background color of the blogroll container where the people that you follow appears--*/
  261. border-color#9393d7;/*--border color of the blogroll container--*/
  262. }
  263.  
  264. /*--tip:
  265. the circle that is inside in the blogroll, is the icon of the blog that you follow--*/
  266.  
  267. #box{
  268. border-color:#69c8bc;/*--border color of the circle in the blogroll--*/
  269. background:#fff;/*--background of the circle in the blogroll--*/
  270. }
  271.  
  272. #link a{
  273. color:#000;/*--text color of the circle when you hover over the icon--*/
  274. background:#ecb78b;/*--background color of the circle when you hover--*/
  275. }
  276.  
  277. /*--SECOND PART OF THE BLOGROLL EDITING--*/
  278.  
  279. #fri{
  280. background:#fff;/*--background of the container of the bias/friends--*/
  281. border-color:#FDC68A;/*---border color of the container-*/
  282. }
  283.  
  284. /*--for this, the only thing you need to do is to change both of the background colors to give it the effect :> --*/
  285.  
  286. li:nth-child(odd) {
  287. background:#ECCDFA;/*--background color of one of the friends/bias--*/
  288. }
  289. li:nth-child(even) {
  290. background:#CDFAEC;/*--background color of the second container of the friends/bias--*/
  291. }
  292.  
  293. #friend{
  294. border-color:000;/*--this is the border color of the friends/bias--*/
  295. }
  296.  
  297. #friend a{
  298. color:#000;/*--color of the text/link of your friend or bias--*/
  299. }
  300.  
  301. /*--THIRD PART OF THE BLOGROLL EDITING--*/
  302.  
  303. /*--for this to have that effect that it shows, you need to change the borders to the colors of the containers, for example, the "border-right" is actually the color to match the "#fri", and the "border-left" matches the "#blogroll"
  304. it is not necessary but it has a nice effect :>
  305. --*/
  306.  
  307. #bl_ico{
  308. border-top:5px solid #ffc4cc;
  309. border-right:5px solid #FDC68A;
  310. border-left:5px solid #9393d7;
  311. }
  312.  
  313. /*--this for it to have the effect, you just have to put the same color as "border-top" which is above--*/
  314.  
  315. #bl_ico img{
  316. background:#fff;/*--background of the image-icon--*/
  317. border:5px solid #ffc4cc;
  318. }
  319.  
  320. /*--
  321. ASK + FAQ
  322. --*/
  323.  
  324. /*--You're almost done! Wonderful! Now for this last part of the page, there's nothing especial to it, just editing colors, however, when you see the ask and it says that "there's nothing here," don't worry, it does work and you do not need to change anything :> --*/
  325.  
  326. #f{
  327. border-color:#fcdfd9;/*--border color of the sidebar--*/
  328. }
  329.  
  330. #faq{
  331. background:#fff;/*--background color of the FAQ container--*/
  332. border-color:#ecb78b;/*--border color of the FAQ--*/
  333. }
  334.  
  335. /*--To not raise confusion, the "#faq h8" is the question and the "#faq h9"
  336. is the answer--*/
  337.  
  338. #faq h8{
  339. background:#f28aa4;/*--background color of the question--*/
  340. border-left:10px solid #69c8bc;/*--color of the little box on the left--*/
  341. }
  342.  
  343. #faq h9{
  344. background:#e6d581;/*--background color of the answer--*/
  345. border-right:10px solid #9393d7;/*--color of the little box on the right--*/
  346. }
  347.  
  348. #askbox{
  349. background:#fff;/*--background color of the askbox--*/
  350. border-color:#9393d7;/*--border color of the askbox--*/
  351. }
  352.  
  353. /*--You're done! Congrats!! This was a big page to edit and you've done it!
  354. ╭ (oㅇ‿ o#)ᕗ
  355. --*/
  356.  
  357. /*----*/
  358. </style>
  359. </head>
  360. <body onkeydown="return false">
  361.  
  362. <!--DO NOT MESS WITH THE THINGS BELOW -->
  363. <div id="w"></div>
  364. <div class="bottom_bar">
  365. <div id="clock"><div id="v"><div id="clockbox"></div></div></div>
  366. <a href="/"><span id="link_one">
  367. <img src="https://31.media.tumblr.com/62e54dd8858773d6f72d73fcebb56bec/tumblr_inline_nj9r1ph9kV1sk4wb3.png"></span></a>
  368. <a href="/ask"><span id="link_two">
  369. <img src="https://31.media.tumblr.com/ae6f893ff334255b34b1df467fb60fe7/tumblr_inline_nj9r21ItKX1sk4wb3.png"></span></a>
  370. </div>
  371. <!--DO NOT MESS WITH THE THINGS ABOVE -->
  372.  
  373. <!---->
  374. <div class="5"style="display:block;">
  375. <div id="menu">
  376.  
  377. <!-- PART 1/5
  378.  
  379. Hello! This is going to be a tough page to edit, so that's
  380. why I am here for. To change the images of the rectangles,
  381. you need just to delete the link that is between the
  382. parenthesis, example:
  383.  
  384. background-image:url('http://40.media.tumblr.com/b4dd9a1c3452642fa1eff745191c044d/tumblr_nd0mv3kurv1rppazbo2_1280.jpg');
  385.  
  386. ↓↓↓↓↓↓
  387.  
  388. background-image:url('');
  389.  
  390. !!! be sure to not delete the ' ' or when you put the image
  391. that you want, it will not work. !!!
  392.  
  393. Now with that, you should do the thing with every number,
  394. as you can see, they are numbered, so it will be easier for
  395. you to track, good luck! :>
  396.  
  397. -->
  398.  
  399. <!--this rectangle is the one in the top-left corner-->
  400. <a class="one" href="#">
  401. <div style="background-image:url('http://40.media.tumblr.com/b4dd9a1c3452642fa1eff745191c044d/tumblr_nd0mv3kurv1rppazbo2_1280.jpg');" id="tiny_box">
  402. <div id="inside">about <br><i>me</i> </div>
  403. </div></a>
  404.  
  405. <!--this rectangle is on the top-right corner-->
  406. <a class="two" href="#">
  407. <div style="background-image:url('http://40.media.tumblr.com/aa7f037362f035f9e046bd72e2b11c00/tumblr_nd0mv3kurv1rppazbo1_1280.jpg');"id="tiny_box">
  408. <div id="inside">tag <br><i>list</i> </div>
  409. </div></a>
  410.  
  411. <!--this rectangle is on the bottom-left corner-->
  412. <a class="three" href="#">
  413. <div style="background-image:url('http://40.media.tumblr.com/b6469ea763d43628029a65dfc6527cc3/tumblr_nfizfsbPIU1rppazbo3_1280.jpg');" id="tiny_box">
  414. <div id="inside">blog <br><i>roll</i> </div>
  415. </div></a>
  416.  
  417. <!--this rectangle is on the bottom-right corner-->
  418. <a class="four" href="#">
  419. <div style="background-image:url('http://40.media.tumblr.com/bc740694811900cea8a05073cf02baaa/tumblr_newn8tiHcR1rppazbo2_1280.jpg');"id="tiny_box">
  420. <div id="inside">ask <br><i>box</i> </div>
  421. </div></a>
  422.  
  423. </div></div>
  424.  
  425. <!--You have finished part 1 of the page! Congrats! Now take a little
  426. break and continue later with part 2! ヾ( ❀◕◡◕ฺฺ )ノ->
  427.  
  428.  
  429. <!-- PART 2/5
  430.  
  431. Please follow instructions below for better understanding ↓↓↓↓↓↓
  432.  
  433. ****Everytime you see this: "<div class="1" style="display:none;">,
  434. the display will always say "none" however if you want to see what
  435. you are editing without having to click the link each time you
  436. update the preview, be sure to change the "none" to "block"
  437.  
  438. !!!!HOWEVER!!!! BE SURE TO CHANGE IT BACK TO "none" OR THE PAGE WILL
  439. STAY LIKE THAT AND YOU WILL NOT BE ABLE TO CLICK THROUGH THE PARTS.
  440. This is really important!! Be sure not to forget :>
  441.  
  442. -->
  443.  
  444. <div class="1"style="display:none;">
  445.  
  446. <!--DO NOT DELETE/ALTER-->
  447. <div id="a"></div>
  448. <div id="bottoms">
  449. <a class="five" href="#">main menu</a><a class="two" href="#">next</a></div>
  450. <!--DO NOT DELETE/ALTER-->
  451.  
  452.  
  453. <div id="ab">
  454.  
  455. <!--This is where you change the sidebar image of your about page-->
  456. <div id="sq_s"style="background-image:url('http://41.media.tumblr.com/f30b7ab7005fa6998d3b2b58ff15611d/tumblr_nclfkxmd2s1rppazbo4_1280.jpg');"></div>
  457.  
  458. <!--Here is where you change the title-->
  459. <div id="side_title"><a href="/">Tired of waiting</a></div>
  460.  
  461. <div id="sideb">
  462.  
  463. <!--This is a really tricky part, so be sure to follow the instructions below
  464. ******To change your name/age/location/likes just delete the text that
  465. is spaced, for example, delete the text "dolce" and "17" and just
  466. replace it with your own.
  467.  
  468. !!!!!!!IN THE LIKES, be sure to not write a lot!! Even if you are really
  469. cute and cool, there will be no space :c
  470. -->
  471.  
  472. <div id="si_de">
  473. <b>name</b><code>:</code><i> dolce </i><br>
  474. <b>age</b><code>:</code><i> 17 </i><br>
  475. <b>location</b><code>:</code><i> usa </i><br>
  476. <b>likes</b><code>:</code><i> gummy candy, and kpop </i>
  477. </div>
  478. <img src="{PortraitURL-128}"></div>
  479.  
  480.  
  481. <!--This is the little links on the side of the about, be sure to not
  482. have long links or it will look odd
  483. -->
  484. <div id="tiny_links">
  485. <a class="eigth before after"href="/">link 1</a>
  486.  
  487. <a class="eigth before after"href="/">link 2</a>
  488. </div>
  489.  
  490.  
  491. <div id="about">
  492. <p>All art displayed in this page was made by tumblr user <a href="http://milkyema.tumblr.com/"target="_blank">milkyema</a>.</p>
  493. <p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. </p>
  494.  
  495. <p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. </p>
  496.  
  497. <p>She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy. The copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word "and" and the Little Blind Text should turn around and return to its own, safe country. </p>
  498.  
  499. <p>But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their agency, where they abused her for their projects again and again. And if she hasn’t been rewritten, then they are still using her.Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One</p>
  500. </div></div>
  501. </div>
  502.  
  503.  
  504. <!--You have finished part 2 of the page! Congrats! Now take a little
  505. break and continue later with part 3! ヾ(*⌒ヮ⌒*)ゞ-->
  506.  
  507.  
  508. <!-- PART 3/5
  509.  
  510. For this part you don't really need to do much since is just the
  511. taglist, but I need to repeat some of the essential instructions:
  512.  
  513. be sure to change the "display:none;" to "display:block;"
  514. for you to see the taglist and for you to edit it, just be sure
  515. to change it back to "display:none;" when you finish or you
  516. will not be able to click through the parts.
  517.  
  518. Now continue with the part 3, good luck! :>
  519.  
  520. -->
  521.  
  522. <div class="2"style="display:none;">
  523.  
  524. <!--DO NOT DELETE/ALTER-->
  525. <div id="a"></div>
  526. <div id="bottoms">
  527. <a class="five" href="#">main menu</a><a class="three" href="#">next</a></div>
  528. <!--DO NOT DELETE/ALTER-->
  529.  
  530.  
  531. <div id="taglist">
  532. <center>
  533.  
  534. <div id="tags">
  535. <div class="tag_title">tag title</div>
  536. <li><a href="/tagged/"target="_blank">tag</a></li>
  537. <li><a href="/tagged/"target="_blank">tag</a></li>
  538. <li><a href="/tagged/"target="_blank">tag</a></li>
  539. <li><a href="/tagged/"target="_blank">tag</a></li>
  540. <li><a href="/tagged/"target="_blank">tag</a></li>
  541. <li><a href="/tagged/"target="_blank">tag</a></li>
  542. <li><a href="/tagged/"target="_blank">tag</a></li>
  543. <li><a href="/tagged/"target="_blank">tag</a></li>
  544. </div>
  545.  
  546.  
  547. <div id="tags">
  548. <div class="tag_title">tag title</div>
  549. <li><a href="/tagged/"target="_blank">tag</a></li>
  550. <li><a href="/tagged/"target="_blank">tag</a></li>
  551. <li><a href="/tagged/"target="_blank">tag</a></li>
  552. <li><a href="/tagged/"target="_blank">tag</a></li>
  553. </div>
  554.  
  555. <div id="tags">
  556. <div class="tag_title">tag title</div>
  557. <li><a href="/tagged/"target="_blank">tag</a></li>
  558. <li><a href="/tagged/"target="_blank">tag</a></li>
  559. <li><a href="/tagged/"target="_blank">tag</a></li>
  560. <li><a href="/tagged/"target="_blank">tag</a></li>
  561. <li><a href="/tagged/"target="_blank">tag</a></li>
  562. <li><a href="/tagged/"target="_blank">tag</a></li>
  563. <li><a href="/tagged/"target="_blank">tag</a></li>
  564. <li><a href="/tagged/"target="_blank">tag</a></li>
  565. <li><a href="/tagged/"target="_blank">tag</a></li>
  566. <li><a href="/tagged/"target="_blank">tag</a></li>
  567. <li><a href="/tagged/"target="_blank">tag</a></li>
  568. <li><a href="/tagged/"target="_blank">tag</a></li>
  569. <li><a href="/tagged/"target="_blank">tag</a></li>
  570. </div>
  571.  
  572. <div id="tags">
  573. <div class="tag_title">tag title</div>
  574. <li><a href="/tagged/"target="_blank">tag</a></li>
  575. <li><a href="/tagged/"target="_blank">tag</a></li>
  576. <li><a href="/tagged/"target="_blank">tag</a></li>
  577. <li><a href="/tagged/"target="_blank">tag</a></li>
  578. <li><a href="/tagged/"target="_blank">tag</a></li>
  579. <li><a href="/tagged/"target="_blank">tag</a></li>
  580. <li><a href="/tagged/"target="_blank">tag</a></li>
  581. <li><a href="/tagged/"target="_blank">tag</a></li>
  582. <li><a href="/tagged/"target="_blank">tag</a></li>
  583. </div>
  584. </center>
  585. </div>
  586. </div>
  587.  
  588. <!--You have finished part 3 of the page! Congrats!You are almost done!
  589. Be strong! Now continue with part 4! o͡͡͡͡͡͡͡͡͡͡͡͡͡͡╮(。❛ᴗ❛。)╭o͡͡͡͡͡͡͡͡͡͡͡͡͡͡-->
  590.  
  591. <!-- PART 4/5
  592.  
  593. This part is one of the most stressful parts of the page,
  594. but I will help you go through it.
  595.  
  596. For this, the only thing that you will be editing, will
  597. be the friends/bias. The good thing about this, is that
  598. you can add as much boxes as you wish, or you can delete
  599. some boxes that you don't need, just be sure to delete
  600. the right box or something will go wrong.
  601.  
  602. Probably you already know about the "display", and if
  603. not go back to part 2, which I explain how the thing
  604. works.
  605.  
  606. Now, good luck! :>
  607.  
  608. -->
  609.  
  610. <div class="3"style="display:none;">
  611.  
  612. <!--DO NOT DELETE/ALTER-->
  613. <div id="a"></div>
  614. <div id="bottoms">
  615. <a class="five" href="#">main menu</a><a class="four" href="#">next</a></div>
  616. <!--DO NOT DELETE/ALTER-->
  617.  
  618. <div id="bl">
  619. <div id="bl_ico"><img src="{PortraitURL-128}"></div>
  620. <div id="fri">
  621. <ul>
  622.  
  623. <!--The basic instructions for the below boxes, are just to change
  624. the image link to your desired image, it will automatically
  625. change to 50px. I cannot make it bigger, so I am sorry :c
  626.  
  627. Now the next thing is pretty self explanatory :>
  628.  
  629. But if you want to add more boxes, be sure to include the
  630. <li> or something weird will happen. If you wanna see what
  631. will happen, feel free to delete it, but I assure you it's
  632. not going to be cute.
  633.  
  634. If you want to delete boxes, be sure to delete the <li> and
  635. </li>. Just be sure to delete all the content that <li> has
  636. inside. :)
  637. -->
  638.  
  639. <li><div id="friend">
  640. <img align="left" src="https://31.media.tumblr.com/8fd2f46c7c5ebbc15dae5d1018a1f674/tumblr_inline_njbioagYZV1sk4wb3.png">
  641. <a href="">friend name/ or bias</a><br>
  642. here you can put a little tiny description about your dear friend
  643. </div></li>
  644.  
  645.  
  646. <li><div id="friend">
  647. <img align="left" src="https://31.media.tumblr.com/faaf1b5af2b2896e6d1a725af28a82f5/tumblr_inline_njbiouj6Cz1sk4wb3.png">
  648. <a href="">friend name/ or bias</a><br>
  649. here you can put a little tiny description about your dear friend
  650. </div></li>
  651.  
  652.  
  653. <li><div id="friend">
  654. <img align="left" src="https://31.media.tumblr.com/1794d9788e35ff810c88e89cdde1c159/tumblr_inline_njbip0t5ql1sk4wb3.png">
  655. <a href="">friend name/ or bias</a><br>
  656. here you can put a little tiny description about your dear friend
  657. </div></li>
  658.  
  659.  
  660.  
  661. <li><div id="friend">
  662. <img align="left" src="https://31.media.tumblr.com/a8cf734df4f67eb010775c4eb3c157f7/tumblr_inline_njbip51S8A1sk4wb3.png">
  663. <a href="">friend name/ or bias</a><br>
  664. here you can put a little tiny description about your dear friend
  665. </div></li>
  666.  
  667.  
  668. <li><div id="friend">
  669. <img align="left" src="https://31.media.tumblr.com/8fd2f46c7c5ebbc15dae5d1018a1f674/tumblr_inline_njbioagYZV1sk4wb3.png">
  670. <a href="">friend name/ or bias</a><br>
  671. here you can put a little tiny description about your dear friend
  672. </div></li>
  673.  
  674.  
  675. <li><div id="friend">
  676. <img align="left" src="https://31.media.tumblr.com/faaf1b5af2b2896e6d1a725af28a82f5/tumblr_inline_njbiouj6Cz1sk4wb3.png">
  677. <a href="">friend name/ or bias</a><br>
  678. here you can put a little tiny description about your dear friend
  679. </div></li>
  680.  
  681.  
  682. <li><div id="friend">
  683. <img align="left" src="https://31.media.tumblr.com/1794d9788e35ff810c88e89cdde1c159/tumblr_inline_njbip0t5ql1sk4wb3.png">
  684. <a href="">friend name/ or bias</a><br>
  685. here you can put a little tiny description about your dear friend
  686. </div></li>
  687.  
  688.  
  689. <li><div id="friend">
  690. <img align="left" src="https://31.media.tumblr.com/a8cf734df4f67eb010775c4eb3c157f7/tumblr_inline_njbip51S8A1sk4wb3.png">
  691. <a href="">friend name/ or bias</a><br>
  692. here you can put a little tiny description about your dear friend
  693. </div></li>
  694.  
  695.  
  696. </ul>
  697. </div>
  698.  
  699. <div id="blogroll">
  700. {block:Following}{block:Followed}
  701. <a href="{FollowedURL}"target="_blank">
  702. <div id="box">
  703. <div id="link">{FollowedName}</a></div>
  704. <img src="{FollowedPortraitURL-128}" align="left">
  705. </div>
  706. {/block:Followed}{/block:Following}
  707. </div></div></div>
  708.  
  709.  
  710. <!--You have finished part 4 of the page! You are so close to finish!
  711. The freedom is waiting! Now give it all you got (୨୧ ❛ᴗ❛)✧-->
  712.  
  713. <!-- PART 5/5
  714.  
  715. For the last part of this page, you don't really need
  716. to edit that much (thankfully), but there's some stuff
  717. that you need to know before you go and edit:
  718.  
  719. The way the boxes work is with the headers, if you
  720. delete the <h8> or </h8> the boxes will not appear and
  721. that would suck, so be sure to not delete either one.
  722. The answers work the same way, just be sure to not delete
  723. the header thing.
  724.  
  725. You can add or delete as much as you wish, the scrollbar
  726. will help you with that.
  727.  
  728. For the askbox, I am aware that when editing a page,
  729. certain things don't show, so don't worry if in the box
  730. it says that there's an error, or something, when you save
  731. the page and go there, you will see it working.
  732.  
  733. Now, good luck! :>
  734.  
  735. -->
  736.  
  737. <div class="4"style="display:none;">
  738.  
  739. <div id="a"></div>
  740. <div id="bottoms"><a class="five" href="#">main menu</a></div>
  741.  
  742. <div class="ask">
  743.  
  744. <!---->
  745. <div id="f"style="background-image:url('http://41.media.tumblr.com/bd9a0da3511e4731c156d5601040b777/tumblr_nccjfgdOT41rppazbo4_1280.jpg');"></div>
  746.  
  747. <div id="faq">
  748.  
  749. <h8>question #1</h8>
  750. <h9>answer to the question</h9>
  751.  
  752.  
  753. <h8>question #2</h8>
  754. <h9>answer to the question</h9>
  755.  
  756.  
  757. <h8>question #3</h8>
  758. <h9>answer to the question</h9>
  759.  
  760.  
  761. <h8>question #4</h8>
  762. <h9>answer to the question</h9>
  763.  
  764.  
  765. <h8>question #5</h8>
  766. <h9>answer to the question</h9>
  767.  
  768. <h8>question #6</h8>
  769. <h9>answer to the question</h9>
  770.  
  771. </div>
  772.  
  773. <div id="askbox">
  774. <iframe frameborder="0" height="100%" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" width="100%"></iframe>
  775. </div>
  776. </div></div>
  777.  
  778. </div></div>
  779.  
  780. <!--Please do not delete this ༼ ༎ຶ ෴ ༎ຶ༽ -->
  781.  
  782. <div class="yoonora"><a href="http://aoonis.tumblr.com/"target="_blank">
  783. <div id="bora">Made by Yoonora</div></a></div>
  784. </body>
  785. </html>
Advertisement
Add Comment
Please, Sign In to add comment