Advertisement
septims

Triste

Feb 5th, 2014
3,430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.13 KB | None | 0 0
  1. <!--
  2.  
  3. theme by septim
  4.  
  5. ╔╔ ══ ══ Rules:
  6. ║║ -do not use as base
  7. ╚╚ ══ ╗╗ -do not steal bits of code
  8. ║║ -do not remove credits
  9. ══ ══ ╝╝
  10.  
  11.  
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--Default Variables-->
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Text" content="#cccccc"/>
  28. <meta name="color:link" content="#a7a7a7"/>
  29. <meta name="color:title"content="#070707"/>
  30. <meta name="color:blog title"content="#aaaaaa"/>
  31. <meta name="color:scrollbar" content="#d5d5d5" />
  32. <meta name="color:accents" content="#f4f4f4"/>
  33.  
  34. <meta name="image:Header Image" content=""/>
  35. <meta name="image:Header Banner" content=""/>
  36. <meta name="color:Header color" content="#f4f4f4"/>
  37.  
  38. <meta name="text:top margin" content="200"/>
  39.  
  40. <meta name="if:Hide Captions" content="0"/>
  41. <meta name="if:Show Tags" content="0">
  42. <meta name="if:400px" content="0">
  43.  
  44. <meta name="text:post spacing" content="150">
  45.  
  46. <meta name="text:Link One" content="" />
  47. <meta name="text:Link One URL" content=""/>
  48. <meta name="text:Link Two" content="" />
  49. <meta name="text:Link Two URL" content=""/>
  50. <meta name="text:Link Three" content="" />
  51. <meta name="text:Link Three URL" content=""/>
  52. <meta name="text:Link Four" content="" />
  53. <meta name="text:Link Four URL" content=""/>
  54.  
  55. <!-- jquery -->
  56.  
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59.  
  60. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  61.  
  62. <script>
  63.  
  64. (function($){
  65.  
  66. $(document).ready(function(){
  67.  
  68. $("a[title]").style_my_tooltips({
  69.  
  70. tip_follows_cursor:true,
  71.  
  72. tip_delay_time:30,
  73.  
  74. tip_fade_speed:300,
  75.  
  76. attribute:"title"
  77.  
  78. });
  79.  
  80. });
  81.  
  82. })(jQuery);
  83.  
  84. </script>
  85.  
  86.  
  87.  
  88.  
  89.  
  90. <!--CSS customization here. -->
  91.  
  92. <style type="text/css">
  93.  
  94. #s-m-t-tooltip{
  95. font-size:9px;
  96. position:absolute;
  97. margin-top: 15px;
  98. letter-spacing:1px;
  99. z-index:9999;
  100. background:{color:background};
  101. color:{color:text};
  102. text-transform:lowercase;
  103. padding:2px 5px;
  104. }
  105.  
  106.  
  107.  
  108.  
  109.  
  110. /*scrollbar*/
  111. ::-webkit-scrollbar{height: 5px;
  112. width: 5px;
  113. -webkit-border-radius: 0px;
  114. background-color:{color:background}}
  115. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  116. ::-webkit-scrollbar-track{background-color:{color:background};}
  117.  
  118.  
  119.  
  120.  
  121. #text {
  122. text-transform:uppercase;
  123. letter-spacing:1px;
  124. margin-bottom:100px;
  125. text-align:center;
  126. font-size:8px;}
  127. #text a {text-decoration:none;
  128. padding:0;}
  129.  
  130. /*main structure*/
  131. blockquote {padding:5px 0 5px 30px;
  132. border-left:1px solid {color:text};
  133. margin-left:30px;
  134. }
  135. .caption blockquote {text-align:justify;
  136. border-left:1px solid {color:link};}
  137.  
  138.  
  139. body {
  140. background:{color:background};
  141. color:{color:text};
  142. font-family:georgia;
  143. font-size:11px;
  144. text-align:justify;
  145. margin:0;
  146. line-height:17px;}
  147.  
  148.  
  149. a {
  150. color:{color:link};
  151. text-decoration:none;
  152. border-bottom:1px solid transparent;
  153. -webkit-transition:all 0.6s;
  154. -moz-transition:all 0.6s;
  155. -ms-transition:all 0.6s;
  156. -o-transition:all 0.6s;
  157. transition:all 0.6s;
  158. }
  159.  
  160. a:hover {border-bottom:1px solid {color:link hover};
  161. -webkit-transition:all 0.6s;
  162. -moz-transition:all 0.6s;
  163. -ms-transition:all 0.6s;
  164. -o-transition:all 0.6s;
  165. transition:all 0.6s; }
  166.  
  167. img{
  168. opacity:1;
  169. border:none;
  170. text-decoration:none}
  171.  
  172.  
  173. b, strong {
  174. color:{color:title}}
  175. i, em {
  176. font-weight:200;
  177. color:{color:text}}
  178. p {
  179. margin-top:5px;
  180. margin-bottom:5px}
  181. ol {
  182. list-style:normal;}
  183. ul {
  184. list-style:square;}
  185.  
  186. small {
  187. font-size:10px;}
  188.  
  189. big {
  190. font-size:12px;}
  191.  
  192.  
  193.  
  194.  
  195. #title {font-size:14px;
  196. line-height:18px;
  197. letter-spacing:1px;
  198. font-style:italic;
  199. margin-bottom:25px;
  200. margin-left:25px;
  201. color:{color:title};}
  202. #title a {color:{color:title};}
  203.  
  204.  
  205.  
  206.  
  207. /*header*/
  208.  
  209. #headers {
  210. text-align:center;
  211. z-index:2;
  212. position:fixed;
  213. width:100%;
  214. top:0;
  215. background-image:url('{image:header banner}');
  216. background-repeat:repeat;
  217. background-color:{color:header color};
  218. }
  219. #header {
  220. padding:15px 0;
  221. {block:ifnot400px}
  222. width:500px;
  223. {/block:ifnot400px}
  224. {block:if400px}
  225. width:400px;
  226. {/block:if400px}
  227. margin:0 auto;
  228. text-align:left;
  229. margin-top:75px;}
  230. #h {background:{color:header color};}
  231. #bat {margin-top:-65px;
  232. margin-left:-55px;
  233. float:left;
  234. }
  235. #bat img {width:100px;
  236. height:100px;
  237. border:5px solid {color:header color};
  238. border-radius:100%;}
  239. #bat a {border:none;}
  240.  
  241.  
  242. #blogt {font-size:22px;
  243. position:absolute;
  244. margin-top:-40px;
  245. margin-left:60px;
  246. font-style:italic;}
  247.  
  248. #blogt a {color:{color:title};
  249. text-decoration:none;
  250. border:none;
  251. -webkit-transition:all 0.8s;
  252. -moz-transition:all 0.8s;
  253. -ms-transition:all 0.8s;
  254. -o-transition:all 0.8s;
  255. transition:all 0.8s; }
  256. #blogt a:hover {letter-spacing:10px;
  257. -webkit-transition:all 0.8s;
  258. -moz-transition:all 0.8s;
  259. -ms-transition:all 0.8s;
  260. -o-transition:all 0.8s;
  261. transition:all 0.8s; }
  262.  
  263. .standardlinks {
  264. margin-bottom:10px;
  265. margin-top:-10px;
  266. letter-spacing:1px;
  267. font-size:8px;
  268. text-transform:uppercase;
  269. }
  270.  
  271. .standardlinks a {
  272. display:inline-block;
  273. margin-left:5px;
  274. background:{color:link};
  275. color:{color:background};
  276. padding:2px 3px 1px 3px;
  277. line-height:10px;
  278. border-bottom:none;
  279. }
  280. .standardlinks a:hover {
  281. background:transparent;
  282. color:{color:link};}
  283.  
  284. #description {
  285. margin:5px 0;}
  286.  
  287.  
  288. /*pagination*/
  289. #pagination {
  290. margin-top:50px;
  291. {block:ifnot400px}
  292. width:500px;
  293. {/block:ifnot400px}
  294. {block:if400px}
  295. width:400px;
  296. {/block:if400px}
  297. text-align:center;
  298. text-transform:uppercase;
  299. letter-spacing:1px;
  300. font-size:12px;
  301. }
  302. #pagination a {
  303. margin:0 30px;
  304. display:inline-block;
  305. }
  306.  
  307.  
  308. /*container*/
  309. #con {
  310. left:50%;
  311. {block:ifnot400px}
  312. margin-left:-250px;
  313. {/block:ifnot400px}
  314. {block:if400px}
  315. margin-left:-200px;
  316. {/block:if400px}
  317. position:absolute;
  318. }
  319.  
  320.  
  321.  
  322. /*posts*/
  323.  
  324. #entries {
  325. margin-top:{text:top margin}px;
  326. {block:ifnot400px}
  327. width:500px;
  328. {/block:ifnot400px}
  329. {block:if400px}
  330. width:400px;
  331. {/block:if400px}
  332. }
  333.  
  334.  
  335.  
  336. #posts {
  337. {block:ifnot400px}
  338. width:500px;
  339. {/block:ifnot400px}
  340. {block:if400px}
  341. width:400px;
  342. {/block:if400px}
  343. {block:IndexPage}
  344. margin-bottom:{text:post spacing}px;
  345. {/block:IndexPage}
  346. {block:PermalinkPage}
  347. margin-bottom:50px;
  348. {/block:PermalinkPage}
  349.  
  350. }
  351. #posts img {
  352. {block:ifnot400px}
  353. max-width:500px;
  354. {/block:ifnot400px}
  355. {block:if400px}
  356. max-width:400px;
  357. {/block:if400px}
  358. display:block;
  359. }
  360. .photo img {{block:ifnot400px}
  361. width:500px;
  362. {/block:ifnot400px}
  363. {block:if400px}
  364. width:400px;
  365. {/block:if400px}}
  366. .photoset {display:block}
  367.  
  368. #titlequote{
  369. font-size:16px;
  370. font-style:italic;
  371. line-height:20px;
  372. color:{color:title};
  373. }
  374.  
  375. #source {
  376. font-size:8px;
  377. letter-spacing:1px;
  378. text-transform:uppercase;
  379. margin:10px 0 10px 35px;}
  380.  
  381. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  382. .caption img{max-width:300px;}
  383. .caption {width:100%;
  384. margin:10px 0;
  385. text-transform:none;
  386. {block:IfHideCaptions}
  387. {block:IndexPage}
  388. display:none;
  389. {/block:IndexPage}
  390. {/block:IfHideCaptions}
  391. }
  392.  
  393.  
  394.  
  395.  
  396. /*audio*/
  397.  
  398. .player {
  399. width:25px;
  400. height:25px;
  401. overflow:hidden;
  402. margin:0 auto;
  403. padding:5px;
  404. border:7px solid white;
  405. border-radius:100%;
  406. background:white;}
  407.  
  408. .infl {position:absolute;
  409. text-align:center;
  410. line-height:70px;
  411. {block:ifnot400px}
  412. width:205px;
  413. {/block:ifnot400px}
  414. {block:if400px}
  415. width:155px;
  416. {/block:if400px}
  417. font-size:14px;
  418. font-style:italic;
  419. margin-left:10px;}
  420.  
  421. .infr {
  422. position:absolute;
  423. text-align:center;
  424. padding-top:20px;
  425. font-style:italic;
  426. {block:ifnot400px}
  427. margin-left:285px;
  428. {/block:ifnot400px}
  429. {block:if400px}
  430. margin-left:235px;
  431. {/block:if400px}
  432. {block:ifnot400px}
  433. width:205px;
  434. {/block:ifnot400px}
  435. {block:if400px}
  436. width:155px;
  437. {/block:if400px}}
  438.  
  439. .playerback {padding:10px 5px;
  440. background-color:{color:Accents};
  441. }
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449. /*asks*/
  450. .q {
  451. border-left:25px solid {color:Accents};
  452. padding:20px 25px 20px 0;
  453. background:{color:accents};
  454. }
  455. .as {margin-left:5px;
  456. font-style:italic;
  457. font-weight:bold;
  458. color:{color:title};
  459. text-transform:lowercase;}
  460.  
  461. .a {
  462. margin:15px 0;}
  463.  
  464. .port {float:left;
  465. margin-top:-10px;
  466. margin-left:-25px;
  467. }
  468. .port img {width:40px;
  469. height:40px;
  470. border-radius:100%;
  471. border:5px solid {color:accents};}
  472.  
  473. .chat ol {
  474. padding:0;
  475. margin-bottom:-5px;
  476. line-height:180%;
  477. list-style:none;
  478. }
  479.  
  480. .line.odd {
  481. background:{color:accents};
  482. padding:10px;
  483. }
  484.  
  485. .line.even {
  486. padding:10px;
  487. }
  488.  
  489. .label {font-weight:bold;
  490. padding-right:1px;
  491. letter-spacing:1px;
  492. text-transform:uppercase;
  493. color:{color:title};
  494. }
  495.  
  496.  
  497.  
  498.  
  499.  
  500. /*permalink and notes*/
  501.  
  502.  
  503. #permalink {
  504. text-align:left;
  505. padding:10px 5px;
  506. background:{color:accents};
  507. margin-top:5px;
  508. font-size:9px;
  509. letter-spacing:1px;
  510. text-transform:lowercase;
  511. }
  512. #permalink a {margin:0 5px;
  513. }
  514.  
  515. .tags {{block:ifNotShowTags}
  516. {block:IndexPage}
  517. display:none;
  518. {/block:IndexPage}
  519. {/block:ifNotShowTags}
  520. word-break:break-all;
  521. display:inline;
  522.  
  523. }
  524. .tags a{
  525. font-style:italic;}
  526.  
  527.  
  528. .pagenotes {
  529. {block:IndexPage}
  530. display: none!important;
  531. {/block:IndexPage}
  532. {block:ifnot400px}
  533. width:500px;
  534. {/block:ifnot400px}
  535. {block:if400px}
  536. width:400px;
  537. {/block:if400px}
  538. text-align:left;
  539.  
  540. }
  541. .pagenotes img {
  542. display:none!important;}
  543. .pagenotes li {
  544. list-style-type:none;
  545. padding:5px 0px;
  546. text-align:left;
  547. margin:0 0 0 -40px;
  548. font-size:8px;
  549. letter-spacing:1px;
  550. text-transform:uppercase;
  551. }
  552. .t {
  553. font-size:12px;
  554. text-align:Center;
  555. font-weight:bold;
  556. letter-spacing:1px;
  557. color:{color:title};
  558. text-transform:uppercase;}
  559.  
  560.  
  561.  
  562.  
  563.  
  564. {CustomCSS}
  565.  
  566.  
  567. </style>
  568.  
  569. <!-- notes -->
  570.  
  571. <script language="javascript">
  572.  
  573. function toggle() {
  574. var ele = document.getElementById("toggleNotes");
  575. var text = document.getElementById("displayNotes");
  576. if(ele.style.display == "block") {
  577. ele.style.display = "none";
  578. text.innerHTML = "show notes";
  579. }
  580. else {
  581. ele.style.display = "block";
  582. text.innerHTML = "hide notes";
  583. }
  584. }
  585.  
  586. </script>
  587.  
  588.  
  589. </head>
  590.  
  591. <body>
  592.  
  593.  
  594. <div id="headers">
  595. <div id="h">
  596. <div id="header">
  597. <div id="blogt"><a href="/">{Title}</a></div>
  598. <div id="bat">
  599. <a href="/"><img src="{image:Header image}"></a>
  600. </div>
  601. <div class="standardlinks">
  602. <a href="/">home</a>
  603. <a href="/ask">message</a>
  604. {block:ifLinkOne}<a href="{text:Link One URL}">{text:Link One}</a>{/block:ifLinkOne}
  605. {block:ifLinkTwo}<a href="{text:Link Two URL}">{text:Link Two}</a>{/block:ifLinkTwo}
  606. {block:ifLinkThree}<a href="{text:Link Three URL}">{text:Link Three}</a>{/block:ifLinkThree}
  607. {block:ifLinkFour}<a href="{text:Link Four URL}">{text:Link Four}</a>{/block:ifLinkFour}
  608. </div>
  609.  
  610. <div id="description">{Description}</div>
  611. </div>
  612. </div>
  613. </div>
  614. <div id="con">
  615.  
  616.  
  617.  
  618. <div id="entries">
  619.  
  620. <div class = "autopagerize_page_element">
  621. {block:Posts}
  622. <div id="posts">
  623.  
  624.  
  625. {block:Quote}
  626. <div id="titlequote">“{Quote}”</div>
  627. {block:Source}<div id="source">{Source}</div>{/block:Source}
  628. {/block:Quote}
  629.  
  630.  
  631.  
  632. {block:Text}
  633.  
  634. {block:Title}
  635. <div id="title">{Title}</div>{/block:Title}
  636. {Body}
  637.  
  638.  
  639. {/block:Text}
  640.  
  641. {block:Link}
  642.  
  643. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  644.  
  645. {/block:Link}
  646.  
  647. {block:Chat}
  648. {block:Title}<div id="title">{Title}</div>{/block:Title}
  649. <div class="chat">
  650. <ol>{block:Lines}
  651. <li class="line {Alt}">
  652. {block:Label}
  653. <span class="label">
  654. {Label}</span>
  655. {/block:Label}{Line}</li>
  656. {/block:Lines}
  657. </ol></div>
  658. {/block:Chat}
  659.  
  660. {block:Photo}
  661. <div class="photo">
  662. {block:ifnot400px}
  663. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  664. {/block:ifnot400px}
  665. {block:if400px}
  666. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  667. {/block:if400px}
  668. </div>
  669. {/block:Photo}
  670.  
  671. {block:Photoset}
  672. <div class="photoset">
  673. {block:ifnot400px}
  674. {Photoset-500}
  675. {/block:ifnot400px}
  676. {block:if400px}
  677. {Photoset-400}
  678. {/block:if400px}
  679. </div>
  680. {/block:Photoset}
  681.  
  682. {block:Video}
  683. <div class="photoset">
  684. {block:ifnot400px}
  685. {Video-500}
  686. {/block:ifnot400px}
  687. {block:if400px}
  688. {Video-400}
  689. {/block:if400px}
  690. </div>
  691. {/block:Video}
  692.  
  693.  
  694.  
  695. {block:Audio}
  696. <div class="infl">
  697. {block:TrackName}{TrackName}{/block:TrackName}</div>
  698. <div class="infr">{block:Artist}{Artist}{/block:Artist}<br>{playcountwithlabel}</div>
  699. <div class="playerback">
  700. <div class="player">{AudioPlayerWhite}</div>
  701. </div>
  702. {/block:Audio}
  703.  
  704.  
  705. {block:Answer}
  706. <div class="port"><img src="{AskerPortraitURL-40}"></div>
  707. <span class="as">{Asker} said:</span>
  708. <div class="q">
  709. {Question}</div>
  710.  
  711. <div class="a">{Answer}</div>
  712.  
  713. {/block:Answer}
  714.  
  715. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  716.  
  717.  
  718. {block:Date}
  719. <div id="permalink">
  720. <a href="{Permalink}" title="{TimeAgo}">{DayofMonth}.{MonthNumber}.{Year}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}
  721. {block:PermalinkPage}
  722. {block:ContentSource}
  723. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  724. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  725. {/block:SourceLogo}
  726. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  727. {/block:ContentSource}
  728. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  729. {/block:PermalinkPage}
  730. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  731. </div>
  732. {/block:Date}
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739. </div>
  740.  
  741.  
  742. {block:PostNotes}
  743. <div class="pagenotes">
  744. <center><a id="displayNotes" href="javascript:toggle();" class="t">show notes</a></center>
  745. <div id="toggleNotes" style="display:none;">
  746. {PostNotes}
  747. </div>
  748. </div>
  749. {/block:PostNotes}
  750.  
  751.  
  752.  
  753.  
  754.  
  755. {/block:Posts}
  756.  
  757.  
  758. {block:pagination}
  759. <div id="pagination">
  760. {block:PreviousPage}
  761. <a href="{PreviousPage}">back</a>
  762. {/block:PreviousPage}
  763. {block:NextPage}
  764. <a href="{NextPage}">next</a>
  765. {/block:NextPage}
  766. </div>
  767. {/block:pagination}
  768.  
  769. </div>
  770. </div>
  771.  
  772. <div id="text"><a href="http://farahmir.tumblr.com" target="_blank">Septim themes</a></div>
  773. </div>
  774. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement