Advertisement
iamthemelocked

Iamthemelocked Tags Page 1

Mar 19th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 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>
  4.  
  5. <!--- base theme by jess @ gwencoops --->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11.  
  12.  
  13. <style type="text/css">
  14.  
  15. body {
  16. background:{color:background};
  17. margin:0px;
  18. color:{color:text};
  19. font-family:arial;
  20. font-size:10px;
  21. line-height:100%;
  22. font-style: none;
  23. }
  24.  
  25. a:link, a:visited, a:active {
  26. color: #ffffff;
  27. text-decoration: none;
  28. font-weight: normal;
  29. }
  30.  
  31. a:hover {
  32. color: {color:link hover};
  33. text-decoration: none;
  34. font-weight: normal;
  35. }
  36.  
  37.  
  38. #header {
  39. width:200px;
  40. position:fixed;
  41. margin-left:20px;
  42. margin-top:20px;
  43. height:250px;
  44. padding:5px;
  45. }
  46.  
  47. #headerimage {
  48. width:200px;
  49. height:250px;
  50. }
  51.  
  52. #headerimage img {
  53. width:200px;
  54. height:250px;
  55. }
  56.  
  57. #links1 {
  58. color:#000000;
  59. position:fixed;
  60. font-family:"trajan pro";
  61. letter-spacing:2px;
  62. text-align:center;
  63. font-size:13px;
  64. margin-top:100px;
  65. margin-left:500px;
  66. line-height:30px;
  67. border: 0px #000000 solid;
  68. padding:2px;
  69. width:120px;
  70. height:270px;
  71. background-color:#ffffff;
  72. z-index:100;
  73. }
  74.  
  75.  
  76. #links2 {
  77. color:#000000;
  78. position:fixed;
  79. font-family:"trajan pro";
  80. letter-spacing:2px;
  81. text-align:center;
  82. font-size:13px;
  83. margin-top:100px;
  84. margin-left:700px;
  85. line-height:30px;
  86. border: 0px #000000 solid;
  87. padding:2px;
  88. width:120px;
  89. height:500px;
  90. background-color:#ffffff;
  91. z-index:100;
  92. }
  93.  
  94.  
  95. #link1
  96. {
  97. border: 1px solid #b6b6b6;
  98. background-color:#000000;
  99. color:#ffffff;
  100. }
  101.  
  102. #link2
  103. {
  104. border: 1px solid #b6b6b6;
  105. background-color:#000000;
  106. color:#ffffff;
  107. }
  108.  
  109.  
  110. #link1:hover
  111. {
  112. color:#000000;
  113. background-color:#b6b6b6;
  114. -moz-transition-duration:1s;
  115. -webkit-transition-duration:1s;
  116. -o-transition-duration:1s;
  117. }
  118.  
  119. #link2:hover
  120. {
  121. color:#000000;
  122. background-color:#b6b6b6;
  123. -moz-transition-duration:1s;
  124. -webkit-transition-duration:1s;
  125. -o-transition-duration:1s;
  126. }
  127.  
  128.  
  129. #title {
  130. color:#000000;
  131. font-family:"trajan pro";
  132. text-transform:uppercase;
  133. letter-spacing:3px;
  134. text-align:center;
  135. font-size:30px;
  136. margin-top:-210px;
  137. margin-left:330px;
  138. padding:2px;
  139. width:700px;
  140. z-index:100;
  141. }
  142.  
  143. #titlea {
  144. color:#000000;
  145. position:fixed;
  146. font-family:"trajan pro";
  147. letter-spacing:2px;
  148. text-align:center;
  149. font-size:13px;
  150. margin-top:40px;
  151. margin-left:500px;
  152. line-height:30px;
  153. border: 1px #000000 solid;
  154. padding:2px;
  155. width:120px;
  156. height:30px;
  157. background-color:#ffffff;
  158. z-index:100;
  159. }
  160.  
  161. #titleb {
  162. color:#000000;
  163. position:fixed;
  164. font-family:"trajan pro";
  165. letter-spacing:2px;
  166. text-align:center;
  167. font-size:13px;
  168. margin-top:40px;
  169. margin-left:700px;
  170. border: 1px #000000 solid;
  171. padding:2px;
  172. padding:2px;
  173. line-height:30px;
  174. width:120px;
  175. height:30px;
  176. background-color:#ffffff;
  177. z-index:100;
  178. }
  179.  
  180.  
  181. .credit, .credit a {
  182. width:15px;
  183. height:15px;
  184. bottom:15px;
  185. right:15px;
  186. padding:4px;
  187. font-size:8px;
  188. letter-spacing:2px;
  189. color:#610c17;
  190. line-height:15px;
  191. position:fixed;
  192. text-align:center;
  193. font-family:"trajan pro";
  194. text-transform:uppercase;
  195. background-color:transparent;
  196. border:1px solid #000000;}
  197.  
  198. .credit a:hover {
  199. color:#ffffff;
  200. background-color:#610c17;}
  201.  
  202. {CustomCSS}</style>
  203.  
  204.  
  205. </head><body>
  206.  
  207. <div id="header">
  208. <div id="headerimage">
  209. <img src="http://25.media.tumblr.com/f319c45b1766e6dc4feb7da6928d53af/tumblr_n1s1m6JBRh1qd2u6qo1_500.png"></div>
  210. <div id="title">Whatever title you want</br></br></br></p>
  211. <small><small> <a href=""> <font color="000000">I</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  212.  
  213. <a href="/ask"> <font color="000000">II</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  214. <a href=""> <font color="000000">III</font></a>&nbsp;&nbsp;
  215. </small></small></div>
  216.  
  217. <div id="titlea">Title 1</div>
  218. <div id="titleb">Title 2</div>
  219.  
  220. <div id="links1">
  221.  
  222. <div id="link1"><a href="">Link 1</a></div></p>
  223. <div id="link2"><a href="">Link 2</a></div></p>
  224. <div id="link1"><a href="">Link 3</a></div></p>
  225. <div id="link2"><a href="">Link 4</a></div></p>
  226. <div id="link1"><a href="">Link 5</a></div>
  227. </div>
  228.  
  229. <div id="links2">
  230.  
  231. <div id="link1"><a href="">Link 1</a></div></p>
  232. <div id="link2"><a href="">Link 2</a></div></p>
  233. <div id="link1"><a href="">Link 3</a></div></p>
  234. <div id="link2"><a href="">Link 4</a></div></p>
  235. <div id="link1"><a href="">Link 5</a></div>
  236. </div>
  237.  
  238. <span class="credit">
  239. <a href="http://iamthemelocked.tumblr.com/" title="theme by iamthemelocked">TL</a>
  240. </span>
  241.  
  242.  
  243. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement