pjo06

Theme #006 - Bootleg Rascal

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