Advertisement
kissingliamsthemes

THEME 11

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