Advertisement
mayacolucci

THEME1- NOT ABOUT ANGELS

Feb 9th, 2015
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. <!----
  2.  
  3. Theme 1: http://lukeyhemminq.tumblr.com/
  4. DON'T REMOVE THE CREDITS!
  5.  
  6. --->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <meta name="color:background" content="#FFFFFF">
  17. <meta name="color:link" content="#000000">
  18. <meta name="color:link hover" content="#E6E4E4">
  19. <meta name="color:text" content="#000000">
  20. <meta name="color:scrollbar" content="#ADADAD">
  21. <meta name="color:scrollbg" content="#FFFFFF">
  22. <meta name="color:border" content="#FFFFFF">
  23. <meta name="color:links bg" content="#EBEBEB">
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:link 1 url" content="/" />
  28. <meta name="text:link 1" content="link1" />
  29. <meta name="text:link 2 url" content="/" />
  30. <meta name="text:link 2" content="link2" />
  31. <meta name="text:link 3 url" content="/" />
  32. <meta name="text:link 3" content="link3" />
  33. <meta name="text:link 4 url" content="/" />
  34. <meta name="text:link 4" content="link4" />
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {
  39. background-color:{color:scrollbar};
  40. height:5px;}
  41. ::-webkit-scrollbar-thumb:horizontal {
  42. background-color:{color:scrollbar};
  43. height:5px!important;}
  44. ::-webkit-scrollbar {
  45. background-color:{color:scrollbg};
  46. height:5px;
  47. width:6px;}
  48.  
  49. body {
  50. background:{color:background};
  51. margin:0px;
  52. color:{color:text};
  53. font-family:calibri;
  54. font-size:11px;
  55. line-height:100%;}
  56.  
  57. a {
  58. text-decoration:none;
  59. outline:none;
  60. -moz-outline-style:none;
  61. color:{color:link};
  62. padding:1px;
  63. -webkit-transition: all 0.7s ease;
  64. -moz-transition: all 0.7s ease;
  65. -o-transition: all 0.7s ease;}
  66.  
  67. a:hover {
  68. color: {color:link hover};
  69. text-decoration:none;
  70. -webkit-transition: all 0.7s ease;
  71. -moz-transition: all 0.7s ease;
  72. -o-transition: all 0.7s ease;}
  73.  
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;}
  78.  
  79. blockquote blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;}
  82.  
  83. h1 {font-size:15px;text-align:left;}
  84.  
  85. h1 a {
  86. -webkit-transition: all 0.7s ease;
  87. -moz-transition: all 0.7s ease;
  88. -o-transition: all 0.7s ease;}
  89.  
  90. h1 a:hover {
  91. font-style:italic;
  92. font-size:15px;
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease;}
  96.  
  97. #entries {
  98. padding:10px;
  99. width:400px;
  100. margin-left:480px;
  101. margin-top:120px;}
  102.  
  103. #post {
  104. width:400px;
  105. padding-bottom:15px;}
  106.  
  107.  
  108. #tags {
  109. width:400px;
  110. margin-top:-27px
  111. ;margin-left:-2px;
  112. padding:2px;
  113. font-family: helvetica;
  114. letter-spacing:0px;
  115. font-size:8px;
  116. text-align:left;}
  117.  
  118. .tags a {color:{color:text};}
  119.  
  120. .tags a:hover {
  121. text-decoration:underline;
  122. -webkit-transition: all .4s;
  123. -moz-transition: all .4s;
  124. -o-transition: all .4s;
  125. -ms-transition: all .4s;
  126. transition: all .4s;}
  127.  
  128. #title {
  129. width:180px;
  130. text-align:center;
  131. font-size:20px;
  132. margin-left:10px;
  133. font-weight:bold;
  134. color:{color:title};}
  135.  
  136. #sidebar {
  137. width:180px;
  138. position:fixed;
  139. margin-left:200px;
  140. margin-top:50px;
  141. -webkit-transition: all 0.7s ease;
  142. -moz-transition: all 0.7s ease;
  143. -o-transition: all 0.7s ease;}
  144.  
  145.  
  146. #img {margin-bottom:5px;}
  147.  
  148. #img img {
  149. width:180px;
  150. margin-top:5px;
  151. margin-left:10px;}
  152.  
  153. #links {
  154. color:{color:link};
  155. padding:5px;
  156. position:fixed;
  157. text-align:center;
  158. width:180px;
  159. margin-left:9px;
  160. margin-top:0px;
  161. font-family:consolas;
  162. text-transform:uppercase;
  163. font-style:none;
  164. font-size:10px;
  165. line-height:150%;}
  166.  
  167. #links a:hover {
  168. color:{color:link};
  169. background-color:{color:links bg};
  170. -webkit-transition: all 0.9s ease;
  171. -moz-transition: all 0.9s ease;
  172. -o-transition: all 0.9s ease;}
  173.  
  174. #description {
  175. position:fixed;
  176. text-align:center;
  177. width:160px;
  178. margin-left:0px;
  179. margin-top:20px;
  180. font-family:consolas;
  181. text-transform:none;
  182. font-style:none;
  183. font-size:10px;
  184. line-height:90%;
  185. width:180px;
  186. padding: 9px;
  187. border-bottom:1px solid {color:border};}
  188.  
  189. #pagination {
  190. position:fixed;
  191. width: 200px;
  192. margin-top:70px;
  193. margin-left:-73px;
  194. text-align:right;}
  195.  
  196. #pagination a {
  197. letter-spacing:1px;
  198. font-size:10px;
  199. font-family:consolas;}
  200.  
  201.  
  202. #asker {
  203. float:left;
  204. font-size: 12px;
  205. margin-right:5px;}
  206.  
  207. #postinfo {
  208. background-color:{color:background};
  209. text-transform:uppercase;
  210. font-family:consolas;
  211. text-align:center;
  212. letter-spacing:0px;
  213. font-size: 9px;
  214. line-height:120%;
  215. margin-top:5px;
  216. margin-bottom:10px;
  217. padding:5px;
  218. border-top: 1px solid {color:border};
  219. -moz-transition-duration:0.5s;
  220. -webkit-transition-duration:0.5s;
  221. -o-transition-duration:0.5s;}
  222.  
  223.  
  224.  
  225. {CustomCSS}</style></head><body>
  226.  
  227. <div id="sidebar">
  228.  
  229. <div id="img"><img src="{image:sidebar}"></div>
  230. <div id="title"><a href="/">{Title}</a></div>
  231. <div id="links">
  232. <a href="{text:link 1 url}">{text:link 1}</a>
  233. <a href="{text:link 2 url}">{text:link 2}</a>
  234. <a href="{text:link 3 url}">{text:link 3}</a>
  235. <a href="{text:link 4 url}">{text:link 4}</a>
  236. </div>
  237.  
  238.  
  239. <div id="description">{Description}</div>
  240.  
  241. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}<BR><BR>
  242. </div>
  243.  
  244. </div>
  245.  
  246. <div id="entries">{block:Posts}<div id="post">
  247.  
  248.  
  249.  
  250. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  251.  
  252. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  253.  
  254. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  255.  
  256. {block:Quote}<big><strong><em>{Quote}</em></strong></big>{block:Source} <br>—{Source}{/block:Source}{/block:Quote}
  257.  
  258. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  259.  
  260. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  261.  
  262. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  263.  
  264. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  265. <div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>   {/block:Tags}{/block:HasTags}</div>
  266.  
  267. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div><em>{Asker} asked:<br>"{Question}"</em><br>{Answer}{/block:Answer}
  268.  
  269. <div id="postinfo">
  270.  
  271.  
  272. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  273.  
  274. {block:RebloggedFrom}
  275. <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  276. {/block:RebloggedFrom}
  277.  
  278. {block:ContentSource}
  279. <a title ="{SourceTitle}" href="{SourceURL}">source</a>
  280. {/block:ContentSource}
  281.  
  282. <a href="{ReblogURL}" target="_blank" class="details" style="padding:4px;">reblog</a> </div>
  283.  
  284. </div>
  285. {block:PostNotes}{PostNotes}{/block:PostNotes}
  286. {/block:Posts}</div>
  287.  
  288. <div style="right:5px;bottom:5px;position:fixed;font-family:calibri;font-size:11px;letter-spacing:1px"><a href="http://lukeyhemminq.tumblr.com">LH</a></div>
  289.  
  290. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement