Advertisement
kissingliamsthemes

THEME 4

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