irrationiall

Theme #16 - Did We Ever Really Try

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