Advertisement
karennn13

theme 18

Aug 25th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 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.  
  3. <!-- THEME 18 BY KATEBISHSP -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:backgroundlink" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:hovertext" content="#E6E4E4">
  19. <meta name="color:tags" content="#EDEDED">
  20. <meta name="color:scrollbar" content="#D6D5D5">
  21. <meta name="color:border" content="#FAFAFA">
  22. <meta name="color:borderhover" content="#000">
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:linkA" content="">
  27. <meta name="text:linkA url" content="/">
  28. <meta name="text:linkB" content="">
  29. <meta name="text:linkB url" content="/">
  30. <meta name="text:linkC" content="">
  31. <meta name="text:linkC url" content="/">
  32. <meta name="text:linkD" content="">
  33. <meta name="text:linkD url" content="/">
  34. <meta name="text:linkE" content="">
  35. <meta name="text:linkE url" content="/">
  36.  
  37.  
  38. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  39. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <link rel="shortcut icon" href="{Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44.  
  45. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("a[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:90,
  52. tip_fade_speed:600,
  53. attribute:"title"
  54.  
  55. });
  56. });
  57. })(jQuery);
  58. </script>
  59.  
  60. <style type="text/css">
  61.  
  62.  
  63. a {
  64. color:{color:link};
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71. a:hover {
  72. color:{color:hover};
  73. text-decoration:none;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {
  80. height:12px;
  81. border:2px solid #ffffff;
  82. background-color:{color:scrollbar};
  83. -webkit-border-radius: 8px;
  84. border-radius: 8px;
  85. }
  86. ::-webkit-scrollbar {
  87. width:9px;
  88. height:9px;
  89. background-color:#ffffff;
  90. }
  91.  
  92. body {
  93. background-color:{color:bg};
  94. font-family:helvetica;
  95. font-weight:normal;
  96. }
  97.  
  98.  
  99.  
  100.  
  101. h1 {
  102. font-weight:normal;
  103. font-size:10px;
  104. text-align:center;
  105. font-style:normal;
  106. line-height:80%;
  107. letter-spacing:1px;
  108. text-transform:uppercase;
  109. color:{color:text};
  110. }
  111.  
  112. h2 {
  113. font-size:15px;
  114. text-align:center;
  115. line-height:100%;
  116. letter-spacing:-0.5px;
  117. color:{color:text};
  118. font-weight:normal;
  119. padding:5px;
  120. padding-bottom:2px;
  121. }
  122.  
  123.  
  124. blockquote {
  125. border-left:2px solid {color:text};
  126. padding-left:5px;
  127. margin:5px;
  128. }
  129.  
  130. #theme {
  131. background-color:{color:bg};
  132. width:700px;
  133. margin: 0 auto -12px auto;
  134. text-align: center;
  135. }
  136.  
  137. #title {
  138. margin-left:0px;
  139. font: 12px helvetica;
  140. line-height:26px;
  141. margin-top:155px;
  142. color:{color:Title};
  143. position:fixed;
  144. letter-spacing:0px;
  145. text-transform:uppercase;
  146. font-style:normal;
  147. text-align:left;
  148. width:300px;
  149. z-index:999999;
  150. }
  151.  
  152. #sidebar {
  153. color:{color:text};
  154. position:fixed;
  155. width:150px;
  156. height:auto;
  157. margin-top:180px;
  158. text-align:left;
  159. }
  160.  
  161. #sidebar img {
  162. width:150px;
  163. height:auto;
  164. margin-bottom:10px;
  165. }
  166.  
  167.  
  168. .links {
  169. width:150px;
  170. text-align:left;
  171. letter-spacing:4px;
  172. word-spacing:4px;
  173. margin-left:8px;
  174. margin-top:3px;
  175. padding:2px;
  176. margin-bottom:5px;
  177. }
  178.  
  179.  
  180. .links a {
  181. display:inline-block;
  182. border: 3px solid {color:border};
  183. background:#f2f2f2;
  184. -moz-border-radius:100%;
  185. -webkit-border-radius:100%;
  186. border-radius:100%;
  187. height:10px;
  188. width:10px;
  189. letter-spacing:5px;
  190. text-transform:uppercase;
  191. transition-duration: 0.7s;
  192. -moz-transition-duration: 0.7s;
  193. -webkit-transition-duration: 0.7s;
  194. -o-transition-duration: 0.7s;
  195.  
  196.  
  197.  
  198.  
  199. }
  200.  
  201. .links a:hover {
  202. background:{color:backgroundlink};
  203. border:3 px solid #000000;
  204. }
  205.  
  206.  
  207. #s-m-t-tooltip {
  208.  
  209. max-width:300px;
  210. padding:3px 3px 3px 3px;
  211. margin:-30px 0px 0px 0px;
  212. position:top;
  213. background-color:{color:background};
  214. border:1px solid {color:border};
  215. font-family:helvetica;
  216. font-size:8px;
  217. letter-spacing:1px;
  218. text-transform:uppercase;
  219. color:{color:hovertext};
  220. z-index:99999999;
  221. -webkit-border-radius: 20px;
  222. -moz-border-radius: 20px;
  223. border-radius: 20px;
  224.  
  225. }
  226.  
  227. .desc {
  228. margin-bottom:10px;
  229. text-align:justify;
  230. font-size:9px;
  231. color:{color:text};
  232. letter-spacing:1px;
  233. line-height:150%;
  234. }
  235.  
  236. .desc a {
  237. color:{color:link};
  238. }
  239.  
  240. .pagi {
  241. font-size:8px;
  242. text-transform:lowercase;
  243. margin-top:5px;
  244. letter-spacing:1px;
  245. font-style:italic;
  246. text-align:right;
  247. }
  248.  
  249. .pagi a {
  250. color:{color:link};
  251. }
  252.  
  253. #stuffcontainer {
  254. float:left;
  255. margin-left:200px;
  256. margin-top:10px;
  257. text-align:justify;
  258. background-color:{color:bg};
  259. color:{color:text};
  260. margin-bottom: 35px;
  261. }
  262.  
  263.  
  264. #stuff {
  265. width:500px;
  266. margin-top:75px;
  267. text-align:justify;
  268. font-size:11px;
  269. line-height:90%;
  270. letter-spacing:0x;
  271. color:{color:text};
  272. }
  273.  
  274. .caption {
  275. width:500px;
  276. text-align:justify;
  277. line-height:120%;
  278. }
  279.  
  280. .ask {
  281. padding:10px;
  282. text-align:left;
  283. color:{color:text};
  284. background-color:{color:infobg};
  285. border-bottom:1px solid {color:border};
  286. border-right:0px solid {color:border};
  287. }
  288.  
  289. .ans {
  290. text-align:left;
  291. padding:10px;
  292. color:{color:text};
  293. }
  294.  
  295. .audio {
  296. width:500px;
  297. padding-bottom:10px;
  298. background-color:{color:infobg};
  299. }
  300.  
  301. .albumart {
  302. float:left;
  303. padding:0px 10px 10px 0px;
  304. }
  305.  
  306. .albumart img {
  307. width:45px;
  308. height:45px;
  309. }
  310.  
  311. .playercontainer {
  312. text-align:left;
  313. padding:10px;
  314. background-color:#ffffff;
  315. width:480px;
  316. }
  317.  
  318. .audioinfo {
  319. padding:10px;
  320. color:{color:text};
  321. }
  322.  
  323. #postinfo {
  324. width:490px;
  325. padding:5px;
  326. font-size:8px;
  327. color:{color:link};
  328. text-transform:uppercase;
  329. font-style:normal;
  330. letter-spacing:2px;
  331. text-align:left;
  332. border-top:0px solid {color:border};
  333. border-bottom:0px solid {color:border};
  334. -moz-transition-duration:0.5s;
  335. -webkit-transition-duration:0.5s;
  336. -o-transition-duration:0.5s;
  337. }
  338.  
  339. #postinfo a {
  340. color:{color:link};
  341. text-align:center;
  342. letter-spacing:1px;
  343. font-style:normal;
  344. }
  345.  
  346. #postinfo a:hover {
  347. color:{color:hover};
  348. }
  349.  
  350. .note {
  351. text-transform:uppercase;
  352. font-style:normal;
  353. letter-spacing:0px;
  354. font-size: 9px;
  355. text-align:left;
  356. line-height:90%;
  357. margin-left:-40px;
  358. }
  359.  
  360. .note li {
  361. list-style-type:none;
  362. border-bottom:0px solid {color:border};
  363. padding:10px 25px 10px 25px;
  364. text-align:left;
  365. margin:0px;
  366. -moz-transition-duration:0.5s;
  367. -webkit-transition-duration:0.5s;
  368. -o-transition-duration:0.5s;
  369. }
  370.  
  371. .tags {
  372. font-style:normal;
  373. width:500px;
  374. text-transform:uppercase;
  375. font-style:normal;
  376. color:{color:tags};
  377. letter-spacing:2px;
  378. line-height:120%;
  379. font-size:8px;
  380. text-align:left;
  381. padding:2px;
  382. -moz-transition-duration:0.5s;
  383. -webkit-transition-duration:0.5s;
  384. -o-transition-duration:0.5s;
  385. }
  386.  
  387. .tags a {
  388. color:{color:tags};
  389. letter-spacing:1px;
  390. padding:1px;
  391. }
  392.  
  393. .tags a:hover {
  394. color:{color:link};
  395. }
  396.  
  397. ul.chat, .chat ol, .chat li {
  398. list-style:none;
  399. margin:0px;
  400. padding:2px;
  401. }
  402.  
  403. .label {
  404. text-decoration:underline;
  405. font-weight:700;
  406. background-color:{color:infobg};
  407. margin-right:5px;
  408. }
  409.  
  410. #cred {
  411. position:fixed;
  412. font-size:8px;
  413. font-weight:normal;
  414. line-height:150%;
  415. letter-spacing:2px;
  416. right:10px;
  417. bottom:10px;
  418. text-transform:uppercase;
  419. text-align:center;
  420. }
  421.  
  422. #cred a {
  423. -moz-transition-duration:0.5s;
  424. -webkit-transition-duration:0.5s;
  425. -o-transition-duration:0.5s;
  426. }
  427.  
  428.  
  429.  
  430. {CustomCSS}
  431.  
  432. </style></head>
  433.  
  434. <body>
  435. <div id="theme">
  436. <div id="title">{Title}</div>
  437. <div id="sidebar">
  438. <img src="{image:sidebar}">
  439. <div class="links">
  440. <a title="{text:linkA}" href="{text:linkA url}"></a>
  441. <a title="{text:linkB}" href="{text:linkB url}"></a>
  442. <a title="{text:linkC}" href="{text:linkC url}"></a>
  443. <a title="{text:linkD}" href="{text:linkD url}"></a>
  444. <a title="{text:linkE}" href="{text:linkE url}"></a>
  445. </div>
  446. <div class="desc">
  447. {Description}
  448. </div>
  449. {block:Pagination}
  450. <div class="pagi">
  451. {block:PreviousPage}
  452. <a href="{PreviousPage}">prev</a>
  453. {/block:PreviousPage}
  454. {block:NextPage}-
  455. <a href="{NextPage}">next</a>
  456. {/block:NextPage}
  457. </div>
  458. {/block:Pagination}
  459. </div>
  460.  
  461. <div id="stuffcontainer">
  462.  
  463. {block:Posts}
  464.  
  465. <div id="stuff">
  466.  
  467. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  468.  
  469. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  470.  
  471. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  472. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  473.  
  474. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  475.  
  476. {block:Photoset}<center>{Photoset-500}</center>
  477. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  478.  
  479. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  480.  
  481. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  482.  
  483. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  484.  
  485. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  486. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  487. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  488. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  489. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  490.  
  491.  
  492.  
  493. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} | <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  494. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  495. {block:HasTags}
  496. <div class="tags">
  497. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  498. {/block:HasTags}
  499. <div class="note">
  500. {block:PostNotes}{PostNotes}{/block:PostNotes}
  501. </div>
  502. </div>
  503. {/block:Posts}
  504.  
  505.  
  506. </div>
  507.  
  508. <div id="cred"><a href="http://katebishsp.tumblr.com/">&#9733;&#9734;&#9733;</a></div>
  509.  
  510. </div>
  511. </div>
  512. </div>
  513. </body>
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement