Advertisement
kissingliamsthemes

THEME 17

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