Advertisement
kissingliamsthemes

THEME 2

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