Advertisement
foreverora

Theme 11: Lonely Hearts Club

Mar 3rd, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 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. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- theme by manya aka austrliya.tumblr.com --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:accent" content="#b8b8b8"/>
  14. <meta name="color:sb link" content="#fff"/>
  15. <meta name="color:sb link bg" content="#000"/>
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="text:link1" content="link"/>
  18. <meta name="text:link1 url" content=""/>
  19. <meta name="text:link2" content="link"/>
  20. <meta name="text:link2 url" content=""/>
  21. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  22. <style type="text/css">
  23.  
  24. body {
  25. background:{color:background};
  26. margin:0px;
  27. color:{color:text};
  28. font-family:inconsolata;
  29. font-size:10px;
  30. line-height:100%;
  31. }
  32.  
  33. a {
  34. text-decoration:none;
  35. outline:none;
  36. -moz-outline-style:none;
  37. color:{color:link};
  38. }
  39.  
  40. img {
  41. border:none;
  42. }
  43.  
  44. blockquote {
  45. padding-left:5px;
  46. border-left:2px solid;
  47. }
  48.  
  49. blockquote blockquote {
  50. padding-left:5px;
  51. border-left:2px solid;
  52. }
  53.  
  54. h1 {
  55. font-size:15px;
  56. }
  57.  
  58. #entries {
  59. padding:10px;
  60. width:500px;
  61. margin-left:500px;
  62. margin-top:40px;
  63. }
  64.  
  65. #post {
  66. width:500px;
  67. padding-bottom:20px;
  68. }
  69.  
  70. #sidebar {
  71. width:160px;
  72. position:fixed;
  73. margin-left:270px;
  74. margin-top:270px;
  75.  
  76. }
  77.  
  78. #title {
  79. font-family:times new; line-height:100%; font-style:italic; font-size:18px; letter-spacing:0px; text-transform:uppercase; color:{color:link}; margin-bottom:3px; border-bottom:3px double {color:accent}; width: 200px;;
  80. }
  81.  
  82. #sidebarimage {
  83. width 90px;
  84. height:90px;
  85. }
  86.  
  87. #links {
  88. width:35px;
  89. background-color #000;
  90. font-family:consolas;
  91. font-size:9px;
  92. opacity:1;
  93. text-align:center;
  94. letter-spacing:1px;
  95. text-transform:uppercase;
  96. padding:5px;
  97. margin-top:-110px;
  98. margin-left:100px;
  99. }
  100.  
  101. #linkie {
  102. color:{color:sb link};
  103. background-color: {color:sb link bg};
  104. text-align:center;
  105. width:35px;
  106. padding:2px;
  107. border:1px dotted #454545;
  108. margin-bottom:-40px;
  109. margin-left:110px;
  110. }
  111.  
  112. #linkie:hover {
  113. margin-left:120px;
  114. -webkit-transition: all 0.8s ease;
  115. -moz-transition: all 0.8s ease;
  116. -o-transition: all 0.8s ease}
  117.  
  118.  
  119. #sidebarimage img {
  120. width:90px;
  121. height:90px;
  122. }
  123.  
  124. #description {
  125. padding:5px;
  126. text-align:justify;
  127. width:90px;
  128. margin-top:35px;
  129. line-height:80%;
  130. }
  131.  
  132. #pagination {
  133. font-size:15px;
  134. text-align:center;
  135. margin-left:150px;
  136. margin-top:-20px;
  137. }
  138.  
  139. #info { color:{color:text}; font-family:calibri; text-transform: uppercase; font-style:italic; margin-left:0px;letter-spacing:1px;font-size: 8px; color:{color:accent}; text-align:left; width: 500px; border-top:1px solid #f0f0f0; margin-bottom:-7px;}
  140.  
  141. #tags {color:{color:text}; width:235px; font-size:8px; text-transform:uppercase; letter-spacing: 1px; font-style:normal; border-top:1px solid {color:accent};}
  142.  
  143. #asker {
  144. float:left;
  145. margin-right:5px;
  146. }
  147.  
  148. .dont {
  149. text-align:center;
  150. position:fixed;
  151. bottom:15px;
  152. right:5px;
  153. font-size:7px;
  154. }
  155.  
  156. .dont a {
  157. font-family:'Trebuchet MS';
  158. border: 1px solid #eee;
  159. letter-spacing: 2px;
  160. padding:5px;
  161. -webkit-transition: all 0.6s ease-in-out;
  162. -moz-transition: all 0.6s ease-in-out;
  163. -o-transition: all 0.6s ease-in-out;
  164. }
  165.  
  166. .dont a:hover {
  167. color:white;
  168. background-color:black;
  169. transition-duration: 0.6s;
  170. -moz-transition-duration: 0.6s;
  171. -webkit-transition-duration: 0.6s;
  172. -o-transition-duration: 0.6s;
  173. }
  174.  
  175.  
  176. {CustomCSS}</style></head><body>
  177.  
  178.  
  179. <div id="sidebar">
  180. <div id="title">{Title}</div>
  181. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  182.  
  183. <div class="links">
  184. <a href="{text:link2 url}"><div id="linkie">
  185. {text:link2}
  186. </div></a>
  187. <a href="{text:link1 url}"><div id="linkie">
  188. {text:link1}
  189. </div></a>
  190. <a href="/ask"><div id="linkie">
  191. mssg
  192. </div></a>
  193. <a href="/"><div id="linkie">
  194. home
  195. </div></a></div>
  196.  
  197. <div id="description">{Description}</div>
  198.  
  199. <div id="pagination">
  200. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  201. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  202. </div>
  203.  
  204. </div>
  205. <div class="dont"><a href="http://caradlvnge.tumblr.com/">MANYA</a></div>
  206. <div id="entries">{block:Posts}<div id="post">
  207.  
  208. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  209.  
  210. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  211.  
  212. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  213.  
  214. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  215.  
  216. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  217.  
  218. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  219.  
  220. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  221.  
  222. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  223.  
  224. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  225.  
  226. <div id="info">
  227. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  228. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  229. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  230. </div>
  231. {block:PostNotes}{PostNotes}{/block:PostNotes}
  232. {/block:Posts}</div>
  233.  
  234. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement