Advertisement
Annie_Schmitz

Georgia theme

May 24th, 2014
1,810
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. <!--Georgia Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:title" content="#000000" />
  15. <meta name="color:title hover" content="#000000" />
  16. <meta name="color:link" content="#000000" />
  17. <meta name="color:link hover" content="#000000" />
  18. <meta name="color:scrollbar" content="#000000" />
  19.  
  20. <meta name="text:link 1 title" content="" />
  21. <meta name="text:link 1" content="" />
  22. <meta name="text:link 2 title" content="" />
  23. <meta name="text:link 2" content="" />
  24. <meta name="text:link 3 title" content="" />
  25. <meta name="text:link 3" content="" />
  26. <meta name="text:link 4 title" content="" />
  27. <meta name="text:link 4" content="" />
  28.  
  29. <meta name="image:Left Background" content""/>
  30. <meta name="image:Right Background" content""/>
  31. <meta name="image:Cover Background" content""/>
  32. <meta name="image:Sidebar" content""/>
  33.  
  34. <meta name="if:Two Column" content""/>
  35. <meta name="if:Three Column" content""/>
  36. <meta name="if:Link 3" content""/>
  37. <meta name="if:Link 4" content""/>
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  41. <script>
  42. (function($){
  43. $(document).ready(function(){
  44. $("[title]").style_my_tooltips({
  45. tip_follows_cursor:true,
  46. tip_delay_time:100,
  47. tip_fade_speed:300
  48. }
  49. );
  50. });
  51. })(jQuery);
  52. </script>
  53. {block:IndexPage}
  54. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  55. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  56.  
  57. <script type="text/javascript">
  58. $(window).load(function(){
  59. var $wall = $('#entries');
  60. $wall.imagesLoaded(function(){
  61. $wall.masonry({
  62. itemSelector: '#post, #post_photo',
  63. isAnimated : false
  64. });
  65. });
  66.  
  67. $wall.infinitescroll({
  68. navSelector : '#pagination',
  69. nextSelector : '#pagination a',
  70. itemSelector : '#post, #post_photo',
  71. bufferPx : 2000,
  72. debug : false,
  73. errorCallback: function() {
  74. $('#scroll').fadeOut('normal');
  75. }},
  76. function( newElements ) {
  77. var $newElems = $( newElements );
  78. $newElems.hide();
  79. $newElems.imagesLoaded(function(){
  80. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  81. });
  82. }); $('#entries').show(500);
  83. });
  84. </script>
  85. {/block:IndexPage}
  86.  
  87. <style type="text/css">
  88. @font-face{font-family:typewriter condensed;src:url(http://static.tumblr.com/pwuyzwr/kJLn5xyf6/typewcond_regular.otf);}
  89.  
  90. body{
  91. background-color:{color:background};
  92. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  93. background-attachment: fixed;
  94. background-position: bottom 0px left 0px, bottom 0px right 0px;
  95. background-repeat: no-repeat, no-repeat, no-repeat;
  96. -webkit-background-size: auto, auto, auto;
  97. -moz-background-size: auto, auto, auto;
  98. -o-background-size: auto, auto, auto;
  99. background-size: auto, auto, cover;
  100. color:{color:text};
  101. font-family:Consolas;
  102. font-size:10px;}
  103.  
  104. ::selection {
  105. background:#ccc;
  106. color:#fff;
  107. }
  108. ::-moz-selection {
  109. background:#ccc;
  110. color:#fff;
  111. }
  112.  
  113. ::-webkit-scrollbar{
  114. width:8px;
  115. height:8px;
  116. background:#fff;}
  117.  
  118. ::-webkit-scrollbar-thumb{
  119. background:{color:scrollbar};
  120. height:5px;
  121. border: #fff solid 3px;}
  122.  
  123. a:link, a:active, a:visited{
  124. -webkit-transition: 0.3s ease;
  125. transition: 0.3s ease;
  126. -o-transition: 0.3s ease;
  127. -moz-transition: 0.3s ease;
  128. color:{color:link};
  129. text-decoration:none;
  130. }
  131.  
  132. a:hover{
  133. -webkit-transition: 0.3s ease;
  134. transition: 0.3s ease;
  135. -o-transition: 0.3s ease;
  136. -moz-transition: 0.3s ease;
  137. color:{color:link hover};
  138. }
  139.  
  140. blockquote{
  141. margin-left:10px;
  142. line-height:10px;
  143. }
  144.  
  145. #s-m-t-tooltip{
  146. max-width:260px;
  147. margin:15px;
  148. padding:2px 4px 2px 4px;
  149. border:1px solid #000;
  150. background:#fff;
  151. color:#000;
  152. z-index:999999;
  153. font-size:10px;
  154. }
  155.  
  156.  
  157. {block:IndexPage}
  158. blockquote img{
  159. width:100px;
  160. overflow:hidden;
  161. }
  162. {/block:IndexPage}
  163. {block:PermalinkPage}
  164. blockquote img{
  165. width:200px;
  166. overflow:hidden;
  167. }
  168. {/block:PermalinkPage}
  169.  
  170. #entries{{block:IndexPage}
  171. width:150px;
  172. {block:IfThreeColumn}
  173. width:650px;
  174. {/block:IfThreeColumn}
  175. {block:IfTwoColumn}
  176. width:580px;
  177. {/block:IfTwoColumn}
  178. margin-top:0px;
  179. margin-left:500px;
  180. position:absolute;
  181. {/block:IndexPage}{block:PermalinkPage}
  182. width:400px;
  183. margin-top:-10px;
  184. margin-left:500px;
  185. position:absolute;
  186. {/block:PermalinkPage}
  187. }
  188.  
  189. #post{
  190. {block:IndexPage}
  191. margin-top:35px;
  192. margin-left:50px;
  193. padding:0px;
  194. width:150px;
  195. {/block:IndexPage}{block:PermalinkPage}
  196. margin-top:10px;
  197. width:400px;{/block:PermalinkPage}
  198. }
  199.  
  200.  
  201. #sidebar img{
  202. max-width:150px;
  203. }
  204.  
  205. #desc{
  206. }
  207.  
  208. #post .perma{
  209. {block:IndexPage}
  210. -webkit-transition: 0.3s ease;
  211. transition: 0.3s ease;
  212. -o-transition: 0.3s ease;
  213. -moz-transition: 0.3s ease;
  214. margin-top:2px;
  215. text-align:center;
  216. width:150px;
  217. opacity:0;
  218. text-transform:uppercase;
  219. {/block:IndexPage}{block:PermalinkPage}
  220. display:none;
  221. {/block:PermalinkPage}
  222. }
  223.  
  224.  
  225.  
  226. #post:hover .perma{
  227. -webkit-transition: 0.3s ease;
  228. transition: 0.3s ease;
  229. -o-transition: 0.3s ease;
  230. -moz-transition: 0.3s ease;
  231. opacity:.8;
  232. }
  233.  
  234. #sidebar{
  235. margin-top:100px;
  236. text-align:center;
  237. background:transparent;
  238. width:200px;
  239. margin-left:100px;
  240. position:fixed;
  241. }
  242.  
  243. .permabox{
  244. width:8px;
  245. height:8px;
  246. border:1px solid #000000;
  247. background:#cccccc;
  248. margin:2px;
  249. float:right;
  250. }
  251.  
  252. .permabox:hover{
  253. -webkit-transition: all 0.4s ease; /* Chrome 1-25, Safari 3.2+ */
  254. -moz-transition: all 0.4s ease; /* Firefox 4-15 */
  255. -o-transition: all 0.4s ease; /* Opera 10.50–12.00 */
  256. transition: all 0.4s ease;
  257. background:#000;
  258. }
  259.  
  260. .permabox img{
  261. opacity:1;
  262. margin-bottom:4px;
  263. width:8px;
  264. height:8px;
  265. -webkit-transition: all 0.4s ease; /* Chrome 1-25, Safari 3.2+ */
  266. -moz-transition: all 0.4s ease; /* Firefox 4-15 */
  267. -o-transition: all 0.4s ease; /* Opera 10.50–12.00 */
  268. transition: all 0.4s ease;
  269. }
  270.  
  271. .permabox img:hover{
  272. opacity:0;
  273. }
  274.  
  275.  
  276. .text{
  277. font-size:12px;
  278. text-transform:uppercase;
  279. }
  280.  
  281. .title{
  282. font-family:consolas;
  283. font-size:15px;
  284. text-align:left;
  285. letter-spacing:3px;
  286. }
  287.  
  288. .title a{
  289. -webkit-transition: 0.3s ease;
  290. transition: 0.3s ease;
  291. -o-transition: 0.3s ease;
  292. -moz-transition: 0.3s ease;
  293. color:{color:title};
  294. }
  295.  
  296. .title a:hover{
  297. -webkit-transition: 0.3s ease;
  298. transition: 0.3s ease;
  299. -o-transition: 0.3s ease;
  300. -moz-transition: 0.3s ease;
  301. color:{color:title hover};
  302. }
  303.  
  304. .links{
  305. text-transform:uppercase;
  306. font-family:consolas;
  307. font-size:11px;
  308. padding:5px;}
  309.  
  310. .links a{
  311. }
  312.  
  313. i, em{
  314. color:{color:link};}
  315. b, strong{
  316. font-weight:normal;
  317. text-transform:uppercase;
  318. color:{color:link};}
  319. ul,ol{
  320. margin:0px;
  321. margin-left:-5px;}
  322. p{
  323. padding:0px;
  324. margin:2px;}
  325.  
  326. #credit {
  327. position:fixed;
  328. font-family:consolas;
  329. font-size:10px;
  330. bottom:10px;
  331. z-index:999999999999;
  332. right:10px;
  333. text-transform:uppercase;
  334. }
  335.  
  336. #questions {
  337. padding:2px;
  338. border-bottom:1px solid {color:text};
  339. font-weight: bold;
  340. }
  341.  
  342. .player{
  343. padding-bottom:10px;
  344. margin-left:70px;
  345. margin-top:-55px;
  346. width:100px;
  347. z-index:999999;
  348. }
  349.  
  350. .audioplayer{
  351. margin-top:16px;
  352. margin-bottom:25px;
  353. margin-left:-44px;
  354. opacity:.7;
  355. filter:alpha(opacity=70);
  356. -moz-opacity: 0.7;
  357. -khtml-opacity: 0.7;
  358. width:27px;
  359. height:27px;
  360. border-radius:27px;
  361. overflow:hidden;
  362. }
  363.  
  364. #cover{
  365. width:60px;
  366. height:60px;
  367. float:left;
  368. }
  369.  
  370. #cover img{
  371. width:60px;
  372. height:60px;
  373. }
  374.  
  375. .photoset{
  376. {block:IndexPage}
  377. width:150px;
  378. padding-bottom:2px;
  379. {/block:IndexPage}
  380. {block:PermalinkPage}
  381. width:500px;
  382. {block:PermalinkPage}
  383. }
  384. </style>
  385.  
  386. </head>
  387. <body>
  388.  
  389. <div id="sidebar">
  390. <img src="{image:Sidebar}">
  391. <div class="title"><a href="/">{Title}</a></div>
  392. <div id="desc">{Description}</div>
  393. <div class="links">
  394. {block:IfLink4}
  395. <a href="{text:Link 4}" title="{text:Link 4 title}"><div class="permabox"></div></a>
  396. {/block:IfLink4}
  397. {block:IfLink3}
  398. <a href="{text:Link 3}" title="{text:Link 3 title}"><div class="permabox"></div></a>
  399. {/block:IfLink3}
  400. <a href="{text:Link 2}" title="{text:Link 2 title}"><div class="permabox"></div></a>
  401. <a href="{text:Link 1}" title="{text:Link 1 title}"><div class="permabox"></div></a>
  402. <a href="/ask" title="ask"><div class="permabox"></div></a>
  403. <a href="/" title="home"><div class="permabox"></div></a>
  404. </div>
  405. </div>
  406.  
  407. <div id="entries">
  408.  
  409.  
  410. {block:Posts}
  411.  
  412.  
  413. {block:ContentSource}
  414. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  415. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  416. {/block:SourceLogo}
  417. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  418. {/block:ContentSource}
  419.  
  420. <div id="post">
  421.  
  422. {block:Text}
  423. <div class="text">{Title}</div>{Body}
  424. <div class="perma">
  425. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  426. </div>
  427. {/block:Text}
  428.  
  429. {block:Link}
  430. <div class="text"><a href="{URL}">{Name}</a></div>
  431. {block:Description}{Description}{/block:Description}
  432. <div class="perma">
  433. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  434. </div>
  435. {/block:Link}
  436.  
  437.  
  438.  
  439. {block:Photo}{block:IndexPage}
  440. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="150"/>
  441. <div class="perma">
  442. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  443. </div>
  444. {/block:IndexPage}{block:PermalinkPage}<a href="{permalink}"><img src="{PhotoURL-400}"/>{/block:PermalinkPage}
  445.  
  446. {/block:Photo}
  447.  
  448.  
  449.  
  450. {block:Photoset}
  451. {block:IndexPage}
  452. {block:Photos}
  453. <img src="{PhotoURL-500}" class="photoset" />
  454. {/block:Photos}<div class="perma">
  455. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  456. </div>{/block:IndexPage}
  457. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  458. {/block:Photoset}
  459.  
  460.  
  461. {block:Quote}
  462. <div class="text">"{Quote}"</div>
  463. {block:Source}-{Source}{/block:Source}
  464. <div class="perma">
  465. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  466. </div>
  467. {/block:Quote}
  468.  
  469.  
  470. {block:Video}
  471. {block:IndexPage}
  472. {Video-150}
  473. <div class="perma">
  474. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  475. </div>{/block:IndexPage}
  476. {block:PermalinkPage}
  477. {Video-500}{/block:PermalinkPage}
  478. {/block:Video}
  479.  
  480. {block:PermalinkPage}
  481. {Video-500}
  482. {/block:PermalinkPage}
  483. {/block:Video}
  484.  
  485. {block:Chat}
  486. {block:Lines}
  487. {block:Label}<br>
  488. <div class="text" div style="font-size:9px;">{Label}
  489. {/block:Label}
  490. &nbsp;{Line}</div>
  491. {/block:Lines}
  492. <div class="perma">
  493. <a href="{Permalink}">{NoteCountWithLabel}</a> + <a href="{ReblogURL}">reblog</a>
  494. </div>
  495. {/block:Chat}
  496.  
  497.  
  498. {block:Audio}
  499. <div id="cover">
  500. {block:AlbumArt}
  501. <img src="{AlbumArtURL}">
  502. {/block:AlbumArt}</div>
  503. <div class="audioplayer">
  504. {AudioPlayerBlack}</div>
  505. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  506. {block:Artist}by {Artist}{/block:Artist}<br>
  507. {block:PlayCount}Played {PlayCount} times{/block:PlayCount} </div>
  508. <div class="perma">
  509. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  510. <a href="{ReblogURL}">reblog</a></div>
  511. {/block:Audio}
  512.  
  513.  
  514.  
  515. {block:Answer}<div id="questions">
  516. {Asker}: {Question}</div>
  517. {Answer}
  518. <div class="perma">
  519. <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  520. {/block:Answer}
  521.  
  522. {block:PermalinkPage}
  523. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  524. <br>
  525. {block:Date}{TimeAgo}{/block:Date}
  526. {block:NoteCount}
  527. {NoteCount} notes
  528. {/block:NoteCount}
  529. <br>
  530. {block:Caption}
  531. {Caption}
  532. {/block:Caption}
  533. <br>
  534. {block:PostNotes}{PostNotes}{/block:PostNotes}
  535. {/block:PermalinkPage}
  536. </div>
  537. {/block:Posts}
  538. </div>
  539.  
  540. {block:IndexPage}
  541. {block:Pagination}
  542. <div id="pagination">
  543. {block:NextPage}
  544. <a id="nextPage" href="{NextPage}"></a>
  545. {/block:NextPage}
  546. {block:PreviousPage}
  547. <a href="{PreviousPage}"></a>
  548. {/block:PreviousPage}
  549. </div>
  550. {/block:Pagination}
  551. {/block:IndexPage}
  552.  
  553. </div>
  554. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  555. </div>
  556. </body>
  557. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement