Advertisement
kathfahey

kathleentheme4.tumblr.com

Feb 28th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.04 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. <!-- BASE CODE by GETNAKEDMILEY -->
  4. <!-- THEME BY SAYHAZ, DO NOT REMOVE CREDIT -->
  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. <meta name="color:pagenation" content=""/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  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.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38.  
  39. img:hover {-webkit-filter: grayscale(100%);
  40. z-index: -9999999999999999999999999px;
  41. -webkit-transition: all 0.9s ease-in-out;
  42. -moz-transition: all 0.9s ease-in-out;
  43. -o-transition: all 0.9s ease-in-out;
  44. -ms-transition: all 0.9s ease-in-out;
  45. transition: all 0.9s ease-in-out;}
  46.  
  47.  
  48. a {
  49. color:{color:link};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56. a:hover {
  57. color:{color:hover};
  58. text-decoration:none;
  59. -moz-transition-duration:0.5s;
  60. -webkit-transition-duration:0.5s;
  61. -o-transition-duration:0.5s;
  62. }
  63.  
  64.  
  65. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  66. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  67. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  68.  
  69. body {
  70. background-color:{color:bg};
  71. font-family:inconsolata;
  72. font-weight:normal;
  73. }
  74.  
  75.  
  76.  
  77.  
  78. h1 {
  79. font-weight:normal;
  80. font-size:10px;
  81. text-align:center;
  82. font-style:normal;
  83. line-height:80%;
  84. letter-spacing:1px;
  85. text-transform:uppercase;
  86. color:{color:text};
  87. }
  88.  
  89. h2 {
  90. font-size:15px;
  91. text-align:center;
  92. line-height:100%;
  93. letter-spacing:-0.5px;
  94. color:{color:text};
  95. font-weight:normal;
  96. padding:5px;
  97. padding-bottom:2px;
  98. }
  99.  
  100.  
  101. blockquote {
  102. border-left:2px solid {color:text};
  103. padding-left:5px;
  104. margin:5px;
  105. }
  106.  
  107. #theme {
  108. background-color:{color:bg};
  109. width:700px;
  110. margin: 0 auto -50px auto;
  111. text-align: center;
  112. }
  113.  
  114. #sidebar {
  115. color:{color:text};
  116. position:fixed;
  117. width:150px;
  118. height:auto;
  119. margin-top:220px;
  120. margin-left:-40px;
  121. text-align:left;
  122. }
  123.  
  124. #sidebar img {
  125. width:150px;
  126. height:150px;
  127. margin-bottom:10px;
  128. }
  129.  
  130. #sidebar:hover .desc {
  131. margin-top:-130px;
  132. -webkit-transition: all 0.6s ease-in-out;
  133. -moz-transition: all 0.6s ease-in-out;
  134. -o-transition: all 0.6s ease-in-out;
  135. filter: alpha(opacity = 100);
  136. filter: alpha(opacity = 100);
  137. opacity:100;
  138. }
  139.  
  140. #sidebar:hover img {
  141. opacity:0;
  142. -webkit-transition: all 0.6s ease-in-out;
  143. -moz-transition: all 0.6s ease-in-out;
  144. -o-transition: all 0.6s ease-in-out;
  145. }
  146.  
  147.  
  148. .links {
  149. position:absolute;
  150. margin-top:-185px;
  151. margin-left:-1px;
  152. width:150px;
  153. height:15px;
  154. line-height:150%;
  155. font-family:cambria;
  156. font-size:10px;
  157. text-align:center;
  158. text-transform:lowercase;
  159. letter-spacing:0px;
  160. opacity:1;
  161. display:line;
  162. -webkit-transition: all 0.9s ease-in;
  163. -moz-transition: all 0.9s ease-in;
  164. -o-transition: all 0.9s ease-in;
  165. -webkit-transition: all 0.5s ease-out;
  166. -moz-transition: all 0.5s ease-out;
  167. -o-transition: all 0.5s ease-out;
  168. }
  169.  
  170. .links a{
  171. border:1px solid #efefef;
  172. background-color:#fff;
  173. margin-bottom:-.5px;
  174. padding-bottom:2px;
  175. padding-top:2px;
  176. padding-left:3px;
  177. padding-right:3px;
  178. display:line;
  179. color:{color:navlink};
  180. -webkit-transition: all 0.9s ease-in;
  181. -moz-transition: all 0.9s ease-in;
  182. -o-transition: all 0.9s ease-in;
  183. -webkit-transition: all 0.5s ease-out;
  184. -moz-transition: all 0.5s ease-out;
  185. -o-transition: all 0.5s ease-out;
  186. }
  187.  
  188. .links a:hover{
  189. font-style:italic;
  190. letter-spacing:1.5px;
  191. background-color: #f7f5f5;
  192. color:{color:navlinkhovercolor};
  193. -webkit-transition: all 0.9s ease-in;
  194. -moz-transition: all 0.9s ease-in;
  195. -o-transition: all 0.9s ease-in;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. -o-transition: all 0.5s ease-out;
  199. }
  200.  
  201. .desc {
  202. opacity:0;
  203. width:120px;
  204. height:55px;
  205. position:fixed;
  206. margin-left:10px;
  207. margin-top:-130px;
  208. text-align:center;
  209. font-weight:normal;
  210.  
  211. font-family:inconsolata;
  212. font-style:normal;
  213. font-size:11px;
  214. padding:5px;
  215. z-index:100;
  216. color:{color:text};
  217. }
  218.  
  219. .pagi {
  220. font-size:8px;
  221. text-transform:uppercase;
  222. letter-spacing:3px;
  223. font-style:normal;
  224. text-align:center;
  225. }
  226.  
  227. .pagi a {
  228. color:{color:pagenation};
  229. }
  230.  
  231. #stuffcontainer {
  232. float:left;
  233. margin-left:200px;
  234. margin-top:75px;
  235. text-align:justify;
  236. background-color:{color:bg};
  237. color:{color:text};
  238. margin-bottom: 35px;
  239. }
  240.  
  241.  
  242. #stuff {
  243. width:500px;
  244. margin-top:75px;
  245. text-align:justify;
  246. font-size:11px;
  247. line-height:90%;
  248. letter-spacing:0x;
  249. color:{color:text};
  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:1px 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. #permalink {
  302. text-align:left;
  303. margin-top:10px;
  304. font-size: 8px;
  305. text-transform: lowercase;
  306. letter-spacing: 1px;
  307. padding: 2px;
  308. padding-top: 7px;
  309. padding-bottom: 3px;
  310. border-bottom: solid 1px #dfdddd;
  311. background: {color:infobg};
  312. }
  313. .note {
  314. text-transform:uppercase;
  315. font-style:normal;
  316. letter-spacing:0px;
  317. font-size: 9px;
  318. text-align:left;
  319. line-height:90%;
  320. margin-left:-40px;
  321. }
  322.  
  323. .note li {
  324. list-style-type:none;
  325. border-bottom:1px solid {color:border};
  326. padding:10px 25px 10px 25px;
  327. text-align:left;
  328. margin:0px;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. .tags {
  335. font-style:normal;
  336. width:500px;
  337. text-transform:uppercase;
  338. font-style:normal;
  339. color:{color:tags};
  340. letter-spacing:2px;
  341. line-height:120%;
  342. font-size:8px;
  343. text-align:left;
  344. padding:2px;
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;
  348. }
  349.  
  350. .tags a {
  351. color:{color:link};
  352. letter-spacing:1px;
  353. padding:1px;
  354. }
  355.  
  356. .tags a:hover {
  357. color:{color:hover};
  358. }
  359.  
  360. ul.chat, .chat ol, .chat li {
  361. list-style:none;
  362. margin:0px;
  363. padding:2px;
  364. }
  365.  
  366. .label {
  367. text-decoration:underline;
  368. font-weight:700;
  369. background-color:{color:infobg};
  370. margin-right:5px;
  371. }
  372.  
  373. #cred {
  374. position:fixed;
  375. font-size:8px;
  376. font-weight:normal;
  377. line-height:150%;
  378. letter-spacing:2px;
  379. right:10px;
  380. bottom:10px;
  381. text-transform:uppercase;
  382. text-align:center;
  383. }
  384.  
  385. #cred a {
  386. padding:3px;
  387. color:{color:link};
  388. background-color:{color:bg};
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. {CustomCSS}
  395.  
  396. </style></head>
  397.  
  398. <body>
  399. <div id="theme">
  400. <div id="sidebar">
  401. <img src="{image:sidebar}">
  402. <div class="links">
  403. {block:IfLinkA}
  404. <a href="{text:linkA url}">{text:linkA}</a>
  405. {/block:IfLinkA}
  406. {block:IfLinkB}
  407. <a href="{text:linkB url}">{text:linkB}</a>
  408. {/block:IfLinkB}
  409. {block:IfLinkC}
  410. <a href="{text:linkC url}">{text:linkC}</a>
  411. {/block:IfLinkC}
  412. {block:IfLinkD}
  413. <a href="{text:linkD url}">{text:linkD}</a>
  414. {/block:IfLinkD}
  415. </div>
  416. <div class="desc">
  417. {Description}
  418. </div>
  419. {block:Pagination}
  420. <div class="pagi">
  421. {block:PreviousPage}
  422. <a href="{PreviousPage}">←</a>
  423. {/block:PreviousPage}
  424. {block:NextPage}
  425. <a href="{NextPage}">→</a>
  426. {/block:NextPage}
  427. </div>
  428. {/block:Pagination}
  429. </div>
  430.  
  431. <div id="stuffcontainer">
  432.  
  433. {block:Posts}
  434.  
  435. <div id="stuff">
  436.  
  437. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  438.  
  439. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  440.  
  441. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  442. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  443.  
  444. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445.  
  446. {block:Photoset}<center>{Photoset-500}</center>
  447. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  448.  
  449. {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}
  450.  
  451. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  452.  
  453. {block:Answer}<div id="asker" style="margin-left:35px;width:450px;"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:160px;margin-left:-45px;margin-top:-10px;"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Asker} whispered:&nbsp;</span>{Question}</div><br><left><font face="cambria"><span style="font-family:cambria;font-size:9px;font-style:italic;">{Answer}</span></font>{/block:Answer}
  454.  
  455. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  456. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  457. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  458. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  459. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  460.  
  461.  
  462.  
  463. {block:Date}<div id="permalink">{Month}-{DayOfMonthWithZero} / <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  464. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  465. {block:HasTags}
  466. <div class="tags">
  467. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  468. {/block:HasTags}
  469. <div class="note">
  470. {block:PostNotes}{PostNotes}{/block:PostNotes}
  471. </div>
  472. </div>
  473. {/block:Posts}
  474.  
  475.  
  476. </div>
  477.  
  478. <div id="cred"><a href="http://stayhaz.tumblr.com/tagged/themes">CREDIT</a></div>
  479.  
  480. </div>
  481. </div>
  482. </div>
  483. </body>
  484. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement