pjo06

Theme #006 - Edit1.2

Jan 18th, 2016
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.30 KB | None | 0 0
  1. <!--THEME BY LAURAHOLLIIS-->
  2. <!--#006 BOOTLEG RASCAL-->
  3.  
  4. <!--W/ UPDATE LINES-->
  5.  
  6.  
  7.  
  8. <!--64 ROUNDED IMG-->
  9.  
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--TEST BLOG 4-->
  18.  
  19. <meta name="color:bg" content="#ffffff" />
  20. <meta name="color:text" content="#5a5a5a" />
  21. <meta name="color:link" content="#5a5a5a" />
  22. <meta name="color:link hover" content="#5a5a5a" />
  23. <meta name="color:Post border" content="#f2f2f2"/>
  24. <meta name="color:Scrollbar" content="#df1f3a">
  25.  
  26. <meta name="image:sidebar" content=""/>
  27.  
  28. <meta name="text:link1" content="" />
  29. <meta name="text:link 1 URL" content="/" />
  30. <meta name="text:link2" content="" />
  31. <meta name="text:link 2 URL" content="/" />
  32.  
  33. <meta name="text:update1" content="" />
  34. <meta name="text:update2" content="" />
  35. <meta name="text:update3" content="" />
  36.  
  37.  
  38.  
  39. <!--START-->
  40.  
  41. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  42.  
  43. <!--TOOLTIPS-->
  44. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:200,
  53. tip_fade_speed:300
  54. });
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64.  
  65. #s-m-t-tooltip {
  66. max-width:300px;
  67. margin:15px;
  68. padding:3px;
  69. border:1px solid #eaeaea;
  70. border-radius:0px;
  71. background:white;
  72. color:{color:text};
  73. z-index:999999;
  74. font-size:7px;
  75. font-style:none;
  76. font-weight:lighter;
  77. letter-spacing:1px;
  78. font-family:trebuchet ms;
  79. text-transform:uppercase;
  80. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  84. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  85. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  86.  
  87.  
  88.  
  89. body {
  90. font-family:calibri;
  91. font-size:11px;
  92. color:{color:text};
  93. background-color:{color:bg};
  94. }
  95.  
  96. #entry {
  97. margin-bottom:110px;
  98. margin-top:-20px;
  99. }
  100.  
  101. #sidebar {
  102. width:175px;
  103. position:fixed;
  104. margin-left:190px;
  105. margin-top:100px;
  106. }
  107.  
  108. /*#sidebarimg {
  109. width:245px;
  110. text-align:center;
  111. }*/
  112.  
  113.  
  114. .icon img {
  115. border-radius:5px;
  116. width:64px;
  117. margin-bottom:-37px;
  118. /*margin-left:53px;*/
  119. text-align:center;
  120. }
  121.  
  122.  
  123. #description {
  124. width: 175px;
  125. text-align:justify;
  126. margin-left:0px;
  127. margin-top:8px;
  128. line-height:20px;
  129. /*height:0px;
  130. overflow:hidden;
  131. -webkit-transition: all .5s ease-in-out;
  132. -moz-transition: all .5s ease-in-out;
  133. -o-transition: all .5s ease-in-out;
  134. transition-duration: all .5s ease-in-out;*/
  135. }
  136.  
  137.  
  138.  
  139. .sidelinks {
  140. position:relative;
  141. z-index:99999999;
  142. width: 245px;
  143. text-align:center;
  144. word-spacing:5px;
  145. line-height:24px;
  146. width:175px;
  147. font-size:9px;
  148. text-align:right;
  149. margin-top:15px;
  150. text-transform:uppercase;
  151. margin-left:0px;
  152. display:inline-block;
  153. }
  154.  
  155. .sidelinks a:hover {
  156. color:{color:link hover};
  157. text-decoration:none;
  158. -webkit-transition: all .4s ease-in-out;
  159. -moz-transition: all .4s ease-in-out;
  160. -o-transition: all .4s ease-in-out;
  161. transition-duration: all .4s ease-in-out;
  162. }
  163.  
  164.  
  165. a {
  166. text-decoration:none;
  167. color:{color:link};
  168. }
  169.  
  170. a:hover {
  171. text-decoration:none;
  172. color:{color:link hover};
  173. -webkit-transition: all .4s ease-in-out;
  174. -moz-transition: all .4s ease-in-out;
  175. -o-transition: all .4s ease-in-out;
  176. transition-duration: all .4s ease-in-out;
  177.  
  178. }
  179.  
  180. #title {
  181. font-style:italic;
  182. font-size:11px;
  183. margin-bottom:8px;
  184. text-align: left;
  185.  
  186. }
  187.  
  188. #pagination {
  189. border-top:1px solid {color:post border};
  190. padding-top:7px;
  191. text-transform:uppercase;
  192. word-spacing:2px;
  193. position:relative;
  194. margin-top:10px;
  195. font-size:9px;
  196. width:175px;
  197. text-align:left;
  198. }
  199.  
  200. #pagination a:hover {
  201. text-decoration:none;
  202. color:;{color:link hover};
  203. -webkit-transition: all .4s ease-in-out;
  204. -moz-transition: all .4s ease-in-out;
  205. -o-transition: all .4s ease-in-out;
  206. transition-duration: all .4s ease-in-out;
  207. }
  208.  
  209.  
  210. #updates {
  211. line-height:16px;
  212. text-align:justify;
  213. margin-bottom:0px;
  214. max-height:0px;
  215. z-index:-6;
  216. overflow:hidden;
  217. -webkit-transition: all .7s ease-in-out;
  218. -moz-transition: all .7s ease-in-out;
  219. -o-transition: all .7s ease-in-out;
  220. transition-duration: all .7s ease-in-out;
  221. }
  222.  
  223. /*-webkit-transition: all .7s ease-in-out;
  224. -moz-transition: all .7s ease-in-out;
  225. -o-transition: all .7s ease-in-out;
  226. transition-duration: all .7s ease-in-out;*/
  227.  
  228. #description:hover #updates {
  229. max-height:110px;
  230. -webkit-transition: all .7s ease-in-out;
  231. -moz-transition: all .7s ease-in-out;
  232. -o-transition: all .7s ease-in-out;
  233. transition-duration: all .7s ease-in-out;
  234. }
  235.  
  236. #posts {
  237. width:500px;
  238. margin-left:500px;
  239. margin-top:110px;
  240. }
  241.  
  242.  
  243. #quote {
  244. font-style:italic;
  245. font-size: 17px;
  246. }
  247.  
  248. .source {
  249. font-style:italic;
  250. }
  251.  
  252. .title {
  253. font-size:18px;
  254. font-weight:bold;
  255. font-style:italic;
  256. }
  257.  
  258. .linkname {
  259. font-size:20px;
  260. font-style:italic;
  261. }
  262.  
  263. /*AUDIO*/
  264.  
  265. #albumart {
  266. position:absolute;
  267. display:inline-block;
  268. z-index:999;
  269. margin-top:0px;
  270. margin-left:25px;
  271. }
  272.  
  273. .playbox {
  274. background-color:#fafafa;
  275. position:absolute;
  276. margin-left:61.5px;
  277. margin-top:36.5px;
  278. width:27px;
  279. height:27px;
  280. z-index:1000;
  281. opacity:.5;
  282. }
  283.  
  284. .playbutton {
  285. width: 27px;
  286. height: 27px;
  287. overflow: hidden;
  288. position: absolute;
  289. opacity:.5;
  290. -moz-transition-duration: 0.4s;
  291. -o-transition-duration: 0.4s;
  292. -webkit-transition-duration: 0.4s;
  293. transition-duration: 0.4s;
  294. }
  295.  
  296. .playbox:hover .playbutton {
  297. opacity:1;
  298. -moz-transition-duration: 0.4s;
  299. -o-transition-duration: 0.4s;
  300. -webkit-transition-duration: 0.4s;
  301. transition-duration: 0.4s;
  302. }
  303.  
  304. /*
  305. ORIGINAL
  306. .audiosrc {
  307. position:absolute;
  308. max-width:330px;
  309. margin-left:247px;
  310. margin-top:63px;
  311. font-size:9px;
  312. letter-spacing:1.5px;
  313. text-transform:uppercase;
  314. text-align:left;
  315. color:black;
  316.  
  317. }*/
  318.  
  319.  
  320. .audiosrc {
  321. position:absolute;
  322. display:inline-block;
  323. max-width:330px;
  324. margin-left:180px;
  325. top:37px;
  326. font-size:9px;
  327. letter-spacing:1.5px;
  328. text-transform:uppercase;
  329. text-align:left;
  330. color:black;
  331.  
  332. }
  333.  
  334. #srccontainer {
  335. position:relative;
  336. background-color:none;
  337. width:500px;
  338. height:100px;
  339. z-index:999;
  340. margin-bottom:22px;
  341. border-radius:6px;
  342. }
  343.  
  344. .question {
  345. background-color:#fafafa;
  346. width:500px;
  347. text-align:center;
  348. padding:10px;
  349. }
  350.  
  351. .asker {
  352. font-style:italic;
  353. text-transform:uppercase;
  354. font-size:12;
  355. text-align:center;
  356. }
  357.  
  358. #postinfo {
  359. text-transform:uppercase;
  360. font-family:helvetica;
  361. font-size:8px;
  362. border-top:1px solid {color:post border};
  363. margin-top:14px;
  364. padding-top:14px;
  365. text-align:center;
  366. }
  367.  
  368. .notes ol, .notes li{
  369. list-style:none;
  370. }
  371.  
  372.  
  373. ol.notes li.note img.avatar {
  374. vertical-align:-8px;
  375. border-radius:100%;
  376. margin-right:10px;
  377. width:16px;
  378. height:16px;
  379. margin-top:4px;
  380. margin-bottom:4px;
  381. }
  382.  
  383.  
  384. .tags {
  385. margin-top:5px;
  386. font-size:9px;
  387. text-transform:none;
  388. }
  389.  
  390.  
  391. blockquote {
  392. padding-left:5px;
  393. border-left:1px solid {color:post border};
  394. margin-left:14px;
  395. }
  396.  
  397.  
  398. blockquote blockquote {
  399. padding-left:5px;
  400. border-left:1px solid {color:post border};
  401. margin-left:14px;
  402. }
  403.  
  404.  
  405. {CustomCSS}</style>
  406.  
  407.  
  408. </head>
  409. <body>
  410.  
  411. <div id="entry">
  412.  
  413.  
  414. <!--sidebar-->
  415.  
  416.  
  417.  
  418.  
  419.  
  420. <div id="sidebar">
  421.  
  422. <!--<div id="title">{Title}</div>-->
  423.  
  424.  
  425.  
  426. <div class="icon"><img src="{image:sidebar}"></div>
  427.  
  428.  
  429. <!--{block:IfSidebarImage}
  430. <div id="sidebarimg"><img src="{image:sidebar}"></div>
  431. {/block:IfSidebarImage}-->
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438. <div class="sidelinks">
  439. <a href="/">home</i></a>
  440. <a href="/ask">ask</i></a>
  441. {block:IfLink1}<a href="{text:link 1 URL}"><span title="{text:link1}">one</span></a>{/block:IfLink1}
  442. {block:IfLink2}<a href="{text:link 2 URL}"><span title="{text:link2}">two</span></a>{/block:IfLink2}
  443.  
  444. </div>
  445.  
  446.  
  447.  
  448.  
  449. <div id="description">
  450. {description}
  451.  
  452. <div id="updates">
  453. {block:ifupdate1}<p><big><big>x</big></big>&nbsp;&nbsp;{text:update1}</p>{/block:ifupdate1}
  454. {block:ifupdate2}<p><big><big>x</big></big>&nbsp;&nbsp;{text:update2}</p>{/block:ifupdate2}
  455. {block:ifupdate3}<p><big><big>x</big></big>&nbsp;&nbsp;{text:update3}</p>{/block:ifupdate3}
  456.  
  457. </div>
  458.  
  459. </div>
  460.  
  461. <div id="pagination">
  462. {block:Pagination}
  463. {block:PreviousPage}<a href="{PreviousPage}">prev</a>&nbsp;/&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  464. {/block:Pagination}
  465. </div>
  466.  
  467.  
  468. </div>
  469.  
  470.  
  471. <!--posts-->
  472.  
  473. {block:posts} <div id="posts">
  474.  
  475. {block:Text}
  476. <div class="title">{block:Title}{Title}{/block:Title}</div>{Body}
  477. {/block:Text}
  478.  
  479. {block:Photo}
  480. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  481. {/block:Photo}
  482.  
  483. {block:Photoset}
  484. {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  485. {/block:Photoset}
  486.  
  487. {block:Quote}
  488. <div id="quote">{Quote}</div><div class="source">{block:Source}— {Source}{/block:Source}</div>
  489. {/block:Quote}
  490.  
  491. {block:Link}
  492. <a href="{URL}"><div class="linkname">{Name}</div></a>{block:Description}{description}{/block:Description}
  493. {/block:Link}
  494.  
  495. {block:Chat}
  496. {block:title}<h2>{Title}</h2>{/block:title}{block:lines}{block:label}<b>{label}</b>{/block:label} {line} <br>{/block:lines}
  497. {/block:Chat}
  498.  
  499.  
  500.  
  501. {block:Audio}
  502.  
  503. {block:AudioPlayer}
  504. <div class="audiocontainer">
  505. <div class="playbox"><div class="playbutton">{AudioPlayerWhite}</div></div>
  506. <div id="srccontainer">
  507. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px">{/block:AlbumArt}</div>
  508. <div class="audiosrc">
  509. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
  510. {block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}<br>
  511. </div></div></div>
  512. {/block:AudioPlayer}
  513.  
  514. {block:AudioEmbed}
  515. {AudioEmbed}
  516. {/block:AudioEmbed}
  517.  
  518. {block:Caption}{Caption}
  519. {/block:Caption}
  520. {/block:Audio}
  521.  
  522. {block:video}
  523. {VideoEmbed-500}{block:Caption}{caption}{/block:Caption}
  524. {/block:video}
  525.  
  526. {block:answer}
  527. <div class="question">
  528. <div class="asker">
  529. <b>{asker} said:</b></div>
  530. <br>{question}
  531. </div>
  532. {Answer}
  533. {/block:answer}
  534.  
  535.  
  536. <!--postinfo-->
  537.  
  538. <div id="postinfo">
  539.  
  540. <!--{block:Date}
  541. {TimeAgo}
  542. {/block:Date}-->
  543.  
  544. {block:Date}
  545. <span title="{DayOfMonthWithZero} {ShortMonth} {ShortYear}"><a href="{permalink}">{timeago}</a></span>
  546. {/block:Date}&nbsp;
  547. —&nbsp;
  548. <a href="{Permalink}">
  549. {NoteCountWithLabel}
  550. </a>&nbsp;&nbsp;&nbsp;
  551.  
  552. <!--{block:RebloggedFrom}
  553. <a href="{ReblogParentURL}"><span title="{ReblogParentname}">via</span></a>&nbsp;/&nbsp;<a href="{ReblogRootURL}"><span title="{ReblogRootname}">src</spab<</a>
  554. {/block:RebloggedFrom}-->
  555.  
  556.  
  557. {block:ContentSource}
  558. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  559. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  560. {/block:SourceLogo}
  561. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  562. {/block:ContentSource}
  563.  
  564.  
  565. <br>
  566.  
  567. <div class="tags">
  568. {block:HasTags}
  569. {block:tags}
  570. <a href="{TagURL}"><i class="fa fa-angle-right"></i> {Tag}</a>&nbsp;&nbsp;
  571. {/block:tags}
  572. {/block:HasTags}
  573. </div>
  574.  
  575.  
  576. </div>
  577.  
  578.  
  579.  
  580. <div class="notes">
  581. {block:PostNotes}{PostNotes}{/block:PostNotes}
  582. </div>
  583.  
  584.  
  585. </div>{/block:posts}
  586.  
  587. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  588. <script type="text/javascript">
  589. window.onload = function() {
  590. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  591. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  592. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  593. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  594. }
  595. </script>
  596.  
  597. </div>
  598.  
  599. <div style="position:fixed; bottom:10px; right:10px; padding:2px 2px; font-size:11px;">
  600. <a href="http://clarkeqgriffin.tumblr.com"><i class="fa fa-code"></i></a>
  601. </div>
  602.  
  603. </body>
  604. </html>
Advertisement
Add Comment
Please, Sign In to add comment