Advertisement
Jayn

This Game Theme Instructions

Jul 27th, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. LIST OF SPECIAL OPTIONS
  2. ----------------------------------------
  3.  
  4. >> ENTER PAGE: Enable or disables the enter page you see in the live preview.
  5.  
  6. >> SIDE IMAGE: Enable or disables the picture on the side of your blog that you see in the live preview.
  7.  
  8. >> STICKY HEADER: Enable or disables the header at the top staying there when you scroll down. Disabled in the preview.
  9.  
  10. >> DESCRIPTION BACKGROUND: Enable or disables the background color under the description. Disabled in the preview.
  11.  
  12. EDITING THE ASK
  13. --------------------------
  14.  
  15. 【 o.1 EDIT YOUR URL SO THAT YOUR ASK BOX WILL ACTUALLY ... U KNOW, WORK.】
  16.  
  17. Use CTRL+F to find 'YOUR URL HERE'. It'll jump you here;
  18.  
  19. <iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOUR URL HERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  20.  
  21. Now, just replace 'YOUR URL HERE' with your Tumblr URL.
  22.  
  23.  
  24. EDITING PICTURES
  25. -----------------------------
  26.  
  27. 【 o.1 EDIT THE SIDE IMAGE】
  28.  
  29. Click 'Customize Theme' and scroll down to 'Theme Options'. Find the one named 'SideImage' and click the pencil next to it to upload a new image.
  30.  
  31. <div id="portrait"><img src="http://static.tumblr.com/pgongfd/8Oqn6ojhe/01.png"></div> <-- EDIT THE LINK THERE.
  32.  
  33. 【 o.2 EDIT THE IMAGE AT THE TOP】
  34.  
  35. Click 'Customize Theme' and scroll down to 'Theme Options'. Find the one named 'SideIbar' and click the pencil next to it to upload a new image.
  36.  
  37.  
  38. RE-POSITIONING
  39. --------------------------
  40.  
  41. 【 o.1 MOVE THE SIDE IMAGE 】
  42.  
  43. To edit the placement of the side image, use CTRL+F in your theme's code to find '#side'. The code will look like this;
  44.  
  45. #side {
  46.  
  47. top: 60%;
  48. z-index: 0;
  49. right: 6.5%;
  50. position: fixed;
  51.  
  52. }
  53.  
  54. Edit 'top' to move it up and down and edit 'right' to move it left or right.
  55.  
  56.  
  57. 【 o.2 MOVE THE BACK TO TOP BUTTON 】
  58.  
  59. Use CTRL+F to find '#btt'. The code will look like this;
  60.  
  61. #btt {
  62. {block:ifInfiniteScroll}
  63.  
  64. font-size: 50px;
  65. text-decoration: none;
  66. {block:ifSideImage} bottom: 40%;
  67. right: 22.4%;{/block:ifSideImage}
  68. position: fixed;
  69.  
  70. {block:ifNotSideImage}bottom: 3%;{/block:ifNotSideImage}
  71.  
  72. display: none;
  73. {/block:ifInfiniteScroll}
  74.  
  75. {block:ifNotInfiniteScroll}
  76.  
  77. font-size: 50px;
  78. text-decoration: none;
  79.  
  80. position: fixed;
  81. {block:ifSideImage}right: 22%;
  82. bottom: 46%;{/block:ifSideImage}
  83.  
  84. {block:ifNotSideImage}right: 12.3%;
  85. bottom: 8%;{/block:ifNotSideImage}
  86. display: none;
  87.  
  88. {/block:ifNotInfiniteScroll}
  89.  
  90. }
  91.  
  92.  
  93. ---
  94.  
  95. If you're using INFINITE SCROLL, edit the first 'bottom' to move it up and down. Edit the next 'right' you see to move it left and right.
  96.  
  97. If you're NOT using INFINITE SCROLL, move down until you see '{block:ifNotInfiniteScroll}' and edit the 'right' and 'bottom' directly after between the '{block:ifSideImage}' brackets accordingly.
  98.  
  99. 【 o.3 MOVE THE NAVIGATION/PAGINATION 】
  100.  
  101. Use CTRL+F to find '#pagination' in your theme's code. It'll look like this;
  102.  
  103. #pagination {
  104.  
  105. font-size: 15px;
  106. text-decoration: none;
  107. {block:ifSideImage} bottom: 40%;
  108. right: 20%;{/block:ifSideImage}
  109.  
  110. position: fixed;
  111.  
  112. {block:ifNotSideImage}bottom: 3%;
  113. right: 10%;{/block:ifNotSideImage}
  114.  
  115. text-align: center;
  116. padding: 20px 20px 13px;
  117. background-color: {color:COLOR04};
  118. color: {color:COLOR03};
  119. }
  120.  
  121. If you have a SIDE IMAGE, edit the first bottom / right you see.
  122.  
  123. If you do NOT have a SIDE IMAGE then edit the second bottom / right you see here; {block:ifNotSideImage}bottom: 3%;
  124. right: 10%;{/block:ifNotSideImage}
  125.  
  126. ANY QUESTIONS?
  127. ------------------------
  128.  
  129. Contact littlejayneycakes.tumblr.com :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement