Advertisement
kathfahey

kathleentheme2v2.tumblr.com

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