Advertisement
kissingliamsthemes

THEME 16

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