irrationiall

Theme #20 - Unbelievers

Jun 12th, 2013
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.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=Raleway' 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="#000000"/>
  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:asklink" content="#eee"/>
  23. <meta name="color:sidebar strip" content="#006363"/>
  24. <meta name="color:scrollbar" content="#000"/>
  25. <meta name="color:askfont" content="#fff"/>
  26. <meta name="color:tabfont" content="#fff"/>
  27. <meta name="image:Sidebar" content=""/>
  28.  
  29. <!--Links-->
  30. <meta name="text:Home Link" content="/"/>
  31. <meta name="text:Home Link Title" content="home" />
  32. <meta name="text:Ask Link" content="/ask"/>
  33. <meta name="text:Ask Link Title" content="mail" />
  34. <meta name="text:Link1" content="/"/>
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="/"/>
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="/"/>
  39. <meta name="text:Link3 Title" content="" />
  40.  
  41. <style type="text/css">
  42.  
  43. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  44.  
  45.  
  46. ::-webkit-scrollbar-thumb {
  47.  
  48. background-color: {color:scrollbar};
  49.  
  50. border: 2px solid {color:background};
  51.  
  52. height:auto;
  53.  
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57.  
  58. height:9px;
  59.  
  60. width:9px;
  61.  
  62. background-color: {color:scrollbar};
  63.  
  64. border: 4px solid {color:background};
  65.  
  66. }
  67.  
  68. ::selection {
  69.  
  70. background-color:{color:background};
  71.  
  72. }
  73.  
  74. body {
  75. background:{color:background};
  76. background-image: url;
  77. background-attachment: fixed;
  78. color:{color:text};
  79. font-family:raleway;
  80. font-size:10px;
  81. line-height:100%;
  82. }
  83.  
  84. a {
  85. text-decoration:none;
  86. outline:none;
  87. -moz-outline-style:none;
  88. color:#000;
  89. -webkit-transition: all 0.5s ease;
  90. -moz-transition: all 0.5s ease;
  91. -o-transition: all 0.5s ease
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:1px solid;
  101. }
  102.  
  103. h1 {
  104. font-size:12px;
  105. font-family:raleway;
  106. text-align: center;
  107. }
  108.  
  109. a:hover {
  110. opacity:10;
  111. color:{color:hover};
  112. -webkit-transition: all 0.7s ease;
  113. -moz-transition: all 0.7s ease;
  114. -o-transition: all 0.7s ease
  115. }
  116.  
  117. small{
  118. font-size:9px;
  119. line-height:110%
  120. }
  121.  
  122. big {
  123. font-size:12px;
  124. line-height:110%
  125. }
  126.  
  127. b, strong{
  128. color:{color:bold text};
  129. }
  130. i, em {
  131. color:{color:italic text};
  132. }
  133. p{
  134. margin-top:5px;
  135. margin-bottom:5px
  136. }
  137. blockquote {
  138. padding:0px;
  139. padding-left:5px;
  140. margin:5px;
  141. border-left:3px solid {color:blockquote};
  142. }
  143.  
  144. blockquote img {
  145. max-width:300px
  146. }
  147.  
  148. ul, li img {
  149. max-with:250px
  150. }
  151.  
  152. .audio {width:500px;height:160px;}
  153. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  154. .albumart img {width:150px;height:150px;float:left;}
  155. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  156. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  157. overflow:hidden;background-color:white;}
  158. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  159.  
  160. 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; }
  161.  
  162. #entries {
  163. padding:0px;
  164. width:500px;
  165. margin-left:640px;
  166. margin-top:105px;
  167. margin-bottom: 25px;
  168. }
  169.  
  170.  
  171.  
  172. #post {
  173. width:500px;
  174. padding-bottom:0px;
  175. font-family:consolas;
  176. background: {color:background};
  177.  
  178. }
  179.  
  180. #liner {
  181. position:fixed;
  182. height: 1000px;
  183. margin-top:-150px;
  184. margin-left:356px;
  185. border-left:1px solid #eee;
  186. background-color: {color:sidebar strip};
  187. width:45px;
  188. z-index: -1;
  189. }
  190.  
  191. #sidebar {
  192. width:400px;
  193. position:fixed;
  194. margin-left:-190px;
  195. margin-top:-30px;
  196. opacity:1;
  197. }
  198.  
  199.  
  200. #sidebarimage img{
  201. padding:5px;
  202. margin-left: 235px;
  203. margin-top: 70px;
  204. width: 250px;
  205. height:250px;
  206. -webkit-transition: 0.6s;
  207. outline:1px solid #eee;
  208. }
  209.  
  210. #container
  211. {
  212. width: 250px;
  213. height: 210px;
  214. overflow: hidden;
  215. position: fixed;
  216. background: transparent;
  217. margin-left:387px;
  218. margin-top:30px;
  219. -webkit-transition: 0.9s;
  220. -moz-transition: .9s;
  221. z-index:1;
  222.  
  223. }
  224.  
  225. #tab
  226. {
  227. display: inline-block;
  228. font-family: bebas neue;
  229. vertical-align: top;
  230. word-wrap: break-word;
  231. text-align: center;
  232. width: 34px;
  233. height: 200px;
  234. line-height:50px;
  235. font-size: 50px;
  236. background: {color:sidebar strip};
  237. margin-left:13px;
  238. color:{color:tabfont};
  239. -webkit-transition: 0.9s;
  240. -moz-transition: .9s;
  241. position:fixed;
  242. z-index:1;
  243. }
  244.  
  245. #ask
  246. {
  247. display: inline-block;
  248. vertical-align: top;
  249. width: 200px;
  250. height:200px;
  251. margin-left: -200px;
  252. background: {color:sidebar strip};
  253. color:{color:tabfont};
  254. -webkit-transition: 0.9s;
  255. -moz-transition: .9s;
  256. }
  257.  
  258. #container:hover #ask
  259. {
  260. margin-left: 10px;
  261. -webkit-transition: 0.9s;
  262. -moz-transition: .9s;
  263. }
  264.  
  265. #container:hover #tab
  266. {
  267. margin-left: 0px;
  268. -webkit-transition: 0.9s;
  269. -moz-transition: .9s;
  270. }
  271.  
  272.  
  273. #containers
  274. {
  275. width: 290px;
  276. height: 240px;
  277. overflow: hidden;
  278. position: fixed;
  279. background: transparent;
  280. margin-left:390px;
  281. margin-top:225px;
  282. -webkit-transition: 0.9s;
  283. -moz-transition: .9s;
  284. }
  285.  
  286. #tabs
  287. {
  288. display: inline-block;
  289. font-family: bebas neue;
  290. vertical-align: top;
  291. word-wrap: break-word;
  292. position:fixed;
  293. text-align: center;
  294. width: 33px;
  295. height: 192px;
  296. line-height: 64px;
  297. background: {color:asklink};
  298. font-size: 50px;
  299. margin-left:11px;
  300. margin-top:3px;
  301. color:{color:tabfont};
  302. -webkit-transition: 0.9s;
  303. -moz-transition: .9s;
  304. }
  305.  
  306. #asks
  307. {
  308. display: inline-block;
  309. vertical-align: top;
  310. width: 250px;
  311. height: 200px;
  312. margin-left: -250px;
  313. margin-top:5px;
  314. -webkit-transition: 0.9s;
  315. -moz-transition: .9s;
  316. background:transparent;
  317. color:#fff;
  318. font-family:consolas;
  319. font-size:10px;
  320. text-transform:lowercase;
  321. }
  322.  
  323. #containers:hover #asks
  324. {
  325. margin-left: 8px;
  326. -webkit-transition: 0.9s;
  327. -moz-transition: .9s;
  328. }
  329.  
  330. #containers:hover #tabs
  331. {
  332. margin-left: -3px;
  333. -webkit-transition: 0.9s;
  334. -moz-transition: .9s;;
  335. }
  336.  
  337. #links {
  338. font-family:bebas neue;
  339. font-size:20px;
  340. opacity:1;
  341. text-align:center;
  342. padding-top:30px;
  343. letter-spacing:0px;
  344. text-transform:lowercase;
  345. line-height:100%;
  346. padding-bottom:0px;
  347. margin-top:10px;
  348. margin-left:240px;
  349. position: fixed;
  350. padding: 0px;
  351. width: 250px;
  352. }
  353.  
  354. #links a:hover{
  355. -webkit-transition: 0.7s;
  356. -moz-transition: .7s;
  357. background:transparent;
  358. color: transparent;
  359. text-shadow: 0 0 5px rgba(0,0,0,0.5);
  360. }
  361.  
  362. #links a{
  363. text-align:center;
  364. padding: 2px;
  365. opacity:1;
  366. letter-spacing:1px;
  367. -webkit-transition: .7s;
  368. -moz-transition: .7s;
  369. color: {color:link};
  370. background:transparent;
  371. }
  372.  
  373.  
  374. #description {
  375. font-family: bebas neue;
  376. line-height:100%;
  377. color: #000;
  378. border-top: 1px solid #eee;
  379. padding:4px;
  380. font-size:16px;
  381. letter-spacing: 1px;
  382. font-style:;
  383. text-transform:lowercase;
  384. position:fixed;
  385. opacity:1;
  386. text-align:justify;
  387. margin-top:40px;
  388. margin-left:250px;
  389. width: 220px;
  390. max-height: 350px;
  391. overflow:auto;
  392. background: transparent;
  393. position: fixed;
  394. -webkit-transition: 0.6s;
  395. }
  396.  
  397. #description a{
  398. color: {color:link};
  399. }
  400.  
  401.  
  402.  
  403. #pagination {
  404. font-size:20px;
  405. color:#fff;
  406. font-family:BEBAS NEUE;
  407. letter-spacing:0px;
  408. margin-left:270px;
  409. margin-top: -305px;
  410. line-height: 220%;
  411. }
  412.  
  413. #pagination a{
  414. color: {color:link};
  415. }
  416.  
  417. #info {
  418. font-family:bebas neue;
  419. width:490px;
  420. margin-top:-4px;
  421. margin-left:-5px;
  422. line-height: 100%;
  423. padding:0px;
  424. padding-left:8px;
  425. font-size:12px;
  426. color: {color:link};
  427. text-transform:uppercase;
  428. font-style:;
  429. letter-spacing:2px;
  430. text-align:right;
  431. -moz-transition-duration:0.5s;
  432. -webkit-transition-duration:0.5s;
  433. -o-transition-duration:0.5s;
  434. margin-top: 23px;
  435. }
  436.  
  437.  
  438. #info a:hover {
  439. color:{color:hover};
  440. }
  441.  
  442. .date {
  443. font-family: bebas neue;
  444. font-size:12px;
  445. background-color:transparent;
  446. color: #000;
  447. width:100px;
  448. padding:0px;
  449. text-align: left;
  450. }
  451.  
  452. .date a{
  453. color: #000;
  454. }
  455.  
  456.  
  457. .notes {
  458. border-top: 1px solid #000;
  459. margin-top: -5px;
  460. margin-left: 0px;
  461. padding-top: 5px;
  462. font-family: bebas neue;
  463. font-size:12px;
  464. color: #000;
  465. width: 100px;
  466. text-align: left;
  467. }
  468.  
  469. .source {
  470. margin-top: 10px;
  471. margin-left:0px;
  472. color: #000;
  473. opacity:1;
  474. text-align: center;
  475. }
  476.  
  477. .caption {
  478. width:500px;
  479. text-align:justify;
  480. line-height:120%;
  481. }
  482.  
  483. .question {
  484. width: 400px;
  485. margin-left:50px;
  486. padding:10px;
  487. text-align:left;
  488. color:{color:askfont};
  489. background-color:{color:askbg};
  490. line-height: 130%;
  491. font-style:italic;
  492. }
  493.  
  494. .question a{
  495. background-color: {color:askbg};
  496. padding: 3px;
  497. color: #fff;
  498. font-family: raleway;
  499. font-style: none;
  500. font-size:11px;
  501. }
  502.  
  503. #tri {
  504. width: 0px;
  505. height: 0px;
  506. border-style: solid;
  507. border-width: 10px 20px 5px 0;
  508. border-color: transparent {color:askbg} transparent transparent;
  509. margin-left:30px;
  510. margin-top:10px;
  511. position:absolute;
  512. z-index:-4;
  513. }
  514.  
  515. .icon {
  516. position:absolute;
  517. margin-top:5px;
  518. z-index:-4;
  519. }
  520.  
  521. .icon img{
  522. outline:3px solid {color:askbg};
  523. outline-offset:2px;
  524. }
  525.  
  526.  
  527. .answer {
  528. text-align:center;
  529. padding:10px;
  530. color:{color:text};
  531.  
  532. }
  533.  
  534. .music {
  535. padding:0px;
  536. position:relative;
  537. }
  538.  
  539. .albumart {
  540. float:left;
  541. padding:0px 10px 10px 0px;
  542. }
  543.  
  544. .albumart img {
  545. width:35px;
  546. height:35px;
  547. }
  548.  
  549. .playercontainer {
  550. text-align:left;
  551. padding:10px;
  552. background-color:#ffffff;
  553. width:480px;
  554. }
  555.  
  556. .musicinfo {
  557. padding:10px;
  558. color:{color:text};
  559. }
  560.  
  561. .postnote {
  562. text-transform:lowercase;
  563. font-style:normal;
  564. letter-spacing:0px;
  565. font-size: 9px;
  566. text-align:left;
  567. line-height:90%;
  568. margin-left:0px;
  569. margin-top:20px;
  570. }
  571.  
  572. .postnote li {
  573. list-style-type:none;
  574. border-bottom:1px dashed #f5f5f5;
  575. padding:10px 25px 10px 25px;
  576. text-align:left;
  577. margin-left:-110px;
  578. -moz-transition-duration:0.5s;
  579. -webkit-transition-duration:0.5s;
  580. -o-transition-duration:0.5s;
  581. }
  582.  
  583. .tags {
  584. font-family:raleway;
  585. font-style:normal;
  586. width:500px;
  587. text-transform:uppercase;
  588. font-style:normal;
  589. color:#000;
  590. letter-spacing:2px;
  591. line-height:120%;
  592. font-size:8px;
  593. text-align:right;
  594. margin-top:11px;
  595. padding:2px;
  596. -moz-transition-duration:0.5s;
  597. -webkit-transition-duration:0.5s;
  598. -o-transition-duration:0.5s;
  599. opacity:1;
  600.  
  601. }
  602.  
  603. .tags a {
  604. color:{color:text};
  605. letter-spacing:1px;
  606. padding:1px;
  607. }
  608.  
  609. .tags a:hover {
  610. color:#f1f1f1;
  611. }
  612.  
  613. ul.chat, .chat ol, .chat li {
  614. list-style:none;
  615. margin:0px;
  616. padding:2px;
  617. }
  618.  
  619. .tab {
  620. text-decoration:underline;
  621. font-weight:700;
  622. background-color:#000;
  623. margin-right:5px;
  624. }
  625.  
  626.  
  627.  
  628.  
  629. {CustomCSS}</style></head><body>
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637. <div id="sidebar">
  638. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  639. <div id="description">{Description}</div>
  640. <div id="links">
  641. <a href="{text:home link}">{text:home link title}</a>
  642. <a href="{text:ask link}">{text:ask link title}</a>
  643. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  644. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  645. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  646. </div>
  647. {block:Pagination}
  648. <div id="pagination">
  649. {block:PreviousPage}
  650. <a href="{PreviousPage}">BACK</a>
  651. {/block:PreviousPage}
  652. {block:NextPage}
  653. <a href="{NextPage}">NEXT</a>
  654. {/block:NextPage}
  655. </div>
  656. {/block:Pagination}
  657. </div>
  658.  
  659. </div>
  660. <div id="liner">.</div>
  661. <div id="container">
  662. <div id="ask">
  663. <br>Your updates go between these tags be sure to keep the br okay?</br>
  664. </div>
  665. <div id="tab">
  666. PLUS
  667. </div>
  668. </div>
  669.  
  670. <div id="containers">
  671. <div id="asks">
  672. <iframe frameborder="0" height="200" scrolling="no" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" width="250"></iframe>
  673. </div>
  674. <div id="tabs">
  675. ASK
  676. </div>
  677. </div>
  678.  
  679. <div id="post">
  680.  
  681. {block:Posts}</div>
  682.  
  683. <div id="entries">
  684.  
  685. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  686.  
  687. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  688.  
  689. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  690.  
  691. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  692.  
  693. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  694.  
  695. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  696.  
  697. {block:Audio}<div class="music">{block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}{block:AlbumArt}
  698. <img src="{AlbumArtURL}" width="100">
  699. {/block:AlbumArt} </div>
  700. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  701.  
  702. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  703.  
  704. {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}
  705.  
  706.  
  707.  
  708. {block:Date}<div id="info"><div class="notes"><a href="{Permalink}">♥ {NoteCount}</div></a><div class="date"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a>
  709. {block:ContentSource} <div class="source">{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} / origin: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  710. {block:HasTags}
  711. <div class="tags">
  712. {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
  713. {/block:HasTags}
  714. <div class="postnote">
  715. {block:PostNotes}{PostNotes}{/block:PostNotes}
  716. </div>
  717. </div>
  718. {/block:Posts}
  719.  
  720. <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>
  721.  
  722. </body>
  723.  
  724. </html>
Advertisement
Add Comment
Please, Sign In to add comment