irrationiall

Tag List Page #1

Apr 11th, 2013
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  12. <link href='http://fonts.googleapis.com/css?family=Loved+by+the+King' rel='stylesheet' type='text/css'>
  13. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  14.  
  15. <!----tag list page by elctra
  16. don't steal the credit or use as a base code
  17. and no redistributing-->
  18.  
  19. <style type="text/css">
  20.  
  21. ::-webkit-scrollbar {height: auto;width: 6px;}
  22. ::-webkit-scrollbar-thumb {background-color:#000;}
  23. ::-webkit-scrollbar-track{background-color:#fff;}
  24.  
  25. body {
  26. background: #fff;
  27. font-family:merienda;
  28. font-size: 10px;
  29. line-height: 100%;
  30. }
  31.  
  32. a {
  33. text-decoration: none;
  34. color: #000;
  35. }
  36.  
  37. #text1 {
  38. height: auto;
  39. width: auto;
  40. margin-top: 50px;
  41. font-family: loved by the king;
  42. font-size: 60px;
  43. text-align: center;
  44. text-shadow: 2px 2px #eee;
  45. }
  46.  
  47. #text2 {
  48. height: auto;
  49. margin-top: 35px;
  50. width: 100px;
  51. margin-left: 52%;
  52. font-family: sacramento;
  53. text-align:right;
  54. Font-size: 50px;
  55. text-shadow: 2px 2px #eee;
  56. }
  57.  
  58. #outer {
  59. width: 300px;
  60. height: 500px;
  61. margin-left:550px;
  62. margin-top: 50px;
  63. opacity: 0.8;
  64. background-image:url('http://static.tumblr.com/smal9bi/Zz2ml2g5a/background.jpg')
  65. }
  66.  
  67. #inner {
  68. width: 250px;
  69. height: 450px;
  70. margin-left: 25px;
  71. margin-top: 25px;
  72. position :absolute;
  73. background:#fff;
  74. overflow: auto;
  75. }
  76.  
  77. #title1 {
  78. margin-left: 5px;
  79. border-bottom: 1px dashed #eee;
  80. margin-top: 50px;
  81. font-size: 30px;
  82. height: 20px;
  83. font-family: loved by the king;
  84. text-align: center;
  85. }
  86.  
  87. #links1 {
  88. font-family:Merienda;
  89. font-size:9px;
  90. opacity:1;
  91. text-align:center;
  92. margin-left: 25px;
  93. padding-top:20px;
  94. letter-spacing:1px;
  95. text-transform:lowercase;
  96. padding-bottom:5px;
  97. width: 200px;
  98. }
  99.  
  100. #links1 a{
  101. display:block;
  102. padding:3px 1px 3px 4px;
  103. letter-spacing:1px;
  104. -webkit-transition: .7s;
  105. -moz-transition: 1.5s;
  106.  
  107. }
  108.  
  109. #links1 a:hover{
  110. color:#fff;
  111. -webkit-transition: 1.0s;
  112. -moz-transition: 1.0s;
  113. background:#000;
  114. letter-spacing: 6px;
  115. }
  116.  
  117. #title2 {
  118. margin-left: 5px;
  119. margin-top: 20px;
  120. font-size: 30px;
  121. height: 20px;
  122. text-align: center;
  123. font-family: loved by the king;
  124. border-bottom: 1px dashed #eee;
  125. text-transform: lowercase;
  126. }
  127.  
  128. #links2 {
  129. font-family:Merienda;
  130. font-size:9px;
  131. opacity:1;
  132. text-align:center;
  133. margin-left: -5px;
  134. margin-top: 0px;
  135. padding-top:20px;
  136. padding-left: 30px;
  137. letter-spacing:1px;
  138. text-transform:lowercase;
  139. padding-bottom:5px;
  140. width: 200px;
  141. }
  142.  
  143. #links2 a{
  144. display:block;
  145. padding:3px 1px 3px 4px;
  146. letter-spacing:1px;
  147. -webkit-transition: .7s;
  148. -moz-transition: 1.5s;
  149.  
  150. }
  151.  
  152. #links2 a:hover{
  153. color:#fff;
  154. -webkit-transition: 1.0s;
  155. -moz-transition: 1.0s;
  156. background:#000;
  157. letter-spacing: 6px;
  158. }
  159.  
  160.  
  161.  
  162.  
  163. #credit {
  164. position:fixed;
  165. float: right;
  166. bottom: 10px;
  167. right: 5px;
  168. letter-spacing: 1px;
  169. }
  170.  
  171.  
  172. {CustomCSS}
  173. </style>
  174. </head>
  175. <body>
  176.  
  177. <div id="text1">your name here's</div>
  178. <div id="text2">Taglist</div>
  179. <div id="outer"><div id="inner"> <div id="title1">title 1</div>
  180. <div id="links1">
  181. <a href ="/">name</a>
  182. <a href ="/">name</a>
  183. <a href ="/">name</a>
  184. <a href ="/">name</a>
  185.  
  186. </div>
  187.  
  188.  
  189.  
  190.  
  191. <div id="title2">title 2</div> <div id="links2">
  192. <a href ="/">name</a>
  193. <a href ="/">name</a>
  194. <a href ="/">name</a>
  195. <a href ="/">name</a>
  196.  
  197. </div>
  198.  
  199. <div id="title2">title 3</div> <div id="links2">
  200. <a href ="/">name</a>
  201. <a href ="/">name</a>
  202. <a href ="/">name</a>
  203. <a href ="/">name</a>
  204.  
  205.  
  206. </div>
  207.  
  208.  
  209.  
  210.  
  211. </div>
  212.  
  213. <div id="credit"><a href="elctra.tumblr.com"><img src="http://i50.tinypic.com/2en0nsp.png"></div>
  214.  
  215. </div>
  216.  
  217. </body>
  218.  
  219. </html>
Advertisement
Add Comment
Please, Sign In to add comment