pjo06

Theme #007 - Vampire Bait

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