Advertisement
throianbells

theme # 2 - it's falling apart © throianbells

Sep 28th, 2014
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!---
  11. theme # 2 - it's falling apart
  12. © throianbells
  13. BASE CODE #1 BY @ AUDITORE
  14. --->
  15.  
  16.  
  17.  
  18. <meta name="text:Title" content=""/>
  19.  
  20. <meta name="color:Background" content="#fff"/>
  21.  
  22. <meta name="color:Text" content="#9C9C9C"/>
  23.  
  24. <meta name="color:Links" content="#B3B3B3"/>
  25.  
  26. <meta name="color:Hover" content="#f3f3f3"/>
  27.  
  28. <meta name="color:border" content="#ffffff"/>
  29.  
  30. <meta name="color:Sidebar" content="#ffffff"/>
  31.  
  32. <meta name="image:Sidebar" content=""/>
  33.  
  34. <meta name="text:Link 1" content="/"/>
  35.  
  36. <meta name="text:Link 1 Title" content="Link"/>
  37.  
  38. <meta name="text:Link 2" content="/"/>
  39.  
  40. <meta name="text:Link 2 Title" content="Link"/>
  41.  
  42. <meta name="text:Link 3" content="/"/>
  43.  
  44. <meta name="text:Link 3 Title" content="Link"/>
  45.  
  46. <meta name="text:Link 4" content="/"/>
  47.  
  48. <meta name="text:Link 4 Title" content="Link"/>
  49.  
  50.  
  51.  
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. body {
  57. background:{color:Background};
  58. color:{color:Text};
  59. font-family:helvetica;
  60. font-size:10px;
  61. }
  62.  
  63. a {
  64. color:{color:Links};
  65. text-decoration:none;
  66. -webkit-transition: all 0.4s ease-in-out;
  67. -moz-transition: all 0.4s ease-in-out;
  68. -o-transition: all 0.4s ease-in-out;
  69. transition: all 0.4s ease-in-out;
  70. }
  71.  
  72. a:hover {
  73. text-decoration:none;
  74. color:{color:Hover};
  75. -webkit-transition: all 0.4s ease-in-out;
  76. -moz-transition: all 0.4s ease-in-out;
  77. -o-transition: all 0.4s ease-in-out;
  78. transition: all 0.4s ease-in-out;
  79. }
  80.  
  81.  
  82. .audioinfo {margin-top:-30px;
  83. padding:10px;
  84. margin-left:25px;
  85. color:#444;
  86. background:#fafafa;}
  87.  
  88. #audioimg {float:left}
  89.  
  90. #audioimg img{opacity:0.7;
  91. transition:all 1s ease;
  92. padding:15px;
  93. width:100px;
  94. background:#f5f5f5;
  95. border:1px solid#eee;
  96. }
  97.  
  98. #audioimg img:hover{opacity:1;
  99. transition:all 1s ease;}
  100.  
  101. #audioplayer {float:right;
  102. margin-top:1px;
  103. margin-right:17px;
  104. width:27px;
  105. overflow:hidden;
  106. }
  107.  
  108. blockquote {
  109. border-left:1px solid #ededed;
  110. padding-left:10px;
  111. margin-left:6px;
  112. }
  113.  
  114. h1 {
  115. font-size:18px;
  116. font-weight:bold;
  117. letter-spacing:-1px;
  118. text-transform:lowercase;
  119. }
  120.  
  121.  
  122.  
  123.  
  124. #entries {
  125. width:500px;
  126. margin-left:600px;
  127. margin-top:50px;
  128. margin-bottom:50px;
  129. }
  130.  
  131. #post {
  132. width:500px;
  133. margin-top:50px;
  134. }
  135.  
  136.  
  137.  
  138.  
  139. #sbar {
  140. margin-left:200px;
  141. margin-top:200px;
  142. position:fixed;
  143. width:160px;
  144.  
  145. }
  146.  
  147. .image {
  148. border:solid 1px;
  149. padding:6px;
  150. border-color: {color:border};
  151. background-color:{color:Sidebar};
  152. width:150px;
  153. }
  154.  
  155. .image img {
  156. width:150px;
  157. }
  158.  
  159. .title {
  160. font-size:25px;
  161. text-align:right;
  162. margin-top:100px;
  163. font-family:calibri;
  164. text-transform:lowercase;
  165. }
  166.  
  167. .title a {
  168. color:#9C9C9C;
  169. }
  170.  
  171. .desc {
  172. margin-top:10px;
  173. text-transform:lowercase;
  174. text-align:right;
  175. word-spacing:2px;
  176. width:160px;
  177.  
  178. }
  179.  
  180. .links {
  181. margin-top:10px;
  182. border-bottom:1px solid:#ededed;
  183. padding-top:5px;
  184. text-transform:lowercase;
  185. text-align:right;
  186. word-spacing:10px;
  187. width:160px;
  188. }
  189.  
  190.  
  191.  
  192.  
  193. #pagination {
  194. position:fixed;
  195. width:480px;
  196. height:10px;
  197. font-size:10px;
  198. text-align:center;
  199. margin-left:600px;
  200. bottom:0px;
  201. opacity:0.7;
  202. padding:10px;
  203. font-family:consolas;
  204. letter-spacing:4px;
  205. background-color:#fff;
  206. }
  207.  
  208.  
  209.  
  210.  
  211. #info {
  212. text-align:left;
  213. margin-top:2px;
  214. border-bottom:1px solid #ededed;
  215. padding-bottom:5px;
  216. text-transform:lowercase;
  217. -webkit-transition: all 0.4s ease-in-out;
  218. -moz-transition: all 0.4s ease-in-out;
  219. -o-transition: all 0.4s ease-in-out;
  220. transition: all 0.4s ease-in-out;
  221. }
  222.  
  223. #tags {
  224. text-align:left;
  225. margin-top:4px;
  226. }
  227.  
  228.  
  229.  
  230.  
  231. #ask {
  232. margin-top:-55px;
  233. margin-left:80px;
  234. }
  235.  
  236. #askimg {
  237. }
  238.  
  239. #askimg img {
  240. height:64px;
  241. width:64px;
  242. border-radius:50%;
  243. -moz-box-shadow: 3px 3px 5px #888;
  244. -webkit-box-shadow: 3px 3px 5px #888;
  245. box-shadow: 3px 3px 5px #888;
  246. }
  247.  
  248. #ask2 {
  249. margin-top:50px;
  250. }
  251.  
  252. #quote {
  253. padding:10px;
  254. font-size:12px;
  255. font-style:italic;
  256. text-align:center;
  257. }
  258.  
  259. #source {
  260. text-align:center;
  261. padding:8px;
  262. }
  263.  
  264. #chat1 {
  265. border-bottom:1px solid #ededed;
  266. margin-top:10px;
  267. padding:5px;
  268. background:#f9f9f9;
  269. }
  270.  
  271. {CustomCSS}</style></head><body>
  272.  
  273. <div id="sbar">
  274.  
  275.  
  276.  
  277. <center><h1>{text:title}</h1></center>
  278.  
  279.  
  280.  
  281.  
  282. <div class="image">
  283. <img src="{image:Sidebar}">
  284. </div>
  285.  
  286.  
  287.  
  288. <div class="links">
  289. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  290. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  291. <a href="/{text:Link 3}">{text:Link 3 Title}</a>
  292. <a href="/{text:Link 4}">{text:Link 4 Title}</a>
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. </div>
  301. <div class="desc">
  302. {description}
  303. </div>
  304. </div>
  305.  
  306.  
  307.  
  308.  
  309. <div id="pagination">
  310.  
  311. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  312. {block:JumpPagination length="5"}
  313. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  314. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  315. {/block:JumpPagination}
  316. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  317.  
  318. </div>
  319.  
  320.  
  321.  
  322.  
  323. <div id="entries">
  324. {block:Posts}
  325. <div id="post">
  326.  
  327.  
  328. {block:Text}
  329. <h1>{block:Title}{Title}{/block:Title}</h1>
  330. {Body}{/block:Text}
  331.  
  332.  
  333.  
  334. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  335.  
  336.  
  337.  
  338. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340.  
  341.  
  342.  
  343. {block:Quote}
  344. <div id="quote">
  345. "{Quote}"
  346. </div>
  347. {block:Source}
  348. <div id="source">
  349. {Source}
  350. </div>
  351. {/block:Source}{/block:Quote}
  352.  
  353.  
  354.  
  355. {block:Link}<h1><a href="{URL}" {Target}>{Name} →</a></h1>{/block:Link}
  356.  
  357.  
  358.  
  359. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  360.  
  361.  
  362.  
  363. {block:Audio}
  364.  
  365. <table><tr>
  366. <td style="width: 40px;">
  367. <div id="audioimg">{block:AlbumArt}
  368. <img src="{AlbumArtURL}"/>
  369. </div>
  370. {/block:AlbumArt}</td>
  371. <td style="width: 500px;">
  372. <div id="audioplayerloh"><br>
  373. <div id="audioplayer">{AudioPlayerWhite}</div><br>
  374. <div class="audioinfo">
  375. {block:TrackName}
  376. <b>Title:</b> {TrackName}<br>{/block:TrackName}
  377. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  378. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  379. </div>
  380.  
  381. </td>
  382. </tr></table>
  383. {block:Caption}{Caption}{/block:Caption}
  384. {/block:Audio}
  385.  
  386.  
  387.  
  388. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  389.  
  390.  
  391.  
  392. {block:Answer}
  393. <div id="askimg"><img src="{AskerPortraitURL-64}"></div>
  394. <div id="ask">
  395. <div style="font-size:14px; font-weight:lighter; font-style:italic;">{Asker}</div>
  396. {Question}
  397. </div>
  398. <div id="ask2">
  399. {Answer}</div>{/block:Answer}
  400.  
  401.  
  402.  
  403.  
  404. <div id="info">
  405.  
  406. <a href="{permalink}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a> &nbsp;&nbsp; <a href="{permalink}">♥ {NoteCount}</a>
  407.  
  408. <div style="float:right;">
  409.  
  410. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} /
  411. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  412.  
  413. </div>
  414.  
  415. </div>
  416.  
  417. <div id="tags">
  418.  
  419. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  420.  
  421. </div>
  422.  
  423. {/block:Posts}
  424.  
  425. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  426.  
  427. </div>
  428.  
  429. <!--
  430. THEME MAKER CREDIT
  431. -->
  432.  
  433. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://throianbells.tumblr.com/">© THROIANBELLS</a></center></div>
  434.  
  435.  
  436.  
  437. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement