Advertisement
kathfahey

kathleentheme6.tumblr.com

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