Advertisement
Somerhaldder

Theme #4 - Letting Go Now

Aug 5th, 2012
945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.  
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11. <meta name="color:Background" content="#FFFFFF"/>
  12. <meta name="color:Entries" content="#F8F8F8"/>
  13. <meta name="color:Sidebar" content="#F8F8F8"/>
  14. <meta name="color:Font" content="#747474"/>
  15. <meta name="color:Link" content="#CAB094"/>
  16. <meta name="color:Link Hover" content="#757575"/>
  17. <meta name="color:Border" content="#ECECEB"/>
  18. <meta name="image:Sidebar" content=""/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="if:Changed URL" content="" />
  21. <meta name="text:Link 1 Text" content="" />
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 2 Text" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Old URL" content="" />
  26. <meta name="text:New URL" content="" />
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31. iframe#tumblr_controls {
  32. top: 0% !important;
  33. right:0% !important;
  34. position: fixed !important;
  35. }
  36.  
  37. body{
  38. color:{color:font};
  39. font-family:calibri;
  40. font-size:11px;
  41. text-wrap: normal
  42. word-wrap: break-word;
  43. background-color:{color:background};
  44. background-image: url('{image:Background}');
  45. background-repeat:repeat;
  46. }
  47.  
  48. a, a:active, a:visited{
  49. text-decoration: none;
  50. color: {color:link};
  51. }
  52.  
  53. a:hover{
  54. color:{color:link hover};
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. }
  59.  
  60. img {
  61. border:0px;
  62. max-width: 500px;
  63. height: auto;
  64. }
  65.  
  66. img:hover {
  67. border:0px;
  68. }
  69.  
  70. a.img, a.img:visited {
  71. border:0px;
  72. }
  73.  
  74. a.img:hover {
  75. border:0px;
  76. }
  77.  
  78. #content{
  79. width:520px;
  80. height:auto;
  81. margin-left:400px;
  82. background-color:transparent;
  83. position:absolute;
  84. padding:5px;
  85. }
  86.  
  87. #post{
  88. padding:8px;
  89. background-color:{color:entries};
  90. width:500px;
  91. float:left;
  92. margin:8px;
  93. margin-left: 50px;
  94. }
  95.  
  96. #sidebar{
  97. background-color:{color:sidebar};
  98. width:200px;
  99. margin-top:95px;
  100. margin-left:200px;
  101. position:fixed;
  102. padding:10px;
  103. border-radius:20px 0px 20px 0px;
  104. }
  105.  
  106. #sidebarimg img{
  107. margin-top:-100px;
  108. max-width:200px;
  109. margin-left:-2px;
  110. height:auto;
  111. text-align:center;
  112. border-radius:20px 0px 20px 0px;
  113. border:3px solid {color:border};
  114. }
  115.  
  116. .pagination {
  117. color:{color:link};
  118. width: 200px;
  119. padding: 2px;
  120. font-family: georgia;
  121. font-size: 14px;
  122. margin-left: -1px;
  123. text-align:center;
  124. border-top: 2px solid {color:border};
  125. }
  126.  
  127. .note_count {
  128. text-align: left;
  129. padding: 10px;
  130. text-transform: lowercase;
  131. font-size: 10px;
  132. }
  133.  
  134. blockquote {
  135. border-left: 3px solid {color:font};
  136. padding-left: 4px;
  137. }
  138.  
  139. .chat ul {
  140. text-align: left;
  141. margin-left: -40px;
  142. list-style-type: none;
  143. width: 500px;
  144. font-style: georgia;
  145. font-spacing: 1px;
  146. }
  147.  
  148. .odd {
  149. background-color: transparent;
  150. padding: 2px;
  151. }
  152.  
  153. .even {
  154. padding: 2px;
  155. color: {color:link};
  156. }
  157.  
  158. .albumart img {
  159. float: left;
  160. margin-right: 20px;
  161. width: 50px;
  162. height: 50px;
  163. border:2px solid {color:border};
  164. }
  165.  
  166. #urls {
  167. margin-top:190px;
  168. margin-left:1px;
  169. font-size:13px;
  170. width:200px;
  171. text-align:center;
  172. position:fixed;
  173. display: block;
  174. text-transform:none;
  175. background-color: {color:border};
  176. }
  177.  
  178. {CustomCSS]</style> </head>
  179.  
  180. <body>
  181.  
  182. <div id="sidebar"> <center>
  183.  
  184. {block:IfChangedURL}
  185. <div id="urls"> <i>
  186. {text:old url} > {text:new url}
  187. </i> </div> {/block:IfChangedURL}
  188.  
  189. <div style="margin-left:20px"> <i>
  190. <a href="/">Home</a> ›
  191. <a href="/ask">Message</a> ›
  192. <a href="{text:Link 1}">{text:Link 1 Text}</a> ›
  193. <a href="{text:Link 2}">{text:Link 2 Text}</a> </i>
  194. </div>
  195. <div style="margin-top:100px; ">
  196. <div id="sidebarimg"> <img src="{image:Sidebar}"/> </div>
  197. <div style="padding-bottom: 2px; width: 200px; text-align: center">
  198. {Description} </div> </div>
  199.  
  200. <center>
  201. {block:Pagination}
  202. <div class="pagination">
  203. {block:PreviousPage}
  204. <a href="{PreviousPage}">« </a>
  205. {/block:PreviousPage}
  206. {CurrentPage}/{TotalPages}
  207. {block:NextPage}
  208. <a href="{NextPage}"> »</a>
  209. {/block:NextPage}
  210. </div>
  211. {/block:Pagination}
  212. </center>
  213.  
  214. </center>
  215. </div></div>
  216.  
  217. <div id="content">
  218.  
  219. {block:Posts}
  220. <div id="post">
  221.  
  222. <div style="font-family:georgia;font-size:17px">
  223. {block:Title}<b><i>{Title}</i></b>{/block:Title}
  224. </div>
  225.  
  226. {block:Text}{Body}{/block:Text}
  227.  
  228. {block:Photo}
  229. <div style="margin-bottom:5px;">
  230. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  231. {block:Caption}{Caption}{/block:Caption} </div>
  232. {/block:Photo}
  233.  
  234. {block:Photoset}
  235. <div style="margin-bottom:5px;">
  236. {Photoset-500} {block:Caption}{Caption}{/block:Caption} </div>
  237. {/block:Photoset}
  238.  
  239.  
  240. {block:Quote}
  241. <div style="font-size:17px; font-family:georgia">
  242. <i><b>"{Quote}" </i></b></div>
  243. <div align="right">
  244. <div style="margin-bottom:5px;">
  245. {block:Source}-{Source}{/block:Source}
  246. </div> </div>
  247. {/block:Quote}
  248.  
  249.  
  250. {block:Video}
  251. <div style="margin-bottom:5px;>
  252. <span class="videoback">
  253. {Video-500}</span><br>
  254. {PlayCountWithLabel}
  255. {block:Caption}{Caption}{/block:Caption} </div>
  256. {/block:Video}
  257.  
  258.  
  259. {block:Link}
  260. <div style="margin-bottom:5px; font-size: 17px; font-family:georgia;">
  261. <i><b><a href="{URL}" class="link" {Target}>» {Name}</a><BR></i></b>
  262. </div>
  263. {/block:Link}
  264.  
  265. {block:Chat}
  266. <div class="chat ul">
  267. <div style="margin-bottom: -5px;">
  268. <ul class="chat">
  269. {block:Lines}
  270. <li class="{Alt} user_{UserNumber}">
  271. {block:Label}
  272. <span class="label">{Label}</span>
  273. {/block:Label}
  274. {Line} </li>
  275. {/block:Lines}
  276. </ul> </div> </div>
  277. {/block:Chat}
  278.  
  279. {block:Audio}
  280. <div class="post audio">
  281. {block:AlbumArt}
  282. <div class="albumart"><img src="{AlbumArtURL}"></div>
  283. {/block:AlbumArt}
  284. <span class="audioback">
  285. {AudioPlayerBlack}</span>
  286. {block:Caption}{Caption}{/block:Caption}
  287. </div> {/block:Audio}
  288.  
  289. {block:Answer}
  290. <div style="border-bottom: 2px solid {color:border}; padding: 5px;
  291. text-transform: uppercase; text-align:center">
  292. {Asker} wondered: <i>"{Question}"</i> </div>
  293. {Answer} {/block:answer}
  294.  
  295. <div id="source">
  296. <div style="border-left:4px solid {color:question}; padding-left: 2px;
  297. text-transform: uppercase; font-size: 10px">
  298. {block:Date} {TimeAgo} {/block:Date}
  299. {block:NoteCount}( <a href="{Permalink}">{NoteCount} notes</a> ) {/block:NoteCount} </a>
  300. {block:RebloggedFrom} + <a href="{ReblogParentURL}">via</a>
  301. {block:ContentSource}/<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  302. <br> {block:HasTags} {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  303. </div> </div>
  304.  
  305. </div>
  306.  
  307. <div class="note_count">
  308. <div style=" margin-left: 26px; margin-top:6px;">
  309. {block:PostNotes}{PostNotes}{/block:PostNotes}
  310. </div> </div>
  311. {/block:Posts}
  312.  
  313. </div>
  314.  
  315. <div style="position:fixed; bottom:8px; right:10px; letter-spacing:2px">
  316. <i> <a href="http://wilddsouls.tumblr.com/nthemes">
  317. © theme</a></div> </i>
  318.  
  319. </body>
  320. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement