Advertisement
septims

Memoria

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