dylanobrienbr

New Theme 02

Dec 14th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!--
  6. THEME BY GIFS-ICONS, DONT REMOVE THE CREDITS. PLEASE. S2
  7. THEME BY DYLANOBRIENBR, DONT REMOVE THE CREDITS. PLEASE. S2
  8. THEME BY GIFS-ICONS, DONT REMOVE THE CREDITS. PLEASE. S2
  9. THEME BY DYLANOBRIENBR, DONT REMOVE THE CREDITS. PLEASE. S2
  10. THEME BY GIFS-ICONS, DONT REMOVE THE CREDITS. PLEASE. S2
  11. THEME BY DYLANOBRIENBR, DONT REMOVE THE CREDITS. PLEASE. S2
  12.  
  13. -->
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#737373"/>
  17. <meta name="color:link" content="#fff"/>
  18. <meta name="color:linkhover" content="#2186c3"/>
  19. <meta name="color:scrollbar" content="#737373"/>
  20. <meta name="color:scrollbar bg" content="#737373"/>
  21. <meta name="color:title color" content="#0a0a0a"/>
  22. <meta name="color:blockquote color" content="#f2f2f2"/>
  23. <meta name="color:borders" content="#0a0a0a"/>
  24. <meta name="color:info" content="#b0b0b0"/>
  25.  
  26.  
  27. <meta name="image:sidebar" content="https://secure.static.tumblr.com/074e48da09c6b2c97ef1df86a8ef7115/f6jubkt/vpKnglvcn/tumblr_static_87a4gng3q4w8wwo8g0owso0gs.jpg"/>
  28.  
  29. <meta name="if:sidebar image" content="1" />
  30. <meta name="if:400px" content="0" />
  31. <meta name="if:show title" content="1" />
  32. <meta name="if:title on hover" content="0" />
  33. <meta name="if:update tab" content="1" />
  34. <meta name="if:first letter" content="1" />
  35. <meta name="if:drop down tags" content="1" />
  36.  
  37.  
  38. <meta name="text:title text" content="title">
  39. <meta name="text:askpage url" content="/ask">
  40. <meta name="text:Link 1 URL" content="" />
  41. <meta name="text:Link 1" content="link" />
  42. <meta name="text:Link 2 URL" content="" />
  43. <meta name="text:Link 2" content="link" />
  44. <meta name="text:Link 3 URL" content="" />
  45. <meta name="text:Link 3" content="link" />
  46.  
  47.  
  48.  
  49. <head><title>{Title}</title>
  50. <link rel="shortcut icon" href="{Favicon}">
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=UnifrakturMaguntia' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Advent+Pro' rel='stylesheet' type='text/css'>
  60. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  61.  
  62. <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  63. {block:indexpage}
  64. <script type="text/javascript">
  65. jQuery(document).ready(function() {
  66. jQuery(".tags").hide();
  67. //toggle the componenet with class msg_body
  68. jQuery(".up").click(function()
  69. {
  70. jQuery(this).next(".tags").slideToggle("600");
  71. });});
  72. </script>
  73. {/block:indexpage}
  74.  
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. ::-webkit-scrollbar-thumb {
  81. height:auto;
  82. background:{color:scrollbar};
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. height:5px;
  87. width:5px;
  88. padding-right:2px;
  89. background:{color:scrollbar bg};
  90. }
  91.  
  92.  
  93.  
  94.  
  95. body {
  96. margin:0px;
  97. font-family:arial;
  98. font-size:10px;
  99. line-height:15px;
  100. color:{color:text};
  101. background:{color:background};
  102. }
  103.  
  104.  
  105. a {
  106. text-decoration:none;
  107. outline:none;
  108. color:{color:link};
  109. -moz-outline-style:none;
  110. -moz-transition-duration:0.6s;
  111. -webkit-transition-duration:0.6s;
  112. -o-transition-duration:0.6s;
  113. }
  114.  
  115. a:hover {
  116. text-decoration:none;
  117. outline:none;
  118. color:{color:link hover};
  119. -moz-outline-style:none;
  120. }
  121.  
  122.  
  123. h1 {
  124. text-align:left;
  125. font-size:12px;
  126. letter-spacing:1px;
  127. line-height:150%;
  128. text-transform:uppercase;
  129. color:{color:text};
  130. }
  131.  
  132.  
  133. img {
  134. border:none;
  135. }
  136.  
  137.  
  138. blockquote {
  139. padding-left:5px;
  140. border-left:2px solid {color:blockquote color};
  141. }
  142.  
  143. blockquote blockquote {
  144. padding-left:5px;
  145. border-left:2px solid;
  146. border-color:{color:blockquote color};
  147. }
  148.  
  149. blockquote image {
  150. {block:If400px}
  151. max-width:320px;
  152. {/block:If400px}
  153. {block:IfNot400px}
  154. max-width:420px;
  155. {/block:IfNot400px}
  156. }
  157.  
  158.  
  159.  
  160.  
  161. .atonement {
  162. width:800px;
  163. margin-left:42%;
  164. }
  165.  
  166.  
  167.  
  168. .side {
  169. position:fixed;
  170. width:228px;
  171. margin-top:100px;
  172. margin-left:-280px;
  173. text-align:center;
  174. background:{color:background};
  175. }
  176.  
  177.  
  178. .sidetitle {
  179. margin-bottom:-8px;
  180. font-size:14px;
  181. letter-spacing:2px;
  182. text-transform:uppercase;
  183. color:{color:title color};
  184. {block:IfNotShowTitle}
  185. opacity:0;
  186. {/block:IfNotShowTitle}
  187. {block:IfTitleOnHover}
  188. opacity:0;
  189. -moz-transition-duration:0.6s;
  190. -webkit-transition-duration:0.6s;
  191. -o-transition-duration:0.6s;
  192. {/block:IfTitleOnHover}
  193. font-family:consolas;
  194.  
  195. }
  196.  
  197. {block:IfTitleOnHover}
  198. .side:hover .sidetitle {
  199. opacity:1;
  200. -moz-transition-duration:0.6s;
  201. -webkit-transition-duration:0.6s;
  202. -o-transition-duration:0.6s;
  203. }
  204. {/block:IfTitleOnHover}
  205.  
  206.  
  207. .sideimage {
  208. position:fixed;
  209. width:220px;
  210. height:auto;
  211. margin-bottom:0;
  212. }
  213.  
  214. .sideimage img {
  215. width:200px;
  216. height:auto;
  217. margin:10px;
  218. }
  219.  
  220.  
  221. .map {
  222.  
  223. width:210px;
  224. margin-top:-10px;
  225. padding:6px;
  226. margin-left:0px;
  227. text-align:center;
  228. font-family:consolas;
  229. font-size:9px;
  230. word-spacing:1px;
  231. text-transform:uppercase;
  232. display:block;
  233. color:{color:link};
  234. background:{color:borders};
  235.  
  236. }
  237.  
  238. .map a {
  239.  
  240. padding:3px;
  241. letter-spacing: 1px;
  242. color:{color:link};
  243. -moz-transition-duration:0.6s;
  244. -webkit-transition-duration:0.6s;
  245. -o-transition-duration:0.6s;
  246. }
  247.  
  248. .map a:hover {
  249.  
  250. color:{color:linkhover};
  251. letter-spacing: 3px;
  252. padding:1px;
  253. -moz-transition-duration:0.6s;
  254. -webkit-transition-duration:0.6s;
  255. -o-transition-duration:0.6s;
  256. }
  257.  
  258.  
  259. .description {
  260. width:214px;
  261. margin-left:-3px;
  262. margin-top:0px;
  263. padding:8px;
  264. text-align:justify;
  265. font-size:10px;
  266. line-height:15px;
  267. background:{color:background};
  268. }
  269.  
  270. {block:IfFirstLetter}
  271. .description::first-letter {
  272. font-family:'UnifrakturMaguntia';
  273. font-size:15px;
  274. font-weight:bold;
  275. }
  276. {/block:IfFirstLetter}
  277.  
  278.  
  279. .pagination {
  280. position: relative;
  281. width:224px;
  282. margin-left:-1px;
  283. padding-top:10px;
  284. text-align:center;
  285. font-size:7px;
  286. letter-spacing:2px;
  287. word-spacing:15px;
  288. text-transform:uppercase;
  289. background:{color:background};
  290. }
  291.  
  292. .pagination a {
  293. color:{color:info};
  294. }
  295.  
  296.  
  297.  
  298. .entries {
  299. position:absolute;
  300. {block:IfNot400px}
  301. width:540px;
  302. {/block:IfNot400px}
  303. {block:If400px}
  304. width:440px;
  305. {/block:If400px}
  306. margin-top:-10px;
  307. margin-bottom: 0px;
  308. padding:20px;
  309.  
  310. }
  311.  
  312.  
  313. .posts {
  314. {block:IfNot400px}
  315. width:500px;
  316. {/block:IfNot400px}
  317. {block:If400px}
  318. width:400px;
  319. {/block:If400px}
  320. margin-bottom:10px;
  321. padding-left:20px;
  322. padding-right:20px;
  323. padding-top:20px;
  324. border-bottom:1px {color:borders} solid;
  325.  
  326. }
  327.  
  328. .caption {
  329. padding:15px 10px 10px 10px;
  330. }
  331.  
  332.  
  333. .postinfo {
  334. {block:IfNot400px}
  335. width:530px;
  336. {/block:IfNot400px}
  337. {block:If400px}
  338. width:430px;
  339. {/block:If400px}
  340. font-family: consolas;
  341. margin-left:-20px;
  342. margin-top:0px;
  343. padding:5px;
  344. text-align:center;
  345. font-size:9px;
  346. text-transform:uppercase;
  347. color:{color:info};
  348. }
  349.  
  350. .postinfo a {
  351. color:{color:info};
  352. }
  353.  
  354. .postinfo a:hover {
  355. color:{color:link hover};
  356. }
  357.  
  358.  
  359. .up {
  360. cursor:pointer;
  361. }
  362. .tags {
  363. margin-top:2px;
  364. text-transform:lowercase;
  365. word-break:break-all;
  366. {block:IndexPage}
  367. display:none;
  368. {/block:IndexPage}
  369. }
  370. .tags a {
  371. text-decoration:none;
  372. color:{color:info};
  373. }
  374. span.tag2 {
  375. display:none;
  376. }
  377. a.tag + span.tag2 {
  378. display:inline;
  379. }
  380.  
  381. .tagss {
  382. margin-top:2px;
  383. text-transform:lowercase;
  384. word-break:break-all;
  385. }
  386.  
  387. .tagss a {
  388. text-decoration:none;
  389. color:{color:info};
  390. }
  391.  
  392.  
  393. .notes {
  394. {block:IfNot400px}
  395. width:540px;
  396. {/block:IfNot400px}
  397. {block:If400px}
  398. width:440px;
  399. {/block:If400px}
  400. text-align:left;
  401. font-size:10px;
  402. letter-spacing:0px;
  403. text-transform:lowercase;
  404. font-style:normal;
  405. }
  406.  
  407. ol.notes {
  408. padding: 0px;
  409. padding-left: 30px;
  410. margin: 20px 0px;
  411. list-style-type: none;
  412. }
  413.  
  414. ol.notes li.note {
  415. padding: 10px;
  416. }
  417.  
  418. ol.notes li.note img.avatar {
  419. margin-right: 10px;
  420. width: 16px;
  421. height: 16px;
  422. }
  423.  
  424. ol.notes li.note .answer_content {
  425. font-weight: normal;
  426. }
  427.  
  428. ol.notes li.note blockquote {
  429. border-color: {color:borders};
  430. padding: 4px 10px;
  431. margin: 10px 0px 0px 25px;
  432. }
  433.  
  434. ol.notes li.note blockquote a {
  435. text-decoration: none;
  436. }
  437.  
  438.  
  439.  
  440. .quote {
  441. padding:10px;
  442. font-size:14px;
  443. font-style:italic;
  444. }
  445.  
  446. .source {
  447. margin-top:10px;
  448. text-align:right;
  449. font-size:9px;
  450. }
  451.  
  452.  
  453. .question {
  454. margin-left:10px;
  455. padding-top:7px;
  456. padding-bottom:7px;
  457. padding-left:9px;
  458. text-align:left;
  459. font-size:11px;
  460. font-style:none;
  461. color:#000;
  462. background:.fff;
  463. border-bottom:1px {color:borders} solid;
  464. }
  465.  
  466. .question a{
  467. color:#000;
  468. }
  469.  
  470.  
  471. .audiocont {
  472. position: relative;
  473. margin-bottom:20px;
  474. display:inline-block;
  475. }
  476.  
  477. .art {
  478. position: relative;
  479. width:100px;
  480. border:3px {color:borders} solid;
  481. z-index:1;
  482. }
  483.  
  484. .playbutton {
  485. position:relative;
  486. width:30px;
  487. height:40px;
  488. margin-top:35px;
  489. margin-left:35px;
  490. overflow:hidden;
  491. z-index:1000;
  492. }
  493.  
  494. .playbox {
  495. position:absolute;
  496. width:100px;
  497. height:100px;
  498. margin-top:3px;
  499. margin-left:3px;
  500. background:#fff;
  501. opacity:0.3;
  502. -moz-transition-duration:0.6s;
  503. -webkit-transition-duration:0.6s;
  504. -o-transition-duration:0.6s;
  505. z-index:1000;
  506. }
  507.  
  508. .playbox:hover {
  509. opacity:0.8;
  510. -moz-transition-duration:0.6s;
  511. -webkit-transition-duration:0.6s;
  512. -o-transition-duration:0.6s;
  513. }
  514.  
  515. .trackinfo {
  516. margin-left:120px;
  517. margin-top:-90px;
  518. }
  519.  
  520.  
  521.  
  522.  
  523.  
  524. #s-m-t-tooltip {
  525. max-width:100px;
  526. margin:20px 0px 0px 20px;
  527. padding:5px 5px 5px 6px;
  528. font-size:9px;
  529. letter-spacing:1px;
  530. text-transform:lowercase;
  531. color:{color:text};
  532. border:1px {color:borders} solid;
  533. background:{color:background};
  534. z-index:99999;
  535. }
  536. .credit {
  537. position:fixed;
  538. right:5px;
  539. bottom:5px;
  540. }
  541.  
  542. .credit a {
  543. font-size:10px;
  544. font-family: consolas;
  545. color:#0e0e0e;
  546. }
  547.  
  548.  
  549. #tumblr_controls {-webkit-filter: invert(100%);}
  550.  
  551.  
  552. {CustomCSS}</style></head><body>
  553.  
  554. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  555. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  556. <script>
  557.  
  558. (function($){
  559.  
  560. $(document).ready(function(){
  561.  
  562. $("a[title]").style_my_tooltips({
  563.  
  564. tip_follows_cursor:true,
  565.  
  566. tip_delay_time:50,
  567.  
  568. tip_fade_speed:600,
  569.  
  570. attribute:"title"
  571.  
  572. });
  573.  
  574. });
  575.  
  576. })(jQuery);
  577.  
  578. </script>
  579.  
  580.  
  581.  
  582.  
  583.  
  584. <div class="atonement">
  585.  
  586. <div class="side">
  587.  
  588. <div class="sidetitle">{text:title text}</div>
  589.  
  590. <div class="sideimage">{block:IfSidebarImage}<img src="{image:sidebar}">{/block:IfSidebarImage}
  591.  
  592. <div class="map">
  593. <a href="/">home</a>
  594. <a href="{text:askpage url}">mail</a>
  595. <a href="{text:link 1 URL}">{text:link 1}</a>
  596. <a href="{text:link 2 URL}">{text:link 2}</a>
  597. <a href="{text:link 3 URL}">{text:link 3}</a>
  598. </div>
  599.  
  600. <div class="description">{Description} <script language="JavaScript">
  601. var ref = (''+document.referrer+'');
  602. var w_h = window.screen.width + " x " + window.screen.height;
  603. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4039080&e1=%&e2=%&r=' + ref + '&wh=' + w_h + '"><\/script>'); </script>
  604. </div>
  605.  
  606. {block:Pagination}
  607. <div class="pagination">
  608. {block:PreviousPage}<a href="{PreviousPage}">&laquo;future</a>{/block:PreviousPage}
  609. {block:NextPage}<a href="{NextPage}">past&raquo;</a>{/block:NextPage}
  610. </div>
  611. {/block:Pagination}
  612. </div>
  613.  
  614. </div>
  615.  
  616.  
  617.  
  618. <div class="entries">
  619. {block:Posts}<div class="posts">
  620.  
  621. {block:Text}<h1>{block:Title}<h1>— {Title}</h1>{/block:Title}</h1>{Body}{/block:Text}
  622.  
  623. {block:Link}<h1><a href="{URL}" {Target}>— {Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  624.  
  625. {block:Quote}<span style="font-family:times; font-size:45px; z-index:9; position:absolute; opacity:0.3; margin-top:14px; margin-left:-3px">&ldquo;</span><div class="quote">{Quote}</div>{block:Source}<div class="source">— {Source}</div>{/block:Source}{/block:Quote}
  626.  
  627. {block:Chat}{block:Title}<h1>— {Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  628.  
  629. {block:Photo}{block:IfNot400px}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:IfNot400px}{block:If400px}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:If400px}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  630.  
  631. {block:Photoset}{block:IfNot400px}{Photoset-500}{/block:IfNot400px}{block:If400px}{Photoset-400}{/block:If400px}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  632.  
  633. {block:Video}{Video-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  634.  
  635. {block:Audio}{block:AudioPlayer}
  636. <div class="audiocont">
  637. <div class="playbox"><div class="playbutton">{AudioPlayerWhite}</div></div>
  638. {/block:AudioPlayer}{block:AlbumArt}
  639. <img src="{AlbumArtURL}" class="art">
  640. {/block:AlbumArt}
  641. <div class="trackinfo">
  642. <b>Title: </b>{block:TrackName}{TrackName}{/block:TrackName}</br>
  643. <b>Artist: </b>{block:Artist}{Artist}{/block:Artist}</br>
  644. <b>Album: </b>{block:Album}{Album}{/block:Album}</br>
  645. <b>Plays: </b>{block:PlayCount}{PlayCount}{/block:PlayCount}
  646. </div></div>
  647. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  648. {/block:Audio}
  649.  
  650. {block:Answer}<div class="question"><b>{Asker}</b> texted:<br><i>{Question}</i></div>{Answer}{/block:Answer}
  651.  
  652.  
  653.  
  654. {block:Date}<div class="postinfo"><a href="{Permalink}" title="{TimeAgo}">{DayOfMonth}.{MonthNumberWithZero}.{ShortYear}</a>{/block:Date}
  655.  
  656. {block:NoteCount}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} &nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">Reblog</a>{block:IfDropDownTags}
  657. {block:IndexPage}{block:HasTags}&nbsp;&nbsp;&nbsp;&nbsp;<a class="up">Tags</a>
  658. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
  659. {block:PermalinkPage}{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">- org</a>{/block:ContentSource}{/block:RebloggedFrom}</br><div class="tagss">{block:Tags}<a href="{TagUrl}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  660. </div>
  661. {/block:IfDropDownTags}
  662. {block:IfNotDropDownTags}
  663. </br><div class="tagss">{block:Tags}<a href="{TagUrl}">.{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  664. {/block:IfNotDropDownTags}
  665.  
  666.  
  667.  
  668.  
  669. <div class="notes">
  670. {block:PostNotes}{PostNotes}{/block:PostNotes}
  671. </div>
  672.  
  673. </div>
  674. {/block:Posts}
  675.  
  676.  
  677.  
  678. </div></div>
  679.  
  680.  
  681. </div></div>
  682.  
  683.  
  684. </div></div>
  685.  
  686. <div class="credit"><a href="http://gifs-icons.tumblr.com">© GIFS-ICONS</a></div></div>
  687.  
  688.  
  689.  
  690. </body>
  691. </html>
Advertisement
Add Comment
Please, Sign In to add comment