Advertisement
themesbyjerry

collab theme 1: supernova (with trenzathemes)

Oct 18th, 2014
1,487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternae" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  10.  
  11.  
  12. <!--COLLAB THEME 1 BY ELYSIUM THEMES AND TRENZATHEMES. PLEASE DO NOT REMOVE THE CREDIT OR DISTRIBUTE AS YOUR OWN. THANK YOU AND ENJOY!-->
  13.  
  14. <meta name="color:Background" content="#FAFAFA"/>
  15. <meta name="color:Text" content="#aaaaaa"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Hover" content="#B5B5B5"/>
  18. <meta name="color:Title" content="#222222"/>
  19. <meta name="color:Gradient" content="#b8b8b8"/>
  20.  
  21. <meta name="if:Gradient Background" content="0">
  22.  
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 3 URL" content="" />
  28. <meta name="text:Link 3" content="" />
  29.  
  30. <meta name="if:Hidden Captions" content="1"/>
  31. <meta name="if:Post Shadow" content="0"/>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Tinos:400,700,400italic' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <!-- jquery for tooltips-->
  38.  
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41.  
  42. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  43.  
  44. <script>
  45.  
  46. (function($){
  47.  
  48. $(document).ready(function(){
  49.  
  50. $("a[title]").style_my_tooltips({
  51.  
  52. tip_follows_cursor:true,
  53.  
  54. tip_delay_time:30,
  55.  
  56. tip_fade_speed:300,
  57.  
  58. attribute:"title"
  59.  
  60. });
  61.  
  62. });
  63.  
  64. })(jQuery);
  65.  
  66. </script>
  67.  
  68.  
  69. <!--CSS customization here. -->
  70.  
  71. <style type="text/css">
  72.  
  73. #s-m-t-tooltip{
  74. padding:2px 6px;
  75. border-radius:2px;
  76. position:absolute;
  77. margin: 20px 25px;
  78. font-size:9px;
  79. font-family:'Tinos' serif;
  80. font-weight:thin;
  81. z-index: 99999999999;
  82. letter-spacing:1px;
  83. font-style:italic;
  84. text-transform:lowercase;
  85. background:#FCFCFC;
  86. color:#969696;
  87. border:1px solid #eee;
  88. }
  89.  
  90.  
  91.  
  92. /*basics*/
  93. .caption blockquote {
  94. margin:5px 10px;
  95. }
  96. blockquote {
  97. margin:5px 30px 5px 30px;
  98. border-left:1px solid #eee;
  99. margin-top:-5px;
  100. padding-left: 8px;
  101. }
  102.  
  103. .caption {
  104. margin:7px;
  105. }
  106.  
  107. body {
  108.  
  109. {block:ifnotGradientBackground}
  110. background:{color:background};
  111. {/block:ifnotGradientBackground}
  112.  
  113. {block:ifGradientBackground}
  114. background: {color:background};
  115. background: -moz-linear-gradient(top, {color:background} 0%, {color:Gradient} 100%); /* FF3.6+ */
  116. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,{color:background}), color-stop(100%,{color:Gradient})); /* Chrome,Safari4+ */
  117. background: -webkit-linear-gradient(top, {color:background} 0%,{color:Gradient} 100%); /* Chrome10+,Safari5.1+ */
  118. background: -o-linear-gradient(top, {color:background} 0%,{color:Gradient} 100%); /* Opera 11.10+ */
  119. background: -ms-linear-gradient(top, {color:background} 0%,{color:Gradient} 100%); /* IE10+ */
  120. background: linear-gradient(to bottom, {color:background} 0%,{color:Gradient} 100%); /* W3C */
  121. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='{color:background}', endColorstr='{color:Gradient}',GradientType=0 ); /* IE6-9 */
  122. background-attachment: fixed;
  123. {/block:ifGradientBackground}
  124.  
  125. color:{color:text};
  126. font-family: 'Tinos', serif;
  127. font-size:11px;
  128. margin:0;
  129. line-height:1.5em;
  130. width:800px;
  131. }
  132.  
  133.  
  134. a {
  135. color:{color:link};
  136. text-decoration:none;
  137. cursor:pointer;
  138. -webkit-transition: all .6s ease;
  139. -moz-transition: all .6s ease;
  140. -o-transition: all .6s ease;
  141. transition: all .6s ease;
  142. }
  143.  
  144. a:hover {
  145. color:{color:hover};
  146. -webkit-transition: all .6s ease;
  147. -moz-transition: all .6s ease;
  148. -o-transition: all .6s ease;
  149. transition: all .6s ease;
  150. }
  151.  
  152. img{opacity:1;
  153. border:none;
  154. text-decoration:none}
  155.  
  156.  
  157. small {
  158. font-size:9px;}
  159.  
  160. big {
  161. font-size:12px;}
  162.  
  163.  
  164. #title {
  165. line-height:1.5em;
  166. margin-bottom:10px;
  167. text-transform:lowercase;
  168. text-align:center;
  169. color:{color:title};
  170. font-family: 'Playfair Display SC', serif;
  171. }
  172.  
  173. h1 {
  174. font-size:12px;
  175. padding: 10px;
  176. margin-top: 0px;
  177. background: #f7f7f7;
  178. font-weight:normal;
  179. border: 1px dotted #E6E6E6;
  180. }
  181.  
  182. #sidebar{
  183. margin-top:40px;
  184. left:50%;
  185. margin-left:-200px;
  186. position:relative;
  187. width:430px;
  188. z-index:1;
  189. padding:5px;
  190. margin-bottom:20px;
  191. width:150px;
  192. }
  193.  
  194. #blogt {
  195. position:absolute;
  196. padding:10px 7px;
  197. font-size:15px;
  198. margin-top:4px;
  199. font-family: 'Playfair Display SC', serif;
  200. color:{color:title};
  201. text-align:left;
  202. text-transform:lowercase;
  203. letter-spacing:1px;
  204. z-index:0;
  205. }
  206.  
  207.  
  208. #links {
  209. width:430px;
  210. padding:10px 3px;
  211. margin-left:-3px;
  212. margin-bottom:-5px;
  213. letter-spacing:1px;
  214. line-height:1.5em;
  215. text-align:right;
  216. background:white;
  217. border-radius:4px;
  218. text-transform:lowercase;
  219. border:1px solid #eee;
  220. {block:ifPostShadow}
  221. -webkit-box-shadow: 4px 5px 0px 0px rgba(50, 50, 50, 0.06);
  222. -moz-box-shadow: 4px 5px 0px 0px rgba(50, 50, 50, 0.06);
  223. box-shadow: 4px 5px 0px 0px rgba(50, 50, 50, 0.06);
  224. {/block:ifPostShadow}
  225. }
  226.  
  227.  
  228. #links a {
  229. margin-right:2px;
  230. display:inline-block;
  231. padding:3px;
  232. letter-spacing:1px;
  233. border-top:1px solid transparent;
  234. color:{color:title};
  235. font-family:'Tinos' serif;
  236. text-transform:lowercase;
  237. font-style:italic;
  238. font-size:9px;
  239. }
  240.  
  241. #links a:hover{
  242. color:{color:hover};
  243. border-top:1px solid #E6E6E6;
  244.  
  245. }
  246.  
  247. #description {
  248. text-align:right;
  249. font-size:10px;
  250. line-height:1.4em;
  251. width:430px;
  252. margin-top:20px;
  253. letter-spacing:0.06em;
  254. font-family: 'Tinos', serif;
  255. margin-bottom:-20px;
  256. font-style:italic;
  257. {block:ifPostShadow}
  258. -webkit-box-shadow: 7px 8px 0px 0px rgba(50, 50, 50, 0.06);
  259. -moz-box-shadow: 7px 8px 0px 0px rgba(50, 50, 50, 0.06);
  260. box-shadow: 7px 8px 0px 0px rgba(50, 50, 50, 0.06);
  261. {/block:ifPostShadow}
  262. }
  263.  
  264. #description p{
  265. padding:12px;
  266. border:1px solid #eee;
  267. background:white;
  268. text-indent:60px;
  269. border-radius:4px;
  270. }
  271.  
  272.  
  273. /*pagination*/
  274. #pagi{
  275. text-align:center;
  276. margin-top:-70px;
  277. margin-left:25px;
  278. font-style:normal;
  279. font-size:13px;
  280. position:relative;
  281. width:400px;
  282. text-align:center;
  283.  
  284. }
  285. #pagi a{
  286. padding:5px 7px;
  287. background:white;
  288. color:{color:title};
  289. border-radius:3px;
  290. border:1px solid #eee;
  291. {block:ifPostShadow}
  292. -webkit-box-shadow: 3px 5px 0px 0px rgba(50, 50, 50, 0.06);
  293. -moz-box-shadow: 3px 5px 0px 0px rgba(50, 50, 50, 0.06);
  294. box-shadow: 3px 5px 0px 0px rgba(50, 50, 50, 0.06);
  295. {block:ifPostShadow}
  296. }
  297.  
  298. #pagi a:hover{
  299. text-decoration:none;
  300. color:{color:title};
  301. }
  302.  
  303.  
  304. /*container*/
  305. #con {
  306. left:50%;
  307. margin-left:-200px;
  308. position:absolute;
  309. }
  310.  
  311.  
  312.  
  313. /*posts*/
  314.  
  315. #entries {
  316. margin-top:50px;
  317. width:400px;
  318. }
  319.  
  320.  
  321.  
  322. #posts {
  323. background:white;
  324. width:400px;
  325. border-radius:5px;
  326. border:1px solid #eee;
  327. padding:15px;
  328. margin-left:6px;
  329. padding-bottom:10px;
  330. margin-bottom:100px;
  331. {block:ifPostShadow}
  332. -webkit-box-shadow: 7px 8px 0px 0px rgba(50, 50, 50, 0.06);
  333. -moz-box-shadow: 7px 8px 0px 0px rgba(50, 50, 50, 0.06);
  334. box-shadow: 7px 8px 0px 0px rgba(50, 50, 50, 0.06);
  335. {block:ifPostShadow}
  336. }
  337.  
  338. #posts img {
  339. max-width:400px;
  340. }
  341.  
  342. /*quote*/
  343.  
  344. #titlequote{text-align:left;
  345. font-size:14px;
  346. line-height:1.6em;
  347. }
  348.  
  349. #source {
  350. margin-top:15px;
  351. margin-left:15px;}
  352.  
  353. /*audio*/
  354.  
  355. .player {
  356. width:25px;
  357. height:25px;
  358. overflow:hidden;
  359. position:absolute;
  360. background:white;}
  361.  
  362. .audioinfo {
  363. margin-left:50px;
  364. }
  365.  
  366.  
  367. /*asks*/
  368. .q {margin-bottom:10px;
  369. text-align:center;
  370. }
  371.  
  372. .as {
  373. text-align:center;
  374. }
  375. .as a{
  376. color:{color:title};
  377. }
  378.  
  379. .a {
  380. margin-top:10px;
  381. }
  382.  
  383.  
  384. /*chat*/
  385.  
  386. .chat ol {
  387. padding:0;
  388. list-style:none;
  389. }
  390. .line {padding:5px 0;}
  391.  
  392. .label {font-weight:bold;
  393. }
  394.  
  395.  
  396.  
  397.  
  398.  
  399. /*link and notes*/
  400.  
  401. #permalink {
  402. margin-top:15px;
  403. font-size:9px;
  404. border-top:1px dotted #B5B5B5;
  405. padding-top:5px;
  406. text-align:center;
  407. font-size:9px;
  408. text-transform:lowercase;
  409. letter-spacing:1px;
  410. font-family:'Tinos' serif;
  411. float:center;
  412. }
  413.  
  414. #permalink a {margin-right:10px;}
  415.  
  416.  
  417. /* Tags */
  418.  
  419.  
  420. .tags {
  421. word-break:break-all;
  422. font-size:9px;
  423. opacity:0;
  424. font-style:italic;
  425. text-transform:lowercase;
  426. margin-top:-15px;
  427. -webkit-transition: all .6s ease;
  428. -moz-transition: all .6s ease;
  429. -o-transition: all .6s ease;
  430. transition: all .6s ease;
  431. }
  432.  
  433. #posts:hover .tags{
  434. opacity:1;
  435. margin-top:0px;
  436. -webkit-transition: all .6s ease-in;
  437. -moz-transition: all .6s ease-in;
  438. -o-transition: all .6s ease-in;
  439. transition: all .6s ease-in;
  440. }
  441.  
  442.  
  443. .pagenotes {
  444. {block:IndexPage}
  445. display: none!important;
  446. {/block:IndexPage}
  447. width:400px;
  448. text-align:left;
  449.  
  450. }
  451. .pagenotes img {
  452. display:none!important;}
  453. .pagenotes li {
  454. list-style-type:none;
  455. padding:5px 0px;
  456. text-align:left;
  457. margin:0 0 0 -40px;
  458. }
  459.  
  460. /*credit - please do not edit anything here*/
  461.  
  462.  
  463. #sym{
  464. font-size:25px;
  465. margin-top:-10px;
  466. -webkit-transition: all 1s ease;
  467. -moz-transition: all 1s ease;
  468. -o-transition: all 1s ease;
  469. transition: all 1s ease;
  470. }
  471.  
  472. #who{
  473. margin-left:6px;
  474. margin-top:-50px;
  475. text-transform:uppercase;
  476. font-size:8px;
  477. font-family:arial;
  478. opacity:0;
  479. -webkit-transition: all 1s ease;
  480. -moz-transition: all 1s ease;
  481. -o-transition: all 1s ease;
  482. transition: all 1s ease;
  483. }
  484. #credit {
  485. bottom:20px;
  486. position:fixed;
  487. right:13px;
  488. float:right;
  489. -webkit-transition: all 1s ease;
  490. -moz-transition: all 1s ease;
  491. -o-transition: all 1s ease;
  492. transition: all 1s ease;
  493. }
  494.  
  495. #credit:hover #sym{
  496. opacity:0;
  497. -webkit-transition: all 1s ease;
  498. -moz-transition: all 1s ease;
  499. -o-transition: all 1s ease;
  500. transition: all 1s ease;
  501. }
  502. #credit:hover #who{
  503. opacity:1;
  504. margin-top:0px;
  505. -webkit-transition: all 1s ease;
  506. -moz-transition: all 1s ease;
  507. -o-transition: all 1s ease;
  508. transition: all 1s ease;
  509. }
  510.  
  511.  
  512. {CustomCSS}
  513.  
  514.  
  515. </style>
  516. </head>
  517.  
  518. <body>
  519.  
  520. <div id="con">
  521.  
  522. <div id="sidebar">
  523. <div id="blogt">{Title}</div>
  524. <div id="links">
  525. <a href="/">home</a>
  526. <a href="/ask">ask</a>
  527. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  528. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  529. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  530. </div>
  531.  
  532. <div id="description"><p>{Description}</p></div>
  533. </div>
  534.  
  535.  
  536.  
  537.  
  538. <div id="entries">
  539.  
  540. {block:Posts}
  541. <div id="posts">
  542.  
  543.  
  544. {block:Quote}
  545.  
  546.  
  547. <div id="titlequote"><h1>“{Quote}”</h1></div>
  548. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  549. {/block:Quote}
  550.  
  551.  
  552.  
  553. {block:Text}
  554.  
  555. {block:Title}
  556. <div id="title"><h1>{Title}</h1></div>{/block:Title}
  557. {Body}
  558. {/block:Text}
  559.  
  560. {block:Link}
  561. <div id="title"><h1><a href="{URL}">{Name}</a></h1></div>{block:Description}{Description}{/block:Description}
  562. {/block:Link}
  563.  
  564. {block:Chat}
  565. {block:Title}
  566. <h1>{Title}</h1>
  567. {/block:Title}
  568. <div class="chat">
  569. <ol>{block:Lines}
  570. <li class="line {Alt}">
  571. {block:Label}
  572. <span class="label">
  573. {Label}</span>
  574. {/block:Label}{Line}</li>
  575. {/block:Lines}
  576. </ol></div>
  577. {/block:Chat}
  578.  
  579. {block:Photo}
  580. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  581. {block:IfHiddenCaptions}
  582. {block:PermalinkPage}
  583. {block:Caption}
  584. <div class="caption">{Caption}</div>
  585. {/block:Caption}
  586. {/block:PermalinkPage}
  587. {/block:IfHiddenCaptions}
  588. {block:IfnotHiddenCaptions}
  589. {block:Caption}
  590. <div class="caption">{Caption}</div>
  591. {/block:Caption}
  592. {/block:IfnotHiddenCaptions}
  593. {/block:Photo}
  594.  
  595. {block:Photoset}
  596. {Photoset-400}
  597. {block:IfHiddenCaptions}
  598. {block:PermalinkPage}
  599. {block:Caption}
  600. <div class="caption">{Caption}</div>
  601. {/block:Caption}
  602. {/block:PermalinkPage}
  603. {/block:IfHiddenCaptions}
  604. {block:IfnotHiddenCaptions}
  605. {block:Caption}
  606. <div class="caption">{Caption}</div>
  607. {/block:Caption}
  608. {/block:IfnotHiddenCaptions}
  609. {/block:Photoset}
  610.  
  611. {block:Video}
  612. {Video-400}
  613. {block:IfHiddenCaptions}
  614. {block:PermalinkPage}
  615. {block:Caption}
  616. <div class="caption">{Caption}</div>
  617. {/block:Caption}
  618. {/block:PermalinkPage}
  619. {/block:IfHiddenCaptions}
  620. {block:IfnotHiddenCaptions}
  621. {block:Caption}
  622. <div class="caption">{Caption}</div>
  623. {/block:Caption}
  624. {/block:IfnotHiddenCaptions}
  625. {/block:Video}
  626.  
  627. {block:Audio}
  628. <div class="player">{AudioPlayerWhite}</div>
  629. <div class="audioinfo">
  630. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  631. </div>
  632. {block:IfHiddenCaptions}
  633. {block:PermalinkPage}
  634. {block:Caption}
  635. <div class="caption">{Caption}</div>
  636. {/block:Caption}
  637. {/block:PermalinkPage}
  638. {/block:IfHiddenCaptions}
  639. {block:IfnotHiddenCaptions}
  640. {block:Caption}
  641. <div class="caption">{Caption}</div>
  642. {/block:Caption}
  643. {/block:IfnotHiddenCaptions}
  644. {/block:Audio}
  645.  
  646.  
  647. {block:Answer}
  648. <div class="q">
  649. <div class="as"><h1><i>{Asker} asked</i> - {Question}</div>
  650. </h1></div>
  651. <div class="a">{Answer}</div>
  652. {/block:Answer}
  653.  
  654. {block:Date}
  655.  
  656. <div id="permalink">
  657.  
  658. <a href="{Permalink}" title="{Month} {MonthNumber} {Year}">{TimeAgo}</a>{block:NoteCount}
  659. <a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}
  660. {block:HasTags}<div class="tags">
  661. {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
  662. {/block:HasTags}
  663.  
  664. </div>
  665. {/block:Date}
  666.  
  667. </div>
  668.  
  669.  
  670. {block:PostNotes}
  671. <div class="pagenotes">
  672. {PostNotes}
  673. </div>
  674. {/block:PostNotes}
  675.  
  676. {/block:Posts}
  677.  
  678.  
  679. {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom}
  680.  
  681.  
  682. <div id="pagi">
  683. {block:Pagination}
  684. {block:PreviousPage}
  685. <a href="{PreviousPage}" title="back">&#8617;</a>
  686. {/block:PreviousPage}
  687.  
  688.  
  689. {block:NextPage}
  690. <a href="{NextPage}" title="forth">&#8618;</a>
  691. {/block:NextPage}
  692. {/block:Pagination}
  693. </div>
  694. </div>
  695. </div>
  696.  
  697. <div id="credit">
  698. <div id="sym">&#133;</div>
  699. <div id="who">
  700. <a href="http://rxvenclaw.tumblr.com/" title="elysium themes">ET</a><br>
  701. <a href="http://trenzathemes.tumblr.com/" title="trenzathemes">TT</a><br>
  702. </div>
  703. </div>
  704.  
  705. </div>
  706. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement