Advertisement
georgie

ThemeGeorgie11

Sep 7th, 2013
1,771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 KB | None | 0 0
  1. <!--
  2. © georgie
  3. http://love-the-way-you-die.tumblr.com
  4. don't remove credit please
  5. or put it in your faq
  6. -->
  7.  
  8. <html lang="en">
  9. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12.  
  13. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  14. <div><a style="position:fixed;z-index:9 !important;top:300px;left:3px;" " /></a></div>
  15.  
  16.  
  17.  
  18. <script type="text/javascript">
  19. <!--
  20.  
  21. // Disable Right Click Script
  22.  
  23. function IE(e)
  24. {
  25. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  26. {
  27. return false;
  28. }
  29. }
  30. function NS(e)
  31. {
  32. if (document.layers || (document.getElementById && !document.all))
  33. {
  34. if (e.which == "2" || e.which == "3")
  35. {
  36. return false;
  37. }
  38. }
  39. }
  40. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  41.  
  42. //-->
  43. </script>
  44.  
  45.  
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48.  
  49. <!--DEFAULT VARIABLES-->
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  51. <meta name="color:background" content="#fff"/>
  52. <meta name="color:link" content="#777"/>
  53. <meta name="color:text" content="#777"/>
  54. <meta name="color:title" content="#333"/>
  55. <meta name="color:blogtitle shadow" content="#333" />
  56. <meta name="color:hover" content="#fff"/>
  57. <meta name="color:top links background" content="#ffffff"/>
  58.  
  59. <meta name="image:sidebar" content="1"/>
  60. <meta name="image:background" content="1"/>
  61.  
  62. <meta name="text:Link One Title" content="Link 1" />
  63. <meta name="text:Link One" content="" />
  64. <meta name="text:Link Two Title" content="Link 2" />
  65. <meta name="text:Link Two" content="" />
  66. <meta name="text:Link Three Title" content="Link 3" />
  67. <meta name="text:Link Three" content="" />
  68. <meta name="text:Link Four Title" content="Link 4" />
  69. <meta name="text:Link Four" content="" />
  70. <meta name="text:Link Five Title" content="Link 5" />
  71. <meta name="text:Link Five" content="" />
  72. <meta name="text:Link Six Title" content="Link 6" />
  73. <meta name="text:Link Six" content="" />
  74. <meta name="text:Link Seven Title" content="Link 7" />
  75. <meta name="text:Link Seven" content="" />
  76. <style type="text/css">
  77.  
  78.  
  79.  
  80.  
  81.  
  82. #tumblr_controls{
  83. position:fixed !important;
  84. -webkit-filter:invert(100%);
  85.  
  86. }
  87.  
  88. p {
  89. margin:0px;
  90. margin-top:0px;
  91. }
  92.  
  93.  
  94. body {
  95. padding: 0px;
  96. margin: 0px;
  97. color:{color:text};
  98. font-family: dixel;
  99. line-height:7px;
  100. font-size:8px;
  101. font-family:consolas;
  102. background-color: {color:Background};
  103. background-image:url({image:Background});
  104. background-attachment: fixed;
  105. background-repeat: repeat;
  106. }
  107.  
  108.  
  109. a:link, a:active, a:visited{
  110. text-decoration: none;
  111. -webkit-transition: color 0.3s ease-out;
  112. -moz-transition: color 0.3s ease-out;
  113. transition: color 0.3s ease-out;
  114. color:{color:link};
  115. }
  116.  
  117. a:hover {
  118. text-decoration: none;
  119. font-style:;
  120. color: {color:Hover};
  121. }
  122.  
  123. div#center{
  124. margin:auto;
  125. position:relative;
  126. width:1000px;
  127. background-color:;
  128. overflow:auto;
  129. overflow-y:hidden;
  130. }
  131.  
  132. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf'); }
  133.  
  134.  
  135.  
  136.  
  137. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  138. .entry {
  139. margin:8px;
  140. padding:8px;
  141. padding-bottom:6px;
  142. background:white;
  143. border:1px solid #eee;
  144. border-radius:3px;
  145. line-height:;
  146. max-width: 100%;
  147. display:block;
  148. {block:IndexPage}
  149. width:200px;
  150. {/block:IndexPage}
  151. {block:PermalinkPage}
  152. width:500px;
  153. {/block:PermalinkPage}
  154. }
  155.  
  156. .entry img{
  157. {block:iffadedimages}
  158. opacity:.7;
  159. {/block:iffadedimages}
  160. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  161. }
  162.  
  163. .entry img:hover { -webkit-filter: grayscale(100%);
  164.  
  165. z-index: -9999999999999999999999999px;
  166.  
  167. -webkit-transition: all 0.9s ease-in-out;
  168.  
  169. -moz-transition: all 0.9s ease-in-out;
  170.  
  171. -o-transition: all 0.9s ease-in-out;
  172.  
  173. -ms-transition: all 0.9s ease-in-out;
  174.  
  175. transition: all 0.9s ease-in-out;
  176.  
  177. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  178. {block:permalinkpage}
  179. margin-top:0px;
  180. {/block:permalinkpage}
  181. }
  182. .entry .wow{
  183. position:absolute;
  184. width:215px;
  185. border-bottom:1px solid #fcfcfc;
  186. padding:5px;
  187. background-color:#fff;
  188. overflow:hidden;
  189. opacity:0.0;
  190. letter-spacing:1px;
  191. font-family:consolas;
  192. text-align:center;
  193. font-size:9px;
  194. text-transform:uppercase;
  195. top:-5px;
  196. z-index:8;
  197. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  198. }
  199.  
  200. .entry:hover .wow{
  201. opacity: .99;;
  202. top:3px;
  203. }
  204.  
  205.  
  206.  
  207. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  208. #posts {
  209. width:800px;
  210. margin-left:200px;
  211. margin-top:40px;
  212. background-color:white;
  213. }
  214.  
  215. #blogtitle{
  216. color: {color:title};
  217. z-index:999999999;
  218. position:fixed !important;
  219. width:auto;
  220. height:auto;
  221. opacity: 1;
  222. padding: 25px;
  223. margin-left:-90px;
  224. margin-top:260px;
  225. font-size: 35px;
  226. line-height:8px;
  227. letter-spacing:4px;
  228. background-color:transparent;
  229. font-family: 'Sunshine';
  230. text-shadow: 1px 1px 1px {color:blogtitle shadow};
  231. letter-spacing: 0px;
  232. text-transform: none;
  233. overflow:hidden;
  234. text-align:center;
  235. opacity:1;-webkit-transition: all 0.3s linear;
  236. -moz-transition: all 0.3s linear;
  237. transition: all 0.3s linear;
  238. }
  239.  
  240. #lanadelreyisperf{
  241. width:20px;
  242. bottom: 10px;
  243. height: 10px;
  244. z-index:9999999999999;
  245. opacity:1;
  246. right: 5px;
  247. font-family: consolas;
  248. text-align: right;
  249. font-size: 20px;
  250. position: fixed;
  251. border: 1px solid #ddd;
  252. color:#000;
  253. background: #fff;
  254. padding:5px;
  255. border-radius:15px;
  256. transition: all 0.9s ease-out;
  257. -o-transition-transition: all 0.9s ease-out;
  258. -webkit-transition: all 0.9s ease-out;
  259. -moz-transition: all 0.9s ease-out;
  260. }
  261.  
  262. /*CUSTOMIZE SIDEBAR HERE*/
  263. #sidebar{
  264. position:fixed !important;
  265. width:250px;
  266. background:white;
  267. height:auto;
  268. margin-top:290px;
  269. margin-left:-130px;
  270. text-align:center;
  271. border:20px solid #fff;
  272. }
  273.  
  274. #description{
  275. position: fixed;
  276. text-align: center;
  277. width:203px;
  278. font-size:9px;
  279. font-family:Arial, 'Helvetica Neue',
  280. Helvetica, sans-serif;
  281. line-height:12px;
  282. height:auto;
  283. color:{color:text};
  284. margin-top:10px;
  285. margin-left:16px;
  286. padding:5px;
  287. background-color:white;
  288. }
  289.  
  290. #top{
  291. position:fixed;
  292. height:30px;
  293. z-index:99;
  294. background:{color:top links background};
  295. width:100%;
  296. border-bottom:1px solid #dedede;
  297. left:0px;
  298. top:0px;
  299. }
  300.  
  301. .rob{
  302. display:inline;
  303. font-family:consolas;
  304. text-transform:uppercase;
  305. height:30px;
  306. line-height:28px;
  307. font-size:11px;
  308. text-align:center;
  309.  
  310. }
  311. .links{
  312. z-index:9999999999999;
  313. font-family:consolas;
  314. display:inline;
  315. margin-top:7px;
  316. text-transform:uppercase;
  317. font-size:11px;
  318.  
  319. }
  320. #bo{
  321. position:fixed;
  322. width:100%;
  323. height:30px;
  324. text-align:center;
  325. }
  326.  
  327. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  328. .title{
  329. line-height: 12px;
  330. color:{color:Title};
  331. font-weight: normal;
  332. }
  333.  
  334. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  335. .permalink{
  336. text-transform: normal;
  337. display: block;
  338. text-align: right;
  339. text-decoration: none;
  340. }
  341.  
  342.  
  343. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  344. #infscr-loading{
  345. bottom: -70px;
  346. position: absolute;
  347. left: 50%;
  348. margin-left:-8px;
  349. width:16px;
  350. height:11px;
  351. overflow:hidden;
  352. margin-bottom: 50px;
  353. }
  354.  
  355. #postnotes{
  356. text-align: justify;}
  357.  
  358. #postnotes blockquote{
  359. border: 0px;}
  360.  
  361. blockquote{
  362. padding:0px 0px 2px 5px;
  363. margin:0px 0px 2px 10px;
  364. border-left: 1px dotted #555555;
  365. }
  366.  
  367. blockquote p, ul{
  368. margin:0px;
  369. padding:0px;
  370. }
  371.  
  372. a img{border: 0px;}
  373.  
  374.  
  375. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  376.  
  377. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  378. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  379.  
  380. .notes img{width:10px; position:relative; top:3px;}
  381. <--ses-->
  382. small{font-size: 90%;}
  383. {CustomCSS}
  384.  
  385. </style>
  386.  
  387.  
  388.  
  389.  
  390. {block:IndexPage}
  391. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  392. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  393.  
  394. <script type="text/javascript">
  395. $(window).load(function(){
  396. var $wall = $('#posts');
  397. $wall.imagesLoaded(function(){
  398. $wall.masonry({
  399. itemSelector: '.entry, .entry_photo',
  400. isAnimated : false
  401. });
  402. });
  403.  
  404. $wall.infinitescroll({
  405. navSelector : '#pagination',
  406. nextSelector : '#pagination a',
  407. itemSelector : '.entry, .entry_photo',
  408. bufferPx : 2000,
  409. debug : false,
  410. errorCallback: function() {
  411. $('#infscr-loading').fadeOut('normal');
  412. }},
  413. function( newElements ) {
  414. var $newElems = $( newElements );
  415. $newElems.hide();
  416. $newElems.imagesLoaded(function(){
  417. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  418. });
  419. }); $('#posts').show(700);
  420. });
  421. </script>
  422.  
  423.  
  424. {/block:IndexPage}
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433. </head>
  434.  
  435. <div style="position:fixed;left:5;top:100;padding:5px;">
  436. <a title="theme by georgie"href="http://unfixed-soul.tumblr.com/"><img src="http://lh3.ggpht.com/_NZJzdRm10Y0/TUbufWPHbyI/AAAAAAAAAgo/RmZHZk_yOJw/icons23-1.gif"width="17"></a></div>
  437.  
  438. <body>
  439.  
  440. </div>
  441. <BODY onselectstart="return false;" ondragstart="return false;">
  442. <div class="wrapper">
  443. <div class="header">
  444. </div>
  445.  
  446. <div id="cage">
  447. <div id="center">
  448. <div id="blogtitle">{title}</div>
  449. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  450. <div id="top">
  451. <div id="bo">
  452. <div class="rob">
  453. nagivation: </div>
  454. <div class="links">
  455. <a href="{text:Link One}">{text:Link One Title}</a> &nbsp;
  456. <a href="{text:Link Two}">{text:Link Two Title}</a> &nbsp;
  457. <a href="{text:Link Three}">{text:Link Three Title}</a> &nbsp;
  458. <a href="{text:Link Four}">{text:Link Four Title}</a> &nbsp;
  459. <a href="{text:Link Five}">{text:Link Five Title}</a> &nbsp;
  460. <a href="{text:Link Six}">{text:Link Six Title}</a> &nbsp;
  461. <a href="{text:Link Seven}">{text:Link Seven Title}</a> &nbsp;
  462. <a href="http://unfixed-soul.tumblr.com">Theme creator</a>
  463. </div>
  464. </div>
  465. </div>
  466. <div id="sidebar">
  467. <center>
  468. <a href="/"><img src="{image:sidebar}" width=100%></a>
  469. <div id="description">{Description}</div>
  470. </center>
  471. </div>
  472. <!------------------------------------->
  473.  
  474.  
  475. <div class="left">
  476. <div id="posts">
  477. {block:Posts}
  478. <div class="entry">
  479.  
  480. {block:Text}
  481. {block:Title}<span class="title">{Title}</span>{/block:Title}
  482. <span class="entrytext">{Body}</span>
  483. {block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#fff;color:#aaa;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div>{block:IndexPage}
  484. {/block:Text}
  485.  
  486. {block:Link}
  487. <a href="{URL}" class="title">{Name}</a>
  488. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#eee;color:#aaa">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog</a></div>{block:IndexPage}
  489. {block:Link}
  490.  
  491.  
  492.  
  493. {block:Photo}
  494. {block:IndexPage}
  495. <div class="wow">{DayOfWeek} , <a href="{Permalink}">{NoteCount}</a> , <a href="{ReblogURL}" >Reblog</a>
  496. </center></div>
  497. {/block:IndexPage}
  498. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="200"/></a></div>{LinkCloseTag}
  499. {/block:IndexPage}
  500. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  501. {/block:Photo}
  502.  
  503.  
  504. {block:Photoset}
  505. {block:IndexPage}<div class="wow"> {DayOfWeek}, <a href="{Permalink}" >{NoteCount}</a>, <a href="{ReblogURL}" title="reblog">Reblog</a>
  506. </center></div>{/block:IndexPage}
  507. {block:IndexPage}
  508. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="195" style="padding:3px;"/></a>
  509. {/block:Photos}
  510. {/block:IndexPage}
  511.  
  512. {block:permalinkpage}
  513. {Photoset-500}
  514. {/block:permalinkpage}
  515. {/block:Photoset}
  516.  
  517. {block:Quote}
  518. <i><div class="quote">-</div>
  519. <span style="text-transform:uppercase;"> {Quote}" </span></i>
  520. {block:Source}
  521. <div style="text-align:left;color:{color:link};font-style:italic;padding:3px;margin-top:3px;text-transform:uppercase;">{Source}</div>
  522. {/block:Source}
  523. {block:IndexPage}<div style="border:1px solid #ddd;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#eee;color:#aaa;font-size:10px;font-style:italic;">{FormattedTime} , <a href="{permalink}">{NoteCountWithLabel}</a></div>{block:IndexPage}
  524. {/block:Quote}
  525.  
  526.  
  527. {block:Chat}
  528. {block:Title}<span class="title">{Title}</span>{/block:Title}
  529. <ul class="chat">
  530. {block:Lines}
  531. <li class="user_{UserNumber}">
  532. {block:Label}
  533. <span class="label">{Label}</span>
  534. {/block:Label}
  535.  
  536. {Line}
  537. </li>
  538. {/block:Lines}
  539. </ul>
  540. {block:IndexPage}<div style="border:1px solid #eee;padding:3px;margin-top:3px;text-align:center;text-transform:uppercase;background-color:#fafafa;color:#aaa;">{FormattedTime} + <a href="{permalink}">{NoteCount}</a> + <a href="{ReblogURL}" target="_blank">reblog me</a></div>{block:IndexPage}
  541. {/block:Chat}
  542.  
  543. {block:Audio}
  544. <div style="width:200px; height:30px;">
  545. {AudioPlayerBlack}
  546. </div>
  547. {block:IndexPage}<span class="permalink">
  548. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  549. </span>{/block:IndexPage}
  550. {/block:Audio}
  551.  
  552. {block:Video}
  553. {block:IndexPage}
  554. <div class="posttitle">
  555. <a href="{Permalink}" target="_blank"><i>View Video</i></a>
  556. </div>
  557. {/block:IndexPage}
  558. {block:PermalinkPage}
  559. {Video-400}
  560. {/block:PermalinkPage}
  561. {block:ifCaptions}
  562. {block:Caption}{Caption}{/block:Caption}
  563. {/block:ifCaptions}
  564. {block:IndexPage}
  565. <div id="permalink">
  566. <a href="{Permalink}" target="_blank">{NoteCountWithLabel}</a>
  567. </div>
  568. {/block:IndexPage}
  569. {block:Video}
  570.  
  571. {block:Answer}
  572. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  573. <strong>{Asker} said:</strong> {Question}
  574. <div class="caption">
  575. <b>I replied:</b><i>{Answer}</i></div>
  576. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;">{FormattedTime} + <a href="{permalink}">{NoteCountWithLabel}</a></div></span>{block:IndexPage}
  577. {/block:Answer}
  578.  
  579.  
  580. {block:PermalinkPage}
  581. <div id="so"><div style="text-align:left; text-transform:uppercase;">
  582. {block:NoteCount}<br>{block:Date}Posted {TimeAgo}{/block:Date} with {NoteCountwithLabel}
  583. {block:HasTags}{block:Tags}{/block:Tags}{/block:HasTags}<br>{block:Caption}{Caption}{/block:Caption}{/block:NoteCount}</div>
  584.  
  585. {block:PostNotes}
  586. {PostNotes}
  587. {/block:PostNotes}
  588. </div>
  589. {/block:PermalinkPage}
  590.  
  591. </div>
  592. {/block:Posts}
  593. </div>
  594. </div>
  595.  
  596. {block:IndexPage}<br>
  597. {block:Pagination}
  598. <div id="pagination">
  599. {block:NextPage}
  600. <a id="nextPage" href="{NextPage}"></a>
  601. {/block:NextPage}
  602. {block:PreviousPage}
  603. <a href="{PreviousPage}"></a>
  604. {/block:PreviousPage}
  605. </div>
  606. {/block:Pagination}
  607. {/block:IndexPage}
  608. </div>
  609. <div style="display:block;left:5px;bottom:5px;position:fixed;font-size:9px;color:black;"><big>theme by
  610. <a href="http://unfixed-soul.tumblr.com">georgie </big></a></div>
  611. </body>
  612. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement