Advertisement
irrationiall

Theme #11 - Living Dead

May 4th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  11.  
  12. <!--Default Variables-->
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#333333"/>
  17. <meta name="color:Link" content="#717581"/>
  18. <meta name="color:Hover" content="#333333"/>
  19. <meta name="color:askbg" content="#f5f5f5"/>
  20.  
  21.  
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content="http://static.tumblr.com/smal9bi/CFAmmaib4/zayn.png"/>
  24.  
  25. <!--Links-->
  26.  
  27. <meta name="text:Link1" content="/"/>
  28. <meta name="text:Link1 Title" content="" />
  29. <meta name="text:Link2" content="/"/>
  30. <meta name="text:Link2 Title" content="" />
  31. <meta name="text:Link3" content="/"/>
  32. <meta name="text:Link3 Title" content="" />
  33.  
  34. <style type="text/css">
  35.  
  36.  
  37. ::-webkit-scrollbar {height: auto;width: 6px;}
  38. ::-webkit-scrollbar-thumb {background-color: #fff;}
  39. ::-webkit-scrollbar-track{background-color: #fff;}
  40.  
  41. body {
  42. background:{color:background};
  43. background-image: url('{image:background}') no-repeat fixed center;;
  44. margin:0px;
  45. color:{color:text};
  46. font-family:consolas;
  47. font-size:10px;
  48. line-height:100%;
  49. }
  50.  
  51. a {
  52. text-decoration:none;
  53. outline:none;
  54. -moz-outline-style:none;
  55. color:{color:link};
  56. -webkit-transition: all 0.5s ease;
  57. -moz-transition: all 0.5s ease;
  58. -o-transition: all 0.5s ease
  59. }
  60.  
  61. img {
  62. border:none;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. border-left:1px solid;
  68. }
  69.  
  70. h1 {
  71. font-size:12px;
  72. font-family:consolas;
  73. text-transform:uppercase;
  74. }
  75.  
  76. a:hover {
  77. opacity:10;
  78. color:{color:hover};
  79. -webkit-transition: all 0.7s ease;
  80. -moz-transition: all 0.7s ease;
  81. -o-transition: all 0.7s ease
  82. }
  83.  
  84. small{
  85. font-size:9px;
  86. line-height:110%
  87. }
  88.  
  89. big {
  90. font-size:12px;
  91. line-height:110%
  92. }
  93.  
  94. b, strong{
  95. color:{color:text}
  96. }
  97. i, em {
  98. color:{color:text}
  99. }
  100. p{
  101. margin-top:5px;
  102. margin-bottom:5px
  103. }
  104. blockquote {
  105. padding:0px;
  106. padding-left:5px;
  107. margin:5px;
  108. border-left:1px dotted {color:text}
  109. }
  110.  
  111. blockquote img {
  112. max-width:300px
  113. }
  114.  
  115. ul, li img {
  116. max-with:250px
  117. }
  118.  
  119. .audio {width:500px;height:160px;}
  120. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  121. .albumart img {width:150px;height:150px;float:left;}
  122. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  123. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  124. overflow:hidden;background-color:white;}
  125. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  126.  
  127. #entries {
  128. padding:0px;
  129. width:500px;
  130. margin-left:600px;
  131. margin-top:85px;
  132. margin-bottom: 25px;
  133. filter:alpha(opacity=20);
  134. -moz-opacity: 0.2;
  135. -webkit-transition: all 0.9s ease;
  136. -moz-transition: all 0.9s ease;
  137. -o-transition: all 0.9s ease;
  138. }
  139.  
  140. #entries:hover {
  141. opacity: 1;
  142. filter:alpha(opacity=100);
  143. -moz-opacity: 1;
  144. -webkit-transition: all 0.9s ease;
  145. -moz-transition: all 0.9s ease;
  146. -o-transition: all 0.9s ease;
  147. }
  148.  
  149.  
  150. #post {
  151. width:500px;
  152. padding-bottom:0px;
  153. font-family:consolas;
  154. opacity: 0.2;
  155. filter:alpha(opacity=20);
  156. -moz-opacity: 0.2;
  157. -webkit-transition: all 0.9s ease;
  158. -moz-transition: all 0.9s ease;
  159. -o-transition: all 0.9s ease;
  160. }
  161.  
  162. #post:hover {
  163. opacity: 1;
  164. filter:alpha(opacity=100);
  165. -moz-opacity: 1;
  166. -webkit-transition: all 0.9s ease;
  167. -moz-transition: all 0.9s ease;
  168. -o-transition: all 0.9s ease;
  169. }
  170.  
  171. #title {
  172. position:fixed;
  173. margin-top:80px;
  174. margin-left: 60px;
  175. text-align: center;
  176. font-family: Sacramento;
  177. font-size: 25px;
  178. font-style:italic;
  179. width: 400px;
  180. text-shadow: 2px 2px #eee;
  181. }
  182.  
  183. #left {
  184. display: inline-block;
  185. width: 100px;
  186. height: 200px;
  187. overflow: hidden;
  188. }
  189.  
  190. #middle {
  191. display: inline-block;
  192. width: 150px;
  193. height: 200px;
  194. overflow: hidden;
  195. }
  196.  
  197. #right {
  198. display: inline-block;
  199. width: 100px;
  200. height: 200px;
  201. overflow: hidden;
  202. }
  203.  
  204. #sidebar {
  205. width:400px;
  206. position:fixed;
  207. margin-left:110px;
  208. margin-top:140px;
  209. opacity:1;
  210. }
  211.  
  212. #sidebarimage img{
  213. width:350px;
  214. height: 300px;
  215. padding: 3px;
  216. margin-left: 40px;
  217. opacity: 0.6;
  218. }
  219.  
  220. #links {
  221. font-family:trebuchet ms;
  222. font-size:10px;
  223. opacity:0;
  224. text-align:center;
  225. padding-top:30px;
  226. letter-spacing:5px;
  227. text-transform:uppercase;
  228. padding-bottom:5px;
  229. width: 100px;
  230. margin-top:-242px;
  231. margin-left:151px;
  232. position: fixed;
  233. -webkit-transition: 1.0s;
  234. -moz-transition: 1.0s;
  235. }
  236.  
  237. #links:hover {
  238. -webkit-transition: 2.0s;
  239. -moz-transition: 2.0s;
  240. opacity:1;
  241. }
  242.  
  243. #links a{
  244. display:block;
  245. margin-top:23px;
  246. height: 13px;
  247. text-align: center;
  248. background:#fff;
  249. padding: 2px;
  250. opacity:1;
  251. letter-spacing:3px;
  252. -webkit-transition: .7s;
  253. -moz-transition: 2.0s;
  254. }
  255.  
  256. #links a:hover{
  257. opacity: 1;
  258. color:{color:link};
  259. letter-spacing: 8px;
  260. -webkit-transition: 1.0s;
  261. -moz-transition: 1.0s;
  262. background:transparent;
  263. }
  264.  
  265. #description {
  266. font-family: trebuchet ms;
  267. padding:4px;
  268. font-size:9px;
  269. font-style:italic;
  270. text-transform: lowercase;
  271. position:fixed;
  272. opacity:0;
  273. text-align:justify;
  274. margin-top:-195px;
  275. margin-left:46.5px;
  276. width: 41px;
  277. height: 180px;
  278. overflow:auto;
  279. background: {color:background};
  280. -webkit-transition: all 1.9s ease;
  281. -moz-transition: all 1.9s ease;
  282. -o-transition: all 1.9s ease;
  283. }
  284.  
  285.  
  286. #description:hover {
  287. opacity:0.9;
  288. filter:alpha(opacity=100);
  289. -moz-opacity: 1;
  290. -webkit-transition: all 1.9s ease;
  291. -moz-transition: all 1.9s ease;
  292. -o-transition: all 1.9s ease;
  293. }
  294.  
  295.  
  296. #pagination {
  297. font-family: trebuchet ms;
  298. font-size:9px;
  299. opacity:0;
  300. text-align:center;
  301. color:{color:text};
  302. margin-left:307.5px;
  303. margin-top: -196px;
  304. background: {color:background};
  305. height: 190px;
  306. width: 48px;
  307. -webkit-transition: 1.9s ease;
  308. -moz-transition: 1.9s ease;
  309. -o-transition: 1.9s ease;
  310. }
  311.  
  312. #pagination:hover {
  313. opacity:1;
  314. background: {color:background};
  315. filter:alpha(opacity=100);
  316. transition-duration: 9s;
  317. -webkit-transition-duration: 9s;
  318. -webkit-transition: all 1.9s ease;
  319. -moz-transition: all 1.9s ease;
  320. -o-transition: all 1.9s ease;
  321. }
  322.  
  323. #info {
  324. font-family:consolas;
  325. width:490px;
  326. margin-top:20px;
  327. padding-left:8px;
  328. font-size:7.5px;
  329. color:{color:link};
  330. text-transform:uppercase;
  331. letter-spacing:2px;
  332. text-align:left;
  333. border-left: 1px solid #eee;
  334. border-bottom: 1px solid #eee;
  335. outline: 1px solid #eee;
  336. outline-offset:6px;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. #info a {
  343. color:{color:link};
  344. text-align:right;
  345. letter-spacing:1px;
  346. font-style:normal;
  347. }
  348.  
  349. #info a:hover {
  350. color:{color:hover};
  351. }
  352.  
  353. .caption {
  354. width:500px;
  355. text-align:justify;
  356. line-height:120%;
  357. }
  358.  
  359. .question {
  360. padding:20px;
  361. text-align:center;
  362. color:{color:text};
  363. background-color:{color:askbg};
  364. }
  365.  
  366. .answer {
  367. text-align:left;
  368. padding:20px;
  369. color:{color:text};
  370. }
  371.  
  372. .music {
  373. width:500px;
  374. padding-bottom:10px;
  375. background-color:{color:askbg};
  376. }
  377.  
  378. .albumart {
  379. float:left;
  380. padding:0px 10px 10px 0px;
  381. }
  382.  
  383. .albumart img {
  384. width:45px;
  385. height:45px;
  386. }
  387.  
  388. .playercontainer {
  389. text-align:left;
  390. padding:10px;
  391. background-color:#ffffff;
  392. width:480px;
  393. }
  394.  
  395. .musicinfo {
  396. padding:10px;
  397. color:{color:text};
  398. }
  399.  
  400. .postnote {
  401. text-transform:uppercase;
  402. font-style:normal;
  403. letter-spacing:0px;
  404. font-size: 9px;
  405. text-align:left;
  406. line-height:90%;
  407. margin-left:-40px;
  408. }
  409.  
  410. .postnote li {
  411. list-style-type:none;
  412. border-bottom:1px dashed #f5f5f5;
  413. padding:10px 25px 10px 25px;
  414. text-align:left;
  415. margin:0px;
  416. -moz-transition-duration:0.5s;
  417. -webkit-transition-duration:0.5s;
  418. -o-transition-duration:0.5s;
  419. }
  420.  
  421. .tags {
  422. font-family:verdana
  423. font-style:normal;
  424. width:500px;
  425. margin-top:10px;
  426. text-transform:uppercase;
  427. font-style:normal;
  428. color:{color:tags};
  429. letter-spacing:2px;
  430. line-height:120%;
  431. font-size:8px;
  432. text-align:right;
  433. padding:2px;
  434. -moz-transition-duration:0.5s;
  435. -webkit-transition-duration:0.5s;
  436. -o-transition-duration:0.5s;
  437. }
  438.  
  439. .tags a {
  440. color:{color:text};
  441. letter-spacing:1px;
  442. padding:1px;
  443. }
  444.  
  445. .tags a:hover {
  446. color:#f1f1f1;
  447. }
  448.  
  449. ul.chat, .chat ol, .chat li {
  450. list-style:none;
  451. margin:0px;
  452. padding:2px;
  453. }
  454.  
  455. .tab {
  456. text-decoration:underline;
  457. font-weight:700;
  458. background-color:#000;
  459. margin-right:5px;
  460. }
  461.  
  462.  
  463.  
  464.  
  465. {CustomCSS}</style></head><body>
  466.  
  467.  
  468.  
  469. <div id="sidebar">
  470. <div id="sidebarimage"><div id="left"><img src="{image:Sidebar}"></div>
  471. <div id="middle"><img src="{image:Sidebar}"></div>
  472. <div id="right"><img src="{image:Sidebar}"></div>
  473. <div id="links">
  474. <p><a href="/">home</a></p>
  475. <p><a href="/ask">mail</a></p>
  476. <p>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</p>
  477. <p>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</p>
  478. <p>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</p>
  479. </div>
  480.  
  481. <div id="description"><br>{Description}<br></br></div>
  482.  
  483. {block:Pagination}
  484. <div id="pagination">
  485. {block:PreviousPage}
  486. <a href="{PreviousPage}"><br><br><br><br>behind</a>
  487. {/block:PreviousPage}
  488. {block:NextPage}
  489. <a href="{NextPage}"><br><br><br><br>forward</a>
  490. {/block:NextPage}
  491. </div>
  492. {/block:Pagination}
  493.  
  494.  
  495. </div></div>
  496.  
  497.  
  498.  
  499. <div id="post">
  500.  
  501. {block:Posts}</div>
  502.  
  503. <div id="entries">
  504.  
  505. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  506.  
  507. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  508.  
  509. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  510.  
  511. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  512.  
  513. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  514.  
  515. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  516.  
  517. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>
  518. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  519.  
  520. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  521.  
  522. {block:Answer}<div class="question">{Asker} was like: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  523.  
  524. {block:Date}<div id="info">{TimeAgo} - <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  525. {block:ContentSource} - {origin:<a href="{SourceURL}">{SourceLink}</a>}{/block:ContentSource}</div>{/block:Date}
  526.  
  527. {block:HasTags}
  528. <div class="tags">
  529. filed under: {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
  530. {/block:HasTags}
  531. <div class="postnote">
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533.  
  534. </div>
  535. </div>
  536. {/block:Posts}
  537.  
  538. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 10px; right: 5px; text-transform:lowercase;"><a href="http://elctra.tumblr.com"><img src="http://static.tumblr.com/smal9bi/u8tmmailb/icon_2.png"></a></div>
  539.  
  540. </body>
  541.  
  542. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement