Advertisement
kissingliamsthemes

THEME 20

Aug 11th, 2015
1,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9.  
  10. <!-- THEME BY AFIREHAZ, THANK YOU FOR USING;
  11. PLEASE DO NOT REMOVE CREDIT OR STEAL THIS THEME! -->
  12.  
  13. <!-- COLORS -->
  14.  
  15. <meta name="color:text" content="#777777"/>
  16. <meta name="color:link" content="#313131"/>
  17. <meta name="color:sidelinks" content="#313131"/>
  18. <meta name="color:scrollbar" content="#ececec"/>
  19. <meta name="color:selection" content="#000000"/>
  20. <meta name="color:linkhover" content="#eeeeee"/>
  21.  
  22.  
  23. <!-- IMAGES -->
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <!-- LINKS -->
  28.  
  29. <meta name="text:link 1" content="link 1"/>
  30. <meta name="text:link 1 url" content="/" />
  31. <meta name="text:link 2" content="link 2"/>
  32. <meta name="text:link 2 url" content="/" />
  33. <meta name="text:link 3" content="link 3"/>
  34. <meta name="text:link 3 url" content="/" />
  35. <meta name="text:link 4" content="link 4"/>
  36. <meta name="text:link 4 url" content="/" />
  37. <meta name="text:link 5" content="link 5"/>
  38. <meta name="text:link 5 url" content="/" />
  39. <meta name="if:hide captions" content="0"/>
  40.  
  41. <!-- TEXT -->
  42.  
  43. <style type="text/css">
  44.  
  45. ::selection {background: #fff; color:{color:selection};}
  46. ::-moz-selection {background: #fff; color:{color:selection};}
  47. ::-webkit-selection {background: #fff; color:{color:selection};}
  48.  
  49. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar}; border: 4px solid #fff; height:auto; border-bottom:none;}
  50.  
  51. ::-webkit-scrollbar {height:9px;width:9px;background-color:#fff; border:4px solid #fff;}
  52.  
  53. ::selection {background-color:#fff;}
  54.  
  55. @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
  56. @import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
  57.  
  58.  
  59. body, a, a:hover {cursor: url(http://media.tumblr.com/8d531d6c90214f7c87dbff371fc474bc/tumblr_inline_mmsrpsNO3J1qz4rgp.png), auto;}
  60.  
  61.  
  62. /* --- BODY ---*/
  63.  
  64.  
  65. body {
  66. font-style:none;
  67. background:#ffffff;
  68. margin:0px; color:{color:text};
  69. font-family:calibri;
  70. font-size:10px;
  71. line-height:100%;
  72.  
  73. }
  74.  
  75. blockquote {
  76. border-left:1px solid {color:text};
  77. padding-left:5px;
  78. margin:15px;
  79. }
  80.  
  81. a {
  82. color:{color:link}
  83. }
  84.  
  85. a {
  86. text-decoration:none;
  87. -webkit-transition:all .3s ease-in-out;
  88. -moz-transition:all .3s ease-in-out;
  89. -o-transition:all .3s ease-in-out;
  90. -ms-transition:all .3s ease-in-out;
  91. transition:all .3s ease-in-out;
  92. }
  93.  
  94. a:hover {
  95. color:{color:linkhover}
  96. }
  97.  
  98. img {none;}
  99.  
  100.  
  101. h1 , h2 {
  102. font-family: calibri;
  103. font-size:10px;
  104. letter-spacing:1px;
  105. font-weight:900;
  106. text-align:left;
  107. text-transform:uppercase;
  108. color:{color:text};
  109. }
  110.  
  111.  
  112. #entries {
  113. width:400px;
  114. margin-left:550px;
  115. margin-top:100px;
  116. position:auto;
  117. }
  118.  
  119. #post {
  120. width:400px;
  121. font-style:none;
  122. margin-bottom:120px;
  123. padding:20px;
  124. border:1px solid #f5f5f5;
  125. background:#fff;
  126. }
  127.  
  128.  
  129.  
  130. /* --- SIDEBAR ---*/
  131.  
  132.  
  133. .sidebar {
  134. width:190px;
  135. height:300px;
  136. position:fixed;
  137. margin-left:100px;
  138. margin-top:200px;
  139. background:#fff;
  140. }
  141.  
  142.  
  143.  
  144. .sidebarimage img {
  145. margin-left:65px;
  146. width:60px;
  147. border:1px solid #f5f5f5;
  148. margin-top:30px;
  149. padding:10px;
  150. background:#fff;
  151. }
  152.  
  153. .title {
  154. font-family: calibri;
  155. font-size:8px;
  156. text-align:left;
  157. margin-top:-84px;
  158. letter-spacing:2px;
  159. width:100px;
  160. font-weight:700;
  161. padding:10px;
  162. text-transform:uppercase;
  163. background:#fff;
  164. margin-left:155px;
  165. border:1px solid #f5f5f5;
  166. color:{color:text};
  167. }
  168.  
  169.  
  170.  
  171. #description {
  172. margin-left:155px;
  173. margin-top:-2px;
  174. width:100px;
  175. padding:10px;
  176. background:#fff;
  177. border:1px solid #f5f5f5;
  178. line-height: 130%;
  179. text-align:justify;
  180. text-transform:none;
  181. font-family:calibri;
  182. font-size:10px;
  183. position:fixed;
  184. font-style:none;
  185. }
  186.  
  187. /* --- LINKS ---*/
  188.  
  189. #links {
  190. display:block;
  191. font-family:calibri;
  192. width:201px;
  193. padding:5px;
  194. position:fixed;
  195. margin-left:65px;
  196. margin-top:-60px;
  197. text-align:center;
  198.  
  199. }
  200.  
  201.  
  202. #links a {
  203. font-family:calibri;
  204. letter-spacing:1px;
  205. text-transform:uppercase;
  206. font-size:8px;
  207. padding:5px;
  208. font-weight:900;
  209. text-align:center;
  210. border:1px; border-width:1px; border-style:solid; border-color:#fff; border-top:none; border-left:none; border-right:none;
  211. }
  212.  
  213.  
  214. #links a:hover {
  215. border-color:{color:linkhover};
  216.  
  217. }
  218.  
  219. #s-m-t-tooltip{
  220. /* basic */
  221. max-width:300px;
  222. z-index:10;
  223. margin:24px 14px 7px 12px;
  224. /* style and design */
  225. padding:2px;
  226. background:#222; /* fallback if rgba not supported */
  227. background:rgba(0,0,0,0.8);
  228. font-size:11px;
  229. color:#fff;
  230. opacity:0.5;
  231. }
  232.  
  233. #s-m-t-tooltip {
  234.  
  235. max-width:300px; /* maximum width */
  236.  
  237. background:#fff; /* color background */
  238.  
  239. font-size:8px; /* font size */
  240.  
  241. color:{color:text}; /* font color */
  242.  
  243. letter-spacing:1px; /* font spacing */
  244.  
  245. text-transform:uppercase; /* uppercase, lowercase, none */
  246.  
  247. padding:3px; /* padding size */
  248.  
  249. margin:20px 0px 0px 20px; /* margin size */
  250.  
  251. z-index:9999999999999999999999;
  252.  
  253. border-radius: 2px; /* border radius */
  254.  
  255. }
  256.  
  257. /*** ask ***/
  258.  
  259. #questions {
  260. font-family: calibri;
  261. font-size:8px;
  262. letter-spacing:1px;
  263. font-weight:900;
  264. line-height:100%;
  265. text-align:justify;
  266. text-transform:uppercase;
  267. }
  268.  
  269. #answer {
  270. font-family:calibri;
  271. font-size:10px;
  272. font-style:none;
  273. text-align:left;
  274. }
  275.  
  276. #asker {
  277. text-align:right;
  278. }
  279.  
  280. .note {
  281. padding: 10px 20px 10px 20px;
  282. text-transform:uppercase;
  283. letter-spacing:1px;
  284. font-size: 8px;
  285. font-style:normal;
  286. text-align:left;
  287. line-height:120%;
  288. border:1px; border-width:1px; border-color:{color:text}; border-style:solid; border-left:none; border-top:none; border-right:none;
  289. }
  290.  
  291. .note img {
  292. padding-right:10px;
  293. }
  294.  
  295. .note ul {
  296. padding:10px;
  297. text-align:left;
  298. margin-right:30px;
  299. margin-top:-50px;
  300. }
  301.  
  302.  
  303. #info {
  304. font-family:calibri;
  305. text-align:left;
  306. font-size:8px;
  307. line-height:100%;
  308. letter-spacing:0.5px;
  309. position:absolute;
  310. width:420px;
  311. padding:10px;
  312. font-weight:900;
  313. margin-left:0px;
  314. border:1px solid #f5f5f5;
  315. text-transform:uppercase;
  316. margin-top:-121px;
  317. background:#fff;
  318. }
  319.  
  320.  
  321. #date {
  322. font-family:calibri;
  323. text-transform:lowercase;
  324.  
  325. }
  326.  
  327.  
  328. #taggies {
  329. font-family:calibri;
  330. text-align:center;
  331. font-size:8px;
  332. font-weight:700;
  333. font-style:italic;
  334. letter-spacing:1px;
  335. text-transform:uppercase;
  336. margin-top:0px;
  337. text-align:left;
  338. position:absolute;
  339. opacity:0;
  340. margin-left:10px;
  341. width:245px;
  342. }
  343.  
  344. #taggies a {
  345. border:1px; border-width:1px; border-color:#fff; border-style:solid; border-left:none; border-top:none; border-right:none;
  346. }
  347.  
  348. #taggies a:hover {
  349. border-color:{color:linkhover};
  350. }
  351.  
  352. #post:hover #taggies {
  353. opacity:1;
  354. }
  355.  
  356.  
  357. #sources {
  358. font-family:calibri;
  359. text-align:left;
  360. text-transform:uppercase;
  361. margin-left:410px;
  362. position:absolute;
  363. color:{color:text};
  364. }
  365.  
  366.  
  367. #quote {
  368. font-family: calibri;
  369. font-size:8px;
  370. letter-spacing:1px;
  371. line-height:120%;
  372. text-transform:uppercase;
  373. font-weight:900;
  374. text-align:left;
  375. }
  376.  
  377. #qs {
  378. font-family:calibri;
  379. font-size:9px;
  380. font-weight:none;
  381. letter-spacing:1px;
  382. text-transform:uppercase;
  383. }
  384.  
  385. #music {
  386. border:1px; border-style:solid; border-width:1px; border-color:#f5f5f5;
  387. width:400px;
  388. }
  389.  
  390. .treble {
  391. text-transform:uppercase;
  392. font-family:calibri;
  393. font-size:8px;
  394. letter-spacing:1px;
  395. color:{color:text};
  396. }
  397.  
  398. /* --- NAV ---*/
  399.  
  400. #pagi
  401. {
  402. font-size:10px;
  403. margin-top:0px;
  404. margin-left:570px;
  405. width:400px;
  406. height:20px;
  407. font-family:calibri;
  408. text-align:center;
  409. letter-spacing:10px;
  410. font-style:none;
  411. }
  412.  
  413.  
  414.  
  415.  
  416. /* --- CREDIT ---*/
  417.  
  418. #mine a{
  419. position:fixed;
  420. padding:5px;
  421. font-family:calibri;
  422. font-size:10px;
  423. right:-78px;
  424. bottom:5px;
  425. text-align:center;
  426. background:#fff;
  427. color:#000;
  428. word-spacing:8px;
  429. }
  430.  
  431. #mine a:hover {
  432. right:10px;
  433. }
  434.  
  435. {CustomCSS}</style></head><body>
  436.  
  437.  
  438. <div class="sidebar">
  439.  
  440.  
  441. <div class="sidebarimage"><a href="/"><img src="{image:sidebar}"/></a></div>
  442.  
  443. <div class="title">{title}</div>
  444.  
  445. <div id="description">{Description}</div>
  446.  
  447. <div id="links">
  448.  
  449. <a href="{text:link 1 url}">{text:link 1}</a>
  450. <a href="{text:link 2 url}">{text:link 2}</a>
  451. <a href="{text:link 3 url}">{text:link 3}</a>
  452. <a href="{text:link 4 url}">{text:link 4}</a>
  453. <a href="{text:link 5 url}">{text:link 5}</a>
  454. </div>
  455.  
  456.  
  457. <div id="scrollbar">{scrollbar}</div>
  458.  
  459. {block:HasPages}{block:Pages}
  460.  
  461. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  462.  
  463. </div></center></div></a>
  464.  
  465.  
  466. <div id="entries">
  467.  
  468.  
  469. {block:Posts}<div id="post">
  470.  
  471.  
  472. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  473.  
  474. {block:blockquote}{/block:blockquote}
  475.  
  476. {block:Photo}
  477. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. <center>{Photoset-400}</center>
  482. {/block:Photoset}
  483.  
  484. <div id="quote">{block:Quote}{Quote}<div id="qs">{block:Source}
  485. <p>
  486. —{Source}{/block:Source}</div>{/block:Quote}
  487.  
  488. </div>
  489.  
  490.  
  491. {block:Answer}<div id="questions">
  492.  
  493. " {Question} "
  494.  
  495. <p>
  496.  
  497. <div id="asker"
  498.  
  499. <a href="{askerURL}"></a>Sent By: {Asker} </div>
  500.  
  501. </div>
  502.  
  503. <div id="answer">{Answer}</div>{/block:answer}
  504.  
  505. <!--CAPTIONS-->
  506. {block:Ifhidecaptions}
  507. {block:permalink}
  508. {block:Caption}
  509. {Caption}
  510. {/block:Caption}
  511. {/block:permalink}
  512. {/block:Ifhidecaptions}
  513. {block:Ifnothidecaptions}
  514. {block:Caption}
  515. {Caption}
  516. {/block:Caption}
  517. {/block:Ifnothidecaptions}
  518.  
  519.  
  520. {block:Audio}
  521. <div id="music">{AudioPlayerWhite}</div>
  522. <p>
  523. <div class="treble">{block:TrackName}
  524. TITLE: {TrackName} <br>
  525. {/block:TrackName}
  526. ALBUM: {block:Album}
  527. {Album}<br>
  528. {/block:Album}
  529. ARTIST: {block:Artist}
  530. {Artist}
  531. {/block:Artist}
  532. </div>
  533. {/block:Audio}
  534.  
  535.  
  536.  
  537. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  538.  
  539. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  540.  
  541. {block:Video}{Video-400}{/block:Video}
  542.  
  543. </div>
  544.  
  545. <div id="info">
  546. {block:Date}
  547. <a href="{Permalink}">{TimeAgo} | </a>
  548. {block:NoteCount}<a href="{Permalink}">{NoteCount} | </a>{/block:NoteCount}
  549. {block:RebloggedFrom}<a href="{ReblogParentURL}"> VIA | </a>{/block:RebloggedFrom}
  550. {block:ContentSource}<a href="{SourceURL}"> SOURCE | </a>{/block:ContentSource}
  551. {/block:Date}
  552.  
  553. <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-retweet"></i></a>
  554.  
  555. </div>
  556.  
  557.  
  558. <div id="taggies">
  559. {block:Tags}
  560. <a href="{TagURL}">{Tag} , </a>
  561. {/block:Tags}
  562.  
  563. </div>
  564.  
  565. {block:PostNotes}{PostNotes}{/block:PostNotes}
  566. {/block:Posts}</div>
  567.  
  568.  
  569. <!-- start of script tooltip -->
  570. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  571.  
  572. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  573.  
  574. <script>
  575.  
  576. (function($){
  577.  
  578. $(document).ready(function(){
  579.  
  580. $("a[title]").style_my_tooltips({
  581.  
  582. tip_follows_cursor:true,
  583.  
  584. tip_delay_time:90,
  585.  
  586. tip_fade_speed:600,
  587.  
  588. attribute:"title"
  589.  
  590. });
  591.  
  592. });
  593.  
  594. })(jQuery);
  595.  
  596. </script>
  597.  
  598. <!-- end of script tooltip -->
  599.  
  600. <script type="text/javascript">
  601. WebFontConfig = {
  602. google: { families: [ 'Open+Sans+Condensed:300:latin' ] }
  603. };
  604. (function() {
  605. var wf = document.createElement('script');
  606. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  607. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  608. wf.type = 'text/javascript';
  609. wf.async = 'true';
  610. var s = document.getElementsByTagName('script')[0];
  611. s.parentNode.insertBefore(wf, s);
  612. })(); </script>
  613.  
  614.  
  615. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  616.  
  617. <script type="text/javascript">
  618. WebFontConfig = {
  619. google: { families: [ 'Alegreya+Sans+SC::latin' ] }
  620. };
  621. (function() {
  622. var wf = document.createElement('script');
  623. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  624. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  625. wf.type = 'text/javascript';
  626. wf.async = 'true';
  627. var s = document.getElementsByTagName('script')[0];
  628. s.parentNode.insertBefore(wf, s);
  629. })(); </script>
  630.  
  631.  
  632. <div id="pagi"> {block:Pagination}
  633. {block:PreviousPage}
  634. <a href="{PreviousPage}">←</a>
  635. {/block:PreviousPage}
  636.  
  637. {block:JumpPagination length="3"}
  638. {block:CurrentPage}
  639. <span class="current_page">{PageNumber}</span>
  640. {/block:CurrentPage}
  641.  
  642. {block:JumpPage}
  643. <a class="jump_page" href="{URL}">{PageNumber}</a>
  644. {/block:JumpPage}
  645. {/block:JumpPagination}
  646.  
  647. {block:NextPage}
  648. <a href="{NextPage}">→</a>
  649. {/block:NextPage}
  650. {/block:Pagination}
  651. </div>
  652.  
  653. <div id="mine"><a href="http://afirehaz.tumblr.com/"><i class="fa fa-heart-o fa-lg"></i> KATIES THEMES</a></div>
  654.  
  655. </div>
  656. </body>
  657. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement