Advertisement
karennn13

theme 19

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