Advertisement
dylaenobriens

theme #62: playing god

May 10th, 2014
842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 KB | None | 0 0
  1. <!--theme #62 by alexgaeskarth
  2. DO NOT DO ANYTHING AGAINST THE RULES-->
  3.  
  4. <!DOCTYPE html>
  5. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  6. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  7. <script type="text/javascript" charset="utf-8">
  8. var $j = jQuery.noConflict();
  9. $j(function() {
  10. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  11. $j("#posts img").lazyload({
  12. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  13. effect: "fadeIn",
  14. });
  15. });
  16. </script>
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <head>
  22.  
  23.  
  24. <title>{Title}</title>
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <!--Default Variables-->
  31.  
  32. <meta name="color:Background" content="#ffffff"/>
  33. <meta name="color:Scrollbar" content="#ffffff"/>
  34. <meta name="color:Text" content="#000000"/>
  35. <meta name="color:Link" content="#000000"/>
  36. <meta name="color:Hover" content="#a5cad9"/>
  37. <meta name="color:Selection" content="#f7f7f7">
  38.  
  39. <meta name="image:Sidebar Image" content=""/>
  40.  
  41. <meta name="text:link 1" content="">
  42. <meta name="text:link 1 url" content="/">
  43. <meta name="text:link 2" content="">
  44. <meta name="text:link 2 url" content="/">
  45. <meta name="text:link 3" content="">
  46. <meta name="text:link 3 url" content="/">
  47. <meta name="text:link 4" content="">
  48. <meta name="text:link 4 url" content="/">
  49. <meta name="text:link 5" content="">
  50. <meta name="text:link 5 url" content="/">
  51. <meta name="text:side title" content="i've never lit a match, with the intent to start a fire;" />
  52.  
  53.  
  54. <!-- jquery for tooltips-->
  55.  
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  58.  
  59. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  60.  
  61. <script>
  62.  
  63. (function($){
  64.  
  65. $(document).ready(function(){
  66.  
  67. $("a[title]").style_my_tooltips({
  68.  
  69. tip_follows_cursor:true,
  70.  
  71. tip_delay_time:30,
  72.  
  73. tip_fade_speed:300,
  74.  
  75. attribute:"title"
  76.  
  77. });
  78.  
  79. });
  80.  
  81. })(jQuery);
  82.  
  83. </script>
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88. iframe#tumblr_controls {
  89. -webkit-filter: invert(100%);
  90. -moz-filter: invert(100%);
  91. filter: invert(100%);
  92. opacity:.4;transition: .8s ease-in-out;
  93. -webkit-transition: .8s ease-in-out;
  94. -moz-transition: .8s ease-in-out;
  95. -o-transition: .8s ease-in-out;
  96. }
  97.  
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:12px; background-color:{color:scrollbar};border-radius:100;}
  100. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  101. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:10px;border:5px solid #fff;}
  102.  
  103.  
  104. #s-m-t-tooltip{
  105. position:absolute;
  106. margin-top: 15px;
  107. font-weight:bold;
  108. font-size:9px;
  109. padding:3px 4px 3px 4px;
  110. color:#fff;
  111. text-transform:lowercase;
  112. z-index:9999999999999999999999999999;
  113. background:#000;
  114. }
  115.  
  116.  
  117.  
  118. /*basics*/
  119.  
  120. ::selection {
  121. background:{color:selection};
  122. }
  123.  
  124. pre {
  125. padding:5px;
  126. background:#f7f7f7;
  127. }
  128.  
  129.  
  130. blockquote {
  131. padding:10px;
  132. border-left:1px solid {color:text};
  133. margin-left:30px;
  134. background:#f7f7f7;
  135. }
  136.  
  137. body {
  138. background:{color:background};
  139. color:{color:text};
  140. font-family:arial;
  141. font-size:11px;
  142. text-align:justify;
  143. margin:0;
  144. line-height:16px;}
  145.  
  146.  
  147. a {
  148. color:{color:link};
  149. text-decoration:none;
  150. -webkit-transition: all 0.4s ease-out;
  151. -moz-transition: all 0.4s ease-out;
  152. transition: all 0.4s ease-out;
  153. }
  154.  
  155. a:hover {
  156. text-decoration:underline;
  157. color:{color:hover};
  158. }
  159.  
  160. img {
  161. opacity:1;
  162. border:none;
  163. text-decoration:none
  164. max-width:100%;
  165. }
  166.  
  167.  
  168. small {
  169. font-size:9px;}
  170.  
  171. big {
  172. font-size:12px;}
  173.  
  174.  
  175. #title {
  176. font-size:18px;
  177. line-height:18px;
  178. margin-bottom:10px;
  179. font-family:arial;
  180. font-weight:bold;
  181. text-align:center;}
  182.  
  183.  
  184. /*sidebar*/
  185. #sidebar {
  186. text-align:center;
  187. margin-top:60px;
  188. width:500px;
  189. }
  190.  
  191.  
  192.  
  193. #links {
  194. background:#fff;
  195. margin-top:20px;
  196. padding-bottom:5px;
  197. font-family:'calibri';
  198. text-transform:uppercase;
  199. text-align:center;
  200. }
  201.  
  202. #links a {
  203. padding:20px;
  204. font-size:8px;
  205. }
  206.  
  207.  
  208. #links img {
  209. width:13px;
  210. }
  211.  
  212.  
  213. #description a {
  214. text-decoration:underline;
  215. color:{color:text};
  216. }
  217.  
  218.  
  219. #description {
  220. margin-top:15px;
  221. text-align:center;
  222. font-size:11px;
  223.  
  224. letter-spacing:1px;
  225. }
  226.  
  227.  
  228. /*container*/
  229. #con {
  230. margin-left:30%;
  231. position:absolute;
  232. }
  233.  
  234.  
  235.  
  236. /*posts*/
  237.  
  238. #entries {
  239. margin-top:215px;
  240. width:500px;
  241. }
  242.  
  243.  
  244.  
  245. #posts {
  246. width:500px;
  247. {block:IndexPage}
  248. margin-bottom:75px;
  249. {/block:IndexPage}
  250. {block:PermalinkPage}
  251. margin-bottom:50px;
  252. {/block:PermalinkPage}
  253.  
  254. }
  255. #posts img {
  256. max-width:500px;
  257. }
  258.  
  259. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  260.  
  261.  
  262.  
  263. .caption {width:100%;
  264. margin-top:10px;
  265.  
  266.  
  267. }
  268.  
  269. /*quote*/
  270.  
  271. #titlequote{text-align:left;
  272. font-size:14px;
  273. line-height:18px;
  274. font-weight:bold;
  275. }
  276. #source {
  277. margin-top:15px;
  278. }
  279.  
  280. /*audio*/
  281.  
  282. .player {
  283. width:25px;
  284. height:25px;
  285. overflow:hidden;
  286. position:absolute;
  287. background:white;}
  288.  
  289. .audioinfo {
  290. margin-left:50px;
  291. }
  292.  
  293.  
  294. /*asks*/
  295. .q {margin-bottom:10px;
  296. }
  297. .as {
  298. font-weight:bold;}
  299.  
  300. .a {
  301. margin-top:10px;
  302. }
  303.  
  304.  
  305. /*chat*/
  306.  
  307. .chat ol {
  308. padding:0;
  309. list-style:none;
  310. }
  311. .line {padding:5px 0;}
  312.  
  313. .label {font-weight:bold;
  314. }
  315.  
  316.  
  317.  
  318.  
  319.  
  320. /*permalink and notes*/
  321.  
  322. #permalink {
  323. text-align:center;
  324. margin-top:5px;
  325. font-size:10px;
  326. }
  327. #permalink a {margin-right:10px;
  328. }
  329.  
  330.  
  331. .tags {
  332. word-break:break-all;
  333. font-size:10px;
  334. opacity:0;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. }
  339.  
  340. #posts:hover .tags {
  341. opacity:1;
  342. }
  343.  
  344. .pagenotes {
  345. {block:IndexPage}
  346. display: none!important;
  347. {/block:IndexPage}
  348. width:400px;
  349. text-align:left;
  350.  
  351. }
  352. .pagenotes img {
  353. display:none!important;}
  354. .pagenotes li {
  355. list-style-type:none;
  356. padding:5px 0px;
  357. text-align:left;
  358. margin:0 0 0 -40px;
  359. }
  360.  
  361.  
  362. /*--credit--*/
  363.  
  364. #credit {
  365. right:2px;
  366. bottom:8px;
  367. background:#000;
  368. font-size:10px;
  369. padding:4px;
  370. text-transform:uppercase;
  371. position:fixed;
  372. -webkit-transition: all 0.5s ease-out;
  373. -moz-transition: all 0.5s ease-out;
  374. transition: all 0.5s ease-out;
  375. }
  376.  
  377. #credit a {
  378. color:#fff;
  379. font-weight:bold;
  380. }
  381.  
  382. #pagination {
  383. margin:50px 0;
  384. text-align:center;
  385. text-transform:lowercase;
  386. font-weight:bold;
  387. }
  388. #pagination a {
  389. padding:0 15px;
  390. }
  391.  
  392. #title2 {
  393. font-size:12px;
  394. line-height:18px;
  395. font-weight:bold;
  396. margin-bottom:10px;
  397. text-transform:uppercase;
  398. text-align:center;}
  399.  
  400. {CustomCSS}
  401.  
  402.  
  403.  
  404. </style>
  405.  
  406.  
  407.  
  408. </head>
  409.  
  410. <body>
  411.  
  412. <div id="con">
  413.  
  414. <div id="sidebar">
  415. <div id="sidebarim"><img src="{image:Sidebar Image}"></div><br>
  416. <div id="title">{text:side title}</div>
  417.  
  418. <div id="description">{Description}</div>
  419.  
  420. <div id="links">
  421. <a href="{text:link 1 url}" title="{text:link 1}"><img src="https://cdn2.iconfinder.com/data/icons/pittogrammi/142/65-16.png"></a>
  422. <a href="{text:link 2 url}" title="{text:link 2}"><img src="https://cdn2.iconfinder.com/data/icons/pittogrammi/142/81-16.png"></a>
  423. <a href="{text:link 3 url}" title="{text:link 3}"><img src="https://cdn4.iconfinder.com/data/icons/icony/512/plane-16.png"></a>
  424. <a href="{text:link 4 url}" title="{text:link 4}"><img src="https://cdn1.iconfinder.com/data/icons/education-set-3/512/folder-open-128.png"></a>
  425. <a href="{text:link 5 url}" title="{text:link 5}"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-heart-16.png"></a>
  426. </div>
  427.  
  428. </div>
  429.  
  430.  
  431.  
  432.  
  433. <div id="entries">
  434.  
  435. {block:Posts}
  436. <div id="posts">
  437.  
  438.  
  439. {block:Quote}
  440.  
  441.  
  442. <div id="titlequote">“{Quote}”</div>
  443. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  444. {/block:Quote}
  445.  
  446.  
  447.  
  448. {block:Text}
  449.  
  450. {block:Title}
  451. <div id="title2">{Title}</div>{/block:Title}
  452. {Body}
  453. {/block:Text}
  454.  
  455. {block:Link}
  456. <div id="title2"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  457. {/block:Link}
  458.  
  459. {block:Chat}
  460. {block:Title}
  461. <h1>{Title}</h1>
  462. {/block:Title}
  463. <div class="chat">
  464. <ol>{block:Lines}
  465. <li class="line {Alt}">
  466. {block:Label}
  467. <span class="label">
  468. {Label}</span>
  469. {/block:Label}{Line}</li>
  470. {/block:Lines}
  471. </ol></div>
  472. {/block:Chat}
  473.  
  474. {block:Photo}
  475. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  476. {/block:Photo}
  477.  
  478. {block:Photoset}
  479. {Photoset-500}
  480. {/block:Photoset}
  481.  
  482. {block:Video}
  483. {Video-500}
  484. {/block:Video}
  485.  
  486. {block:Audio}
  487. <div class="player">{AudioPlayerWhite}</div>
  488. <div class="audioinfo">
  489. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  490. </div>
  491. {/block:Audio}
  492.  
  493. {block:Answer}
  494. <div class="q"><span style="color:#000;font-weight:bold;">{Asker}</span> said: {Question}</div>
  495. <div class="a">{Answer}</div>
  496. {/block:Answer}
  497.  
  498. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  499.  
  500. {block:Date}
  501. <div id="permalink">
  502. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  503. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  504. </div>
  505. {/block:Date}
  506.  
  507.  
  508.  
  509. </div>
  510.  
  511.  
  512. {block:PostNotes}
  513. <div class="pagenotes">
  514. {PostNotes}
  515. </div>
  516. {/block:PostNotes}
  517.  
  518.  
  519. {/block:Posts}
  520.  
  521. <div id="pagination">
  522. {block:Pagination}
  523. {block:PreviousPage}
  524. <a href="{PreviousPage}">&larr; previous </a>
  525. {/block:PreviousPage}
  526.  
  527.  
  528. {block:NextPage}
  529. <a href="{NextPage}">next &rarr;</a>
  530. {/block:NextPage}
  531. {/block:Pagination}
  532. </div>
  533.  
  534.  
  535.  
  536. </div>
  537.  
  538. </div>
  539.  
  540.  
  541. {block:ContentSource}
  542. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  543. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  544. {/block:SourceLogo}
  545. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  546. {/block:ContentSource}
  547. <div id="credit"><a title="theme by alexgaeskarth" href="http://alexgaeskarth.tumblr.com/">AG</div></a>
  548. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement