Advertisement
irrationiall

Theme #7 - A Little Death

Apr 13th, 2013
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 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=Port+Lligat+Slab' 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=""/>
  24.  
  25. <!--Links-->
  26.  
  27. <meta name="text:Link1" content="/" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link1Title" content=" "/>
  31. <meta name="text:Link2Title" content=" "/>
  32. <meta name="text:Link3Title" 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.  
  128. #entries {
  129. padding:0px;
  130. width:500px;
  131. margin-left:500px;
  132. margin-top:85px;
  133. margin-bottom: 25px;
  134. outline:1px solid #f5f5f5;
  135. outline-offset: 15px;
  136. filter:alpha(opacity=20);
  137. -moz-opacity: 0.2;
  138. -webkit-transition: all 0.9s ease;
  139. -moz-transition: all 0.9s ease;
  140. -o-transition: all 0.9s ease;
  141. }
  142.  
  143. #entries:hover {
  144. opacity: 1;
  145. filter:alpha(opacity=100);
  146. -moz-opacity: 1;
  147. -webkit-transition: all 0.9s ease;
  148. -moz-transition: all 0.9s ease;
  149. -o-transition: all 0.9s ease;
  150. }
  151.  
  152.  
  153. #post {
  154. width:500px;
  155. padding-bottom:0px;
  156. font-family:consolas;
  157. opacity: 0.2;
  158. filter:alpha(opacity=20);
  159. -moz-opacity: 0.2;
  160. -webkit-transition: all 0.9s ease;
  161. -moz-transition: all 0.9s ease;
  162. -o-transition: all 0.9s ease;
  163. }
  164.  
  165. #post:hover {
  166. opacity: 1;
  167. filter:alpha(opacity=100);
  168. -moz-opacity: 1;
  169. -webkit-transition: all 0.9s ease;
  170. -moz-transition: all 0.9s ease;
  171. -o-transition: all 0.9s ease;
  172. }
  173.  
  174.  
  175. #sidebar {
  176. width:250px;
  177. position:fixed;
  178. margin-left:140px;
  179. margin-top:120px;
  180. opacity:1;
  181. border-left: 1px solid #eee;
  182. border-right: 1px solid #eee;
  183. }
  184.  
  185. #sidebarimage img{
  186. width:150px;
  187. height: 180px;
  188. padding:3px;
  189. margin-left: 50px;
  190. opacity: 0.8;
  191. }
  192.  
  193. #links {
  194. font-family:times new roman;
  195. font-size:8px;
  196. opacity:0.8;
  197. text-align:center;
  198. letter-spacing:1px;
  199. text-transform:uppercase;
  200. font-style: italic;
  201. padding-bottom:5px;
  202. width: 140px;
  203. margin-top:10px;
  204. margin-left:58px;
  205. }
  206.  
  207. #links a{
  208. display:block;
  209. background:#000;
  210. color: #fff;
  211. padding: 3px;
  212. opacity:1;
  213. letter-spacing:1px;
  214. -webkit-transition: .7s;
  215. -moz-transition: 1.0s;
  216. border-bottom: 1px solid #eee;
  217.  
  218. }
  219.  
  220. #links a:hover{
  221. opacity:1;
  222. color:#000;
  223. text-shadow: 2px 2px #eee;
  224. -webkit-transition: .7s;
  225. -moz-transition: .7s;
  226. background:{color:background};
  227. letter-spacing: 5px;
  228.  
  229. }
  230.  
  231. #description {
  232. padding:4px;
  233. font-size:9px;
  234. font-style:italic;
  235. text-transform: lowercase;
  236. position:fixed;
  237. opacity: 1;
  238. text-align:center;
  239. margin-top:144px;
  240. margin-left:215px;
  241. background: #fff;
  242. width: 100px;
  243. height: 130px;
  244. outline: 2px solid #eee;
  245. outline-offset: 5px;
  246. }
  247.  
  248.  
  249.  
  250. #pagination {
  251. font-size:20px;
  252. text-align:center;
  253. color:{color:link};
  254. font-family:consolas;
  255. letter-spacing:2px;
  256. margin-left:200px;
  257. margin-top: 80px;
  258. position:fixed;
  259. }
  260.  
  261. #info {
  262. font-family:consolas;
  263. width:490px;
  264. margin-top:9px;
  265. padding:2px;
  266. padding-left:8px;
  267. font-size:8px;
  268. color:#fff;
  269. background:#000;
  270. text-transform:uppercase;
  271. letter-spacing:2px;
  272. text-align:center;
  273. -moz-transition-duration:0.5s;
  274. -webkit-transition-duration:0.5s;
  275. -o-transition-duration:0.5s;
  276. }
  277.  
  278. #info a {
  279. color:#fff;
  280. text-align:right;
  281. letter-spacing:1px;
  282. font-style:normal;
  283. }
  284.  
  285. #info a:hover {
  286. color:#fff;
  287. }
  288.  
  289. .caption {
  290. width:500px;
  291. text-align:justify;
  292. line-height:120%;
  293. }
  294.  
  295. .question {
  296. padding:20px;
  297. text-align:left;
  298. color:{color:text};
  299. background-color:{color:askbg};
  300. }
  301.  
  302. .answer {
  303. text-align:left;
  304. padding:20px;
  305. color:{color:text};
  306. }
  307.  
  308. .music {
  309. width:500px;
  310. padding-bottom:10px;
  311. background-color:{color:askbg};
  312. }
  313.  
  314. .albumart {
  315. float:left;
  316. padding:0px 10px 10px 0px;
  317. }
  318.  
  319. .albumart img {
  320. width:45px;
  321. height:45px;
  322. }
  323.  
  324. .playercontainer {
  325. text-align:left;
  326. padding:10px;
  327. background-color:#ffffff;
  328. width:480px;
  329. }
  330.  
  331. .musicinfo {
  332. padding:10px;
  333. color:{color:text};
  334. }
  335.  
  336. .postnote {
  337. text-transform:uppercase;
  338. font-style:normal;
  339. letter-spacing:0px;
  340. font-size: 9px;
  341. text-align:left;
  342. line-height:90%;
  343. margin-left:-40px;
  344. }
  345.  
  346. .postnote li {
  347. list-style-type:none;
  348. border-bottom:1px dashed #f5f5f5;
  349. padding:10px 25px 10px 25px;
  350. text-align:left;
  351. margin:0px;
  352. -moz-transition-duration:0.5s;
  353. -webkit-transition-duration:0.5s;
  354. -o-transition-duration:0.5s;
  355. }
  356.  
  357. .tags {
  358. font-family:verdana
  359. font-style:normal;
  360. width:500px;
  361. text-transform:uppercase;
  362. font-style:normal;
  363. color:{color:tags};
  364. letter-spacing:2px;
  365. line-height:120%;
  366. font-size:8px;
  367. text-align:right;
  368. padding:2px;
  369. -moz-transition-duration:0.5s;
  370. -webkit-transition-duration:0.5s;
  371. -o-transition-duration:0.5s;
  372. }
  373.  
  374. .tags a {
  375. color:{color:text};
  376. letter-spacing:1px;
  377. padding:1px;
  378. }
  379.  
  380. .tags a:hover {
  381. color:#f1f1f1;
  382. }
  383.  
  384. ul.chat, .chat ol, .chat li {
  385. list-style:none;
  386. margin:0px;
  387. padding:2px;
  388. }
  389.  
  390. .tab {
  391. text-decoration:underline;
  392. font-weight:700;
  393. background-color:#000;
  394. margin-right:5px;
  395. }
  396.  
  397.  
  398.  
  399.  
  400. {CustomCSS}</style></head><body>
  401.  
  402.  
  403. <div id="sidebar">
  404. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  405. <div id="links">
  406. <p><a href="/">home</a></p>
  407. <p><a href="/ask">ask</a></p>
  408. <p>{block:ifLink1}<a href="{text:Link1}">{text:Link1Title}</a>{/block:ifLink1}</p>
  409. <p>{block:ifLink2}<a href="{text:Link2}">{Text:Link2Title}</a>{/block:ifLink2}</p>
  410. <p>{block:ifLink3}<a href="{text:Link3}">{Text:Link3Title}</a>{/block:ifLink3}</p>
  411. </div></div>
  412.  
  413. <div id="description"><br>{Description}</br></div>
  414.  
  415. {block:Pagination}
  416. <div id="pagination">
  417. {block:PreviousPage}
  418. <a href="{PreviousPage}">«</a>
  419. {/block:PreviousPage}
  420. {block:NextPage}
  421. <a href="{NextPage}">»</a>
  422. {/block:NextPage}
  423. </div>
  424. {/block:Pagination}
  425. </div>
  426.  
  427.  
  428.  
  429. <div id="post">
  430.  
  431. {block:Posts}</div>
  432.  
  433. <div id="entries">
  434.  
  435. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  436.  
  437. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  440.  
  441. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  446.  
  447. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>
  448. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  449.  
  450. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  451.  
  452. {block:Answer}<div class="question">{Asker} was like: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  453.  
  454. {block:Date}<div id="info">{TimeAgo} / <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  455. {block:ContentSource} (source:<a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}</div>{/block:Date}
  456. {block:HasTags}
  457. <div class="tags">
  458. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  459. {/block:HasTags}
  460. <div class="postnote">
  461. {block:PostNotes}{PostNotes}{/block:PostNotes}
  462.  
  463. </div>
  464. </div>
  465. {/block:Posts}
  466.  
  467. <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://i50.tinypic.com/2en0nsp.png"></a></div>
  468.  
  469. </body>
  470.  
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement