Advertisement
loosay

theme two 'settle down'

Jun 28th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!-------------------------------------------------------------------------
  13. ---------------tommoassists' THEME TWO 'SETTLE DOWN'-----------------
  14. --Please do not take any of the coding and use it as your own----------- -------Do not remove the credit------------
  15. ----------------message me with any questions!-------------------------->
  16.  
  17. <meta name="image:background" content=""/>
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="image:sidebar2" content=""/>
  20.  
  21. <meta name="color:Background" content=""/>
  22. <meta name="color:Post Background" content=""/>
  23. <meta name="color:Blockquote" content=""/>
  24. <meta name="color:Text" content=""/>
  25. <meta name="color:Description" content=""/>
  26. <meta name="color:Border" content=""/>
  27. <meta name="color:Link" content=""/>
  28. <meta name="color:Linkhover" content=""/>
  29.  
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38. <meta name="text:link5" content="">
  39. <meta name="text:link5 url" content="/">
  40. <meta name="text:link6" content="">
  41. <meta name="text:link6 url" content="/">
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. /* BASIC PAGE INFO */
  48.  
  49. body {
  50. margin:0px;
  51. padding:0px;
  52. font-size:10px;
  53. font-family:georgia;
  54. font-weight:200;
  55. background:{color:background};
  56. line height:100%;
  57. letter-spacing:1px;
  58. color:{color:text};
  59. background-attachment:fixed;
  60. background-image:url('{image:background}');
  61. -webkit-background-size: cover;
  62. -moz-background-size: cover;
  63. -o-background-size: cover;
  64. background-size: cover;
  65. }
  66.  
  67. a {
  68. text-decoration:none;
  69. color:{color:link};
  70. }
  71.  
  72. a:hover {
  73. text-decoration:none;
  74. color:{color:linkhover};
  75. }
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. color:{color:blockquote};
  81. }
  82.  
  83.  
  84.  
  85.  
  86. /* LEFT SIDEBAR INFO */
  87.  
  88.  
  89. #sidebar {
  90. position:fixed;
  91. margin-left:10px;
  92. margin-top:0px;
  93. width:600px;
  94. height:300px;
  95. z-index:9999
  96. }
  97.  
  98.  
  99. }
  100.  
  101. #sidebar img{
  102. position:fixed;
  103. width:600px;
  104. height:300px;
  105. margin-left:70px;
  106. background-image:url('sidebar');
  107. }
  108.  
  109.  
  110. #sidebar2 img{
  111. position:fixed;
  112. margin-left:10px;
  113. margin-top:370px;
  114. width:600px;
  115. height:210px;
  116. background-image:url('sidebar2');
  117. }
  118.  
  119.  
  120.  
  121. /* OTHER STUFF */
  122.  
  123.  
  124. #links {
  125. width:140px;
  126. height:590px;
  127. margin-left:1210px;
  128. margin-top:0px;
  129. position:fixed;
  130. text-align:center;
  131. background-color:{color:post background};
  132. }
  133. #links a{
  134. width:44px;
  135. padding:1px;
  136. margin:2px;
  137. font-size:26px;
  138. font-family:georgia;
  139. font-weight:200;
  140. }
  141. #description {
  142. width:600px;
  143. height:50px;
  144. margin-left:10px;
  145. margin-top:309px;
  146. position:fixed;
  147. text-align:center;
  148. background-color:{color:description};
  149. }
  150.  
  151. .back, .next {
  152. font-size:10px;
  153. font-family:georgia;
  154. color: {color:post background};
  155. position:fixed;
  156. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  157. transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  158.  
  159. .next {float:left; top:45px; left:560px;}
  160. .back {float:left; top:45px; left:525px;}
  161.  
  162. /* POST INFO */
  163.  
  164.  
  165. #container {
  166. margin-top:60px;
  167. margin-bottom:20px;
  168. margin-left:655px;
  169. width:500px;
  170. padding-top:20px;
  171. padding-left:5px;
  172. padding-right:5px;
  173. padding-bottom:20px;
  174. background-color:{color:post background};
  175. border:solid 2px {color:border};
  176.  
  177. }
  178.  
  179. }
  180.  
  181. .entry {
  182. float:left;
  183. position:relative;
  184. width:500px;
  185. padding:10px;
  186. }
  187.  
  188.  
  189.  
  190. img {
  191. border: 0;
  192. max-width: 100%;}
  193.  
  194. h1 {
  195. text-align:center;
  196. font-size:12px;
  197. color:{color:title};
  198. }
  199.  
  200. #portrait img {
  201. float:left;
  202. margin-right:5px;
  203. }
  204.  
  205. #permalink {
  206. text-align:center;
  207. border-top:1px solid {color:border};
  208. position:relative;
  209. margin-top:10px;
  210. padding-top:8px;
  211. margin-bottom:20px;
  212. }
  213.  
  214.  
  215. /* QUESTION AND ANSWER */
  216.  
  217. #asker {
  218. color:{color:border};
  219. padding:10px;
  220. font-family:'georgia';
  221. font-size:15px;
  222. letter-spacing:0px;
  223. text-align:center;
  224. margin-top:0px;
  225. line-height:100%;
  226. background-color:{color:background};
  227. }
  228.  
  229. #answer {
  230. color:{color:text};
  231. padding:10px;
  232. font-family:'georgia';
  233. font-size:15px;
  234. letter-spacing:1px;
  235. text-align:left;
  236. margin-top:2px;
  237. line-height:100%;
  238. background-color:{color:post background};
  239.  
  240. }
  241.  
  242. #credit {
  243. position:fixed;
  244. bottom:7px;
  245. right:12px;
  246. }
  247.  
  248. </style>
  249.  
  250. </head>
  251.  
  252. <body>
  253.  
  254. <!--- sidebar --->
  255. {block:Pagination}
  256.  
  257. {block:NextPage}<a class="next" href="{NextPage}"><i>forward</i></a>{/block:NextPage}
  258. {block:PreviousPage}<a class="back" href="{PreviousPage}"><i>back</i></a>{/block:PreviousPage}
  259.  
  260. {block:PermalinkPagination}
  261. {block:NextPost}<a class="next" href="{NextPost}"><i>forward</i></a>{/block:NextPost}
  262. {block:PreviousPost}<a class="back" href="{PreviousPost}"><i>back</i></a>{/block:PreviousPost}
  263. {/block:PermalinkPagination}
  264.  
  265. {/block:Pagination}
  266. <div id="sidebar">
  267. <img src="{image:sidebar}">
  268. </div>
  269. <div id="links">
  270. <a href="{text:link1 url}">{text:link1}</a><br><br><br><br><br><br><br>
  271. <a href="{text:link2 url}">{text:link2}</a><br><br><br><br><br><br><br>
  272. <a href="{text:link3 url}">{text:link3}</a><br><br><br><br><br><br><br>
  273. <a href="{text:link4 url}">{text:link4}</a><br><br><br><br><br><br><br>
  274. <a href="{text:link5 url}">{text:link5}</a><br><br><br><br><br><br><br>
  275. <a href="{text:link6 url}">{text:link6}</a><br><br><br><br><br><br><br>
  276. </div>
  277. <div id="description">{Description}</div>
  278. <div id="sidebar2">
  279. <img src="{image:sidebar2}"></div>
  280.  
  281.  
  282.  
  283. <!--- POSTS --->
  284.  
  285. <div id="container">
  286. {block:posts}
  287. <div class="entry">
  288.  
  289.  
  290. {block:text}
  291. <h1>{block:title}{title}{/block:title}</h1>
  292. {body}
  293. {/block:text}
  294.  
  295. {block:Photo}
  296. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  297. {block:Caption}{Caption}{/block:Caption}
  298. {/block:Photo}
  299.  
  300. {block:Photoset}
  301. {Photoset-500}
  302. {block:Caption}{Caption}{/block:Caption}
  303. {/block:Photoset}
  304.  
  305. {block:Quote}
  306. {Quote}
  307. {block:Source}<br>—{Source}{/block:Source}
  308. {/block:Quote}
  309.  
  310. {block:Link}
  311. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  312. {block:Description}{Description}{/block:Description}
  313. {/block:Link}
  314.  
  315. {block:Chat}
  316. {block:Title}<h1>{Title}</h1>{/block:Title}
  317. {block:Lines}
  318. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  319. {/block:Lines}
  320. {/block:Chat}
  321.  
  322. {block:Audio}
  323. {AudioPlayerWhite}
  324. {block:Caption}{Caption}{/block:Caption}
  325. {/block:Audio}
  326.  
  327. {block:Video}
  328. {Video-500}
  329. {block:Caption}{Caption}{/block:Caption}
  330. {/block:Video}
  331.  
  332. {block:Answer}<div id="asker">"{Question}"<br>said {Asker}<br></span> </div><left><div style="padding:4px;margin-top:3px;">{Answer}</font></div>{/block:Answer}
  333.  
  334.  
  335. <!--- POST INFO --->
  336.  
  337. <div id="permalink">
  338. {block:Date}{TimeAgo}{/block:Date} - <a href="{PermaLink}">{NoteCountWithLabel}</a> - <a href="{ReblogUrl}" target="_blank">reblog</a>
  339.  
  340. {block:rebloggedfrom}<br><a href="{reblogparenturl}" title="{reblogparentname}">Via</a> - <a href="{reblogrooturl}" title="{reblogrootname}">Source</a>
  341. {/block:rebloggedfrom}
  342.  
  343. <br>{block:hastags}{block:tags} #<a href="{tagurl}">{tag}</a>{/block:tags}
  344. {/block:hastags}
  345. </div><!-- end of div "permalink" -->
  346. </div><!-- end of class "entry" -->
  347.  
  348. {/block:posts}
  349. {block:postnotes}{postnotes}{/block:postnotes}
  350. {/block:posts}
  351.  
  352.  
  353. </div><!-- end of div "container" -->
  354.  
  355.  
  356. <div id="credit"><br><a href="http://tommoassists.tumblr.com"><big>✖</big></a></div>
  357.  
  358.  
  359. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement