irrationiall

Theme #17 - Until We Bleed

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