jcegers

TRAGEDY

Apr 4th, 2015
2,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  5.  
  6. <title>{Title}</title>
  7.  
  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.  
  12. <!-----------
  13.  
  14.  
  15. T H E M E S B Y
  16.  
  17. ░░░▒█ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀ ▒█▀▀█ ▒█▀▀▀█
  18. ░▄░▒█ ▒█░░░ ▒█▀▀▀ ▒█░▄▄ ▒█▀▀▀ ▒█▄▄▀ ░▀▀▀▄▄
  19. ▒█▄▄█ ▒█▄▄█ ▒█▄▄▄ ▒█▄▄█ ▒█▄▄▄ ▒█░▒█ ▒█▄▄▄█
  20.  
  21. I N F O R M A T I O N
  22.  
  23. — JCEGERS' THEME #12: TRAGEDY
  24. — MADE IN OPERA ( 1600X900 SCREEN RESOLUTION)
  25. — HAVE A QUESTION? MESSAGE TO @jcegers or @jcethemes
  26.  
  27. T E R M S O F U S E / R U L E S
  28.  
  29. — DON'T MOVE OR DELETE THE CREDIT! JUST LEAVE IT WHERE IT IS!
  30. AFTER ALL MY THEMES ARE FREE! SO RESPECT THAT!
  31. — DO NOT STEAL ANY PART OF MY CODE
  32. — DO NOT USE AS A BASECODE
  33. — DO NOT TWEAK IT UNTIL IT IS UNRECOGNIZABLE
  34.  
  35. T H A N K Y O U!
  36.  
  37.  
  38. ------------->
  39.  
  40. <!--Default Variables-->
  41.  
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Text" content="#aaaaaa"/>
  44. <meta name="color:Link" content="#000000"/>
  45. <meta name="color:Hover" content="#000000"/>
  46. <meta name="color:Sidebar img Border" content="#eeeeee"/>
  47. <meta name="color:Desc Link" content="#cfcfcf"/>
  48. <meta name="color:Side Link" content="#ffffff"/>
  49. <meta name="color:Side Link Hover" content="#fcfcfc"/>
  50. <meta name="color:Accent" content="#6c95b6"/>
  51. <meta name="color:Accent Text" content="#ffffff"/>
  52. <meta name="color:Post Bg" content="#f8f8f8"/>
  53.  
  54. <meta name="image:Sidebar Image" content=""/>
  55.  
  56. <meta name="text:Link 1 URL" content="" />
  57. <meta name="text:Link 1 Title" content="" />
  58. <meta name="text:Link 2 URL" content="" />
  59. <meta name="text:Link 2 Title" content="" />
  60. <meta name="text:Link 3 URL" content="" />
  61. <meta name="text:Link 3 Title" content="" />
  62. <meta name="text:Link 4 URL" content="" />
  63. <meta name="text:Link 4 Title" content="" />
  64. <meta name="text:Link 5 URL" content="" />
  65. <meta name="text:Link 5 Title" content="" />
  66.  
  67.  
  68. <!-- jquery for tooltips-->
  69.  
  70.  
  71. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  72.  
  73. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  74. <script>
  75. (function($){
  76. $(document).ready(function(){
  77. $("a[title]").style_my_tooltips({
  78. tip_follows_cursor:true,
  79. tip_delay_time:30,
  80. tip_fade_speed:300,
  81. attribute:"title"
  82. });
  83. });
  84. })(jQuery);
  85. </script>
  86.  
  87. <!--CSS customization here. -->
  88.  
  89. <style type="text/css">
  90.  
  91. .linkhover a::before,
  92. .linkhover a::after {
  93. display: inline-block;
  94. opacity: 0;
  95. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  96. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  97. transition: transform 0.3s, opacity 0.2s;
  98. }
  99.  
  100. .linkhover a::before {
  101. padding-right:7px;
  102. content: '[';
  103. -webkit-transform: translateX(20px);
  104. -moz-transform: translateX(20px);
  105. transform: translateX(20px);
  106. }
  107.  
  108. .linkhover a::after {
  109. padding-left:7px;
  110. content: ']';
  111. -webkit-transform: translateX(-20px);
  112. -moz-transform: translateX(-20px);
  113. transform: translateX(-20px);
  114. }
  115.  
  116. .linkhover a:hover::before,
  117. .linkhover a:hover::after,
  118. .linkhover a:focus::before,
  119. .linkhover a:focus::after {
  120. opacity: 1;
  121. -webkit-transform: translateX(0px);
  122. -moz-transform: translateX(0px);
  123. transform: translateX(0px);
  124. }
  125.  
  126.  
  127. ::selection {
  128. background: {color:accent};
  129. color: {color:accent text};
  130. }
  131.  
  132. ::-moz-selection {
  133. background: {color:accent};
  134. color: {color:accent text};
  135. }
  136.  
  137. ::-webkit-selection {
  138. background: {color:accent};
  139. color: {color:accent text};
  140. }
  141.  
  142.  
  143. #s-m-t-tooltip{
  144. position:absolute;
  145. margin-top:25px;
  146. max-width:350px;
  147. z-index:9999;
  148. font:10px 'calibri';
  149. text-transform:none;
  150. padding:5px;
  151. letter-spacing:1px;
  152. color:{color:Accent text};
  153. background:{color:Accent};
  154. }
  155.  
  156. ::-webkit-scrollbar-thumb:vertical {background-color:{color:accent}; border-radius:0px;}
  157. ::-webkit-scrollbar-button:horizontal {display:none;}
  158. ::-webkit-scrollbar {background-color:{color:post bg}; width:4px;}
  159.  
  160.  
  161. /*basics*/
  162.  
  163.  
  164. blockquote {
  165. border-left: 3px solid #f6f6f6;
  166. padding-left: 5px;
  167. margin-left: 5px;
  168. max-width: 100%;}
  169.  
  170. blockquote blockquote {
  171. padding: 0 0 0 5px;
  172. margin: 0 0 0 12px; }
  173.  
  174. body {
  175. background:{color:Background};
  176. color:{color:text};
  177. font-family:'calibri';
  178. font-size:10px;
  179. text-align:justify;
  180. margin:0;}
  181.  
  182.  
  183. a {
  184. color:{color:link};
  185. text-decoration:none;
  186. -moz-transition-duration: 0.5s;
  187. -o-transition-duration: 0.5s;
  188. -webkit-transition-duration: 0.5s;
  189. transition-duration: 0.5s;}
  190.  
  191. a:hover {
  192. color:{color:hover};
  193. text-decoration:none;}
  194.  
  195. img{opacity:1;
  196. border:none;
  197. text-decoration:none}
  198.  
  199.  
  200. small {font-size:10px;}
  201. big {font-size:12px;}
  202.  
  203.  
  204. #title {
  205. font-size:9px;
  206. line-height:18px;
  207. font-family:'calibri';
  208. background:{color:post bg};
  209. padding:10px;
  210. font-weight:bold;
  211. margin-bottom:10px;
  212. letter-spacing:2px;
  213. text-transform:uppercase;
  214. text-align:center;
  215. }
  216.  
  217. #title:first-letter {
  218. color:{color:accent};
  219. }
  220.  
  221.  
  222. pre {
  223. white-space: pre-wrap;
  224. white-space: -moz-pre-wrap;
  225. white-space: -pre-wrap;
  226. white-space: -o-pre-wrap;
  227. word-wrap: break-word;
  228. }
  229.  
  230. /*sidebar*/
  231.  
  232. #sidebar {
  233. text-align:left;
  234. position:fixed;
  235. margin-left:250px;
  236. margin-top:210px;
  237. width:120px;
  238. min-height:80px;
  239. border:0px solid #121212;
  240. }
  241.  
  242.  
  243. #sidelinks {
  244. text-transform:uppercase;
  245. text-align:center;
  246. display:block;
  247. background:{color:post bg};
  248. margin:5px 0px;
  249. padding:2px 2px 8px 2px;
  250. width:106px;
  251. opacity:0;
  252. -moz-transition-duration:1s;
  253. -webkit-transition-duration:1s;
  254. -o-transition-duration:1s;
  255. }
  256.  
  257. #sidebar:hover #sidelinks {
  258. opacity:1;
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. }
  263.  
  264. #sidelinks a {
  265. display:block;
  266. font-weight:bold;
  267. color:{color:Side Link};
  268. font-size:10px;
  269. padding-top:5px;
  270. letter-spacing:1px;
  271. font-family:'calibri';
  272. text-align:center;
  273. }
  274.  
  275. #sidelinks a:hover {
  276. color:{color:side link Hover};
  277. }
  278.  
  279. .sidebar img {
  280. float:left;
  281. width:70px;
  282. border:20px solid {color:post bg};
  283. margin:-115px 0px;
  284. -moz-transition-duration:1s;
  285. -webkit-transition-duration:1s;
  286. -o-transition-duration:1s;
  287. }
  288.  
  289. .sidebar img:hover {
  290. opacity:0.9;
  291. -moz-transition-duration:1s;
  292. -webkit-transition-duration:1s;
  293. -o-transition-duration:1s;
  294. }
  295.  
  296.  
  297. #description {
  298. text-align:right;
  299. font-style:none;
  300. margin:0px 0px;
  301. padding:10px;
  302. color:{color:Text};
  303. font-family:'calibri';
  304. font-size:10px;
  305. line-height:12px;
  306. letter-spacing:0.5px;
  307. background:{color:post bg};
  308. width:90px;}
  309.  
  310. #description a {
  311. color:{color:desc Link};
  312. font-weight:bold;
  313. font-style:none;
  314. }
  315.  
  316. #description a:hover {
  317. color:{color:text};
  318. }
  319.  
  320. /*pagination*/
  321.  
  322. #pagination {
  323. margin:50px 5px;
  324. text-align:center;
  325. font-family:'calibri';
  326. text-transform:uppercase;
  327. font-weight:bold;}
  328.  
  329.  
  330. #pagination a {
  331. padding:0px 15px;
  332. letter-spacing:1px;
  333. font-size:13px;
  334. color:{color:link};
  335. }
  336.  
  337. #pagination a:hover {
  338. color:{color:hover};
  339. }
  340.  
  341. /*posts*/
  342.  
  343. #entries {
  344. margin-top:55px;
  345. margin-left:550px;
  346. width:800px;
  347. }
  348.  
  349. #entries p img, #entries blockquote img { max-width: 100%; }
  350.  
  351.  
  352. #posts {
  353. width:400px;
  354. overflow:hidden;
  355. {block:IndexPage}
  356. margin-bottom:45px;
  357. margin-right:45px;
  358. {/block:IndexPage}
  359. {block:PermalinkPage}
  360. margin-bottom:50px;
  361. {/block:PermalinkPage}
  362. padding:20px;
  363. }
  364.  
  365. .tags a{
  366. margin:0px 0px;
  367. text-transform:none;
  368. border:0px solid #121212;
  369. }
  370.  
  371. .tags {
  372. border:0px solid #121212;
  373. width:300px;
  374. margin-left:0px;
  375. margin-top:-3px;
  376. text-transform:none;
  377. font-size:9px;
  378. color:{color:info text};
  379. font-style:none;
  380. }
  381.  
  382. .permapage a {
  383. margin-right:7px;
  384. color:{color:Link};
  385. font-weight:none;
  386. font-size:10px;
  387. letter-spacing:0.5px;
  388. text-transform:none;
  389. }
  390.  
  391. .permapage a:hover {
  392. color:{color:Hover};
  393. }
  394.  
  395. .permapage {
  396. margin:10px -10px -10px;
  397. padding-left:8px;
  398. padding-top:8px;
  399. padding-bottom:5px;
  400. min-height:18px;
  401. line-height:150%;
  402. background:{color:post bg};
  403. }
  404.  
  405. .via {
  406. float:right;
  407. text-align:right;
  408. font-weight:none;
  409. letter-spacing:1px;
  410. font-size:8px;
  411. text-transform:uppercase;
  412. }
  413.  
  414. .via a {
  415. padding:3px;
  416. font-weight:bold;
  417. font-size:10px;
  418. letter-spacing:1px;
  419. text-transform:uppercase;
  420. color:{color:side link};
  421. }
  422.  
  423. .via a:hover {
  424. color:{color:accent text};
  425. box-shadow: inset 50px 0px 0px 0px {color:accent};
  426. -webkit-transition: all .8s;
  427. -moz-transition: all .8s;
  428. -o-transition: all .8s;
  429. -ms-transition: all .8s;
  430. transition: all .8s;
  431. }
  432.  
  433. #posts img {
  434. max-width:400px;}
  435. .caption {width:100%;margin-top:2px;}
  436.  
  437. /*quote*/
  438.  
  439. #titlequote{
  440. text-align:center;
  441. font-size:12px;
  442. line-height:18px;
  443. font-weight:bold;}
  444.  
  445. #source {
  446. margin-top:4px;
  447. text-align:right;
  448. margin-left:15px;}
  449.  
  450. /*audio*/
  451.  
  452.  
  453. #audio:hover .play {opacity:1;width:30px;}
  454. #audio:hover img {margin-left:30px;}
  455. #audio {
  456. float:left;
  457. width:70px;
  458. height:70px;
  459. position:relative;
  460. overflow:hidden;
  461. }
  462.  
  463. .cover img {
  464. width:70px;
  465. position:absolute;
  466. transition:0.5s ease;
  467. -o-transition:0.5s ease;
  468. -moz-transition:0.5s ease;
  469. -webkit-transition:0.5s ease;}
  470.  
  471. .play {
  472. overflow:hidden;
  473. width:0px;
  474. height:30px;
  475. background:#fff;
  476. position:absolute;
  477. padding:20px 0px;
  478. transition:0.5s ease;
  479. -o-transition:0.5s ease;
  480. -moz-transition:0.5s ease;
  481. -webkit-transition:0.5s ease;}
  482.  
  483. .au b{
  484. color:{color:Title};
  485. font-weight:700;
  486. margin-right:2px;}
  487.  
  488. .au {
  489. height:45px;
  490. overflow:hidden;
  491. padding:12px 10px;
  492. line-height:15px;
  493. margin-left:70px;
  494. text-align:left;}
  495.  
  496. /*asks*/
  497.  
  498. .ask img {
  499. float:left;
  500. border:20px solid {color:post bg};
  501. float: left;
  502. margin-top:0px;
  503. margin-right:8px;
  504. margin-left:0px;
  505. }
  506.  
  507. .question {
  508. padding:10px;
  509. width:390px;
  510. min-height:68px;
  511. text-transform:none;
  512. font-size:10px;
  513. letter-spacing:1px;
  514. background:{color:accent};
  515. color:{color:Accent Text};
  516. text-align:left;
  517. }
  518.  
  519. .asker {
  520. text-transform:uppercase;
  521. font-family:'calibri';
  522. font-size:12px;
  523. font-weight:bold;
  524. letter-spacing:1px;
  525. text-align:left;
  526. margin-top:0px;
  527. }
  528.  
  529. .asker a{
  530. color:{color:Accent text};
  531. font-weight:bold;
  532. }
  533.  
  534. .answer {
  535. padding:5px;
  536. text-align:center;
  537. font-size:10px;
  538. text-transform:none;
  539. letter-spacing:1px;
  540. margin-top:0px;
  541. width:390px;
  542. }
  543.  
  544. /*chat*/
  545.  
  546. .chat ol {padding:0;list-style:none;}
  547. .line {padding:5px 0;}
  548. .label {font-weight:bold;}
  549.  
  550. /*permalink and notes*/
  551.  
  552.  
  553. .pagenotes {
  554. {block:IndexPage}
  555. display: none!important;
  556. {/block:IndexPage}
  557. width:400px;
  558. text-align:left;}
  559.  
  560. .pagenotes img {
  561. display:none!important;}
  562.  
  563. .pagenotes li {
  564. list-style-type:none;
  565. padding:6px 0px;
  566. text-align:left;
  567. margin:0px 0px 0px -10px;}
  568.  
  569. .credit {
  570. position:fixed;
  571. font-family:'calibri';
  572. font-size:9px;
  573. font-weight:bold;
  574. line-height:150%;
  575. letter-spacing:0px;
  576. right:5px;
  577. bottom:5px;
  578. text-align:center;}
  579.  
  580. .credit a {
  581. font-style:normal;
  582. padding:4px;
  583. background:{color:post bg};
  584. color:{color:link};
  585. -moz-transition-duration:0.5s;
  586. -webkit-transition-duration:0.5s;
  587. -o-transition-duration:0.5s;}
  588.  
  589. .credit a:hover {
  590. color:{color:side link Hover};
  591. }
  592.  
  593.  
  594. {CustomCSS}
  595.  
  596.  
  597. </style>
  598.  
  599. <script type="text/javascript"
  600. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  601.  
  602.  
  603. </head>
  604.  
  605. <body>
  606.  
  607.  
  608. <div class="credit">
  609. <a href="http://jcegers.tumblr.com" title="theme">JCE</a>
  610. </div>
  611.  
  612.  
  613. <div id="sidebar">
  614. <div class="sidebar img"><img src="{image:Sidebar Image}"></div>
  615. <div id="description">{Description}</div>
  616. <div id="sidelinks">
  617. <div class="linkhover">
  618. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  619. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  620. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  621. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  622. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
  623. </div>
  624. </div>
  625.  
  626. </div>
  627.  
  628.  
  629. <div id="entries">
  630.  
  631. {block:Posts}
  632. <div id="posts">
  633.  
  634. {block:Quote}
  635.  
  636.  
  637. <div id="titlequote">“{Quote}”</div>
  638. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  639. {/block:Quote}
  640.  
  641. {block:Text}
  642.  
  643. {block:Title}
  644. <div id="title">{Title}</div>{/block:Title}
  645. {Body}
  646. {/block:Text}
  647.  
  648. {block:Link}
  649. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  650. {/block:Link}
  651.  
  652. {block:Chat}
  653. {block:Title}
  654. <h1>{Title}</h1>
  655. {/block:Title}
  656. <div class="chat">
  657. <ol>{block:Lines}
  658. <li class="line {Alt}">
  659. {block:Label}
  660. <span class="label">
  661. {Label}</span>
  662. {/block:Label}{Line}</li>
  663. {/block:Lines}
  664. </ol></div>
  665. {/block:Chat}
  666.  
  667. {block:Photo}
  668. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  669. {/block:Photo}
  670.  
  671. {block:Photoset}
  672. {Photoset-400}
  673. {/block:Photoset}
  674.  
  675. {block:Video}
  676. {Video-400}
  677. {/block:Video}
  678.  
  679. {block:Audio}
  680. <div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}{block:AudioPlayer}<div class="play">{AudioPlayerWhite}</div>{/block:AudioPlayer}</div>
  681. <div class="au">
  682. <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  683. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  684. <b>Plays:</b> {block:PlayCount}{PlayCount}{/block:PlayCount}
  685. </div>
  686. {/block:Audio}
  687.  
  688.  
  689. {block:Answer}
  690. <div class="ask"><img src="{AskerPortraitURL-48}">
  691. <div class="question">
  692. <div class="asker">{Asker}:</div>{Question}</div>
  693. </div>
  694. <div class="answer">{Answer}</div>
  695. {/block:Answer}
  696.  
  697.  
  698. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  699.  
  700.  
  701. {block:PermalinkPage}
  702. {block:Date}
  703. <div class="permapage">
  704. <a href="{ReblogURL}" target="_blank" title="reblog"><b>REBLOG</b></a>
  705. <div class="via">
  706. {block:RebloggedFrom}
  707. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  708. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  709. {/block:RebloggedFrom}
  710. </div>
  711.  
  712. {/block:HasTags}
  713. {block:HasTags}</br>
  714. {block:Tags}#<a href="{TagURL}" class="tags">{Tag}</a> {/block:Tags}
  715. {/block:HasTags}
  716. </div>
  717. {/block:Date}
  718. {/block:PermalinkPage}
  719.  
  720.  
  721. {block:IndexPage}
  722. {block:Date}
  723. <div class="permapage">
  724. <a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {ShortMonth}</a> &nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a>
  725. <div class="via">
  726. {block:RebloggedFrom}
  727. <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
  728. <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
  729. {/block:RebloggedFrom}
  730. </div>
  731. &nbsp;
  732. {block:HasTags}
  733. <a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}"><sub><img src="https://41.media.tumblr.com/ad4fce52bc484f2a99be1f4dcdc23599/tumblr_inline_nlmaxoW2tI1togjf1_500.png" width="12px"></sub></a>
  734. {/block:HasTags}
  735. </div>
  736. {/block:Date}
  737. {/block:IndexPage}
  738.  
  739.  
  740. </div>
  741.  
  742. {block:PostNotes}
  743. <div class="pagenotes">
  744. {PostNotes}
  745. </div>
  746. {/block:PostNotes}
  747.  
  748.  
  749. {/block:Posts}
  750.  
  751. <div id="pagination">
  752. {block:Pagination}
  753. {block:PreviousPage}
  754. <a href="{PreviousPage}">back</a>
  755. {/block:PreviousPage}
  756.  
  757.  
  758. {block:NextPage}
  759. <a href="{NextPage}">next</a>
  760. {/block:NextPage}
  761. {/block:Pagination}
  762. </div>
  763.  
  764.  
  765.  
  766. </div>
  767.  
  768. {block:ContentSource}
  769. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  770. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  771. {/block:SourceLogo}
  772. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  773. {/block:ContentSource}
  774.  
  775. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment