jcegers

MINUTES

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