Advertisement
themesbyjerry

theme 3: olympus

Sep 12th, 2014
2,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.23 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. <!--THEME 3 BY ELYSIUM THEMES. PLEASE DO NOT REMOVE THE CREDIT OR DISTRIBUTE AS YOUR OWN. THANK YOU AND ENJOY!-->
  12.  
  13. <meta name="color:Background" content="#FAFAFA"/>
  14. <meta name="color:Text" content="#aaaaaa"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16.  
  17. <meta name="text:Link 1 URL" content="" />
  18. <meta name="text:Link 1" content="" />
  19. <meta name="text:Link 2 URL" content="" />
  20. <meta name="text:Link 2" content="" />
  21. <meta name="text:Link 3 URL" content="" />
  22. <meta name="text:Link 3" content="" />
  23.  
  24. <meta name="text:ask title" content="" />
  25. <meta name="text:ask url" content="" />
  26.  
  27. <meta name="if:popupask" content="0"/>
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>
  30.  
  31.  
  32. <!-- jquery for tooltips-->
  33.  
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39. <script>
  40.  
  41. (function($){
  42.  
  43. $(document).ready(function(){
  44.  
  45. $("a[title]").style_my_tooltips({
  46.  
  47. tip_follows_cursor:true,
  48.  
  49. tip_delay_time:30,
  50.  
  51. tip_fade_speed:300,
  52.  
  53. attribute:"title"
  54.  
  55. });
  56.  
  57. });
  58.  
  59. })(jQuery);
  60.  
  61. </script>
  62.  
  63.  
  64. <!---popup ask-->
  65.  
  66. <script type="text/javascript"
  67. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  68. <script>
  69. $(document).ready(function() {
  70. //
  71. $('a.poplight[href^=#]').click(function() {
  72. var popID = $(this).attr('rel'); //Get Popup Name
  73. var popURL = $(this).attr('href'); //Get Popup href to define size
  74. var query= popURL.split('?');
  75. var dim= query[1].split('&');
  76. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  77. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
  78. var popMargTop = ($('#' + popID).height() + 80) / 2;
  79. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  80. //Apply Margin to Popup
  81. $('#' + popID).css({
  82. 'margin-top' : -popMargTop,
  83. 'margin-left' : -popMargLeft
  84. });
  85. $('body').append('<div id="fade"></div>');
  86. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  87. return false;
  88. });
  89. $('a.close, #fade').live('click', function() {
  90. $('#fade , .popup_block').fadeOut(function() {
  91. $('#fade, a.close').remove(); //fade them both out
  92. });
  93. return false;
  94. });
  95. });
  96. </script>
  97.  
  98.  
  99.  
  100. <!--CSS customization here. -->
  101.  
  102. <style type="text/css">
  103.  
  104. #s-m-t-tooltip{
  105. padding:4px 9px;
  106. position:absolute;
  107. margin: 10px 20px;
  108. padding:5px;
  109. font-size:9px;
  110. font-family:serif;
  111. z-index: 99999999999;
  112. letter-spacing:1px;
  113. text-transform:lowercase;
  114. font-style:italic;
  115. background:white;
  116. }
  117.  
  118.  
  119.  
  120. /*basics*/
  121. .caption blockquote {
  122. margin:5px 10px;
  123. }
  124. blockquote {
  125. margin:5px 30px 5px 30px;
  126. border-left:1px solid #eee;
  127. margin-top:-5px;
  128. padding-left: 8px;
  129. }
  130.  
  131. body {
  132. background:{color:background};
  133. color:{color:text};
  134. font-family: 'Crimson Text', serif;
  135. font-size:11px;
  136. text-align:justify;
  137. margin:0;
  138. line-height:1.5em;}
  139.  
  140.  
  141. a {
  142. color:{color:link};
  143. text-decoration:none;
  144. }
  145.  
  146. a:hover {
  147. text-decoration:underline;}
  148.  
  149. img{opacity:1;
  150. border:none;
  151. text-decoration:none}
  152.  
  153.  
  154. small {
  155. font-size:9px;}
  156.  
  157. big {
  158. font-size:12px;}
  159.  
  160.  
  161. #title {
  162. line-height:1.5em;
  163. margin-bottom:10px;
  164. text-transform:uppercase;
  165. text-align:center;
  166. }
  167.  
  168. h1 {
  169. font-size:12px;
  170. padding: 10px;
  171. margin-top: 0px;
  172. background: #f7f7f7;
  173. font-weight:normal;
  174. border: 1px solid #eeeeee;
  175. }
  176.  
  177. #sidebar {
  178. background:#fff;
  179. text-align:center;
  180. position:fixed;
  181. left:50%;
  182. top:21%;
  183. margin-left:-550px;
  184. padding:20px;
  185. border:1px solid #eee;
  186. width:150px;
  187. }
  188.  
  189. #sidebarim {margin-bottom:20px}
  190.  
  191. #sidebarim img {width:125px}
  192.  
  193. #blogt {
  194. padding:10px;
  195. background:{color:background};
  196. border:1px solid #eee;
  197. font-size:18px;
  198. font-family: 'Crimson Text', serif;
  199. }
  200.  
  201. #links {
  202. width:150px;
  203. margin-top:15px;
  204. margin-bottom:-5px;
  205. letter-spacing:1px;
  206. line-height:1.5em;
  207. text-align:center;
  208. text-transform:lowercase;
  209. }
  210.  
  211.  
  212. #links a {
  213. margin-right:2px;
  214. display:inline-block;
  215. }
  216.  
  217. #links a:hover{
  218. color:{color:hover};
  219.  
  220. }
  221.  
  222. #description {
  223. border-top:1px solid #eee;
  224. text-align:right;
  225. font-size:9px;
  226. padding-top:10px;
  227. margin-top:5px;
  228. margin-bottom:-20px;
  229. }
  230. #description p{
  231. padding:10px;
  232. background:{color:background};
  233. }
  234.  
  235. .caption {
  236. margin:7px;
  237. }
  238.  
  239. /*pagination*/
  240. #pagination {
  241. position:relative;
  242. margin-top:20px;
  243. margin-bottom:-20px;
  244. font-size:13px;
  245. }
  246. #pagination a{
  247. padding:5px;
  248. }
  249. #pagination a:hover{
  250. text-decoration:none;
  251. }
  252.  
  253. /*container*/
  254. #con {
  255. left:50%;
  256. margin-left:-250px;
  257. position:absolute;
  258. }
  259.  
  260. /*popup ask*/
  261.  
  262. #fade { /*--Transparent background layer--*/
  263. display: none; /*--hidden by default--*/
  264. background: #fff;
  265. position: fixed; left: 0; top: 0;
  266. width: 100%; height: 100%;
  267. opacity: .9;
  268. z-index: 9999;
  269.  
  270.  
  271. }
  272. .popup_block{
  273. display: none; /*--hidden by default--*/
  274. background: #fff;
  275. padding: 20px;
  276. border: 0px solid #fff;
  277. float: left;
  278. position: fixed;
  279. top: 50%; left: 50%;
  280. z-index: 99999;
  281. font-size:13px;
  282. line-height:16px;
  283. }
  284. img.btn_close {
  285. float: right;margin: -20px -20px 0 0;
  286. }
  287. /*--Making IE6 Understand Fixed Positioning--*/
  288. *html #fade {
  289. position: absolute;
  290. }
  291. *html .popup_block {
  292. position: absolute;
  293. }
  294.  
  295. /*posts*/
  296.  
  297. #entries {
  298. margin-top:75px;
  299. width:400px;
  300. }
  301.  
  302.  
  303.  
  304. #posts {
  305. width:400px;
  306. background-color:white;
  307. border:1px solid;
  308. border-color:#eeeeee;
  309. padding:20px;
  310. padding-bottom:10px;
  311. margin-bottom:75px;
  312. }
  313. #posts img {
  314. max-width:400px;
  315. }
  316.  
  317. /*quote*/
  318.  
  319. #titlequote{text-align:left;
  320. font-size:14px;
  321. line-height:1.6em;
  322. }
  323.  
  324. #source {
  325. margin-top:15px;
  326. margin-left:15px;}
  327.  
  328. /*audio*/
  329.  
  330. .player {
  331. width:25px;
  332. height:25px;
  333. overflow:hidden;
  334. position:absolute;
  335. background:white;}
  336.  
  337. .audioinfo {
  338. margin-left:50px;
  339. }
  340.  
  341.  
  342. /*asks*/
  343. .q {margin-bottom:10px;
  344. text-align:center;
  345. }
  346.  
  347. .as {
  348. text-align:center;
  349. }
  350.  
  351. .a {
  352. margin-top:10px;
  353. }
  354.  
  355.  
  356. /*chat*/
  357.  
  358. .chat ol {
  359. padding:0;
  360. list-style:none;
  361. }
  362. .line {padding:5px 0;}
  363.  
  364. .label {font-weight:bold;
  365. }
  366.  
  367.  
  368.  
  369.  
  370.  
  371. /*link and notes*/
  372.  
  373. #permalink {
  374. margin-top:15px;
  375. font-size:9px;
  376. border-top:1px solid;
  377. padding-top:5px;
  378. border-color:#eeeeee;
  379. text-align:center;
  380. float:center;
  381. }
  382.  
  383. #permalink a {margin-right:10px;}
  384.  
  385.  
  386. .tags {
  387. word-break:break-all;
  388. font-size:8px;
  389. }
  390.  
  391. .pagenotes {
  392. {block:IndexPage}
  393. display: none!important;
  394. {/block:IndexPage}
  395. width:400px;
  396. text-align:left;
  397.  
  398. }
  399. .pagenotes img {
  400. display:none!important;}
  401. .pagenotes li {
  402. list-style-type:none;
  403. padding:5px 0px;
  404. text-align:left;
  405. margin:0 0 0 -40px;
  406. }
  407.  
  408. /*credit - please do not edit anything here*/
  409.  
  410. #credit {
  411. font-size: 10px;
  412. bottom:7px;
  413. position:fixed;
  414. right:13px;
  415. float:right;
  416. letter-spacing:1px;
  417. padding:2px;
  418. }
  419.  
  420.  
  421.  
  422. {CustomCSS}
  423.  
  424.  
  425. </style>
  426.  
  427.  
  428.  
  429. </head>
  430.  
  431. <body>
  432.  
  433. <div id="con">
  434.  
  435. <div id="sidebar">
  436. <div id="blogt">{Title}</div>
  437. <div id="links">
  438. <a href="/">home</a>
  439. {block:ifNotpopupask}
  440. <a href="/ask">ask</a>
  441. {/block:ifNotpopupask}
  442. {block:ifpopupask}
  443. <a href="#?w=500" rel="02" class="poplight">ask</a>
  444. {/block:ifpopupask}
  445. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  446. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  447. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  448. <div id="description"><p>{Description}</p></div>
  449.  
  450. <div id="pagination">
  451. {block:Pagination}
  452. {block:PreviousPage}
  453. <a href="{PreviousPage}">&#8592;</a>
  454. {/block:PreviousPage}
  455.  
  456.  
  457. {block:NextPage}
  458. <a href="{NextPage}">&#8594;</a>
  459. {/block:NextPage}
  460. {/block:Pagination}
  461. </div>
  462. </div>
  463.  
  464.  
  465.  
  466.  
  467.  
  468. </div>
  469.  
  470.  
  471.  
  472.  
  473. <div id="entries">
  474.  
  475. {block:Posts}
  476. <div id="posts">
  477.  
  478.  
  479. {block:Quote}
  480.  
  481.  
  482. <div id="titlequote"><h1>“{Quote}”</h1></div>
  483. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  484. {/block:Quote}
  485.  
  486.  
  487.  
  488. {block:Text}
  489.  
  490. {block:Title}
  491. <div id="title"><h1>{Title}</h1></div>{/block:Title}
  492. {Body}
  493. {/block:Text}
  494.  
  495. {block:Link}
  496. <div id="title"><h1><a href="{URL}">{Name}</a></h1></div>{block:Description}{Description}{/block:Description}
  497. {/block:Link}
  498.  
  499. {block:Chat}
  500. {block:Title}
  501. <h1>{Title}</h1>
  502. {/block:Title}
  503. <div class="chat">
  504. <ol>{block:Lines}
  505. <li class="line {Alt}">
  506. {block:Label}
  507. <span class="label">
  508. {Label}</span>
  509. {/block:Label}{Line}</li>
  510. {/block:Lines}
  511. </ol></div>
  512. {/block:Chat}
  513.  
  514. {block:Photo}
  515. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. {Photoset-400}
  520. {/block:Photoset}
  521.  
  522. {block:Video}
  523. {Video-400}
  524. {/block:Video}
  525.  
  526. {block:Audio}
  527. <div class="player">{AudioPlayerWhite}</div>
  528. <div class="audioinfo">
  529. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  530. </div>
  531. {/block:Audio}
  532.  
  533. {block:Answer}
  534. <div class="q">
  535. <div class="as"><h1>{Asker} said: {Question}</div>
  536. </h1></div>
  537. <div class="a">{Answer}</div>
  538. {/block:Answer}
  539.  
  540. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  541.  
  542. {block:Date}
  543.  
  544. <div id="permalink">
  545.  
  546. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}
  547. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  548.  
  549. </div>
  550. {/block:Date}
  551.  
  552. </div>
  553.  
  554.  
  555. {block:PostNotes}
  556. <div class="pagenotes">
  557. {PostNotes}
  558. </div>
  559. {/block:PostNotes}
  560.  
  561. {/block:Posts}
  562. {block:ContentSource}
  563. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  564. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  565. {/block:SourceLogo}
  566. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  567. {/block:ContentSource}
  568.  
  569. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  570.  
  571.  
  572.  
  573. </div>
  574.  
  575. </div>
  576.  
  577. <div id="credit">
  578. <a href="http://rxvenclaw.tumblr.com/" title="elysium themes" style="color:#000;">©ET</a></div>
  579.  
  580.  
  581. </body>
  582.  
  583. <div id="02" class="popup_block">
  584.  
  585. <Center><h3>{text:ask title}</h3><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:ask url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  586. </center></div>
  587.  
  588. </div></div></div></div></div></div></div></div></div></div>
  589.  
  590.  
  591. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement