Advertisement
wantoup

Tags Page 01

Mar 25th, 2013
8,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5.  
  6. <!--
  7.  
  8. Tags Page #01 by viwan-th (http://viwan-th.tumblr.com)
  9. Background from subtlepatterns (http://www.subtlepatterns.com)
  10. Corner image by wantoup (http://wantoup.tumblr.com)
  11.  
  12. Please do not remove this credit. To install this page, go to your customize page, and under the PAGES tab, click +Add a page. Then, in the window that pops up, select "Custom Layout", and copy and paste in this entire code.
  13.  
  14. -->
  15.  
  16. <style type="text/css">
  17.  
  18. body {
  19. font-family:calibri;
  20. font-size:10px;
  21. background:#eee;/* main background color */
  22. background-repeat:repeat;/* change this to no-repeat if you don't want a repeating background */
  23. background-attachment:fixed;
  24. background-position:bottom right;
  25. background-image:url('http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo8_r1_250.png');/* background image */
  26. }
  27.  
  28. a, a:hover {
  29. color:#aaa;
  30. text-decoration:none;
  31. -webkit-transition:all 1s ease;
  32. -moz-transition:all 1s ease;
  33. -o-transition:all 1s ease;
  34. transition:all 1s ease-in-out;
  35. }
  36.  
  37. h1 {/* main header */
  38. margin-top:100px;/* position of everything from the top */
  39. margin-bottom:0px;/* distance between header and tags */
  40. margin-left:20px;
  41. color:#333;/* text color */
  42. background:#eee;/* background color */
  43. font-size:15px;
  44. text-align:center;
  45. padding:10px;
  46. width:500px;
  47. text-transform:uppercase;
  48. }
  49.  
  50. #back {/* center background */
  51. z-index:0;
  52. top:0px;
  53. margin:auto;
  54. position:absolute;
  55. height:100%;
  56. width:560px;
  57. background:#fff;/* color of center background */
  58. }
  59.  
  60. #container {
  61. width:560px;
  62. margin:auto;
  63. }
  64.  
  65. td {
  66. vertical-align:top;
  67. }
  68.  
  69. #links {/* tag links */
  70. text-transform:uppercase;
  71. font-size:10px;
  72. text-align:center;
  73. margin-bottom:-2px;
  74. }
  75.  
  76. #links a , #links span {/* individual links */
  77. display:inline-block;
  78. width:150px;
  79. background:#ddd;/* background color of the links */
  80. color:#fff;/* text color of the links */
  81. margin-bottom:2px;
  82. padding:5px;
  83. }
  84.  
  85. #links span {/* tag headers */
  86. background:#333;
  87. }
  88.  
  89. #links a:hover {/* tags hover */
  90. background:#666;
  91. }
  92.  
  93. #credit {/* bottom links */
  94. width:520px;
  95. margin-left:20px;
  96. text-transform:uppercase;
  97. text-align:center;
  98. margin-bottom:20px;
  99. }
  100.  
  101. #cred {
  102. display:inline-block;
  103. float:left;
  104. width:25%;
  105. padding:5px 0;
  106. color:#fff;/* text color -- to change the background color, scroll down to the bottom */
  107. }
  108.  
  109. </style></head><body>
  110.  
  111. <div id="container">
  112.  
  113. <div style="top:0px;margin:auto;position:fixed;height:100%;width:560px;background:#fff;"></div>
  114.  
  115. <!-- TAGS LIST -->
  116.  
  117. <div id="back">
  118.  
  119. <h1>Tags List</h1><!-- header -->
  120.  
  121. <table cellpadding="0" cellspacing="20">
  122. <!-- ROW ONE --><tr>
  123. <td><!-- CELL ONE -->
  124. <div id="links">
  125. <span>tag title</span></br><!-- tag header -->
  126. <a href="/">tag</a></br>
  127. <a href="/">tag</a></br>
  128. <a href="/">tag</a></br>
  129. <a href="/">tag</a></br>
  130. <a href="/">tag</a></br>
  131. <!-- change "/" to whatever your tag is, such as "/cats" or "/actors".
  132. to add more links, copy and paste one of these lines below the rest -->
  133. </div>
  134. </td>
  135. <td><!-- CELL TWO -->
  136. <div id="links">
  137. <span>tag title</span></br>
  138. <a href="/">tag</a></br>
  139. <a href="/">tag</a></br>
  140. <a href="/">tag</a></br>
  141. <a href="/">tag</a></br>
  142. <a href="/">tag</a></br>
  143. </div>
  144. </td>
  145. <td><!-- CELL THREE -->
  146. <div id="links">
  147. <span>tag title</span></br>
  148. <a href="/">tag</a></br>
  149. <a href="/">tag</a></br>
  150. <a href="/">tag</a></br>
  151. <a href="/">tag</a></br>
  152. <a href="/">tag</a></br>
  153. </div>
  154. </td>
  155. </tr><!-- END ROW ONE -->
  156.  
  157. <!-- ROW TWO --><tr>
  158. <td><!-- CELL ONE -->
  159. <div id="links">
  160. <span>tag title</span></br>
  161. <a href="/">tag</a></br>
  162. <a href="/">tag</a></br>
  163. <a href="/">tag</a></br>
  164. <a href="/">tag</a></br>
  165. <a href="/">tag</a></br>
  166. </div>
  167. </td>
  168. <td><!-- CELL TWO -->
  169. <div id="links">
  170. <span>tag title</span></br>
  171. <a href="/">tag</a></br>
  172. <a href="/">tag</a></br>
  173. <a href="/">tag</a></br>
  174. <a href="/">tag</a></br>
  175. <a href="/">tag</a></br>
  176. </div>
  177. </td>
  178. <td><!-- CELL THREE -->
  179. <div id="links">
  180. <span>tag title</span></br>
  181. <a href="/">tag</a></br>
  182. <a href="/">tag</a></br>
  183. <a href="/">tag</a></br>
  184. <a href="/">tag</a></br>
  185. <a href="/">tag</a></br>
  186. </div>
  187. </td>
  188. </tr><!-- END ROW TWO -->
  189.  
  190. <!-- to add more rows, copy and paste everything from ROW TWO to END ROW TWO and paste it directly beneath this, before </table> -->
  191.  
  192. </table>
  193.  
  194. <!-- please do not change or remove these credits. you may change the colors, but please don't remove the link leading back to http://viwan-th.tumblr.com -->
  195.  
  196. <div id="credit">
  197. <a id="cred" style="background:#555;" href="/">back</a>
  198. <a id="cred" style="background:#888;" href="/ask">message</a>
  199. <a id="cred" style="background:#555;" href="http://tumblr.com/dashboard">dashboard</a>
  200. <a id="cred" style="background:#888;" href="http://viwan-th.tumblr.com" target="blank">credit</a><!-- DO NOT REMOVE THIS CREDIT -->
  201. </div>
  202.  
  203. </div><!-- END BACK DIV -->
  204. </div><!-- END CONTAINER -->
  205.  
  206. <!-- CORNER IMAGE -->
  207.  
  208. <img src="http://static.tumblr.com/mtdphun/BxBmjm7jn/yin-hana.png" style="position:fixed;bottom:0px;right:0px;width:350px;">
  209. <!-- change the url to change the image. you can also adjust the width, and change top to bottom or right to left. -->
  210.  
  211. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement