Advertisement
topshopandtea

Theme 9

Sep 5th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 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 BY HOGWAT : ) -->
  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="#000">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38. @font-face{font-family:kat;src:url(http://static.tumblr.com/jqlwb54/zyfmsfulu/websymbols-regular-webfont.ttf);}
  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:Calibri;
  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:900px;
  102. margin: 0 auto -12px auto;
  103. text-align: center;
  104. }
  105.  
  106. #sidebar { width:120px; position:fixed; margin-left:70px; margin-top:150px; opacity:1; }
  107.  
  108. #sidebarimage:hover { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  109.  
  110. #sidebarimage img {margin-left:-470px; width:50px; margin-top:25px;border-radius:200px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  111.  
  112. #tit{
  113. color:#000;
  114. font-family:times;
  115. width:360px;
  116. text-transform:uppercase;
  117. font-style:italic;
  118. padding-bottom:5px;
  119. border-bottom:5px solid #000;
  120. font-size:25px;
  121. text-align:right;
  122. margin-top:-20px;
  123. margin-left:-200px;
  124. }
  125.  
  126. #links { width:250px;
  127. font-family:times;
  128. font-size:9px;
  129. opacity:1;
  130. text-align:center;
  131. padding-top:4px;
  132. letter-spacing:1px;
  133. text-transform:uppercase;
  134. padding-bottom:1px;
  135. margin-top:12px;
  136. margin-left:-219px;
  137. margin-bottom:2px;
  138. color:{color:sblinks};
  139. text-shadow:11px 0px transparent, -11px 0px transparent;
  140. -moz-transition-duration:.4s;
  141. -webkit-transition-duration:.4s;
  142. -o-transition-duration:.4s;
  143. }
  144.  
  145. #links a{
  146. width:50px;
  147. color:#fff;
  148. background-color:#000;
  149. padding:8px;
  150. text-align:center;
  151. }
  152.  
  153.  
  154. #links a:hover {
  155.  
  156. -moz-transition-duration:.4s;
  157. -webkit-transition-duration:.4s;
  158. -o-transition-duration:.4s;
  159. }
  160.  
  161. #description { width:270px; font-family:times; padding:5px; font-size:9px; opacity: 0.8; font-style:italic; text-align:justify; margin-top:-100px; margin-left:-146px; color:#000; }
  162.  
  163.  
  164.  
  165. #pagination { width:100px; font-size:8px; text-align:center; margin-top:62px; color:#000; font-family:serif; letter-spacing:2px; margin-left:90px; }
  166.  
  167. #pagination a{
  168. color:#000;
  169. font-style:italic;
  170. }
  171.  
  172. #stuffcontainer {
  173. float:left;
  174. margin-left:200px;
  175. margin-top:75px;
  176. text-align:justify;
  177. background-color:{color:bg};
  178. color:{color:text};
  179. margin-bottom: 35px;
  180. }
  181.  
  182.  
  183. #stuff {
  184. width:500px;
  185. margin-top:75px;
  186. margin-left:100px;
  187. text-align:justify;
  188. font-size:11px;
  189. line-height:90%;
  190. letter-spacing:0x;
  191. color:{color:text};
  192. }
  193.  
  194. .caption {
  195. width:500px;
  196. text-align:justify;
  197. line-height:120%;
  198. }
  199.  
  200. .ask {
  201. padding:9px;
  202. text-align:center;
  203. text-transform:none;
  204. color:{color:text};
  205. background-color:{color:infobg};
  206. border-bottom:1px solid {color:border};
  207. border-right:1px solid {color:border};
  208. }
  209.  
  210. .ask h1{
  211. font-family:georgia;
  212. font-size:11px;
  213. }
  214.  
  215. .ans {
  216. text-align:left;
  217. padding:10px;
  218. color:{color:text};
  219. }
  220.  
  221. .cover {position: relative; z-index: 1;width:95px;overflow:hidden; margin-bottom:55px; margin-left:100px;}
  222.  
  223.  
  224. .playbutton {width: 20px;
  225. height: 30px;
  226. overflow: hidden;
  227. position: relative;
  228. z-index: 1000;
  229. margin: 15px 22px 13px 16px;}
  230.  
  231. .playbox {background-color: #fff;
  232. position: absolute;
  233. z-index: 1000;
  234. opacity:.5;
  235. margin-top: 20px;
  236. margin-left: 120px;
  237. -webkit-border-radius: 100px;
  238. -moz-border-radius: 100px;
  239. border-radius: 100px;
  240. -moz-transition-duration:1s;
  241. -webkit-transition-duration:1s;
  242. -o-transition-duration:1s;
  243. }
  244.  
  245. .playbox:hover{opacity:.9;
  246. -moz-transition-duration:1s;
  247. -webkit-transition-duration:1s;
  248. -o-transition-duration:1s;}
  249.  
  250. .stuff {
  251. text-transform:lowercase;text-align:center;padding:20px;margin-left:150px;margin-top:-140px;width:200px; margin-bottom:50px;
  252. }
  253.  
  254. #postinfo {
  255. width:490px;
  256. padding:5px;
  257. margin-top:10px;
  258. font-size:8px;
  259. color:#000;
  260. text-transform:uppercase;
  261. font-style:normal;
  262. letter-spacing:2px;
  263. text-align:right;
  264. border-top:1px solid {color:border};
  265. border-bottom:1px solid #fff;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. #postinfo a {
  272. color:#000;
  273. text-align:center;
  274. letter-spacing:1px;
  275. font-style:normal;
  276. }
  277.  
  278. #postinfo a:hover {
  279. color:{color:hover};
  280. }
  281.  
  282. #reblog {
  283. text-transform:uppercase;
  284. font-family:trebuchet ms;
  285. margin-left:-5px;
  286. margin-top:-5px;
  287. text-align:center;
  288. color:white;
  289. background-color:#cfcece;
  290. width:35px;
  291. padding:3px;
  292. }
  293.  
  294. #reblog a {
  295. color:white;
  296. }
  297.  
  298. .note {
  299. text-transform:uppercase;
  300. font-style:normal;
  301. letter-spacing:0px;
  302. font-size: 9px;
  303. text-align:right;
  304. line-height:90%;
  305. margin-left:-40px;
  306. }
  307.  
  308. .note li {
  309. list-style-type:none;
  310. border-bottom:1px solid {color:border};
  311. padding:10px 25px 10px 25px;
  312. text-align:left;
  313. margin:0px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags {
  320. font-style:normal;
  321. width:400px;
  322. text-transform:uppercase;
  323. font-style:normal;
  324. color:{color:tags};
  325. letter-spacing:2px;
  326. line-height:120%;
  327. font-size:8px;
  328. text-align:left;
  329. margin-top:-15px;
  330. padding:2px;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. .tags a {
  337. color:#000;
  338. letter-spacing:1px;
  339. padding:1px;
  340. }
  341.  
  342. .tags a:hover {
  343. color:{color:link};
  344. }
  345.  
  346. ul.chat, .chat ol, .chat li {
  347. list-style:none;
  348. margin:0px;
  349. padding:2px;
  350. }
  351.  
  352. .label {
  353. text-decoration:underline;
  354. font-weight:700;
  355. background-color:{color:infobg};
  356. margin-right:5px;
  357. }
  358.  
  359. #cred{
  360. position:fixed;
  361. font-size:8px;
  362. font-weight:normal;
  363. line-height:150%;
  364. letter-spacing:2px;
  365. right:10px;
  366. bottom:10px;
  367. text-transform:uppercase;
  368. text-align:center;
  369. }
  370.  
  371.  
  372. #cred a {
  373. padding:3px;
  374. padding-left:5px;
  375. color:{color:bg};
  376. background-color:{color:link};
  377. -moz-transition-duration:0.5s;
  378. -webkit-transition-duration:0.5s;
  379. -o-transition-duration:0.5s;
  380. }
  381.  
  382. #cred a:hover{
  383. background-color:#000;
  384. }
  385.  
  386. {CustomCSS}
  387.  
  388. </style></head>
  389.  
  390. <body>
  391. <div id="theme">
  392.  
  393.  
  394. <div id="sidebar">
  395. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  396. <div id="tit">{title}</div>
  397. <div id="links">
  398. {block:IfLinkA}
  399. <a href="{text:linkA url}">{text:linkA}</a>
  400. {/block:IfLinkA}
  401. {block:IfLinkB}
  402. <a href="{text:linkB url}">{text:linkB}</a>
  403. {/block:IfLinkB}
  404. {block:IfLinkC}
  405. <a href="{text:linkC url}">{text:linkC}</a>
  406. {/block:IfLinkC}
  407. {block:IfLinkD}
  408. <a href="{text:linkD url}">{text:linkD}</a>
  409. {/block:IfLinkD}
  410. </div>
  411.  
  412. <div id="description">{Description}</div>
  413.  
  414. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}
  415. -{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}</div>{/block:Pagination}
  416.  
  417.  
  418. </div>
  419. <div id="stuffcontainer">
  420.  
  421. {block:Posts}
  422.  
  423. <div id="stuff">
  424.  
  425. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  426.  
  427. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  428.  
  429. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  430. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  431.  
  432. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}<center>{Photoset-500}</center>
  435. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  436.  
  437. {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}
  438.  
  439. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  440.  
  441. {block:Answer}<div class="ask"><font face="georgia">{Asker}</font> asked: <p> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  442.  
  443. {block:Audio}
  444. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  445. {block:AlbumArt}
  446. <img src="{AlbumArtUrl}" class="cover">
  447. {/block:AlbumArt}
  448. <div class="stuff">{block:TrackName}
  449. <span style="text-transform:uppercase;">
  450. {TrackName}</span>
  451. {/block:TrackName}{block:ExternalAudio}(<a href="{ExternalAudioURL}">dwnld</a>)
  452. {/block:ExternalAudio}<br>
  453.  
  454. <span style="text-transform:uppercase;font-size:7px;">{block:Artist}
  455. {Artist}
  456. {/block:Artist}</span><br>
  457. [<strong>
  458. {block:Album}
  459. {Album}
  460. {/block:Album}
  461. </strong>]</div>{/block:Audio}
  462.  
  463.  
  464. {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}
  465. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource} / <a href="{ReblogURL}" target="_blank" class="details"><font face="kat">j</font></a></div>{/block:Date}
  466. {block:HasTags}
  467. <div class="tags">
  468. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  469. {/block:HasTags}
  470. <div class="note">
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. </div>
  473. </div>
  474. {/block:Posts}
  475.  
  476.  
  477. </div>
  478.  
  479. <div id="cred"><a href="http://hogwat.tumblr.com/">VANIXTY</a></div>
  480.  
  481. </div>
  482. </div>
  483. </div>
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement