Advertisement
imperialthemes

Θ Theme

May 21st, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.15 KB | None | 0 0
  1. <!--
  2. Θ Theme ✦ Theta Theme
  3. main blog: oasal.tumblr.com
  4. theme blog: imperialthemes.tumblr.com
  5.  
  6. ✦ The Theta theme is a multisize one
  7. ___ ___ ✦ column grid theme that is very
  8. / \ /\ / /\ | ✦ customizable. It has cool links,
  9. | | / \ \___ / \ | ✦ hover titles, image fade, and
  10. | | /----\ \ /----\ | ✦ standard permalinks. It also
  11. \___/ / \ ___/ / \ |___ ✦ includes up to two custom links.
  12. ✦ Please contact me if you use
  13. ✦ this theme!
  14. -->
  15.  
  16. <head>
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  22.  
  23. <meta name="color:Background" content="#ffffff" />
  24. <meta name="color:Text" content="#130C11" />
  25. <meta name="color:Links" content="#97cde7" />
  26. <meta name="color:Hover" content="#c1f0dc" />
  27. <meta name="color:Sidebar" content="#eeeeee" />
  28. <meta name="color:Hoverbars" content="#dddddd" />
  29. <meta name="color:Borders" content="#dddddd" />
  30. <meta name="color:Permalink Background" content="#fff" />
  31. <meta name="color:Permalink Links" content="#000" />
  32. <meta name="color:Post Background" content="#fff" />
  33. <meta name="image:Background" content="0" />
  34. <meta name="image:Sidebar" content="1" />
  35. <meta name="if:Special Cursor" content="1" />
  36. <meta name="if:Bigger Posts" content="1" />
  37. <meta name="if:Left Sidebar" content="1" />
  38. <meta name="if:White Follow Button" content="1" />
  39. <meta name="if:Image Opacity" content="1" />
  40. <meta name="if:Black Links" content="1" />
  41. <meta name="if:Full Screen Background" content=""/>
  42. <meta name="text:Link One Title" content="" />
  43. <meta name="text:Link One" content="" />
  44. <meta name="text:Link Two Title" content="" />
  45. <meta name="text:Link Two" content="" />
  46.  
  47. <script type="text/javascript"
  48. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  49.  
  50. <script src="toggle.js" type="text/javascript"></script>
  51. <script type="text/javascript">
  52. $(document).ready(function(){
  53. $(".hide").hide();
  54. $(".show").click(function(){
  55. $('.hide').slideToggle(300);
  56. return true;
  57. });
  58. });
  59. </script>
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title],a[title],img[title]").style_my_tooltips({
  67. tip_follows_cursor:true,
  68. tip_delay_time:50,
  69. tip_fade_speed:300,
  70. attribute:"title"
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76. <style type="text/css">
  77.  
  78. #s-m-t-tooltip {
  79. z-index:9999;
  80. background:{color:Background};
  81. line-height:11px;
  82. font-size:8px;
  83. font-family:calibri;
  84. letter-spacing:1px;
  85. text-transform:uppercase;
  86. color:{color:Links};
  87. max-width:150px;
  88. border:1px solid {color:Borders};
  89. word-wrap:break-word;
  90. padding:5px;
  91. display:block;
  92. margin:25px 0 0 15px;
  93. }
  94.  
  95. iframe#tumblr_controls {
  96. right:3px !important;
  97. position: fixed !important;
  98. {block:ifWhiteFollowButton}
  99. opacity:.4;
  100. white-space:nowrap;
  101. -webkit-filter:invert(100%);
  102. {/block:ifWhiteFollowButton}
  103. }
  104.  
  105. ::-webkit-scrollbar-thumb{
  106. background:{color:Links};
  107. border: 2px solid {color:Borders};
  108. height:auto;
  109. -moz-border-radius: 10px;
  110. border-radius: 10px;
  111. }
  112.  
  113. ::-webkit-scrollbar {
  114. height:auto;
  115. width:9px;
  116. background:{color:Borders};
  117. border: 4px solid {color:Background};
  118. }
  119.  
  120. #all {
  121. background:transparent;
  122. display:block;
  123. width:650px;
  124. padding-left:0px;
  125. margin-left:auto;
  126. margin-right:auto;
  127. height:100%;
  128. z-index:-1;
  129. margin-top:-10px;
  130. padding-top:25px;
  131. {block:PermalinkPage}
  132. width:750px;
  133. {/block:PermalinkPage}
  134. }
  135.  
  136. body {
  137. {block:ifspecialcursor}
  138. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  139. {/block:ifspecialcursor}
  140. padding: 0px;
  141. margin-left: 0px;
  142. color:{color:text};
  143. font-family:cambria;
  144. font-size: 12px;
  145. background-color: {color:Background};
  146. background-image:url({image:Background});
  147. background-attachment: fixed;
  148. background-repeat: repeat;
  149. }
  150.  
  151. a {
  152. {block:ifspecialcursor}
  153. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  154. {/block:ifspecialcursor}
  155. color:{color:Links};
  156. -webkit-transition-duration:1s;text-decoration:none;font-weight:none;
  157. }
  158.  
  159. a:hover {
  160. {block:ifspecialcursor}
  161. cursor:url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  162. {/block:ifspecialcursor}
  163. color:{color:Hover};
  164. text-decoration: none;
  165. }
  166.  
  167. .entry {
  168. margin-top:15px;
  169. margin-bottom:15px;
  170. background:transparent;
  171. padding:10px;
  172. background:{color:Post Background};
  173. border:1px solid {color:Borders};
  174. {block:IndexPage}
  175. {block:ifbiggerposts}
  176. width:400px;
  177. {/block:ifbiggerposts}
  178. {block:ifnotbiggerposts}
  179. width:300px;
  180. {/block:ifnotbiggerposts}
  181. {/block:IndexPage}
  182. {block:PermalinkPage}
  183. width:500px;
  184. {/block:PermalinkPage}
  185. }
  186.  
  187. {block:IndexPage}
  188. {block:ifImageOpacity}
  189. .entryimg {opacity:.8;-webkit-transition-duration:1s;}
  190. .entry:hover .entryimg {opacity:1;-webkit-transition-duration:1s;}
  191. {/block:ifImageOpacity}
  192. {/block:IndexPage}
  193.  
  194. .perm a {color:{color:Permalink Links};}
  195. .perm {
  196. display: block;
  197. position:absolute;
  198. bottom:-13px;
  199. margin-left:-11px;
  200. font-family:calibri;
  201. font-size:8px;
  202. line-height:13px;
  203. text-align:center;
  204. text-transform: uppercase;
  205. {block:ifbiggerposts}
  206. width:420px;
  207. {/block:ifbiggerposts}
  208. {block:ifnotbiggerposts}
  209. width:320px;
  210. {/block:ifnotbiggerposts}
  211. border:1px solid {color:Borders};
  212. background:{color:Permalink Background};
  213. }
  214.  
  215. #posts {
  216. width:400px;
  217. margin-top:-10px;
  218. {block:ifbiggerposts}
  219. width:420px;
  220. {/block:ifbiggerposts}
  221. {block:ifnotbiggerposts}
  222. width:320px;
  223. {/block:ifnotbiggerposts}
  224. {block:ifleftsidebar}
  225. margin-left:150px;
  226. {/block:ifleftsidebar}
  227. {block:ifnotleftsidebar}
  228. margin-left:0px;
  229. {/block:ifnotleftsidebar}
  230. }
  231.  
  232. #side {
  233. position:fixed;
  234. top:100px;
  235. width:120px;
  236. {block:ifleftsidebar}
  237. margin-left:0px;
  238. {/block:ifleftsidebar}
  239. {block:ifnotleftsidebar}
  240. {block:ifbiggerposts}
  241. margin-left:450px;
  242. {/block:ifbiggerposts}
  243. {block:ifnotbiggerposts}
  244. margin-left:350px;
  245. {/block:ifnotbiggerposts}
  246. {block:PermalinkPage}
  247. margin-left:550px;
  248. {/block:PermalinkPage}
  249. {/block:ifnotleftsidebar}
  250. }
  251.  
  252. .show {
  253. font-style:italic;
  254. text-align:right;
  255. font-size:15px;
  256. line-height:8px;
  257. letter-spacing:1px;
  258. font-family:The Girl Next Door;
  259. {block:ifspecialcursor}
  260. cursor:url(http://media.tumblr.com/tumblr_lqs4ps1USa1qfoi4t.png), progress;
  261. {block:ifspecialcursor}
  262. {block:ifnotspecialcursor}
  263. cursor:crosshair;
  264. {/block:ifnotspecialcursor}
  265. color:#000;
  266. }
  267.  
  268. .hide {
  269. font-style:italic;
  270. position:absolute;
  271. width:82px; height:82px;
  272. margin:15px;
  273. padding:4px;
  274. font-size:8px;
  275. font-family:calibri;
  276. text-align:center;
  277. text-transform:uppercase;
  278. letter-spacing:1px;
  279. overflow:hidden;
  280. z-index:99;
  281. {block:ifblacklinks}
  282. background:rgba(0, 0, 0, .75);
  283. {/block:ifblacklinks}
  284. {block:ifnotblacklinks}
  285. background:rgba(255, 255, 255, .75);
  286. {/block:ifnotblacklinks}
  287. }
  288.  
  289. {block:ifblacklinks}
  290. .hide a {color:#fff;display:block;padding:5px;}.hide a:hover {color:#fff;}
  291. {/block:ifblacklinks}
  292. {block:ifnotblacklinks}
  293. .hide a {color:#000;display:block;padding:5px;}.hide a:hover {color:#000;}
  294. {/block:ifnotblacklinks}
  295.  
  296. .omg {
  297. padding:10px;
  298. background:#fff;
  299. -webkit-transition:all 0.4s ease-in-out;
  300. -moz-transition:all 0.4s ease-in-out;
  301. -o-transition:all 0.4s ease-in-out;
  302. transition:all 0.4s ease-in-out;
  303. }
  304.  
  305. .omg img {
  306. margin-left:5px;
  307. width:90px;
  308. height:90px;
  309. margin-top:5px;
  310. margin-bottom:5px;
  311. }
  312.  
  313. .desc {
  314. width:110px;
  315. font-style:italic;
  316. text-align:center;
  317. padding:5px;
  318. color:#fff;
  319. background:#000;
  320. }
  321.  
  322. #audio {width:300px; height:auto; height:90px; padding-bottom:13px;}
  323. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  324. .cover img {float:left; width:100px; height:100px;}
  325. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:36.5px; margin-top:35px; text-align:center;}
  326. .info {margin-left:108px; width: 170px;margin-top:18px; line-height:16px;position:absolute;}
  327.  
  328. .credit {
  329. position:fixed;
  330. z-index:999;
  331. bottom:0px;
  332. right:0px;
  333. padding:7px;
  334. font-size:40px;
  335. line-height:40px;
  336. }
  337.  
  338. #infscr-loading {
  339. display:none;
  340. }
  341.  
  342. blockquote{
  343. padding:0px 0px 2px 5px;
  344. margin:0px 0px 2px 5px;
  345. border-left:1px solid #000;
  346. }
  347.  
  348. .quote{
  349. font-size: 26px;
  350. float: left;
  351. margin-top: 0px;
  352. padding-right:8px;
  353. color: #BDBDBD;
  354. }
  355.  
  356. ul.chat {
  357. margin: 0;
  358. padding: 0;
  359. }
  360.  
  361. .chat li {
  362. list-style-type: none;
  363. margin-left: 0px;
  364. padding: 2px;
  365. }
  366.  
  367. .chat li.odd {
  368. margin-bottom: 3px;
  369. background-color:#eee;
  370. color: #888;
  371. }
  372.  
  373. .chat li.even {
  374. margin-bottom: 3px;
  375. background-color:#fff;
  376. color: #000;
  377. }
  378.  
  379. .label {
  380. font-weight: bold;
  381. }
  382.  
  383. td{
  384. width:250px;
  385. }
  386.  
  387. ol.notes{
  388. margin:25px 0px;
  389. border-bottom:1px solid #eee;
  390. padding:5px;
  391. list-style-type:none;
  392. }
  393.  
  394. ol.notes li.note{
  395. border-bottom:1px solid #eee;
  396. padding:5px;
  397. }
  398.  
  399. .bubble {
  400. align:right;background: #d5d0d0; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  401.  
  402. .bubble p {margin:1px 0px;}
  403.  
  404. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #d5d0d0;}
  405.  
  406. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #f7f7f7}
  407.  
  408. .title {
  409. font-size:14px;
  410. line-height: 14px;
  411. font-family:unica one;
  412. }
  413.  
  414. </style>
  415.  
  416. {block:IndexPage}
  417. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  418. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  419.  
  420. <script type="text/javascript">
  421. $(window).load(function () {
  422. var $content = $('#posts');
  423. $content.masonry({itemSelector: '.entry'}),
  424. $content.infinitescroll({
  425. navSelector : 'div#pagination',
  426. nextSelector : 'div#pagination a#nextPage',
  427. itemSelector : '.entry',
  428. loading: {
  429. finishedMsg: '',
  430. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  431. },
  432. bufferPx : 600,
  433. debug : false,
  434. },
  435. // call masonry as a callback.
  436. function( newElements ) {
  437. var $newElems = $( newElements );
  438. $newElems.hide();
  439. // ensure that images load before adding to masonry layout
  440. $newElems.imagesLoaded(function(){
  441. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  442.  
  443.  
  444. });
  445. });
  446. });
  447. </script>
  448.  
  449. {/block:IndexPage}
  450.  
  451. <title>{Title}</title>
  452.  
  453. <link rel="shortcut icon" href="{Favicon}">
  454. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  455. <meta name="viewport" content="width=820" />
  456.  
  457. </head>
  458. <body>
  459.  
  460. <div id="all">
  461.  
  462. <div class="credit"><a href="http://oasal.tumblr.com" title="theme by oasal"><img src="http://static.tumblr.com/cs9z8nu/fkDmbyfvp/tumblr_mbao3b14mh1rux83o.gif" width=25px></a></div>
  463.  
  464. <div id="side">
  465.  
  466. <div class="show">{title}</div>
  467.  
  468. <div class="hide">
  469. <a href="/ask" title="inbox">i</a>
  470. {block:ifLinkOneTitle}<a href="{text:Link One}" title="{text:Link One Title}">ii</a>{/block:ifLinkOneTitle}
  471. {block:ifLinkTwoTitle}<a href="{text:Link Two}" title="{text:Link Two Title}">iii</a>{/block:ifLinkTwoTitle}
  472. <a href="http://oasal.tumblr.com" title="theme">iv</a>
  473. </div>
  474.  
  475. <div class="omg">
  476. <a href="/" title="index"><img src="{image:Sidebar}"></a>
  477. </div>
  478.  
  479. {block:Description}<div class="desc">{description}</div>{/block:Description}
  480. </div>
  481.  
  482. <div class="left">
  483.  
  484. <div id="posts">
  485.  
  486. {block:Posts}
  487. <div class="entry">
  488.  
  489. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer} {block:indexpage}{block:IndexPage}
  490. <div class="perm">
  491. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  492. {/block:IndexPage}{/block:Answer}
  493.  
  494. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}
  495. {Body}
  496. {block:IndexPage}
  497. <div class="perm">
  498. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  499. {/block:IndexPage}
  500. {/block:text}
  501.  
  502. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}
  503. {block:IndexPage}
  504. <div class="perm">
  505. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  506. {/block:IndexPage}
  507. {/block:link}
  508.  
  509. {block:Photo}
  510. {block:IndexPage}
  511. <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="{PhotoURL-HighRes}" style="{block:ifbiggerposts}width:400px;{/block:ifbiggerposts}{block:ifnotbiggerposts}width:300px;{/block:ifnotbiggerposts}"class="entryimg"/>
  512. {/block:IndexPage}
  513. {block:PermalinkPage}
  514. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/></a>{LinkCloseTag}</center>
  515. {/block:PermalinkPage}
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. {block:IndexPage}
  520. <center>
  521. {Photoset-250}</center>
  522. {/block:IndexPage}
  523. {block:PermalinkPage}
  524. <center>
  525. {Photoset-500}</center>
  526. {/block:PermalinkPage}
  527. {block:IndexPage}
  528. <div class="perm">
  529. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  530. {/block:IndexPage}
  531. {/block:Photoset}
  532.  
  533. {block:Quote}
  534. <div class="quote">❝</div>{Quote}
  535. <div align="right">{block:Source}{Source}{/block:Source}</div>
  536. {block:IndexPage}
  537. <div class="perm">
  538. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  539. {/block:IndexPage}
  540. {/block:Quote}
  541.  
  542. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  543. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
  544. {block:IndexPage}
  545. <div class="perm">
  546. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  547. {/block:IndexPage}
  548. {/block:Chat}
  549.  
  550. {block:Audio}
  551. {block:IndexPage}
  552. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>
  553. {block:AlbumArt}
  554. <div class="cover"><img src="{AlbumArtURL}"></div>
  555. {/block:AlbumArt}
  556. <div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  557. <div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  558. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  559. <b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br>
  560. <b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  561. <div class="perm">
  562. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  563. {/block:IndexPage}
  564. {block:PermalinkPage}
  565. <div id="album">{block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  566. <div id="player"><div style="margin-top:-3px;margin-bottom:20px;">{AudioPlayerGrey}</div></div>
  567.  
  568. {/block:PermalinkPage}
  569. {/block:Audio}
  570.  
  571. {block:Video}
  572. {block:IndexPage}
  573. <center>
  574. {Video-250}</center>
  575. {/block:IndexPage}
  576. {block:PermalinkPage}
  577. <center>
  578. {Video-500}</center>
  579. {/block:PermalinkPage}
  580. {block:IndexPage}
  581. <div class="perm">
  582. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  583. {/block:IndexPage}
  584. {block:Video}
  585.  
  586. {block:PermalinkPage}
  587. <center>
  588. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:hasTags}
  589.  
  590. </center>
  591.  
  592. {/block:PermalinkPage}
  593.  
  594. {block:PostNotes}{PostNotes}
  595. {/block:PostNotes}
  596.  
  597. </div>
  598.  
  599.  
  600. {/block:Posts}
  601. </div>
  602. </div>
  603. {block:IndexPage}
  604. {block:Pagination}
  605. <div id="pagination">
  606. {block:NextPage}
  607. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  608. {/block:NextPage}
  609. {block:PreviousPage}
  610. <a href="{PreviousPage}">&larr;&nbsp;</a>
  611. {/block:PreviousPage}
  612. </div>
  613. {/block:Pagination}
  614. {/block:IndexPage}
  615. </div>
  616.  
  617. </body>
  618. </html>
  619.  
  620. <!-- END HTML AND THANK YOU FOR CHOOSING IMPERIAL THEMES -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement