pjo06

Theme #002 - Hollis (w/ My Edits)

Jul 7th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.85 KB | None | 0 0
  1. <!--LAST UPDATE 7/7/15-->
  2. <!--AKA CURRENT-->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!--TEST BLOG 4-->
  12.  
  13. <meta name="color:bg" content="#ffffff" />
  14. <meta name="color:text" content="#5a5a5a" />
  15. <meta name="color:link" content="#5a5a5a" />
  16. <meta name="color:link hover" content="#5a5a5a" />
  17. <meta name="color:Post border" content="#f2f2f2"/>
  18. <meta name="color:Scrollbar" content="#df1f3a">
  19.  
  20.  
  21. <meta name="image:Sidebar" content=""/>
  22. <meta name="text:link1" content="" />
  23. <meta name="text:link 1 URL" content="/" />
  24. <meta name="text:link2" content="" />
  25. <meta name="text:link 2 URL" content="/" />
  26. <meta name="text:link3" content="" />
  27. <meta name="text:link 3 URL" content="/" />
  28.  
  29.  
  30.  
  31.  
  32. <!--START-->
  33.  
  34. <style type="text/css">
  35.  
  36. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
  37. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
  38. ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
  39.  
  40.  
  41.  
  42. body {
  43. font-family:helvetica;
  44. font-size:10px;
  45. color:{color:text};
  46. background-color:{color:bg};
  47. }
  48.  
  49. #entry {
  50. margin-bottom:94px;
  51. margin-top:70px;
  52. }
  53.  
  54. #posts {
  55. width:500px;
  56. margin-left:530px;
  57. margin-top:40px;
  58. }
  59.  
  60. #sidebar {
  61. width:245px;
  62. position:fixed;
  63. margin-left:200px;
  64. margin-top:90px;
  65. }
  66.  
  67. #sidebarimg {
  68. width:245px;
  69. text-align:center;
  70. padding: 0px 0px 0px 0px;
  71. }
  72.  
  73. #description {
  74. width: 165px;
  75. text-align:center;
  76. margin-left:38px;
  77. margin-top:8px;
  78. }
  79.  
  80. .sidelinks {
  81. width: 245px;
  82. text-align:center;
  83. word-spacing:3px;
  84. margin-top:10px;
  85. text-transform:uppercase;
  86. margin-left:-3px;
  87. font-weight:bold;
  88. border-bottom:1px solid {color:post border};
  89. border-top:1px solid {color:post border};
  90. padding: 9px 0px 9px 0px;
  91. -moz-transition-duration: 0.5s;
  92. -o-transition-duration: 0.5s;
  93. -webkit-transition-duration: 0.5s;
  94. transition-duration: 0.5s;
  95. }
  96.  
  97. .sidelinks:hover {
  98. background-color: {color:post border};
  99. -moz-transition-duration: 0.5s;
  100. -o-transition-duration: 0.5s;
  101. -webkit-transition-duration: 0.5s;
  102. transition-duration: 0.5s;
  103. }
  104.  
  105. a {
  106. text-decoration:none;
  107. color:{color:link};
  108. -moz-transition-duration: 0.5s;
  109. -o-transition-duration: 0.5s;
  110. -webkit-transition-duration: 0.5s;
  111. transition-duration: 0.5s;
  112. }
  113.  
  114. a:hover {
  115. text-decoration:underline;
  116. color:{color:link hover};
  117. -moz-transition-duration: 0.5s;
  118. -o-transition-duration: 0.5s;
  119. -webkit-transition-duration: 0.5s;
  120. transition-duration: 0.5s;
  121. }
  122.  
  123. #title {
  124. font-family:helvetica;
  125. font-style:italic;
  126. font-weight:bold;
  127. text-transform:uppercase;
  128. font-size:12px;
  129. margin:0px 0px 8px 4px;
  130. text-align: left;
  131.  
  132. }
  133.  
  134. #pagination {
  135. text-align:center;
  136. text-transform:uppercase;
  137. word-spacing:2px;
  138. margin-top:0px;
  139. font-size:11px;
  140. }
  141.  
  142.  
  143. #quote {
  144. font-style:italic;
  145. font-family:georgia;
  146. font-size: 17px;
  147. }
  148.  
  149. .source {
  150. font-style:italic;
  151. }
  152.  
  153. .title {
  154. font-family:georgia;
  155. font-size:20px;
  156. font-style:italic;
  157. }
  158.  
  159. .linkname {
  160. font-size:18px;
  161. font-style:italic;
  162. font-family:georgia;
  163. }
  164.  
  165. .playbox {
  166. background-color:#fafafa;
  167. position:absolute;
  168. margin-left:114px;
  169. width:210px;
  170. }
  171.  
  172. .playbutton {
  173. width: 210px;
  174. height: 27px;
  175. padding: 0px;
  176. overflow: hidden;
  177. position: relative;
  178. z-index: 1000
  179.  
  180. }
  181.  
  182. .audiosrc {
  183. position:relative;
  184. margin-left:20px;
  185.  
  186. }
  187.  
  188. .question {
  189. background-color:#fafafa;
  190. width:500px;
  191. text-align:center;
  192. padding:10px;
  193. font-weight:bold;
  194. border:1px solid {color:post border};
  195. }
  196.  
  197. .asker {
  198. font-style:italic;
  199. text-transform:uppercase;
  200. font-size:12;
  201. text-align:center;
  202. }
  203.  
  204. #postinfo {
  205. text-transform:uppercase;
  206. font-family:helvetica;
  207. text-align:center;
  208. font-size:9px;
  209. border-top:1px solid {color:post border};
  210. margin-top:6px;
  211. padding-top:6px;
  212. /*padding-right:9px;*/
  213. }
  214.  
  215.  
  216. .tags {
  217. margin-top:4px;
  218. font-size:10px;
  219. text-transform:none;
  220. /*opacity:0;
  221. -moz-transition-duration: 0.3s;
  222. -o-transition-duration: 0.3s;
  223. -webkit-transition-duration: 0.3s;
  224. transition-duration: 0.3s;*/
  225. }
  226.  
  227. #posts:hover .tags {
  228. opacity:100;
  229. /*-moz-transition-duration: 0.3s;
  230. -o-transition-duration: 0.3s;
  231. -webkit-transition-duration: 0.3s;
  232. transition-duration: 0.3s;*/
  233. }
  234.  
  235.  
  236. .notes ol, .notes li{
  237. list-style:none;
  238. }
  239.  
  240.  
  241. ol.notes li.note img.avatar {
  242. vertical-align:-8px;
  243. border-radius:100%;
  244. margin-right:10px;
  245. width:16px;
  246. height:16px;
  247. margin-top:4px;
  248. margin-bottom:4px;
  249. }
  250.  
  251.  
  252. blockquote {
  253. padding-left:5px;
  254. border-left:2px solid;
  255. margin-left:14px;
  256. }
  257.  
  258.  
  259. blockquote blockquote {
  260. padding-left:5px;
  261. border-left:2px solid;
  262. margin-left:14px;
  263. }
  264.  
  265. #posts img {
  266. max-width:500px;
  267. }
  268.  
  269. /*#buttoninfo {
  270. margin-left:513px;
  271. margin-top:5px;
  272. position:absolute;
  273. opacity:0;
  274. -moz-transition-duration: 0.5s;
  275. -o-transition-duration: 0.5s;
  276. -webkit-transition-duration: 0.5s;
  277. transition-duration: 0.5s;
  278. }
  279.  
  280. #posts:hover #buttoninfo {
  281. opacity:1;
  282. -moz-transition-duration: 0.5s;
  283. -o-transition-duration: 0.5s;
  284. -webkit-transition-duration: 0.5s;
  285. transition-duration: 0.5s;
  286.  
  287. }*/
  288.  
  289.  
  290. {CustomCSS}
  291.  
  292.  
  293. </style>
  294.  
  295.  
  296.  
  297. </head>
  298. <body>
  299.  
  300. <div id="entry">
  301.  
  302.  
  303. <!--sidebar-->
  304.  
  305. <div id="sidebar">
  306.  
  307.  
  308. <div id="title">{Title}</div>
  309.  
  310.  
  311. {block:IfSidebarImage}
  312. <div id="sidebarimg"><img src="https://33.media.tumblr.com/05026f38998f21043f316658380aa4b3/tumblr_nob9312AjX1r9s5p2o6_r5_250.gif">
  313. <!--<img src="{image:sidebar}">-->
  314.  
  315.  
  316. <!--<script language="JavaScript">
  317. <!--
  318.  
  319. /*
  320. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  321. Over 400+ free JavaScripts here!
  322. Keep this notice intact please
  323. */
  324.  
  325. function random_imglink(){
  326. var myimages=new Array()
  327. //specify random images below. You can have as many as you wish
  328. myimages[1]="https://33.media.tumblr.com/05026f38998f21043f316658380aa4b3/tumblr_nob9312AjX1r9s5p2o6_r5_250.gif"
  329. myimages[2]="https://33.media.tumblr.com/05026f38998f21043f316658380aa4b3/tumblr_nob9312AjX1r9s5p2o6_r5_250.gif"
  330.  
  331.  
  332. var ry=Math.floor(Math.random()*myimages.length)
  333. if (ry==0)
  334. ry=1
  335. document.write('<img src="'+myimages[ry]+'" border=0>')
  336. }
  337. random_imglink()
  338. //-->
  339. <!--</script> -->
  340.  
  341.  
  342.  
  343. </div>
  344. {/block:IfSidebarImage}
  345.  
  346.  
  347. <div class="sidelinks">
  348. <a href="/">home</a> \
  349. <a href="/ask">ask</a>
  350. {block:IfLink1} \ <a href="{text:link 1 URL}">{text:link1}</a>{/block:IfLink1}
  351. {block:IfLink2} \ <a href="{text:link 2 URL}">{text:link2}</a>{/block:IfLink2}
  352. {block:IfLink3} \ <a href="{text:link 3 URL}">{text:link3}</a>{/block:IfLink3}
  353.  
  354. </div>
  355.  
  356.  
  357. <div id="description">
  358. {description} <br><br>
  359. <!--<center><b>previously: bradellispiano</b></center>-->
  360. </div>
  361.  
  362. <div id="pagination">
  363. {block:Pagination}
  364. {block:PreviousPage}<a href="{PreviousPage}">‹</a>{/block:PreviousPage}&nbsp;<font size="1">Page {CurrentPage}</font>&nbsp;{block:NextPage}<a href="{NextPage}">›</a>{/block:NextPage}
  365. {/block:Pagination}
  366. </div>
  367.  
  368. <!--<center><p><span title="RIP 7/13/13"><img src="http://31.media.tumblr.com/465d39d7fd721e574699575c1e795a32/tumblr_mu8zwcLwbV1r5h2mto1_500.png" width="40" height="20"></span></p></center>-->
  369.  
  370. <!--Love is how you stay alive even after you are gone • Fear is just another reason to try harder • If you say so-->
  371.  
  372.  
  373. </div>
  374.  
  375.  
  376. <!--posts-->
  377.  
  378. {block:posts} <div id="posts">
  379.  
  380.  
  381. <!--<div id="buttoninfo">
  382. <div class="dashicons">
  383. {ReblogButton size="13"}
  384. </div></div>-->
  385.  
  386.  
  387. {block:Text}
  388. <div class="title">{block:Title}{Title}{/block:Title}</div>{Body}
  389. {/block:Text}
  390.  
  391. {block:Photo}
  392. {LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  393. {/block:Photo}
  394.  
  395. {block:Photoset}
  396. {Photoset-500}{block:Caption}{Caption}{/block:Caption}
  397. {/block:Photoset}
  398.  
  399. {block:Quote}
  400. <div id="quote">{Quote}</div><div class="source">{block:Source}— {Source}{/block:Source}</div>
  401. {/block:Quote}
  402.  
  403. {block:Link}
  404. <a href="{URL}"><div class="linkname">{Name}</div></a>{block:Description}{description}{/block:Description}
  405. {/block:Link}
  406.  
  407. {block:Chat}
  408. {block:title}<h2>{Title}</h2>{/block:title}{block:lines}{block:label}<b>{label}</b>{/block:label} {line} <br>{/block:lines}
  409. {/block:Chat}
  410.  
  411.  
  412.  
  413.  
  414. {block:Audio}
  415. <table>
  416. <tr><td>
  417. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  418. {block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px">{/block:AlbumArt}</td>
  419. <td><div class="audiosrc">
  420. {block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br>
  421. {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
  422. </td>
  423. </div>
  424. </table>
  425. {block:caption}{caption}{/block:caption}
  426. {/block:Audio}
  427.  
  428. {block:video}
  429. {VideoEmbed-500}{block:Caption}{caption}{/block:Caption}
  430. {/block:video}
  431.  
  432. {block:answer}
  433. <div class="question">
  434. <div class="asker">
  435. {asker} said:</div>
  436. <br>{question}
  437. </div>
  438. {Answer}
  439. {/block:answer}
  440.  
  441.  
  442.  
  443. <!--postinfo-->
  444.  
  445.  
  446. <div id="postinfo">
  447.  
  448. <a href="{Permalink}">
  449. {NoteCountWithLabel}</a>
  450.  
  451. &nbsp;&nbsp;
  452.  
  453.  
  454. <!--{block:Date}
  455. {ShortMonth} {DayOfMonthWithZero} {Year} • <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>
  456. {/block:Date}-->
  457.  
  458.  
  459. <!--{block:Date}
  460. <a href="/day/{Year}/{MonthNumber}/{DayOfMonth}">{MonthNumber}/{DayOfMonthWithZero}/{ShortYear}</a> • {12Hour}:{Minutes} {AmPm}
  461. {/block:Date}-->
  462.  
  463. <!--{block:Date}
  464. <a href="/day/{Year}/{MonthNumber}/{DayOfMonth}">{ShortMonth} {DayOfMonthWithZero}</a> • {12Hour}:{Minutes} {AmPm}
  465. {/block:Date}--><!--TIME WITH DAY-->
  466.  
  467.  
  468. {block:Date}
  469. <a href="/day/{Year}/{MonthNumber}/{DayOfMonth}">{TimeAgo}</a>
  470. {/block:Date}
  471.  
  472. {block:RebloggedFrom}
  473. &nbsp;&nbsp; <a href="{ReblogParentURL}">via</a>&nbsp;<a href="{ReblogRootURL}">©</a>
  474. {/block:RebloggedFrom}
  475.  
  476.  
  477. {block:ContentSource}
  478. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  479. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  480. {/block:SourceLogo}
  481. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  482. {/block:ContentSource}
  483.  
  484.  
  485. <br>
  486.  
  487. <div class="tags">
  488. {block:HasTags}
  489. {block:tags}
  490. #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;
  491. {/block:tags}
  492. {/block:HasTags}
  493. </div>
  494.  
  495.  
  496.  
  497. </div>
  498.  
  499.  
  500.  
  501.  
  502.  
  503. <div class="notes">
  504. {block:PostNotes}{PostNotes}{/block:PostNotes}
  505. </div>
  506.  
  507.  
  508.  
  509. </div>{/block:posts}
  510.  
  511. <!--ipt src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  512. <script type="text/javascript">
  513. window.onload = function() {
  514. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  515. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  516. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  517. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  518. }
  519. </script>-->
  520.  
  521. <!--http://pastebin.com/W71uiLpa-->
  522.  
  523.  
  524. </div>
  525.  
  526. </body>
  527. </html>
Advertisement
Add Comment
Please, Sign In to add comment