Advertisement
topshopandtea

Theme 10

Sep 5th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 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="#FAFAFA">
  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:700px;
  102. margin: 0 auto -12px auto;
  103. text-align: center;
  104. }
  105. #sidebar { width:120px; position:fixed; margin-left:10px; margin-top:150px; opacity:1; }
  106.  
  107. #sidebar:hover { border-radius:500px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  108.  
  109. #sidebarimage img { width:50px; border-radius:200px; margin-left:-55px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease }
  110.  
  111. #title{
  112. margin-top:-85px;
  113. margin-left:2px;
  114. margin-bottom:55px;
  115. width:120px;
  116. text-align:left;
  117. line-height:17px;
  118. font-family:arial;
  119. font-size:20px;
  120. font-weight:bold;
  121. text-transform:uppercase;
  122. }
  123.  
  124. #links { width:200px;
  125. font-family:andale mono;
  126. font-size:9px;
  127. opacity:1;
  128. text-align:left;
  129. padding-top:4px;
  130. letter-spacing:1px;
  131. text-transform:uppercase;
  132. padding-bottom:1px;
  133. margin-top:2px;
  134. margin-left:3px;
  135. margin-bottom:2px;
  136. color:{color:sblinks};
  137. text-shadow:11px 0px transparent, -11px 0px transparent;
  138. }
  139.  
  140. #links a{
  141. color:#000;
  142. display:block;
  143. margin-bottom:15px;
  144. }
  145.  
  146. #links a:hover {
  147. -moz-transition-duration:.4s;
  148. -webkit-transition-duration:.4s;
  149. -o-transition-duration:.4s;
  150. }
  151.  
  152. #description { width:120px; font-family:arial; padding:5px; font-size:9px; opacity: 0.8; text-align:left; margin-top:5px; margin-left:-2px; }
  153.  
  154.  
  155.  
  156. #pagination { width:505px; margin-top:295px; font-size:8px; text-align:center; padding:4px; color:#000; font-family:andale mono; letter-spacing:2px; margin-left:190px; background-color:#fff; }
  157.  
  158. #pagination a{
  159. color:#000;
  160. }
  161.  
  162.  
  163. #stuffcontainer {
  164. float:left;
  165. margin-left:200px;
  166. margin-top:35px;
  167. text-align:justify;
  168. background-color:{color:bg};
  169. color:{color:text};
  170. margin-bottom: 35px;
  171. }
  172.  
  173.  
  174. #stuff {
  175. width:500px;
  176. margin-top:75px;
  177. text-align:justify;
  178. font-size:11px;
  179. line-height:90%;
  180. letter-spacing:0x;
  181. color:{color:text};
  182. }
  183.  
  184. .caption {
  185. width:500px;
  186. text-align:justify;
  187. line-height:120%;
  188. }
  189.  
  190. .ask {
  191. padding:9px;
  192. text-align:center;
  193. text-transform:none;
  194. color:{color:text};
  195. background-color:{color:infobg};
  196. border-bottom:1px solid {color:border};
  197. border-right:1px solid {color:border};
  198. }
  199.  
  200. .ask h1{
  201. font-family:georgia;
  202. font-size:11px;
  203. }
  204.  
  205. .ans {
  206. text-align:left;
  207. padding:10px;
  208. color:{color:text};
  209. }
  210.  
  211. .audio {
  212. width:500px;
  213. padding-bottom:10px;
  214. background-color:{color:infobg};
  215. }
  216.  
  217. .albumart {
  218. float:left;
  219. padding:0px 10px 10px 0px;
  220. }
  221.  
  222. .albumart img {
  223. width:45px;
  224. height:45px;
  225. }
  226.  
  227. .playercontainer {
  228. text-align:left;
  229. padding:10px;
  230. background-color:#ffffff;
  231. width:480px;
  232. }
  233.  
  234. .audioinfo {
  235. padding:10px;
  236. color:{color:text};
  237. }
  238.  
  239. #postinfo {
  240. width:490px;
  241. padding:5px;
  242. font-size:8px;
  243. color:{color:link};
  244. text-transform:uppercase;
  245. font-style:normal;
  246. letter-spacing:2px;
  247. text-align:right;
  248. border-top:1px solid {color:border};
  249. border-bottom:1px solid {color:border};
  250. -moz-transition-duration:0.5s;
  251. -webkit-transition-duration:0.5s;
  252. -o-transition-duration:0.5s;
  253. }
  254.  
  255. #postinfo a {
  256. color:{color:link};
  257. text-align:center;
  258. letter-spacing:1px;
  259. font-style:normal;
  260. }
  261.  
  262. #postinfo a:hover {
  263. color:{color:hover};
  264. }
  265.  
  266. #reblog {
  267. text-transform:uppercase;
  268. font-family:trebuchet ms;
  269. margin-left:-5px;
  270. margin-top:-5px;
  271. text-align:center;
  272. color:white;
  273. background-color:#cfcece;
  274. width:35px;
  275. padding:3px;
  276. }
  277.  
  278. #reblog a {
  279. color:white;
  280. }
  281.  
  282. .note {
  283. text-transform:uppercase;
  284. font-style:normal;
  285. letter-spacing:0px;
  286. font-size: 9px;
  287. text-align:right;
  288. line-height:90%;
  289. margin-left:-40px;
  290. }
  291.  
  292. .note li {
  293. list-style-type:none;
  294. border-bottom:1px solid {color:border};
  295. padding:10px 25px 10px 25px;
  296. text-align:left;
  297. margin:0px;
  298. -moz-transition-duration:0.5s;
  299. -webkit-transition-duration:0.5s;
  300. -o-transition-duration:0.5s;
  301. }
  302.  
  303. .tags {
  304. font-style:normal;
  305. width:500px;
  306. text-transform:uppercase;
  307. font-style:normal;
  308. color:{color:tags};
  309. letter-spacing:2px;
  310. line-height:120%;
  311. font-size:8px;
  312. text-align:left;
  313. padding:2px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags a {
  320. color:{color:tags};
  321. letter-spacing:1px;
  322. padding:1px;
  323. }
  324.  
  325. .tags a:hover {
  326. color:{color:link};
  327. }
  328.  
  329. ul.chat, .chat ol, .chat li {
  330. list-style:none;
  331. margin:0px;
  332. padding:2px;
  333. }
  334.  
  335. .label {
  336. text-decoration:underline;
  337. font-weight:700;
  338. background-color:{color:infobg};
  339. margin-right:5px;
  340. }
  341.  
  342. #cred{
  343. position:fixed;
  344. font-size:8px;
  345. font-weight:normal;
  346. line-height:150%;
  347. letter-spacing:2px;
  348. right:10px;
  349. bottom:10px;
  350. text-transform:uppercase;
  351. text-align:center;
  352. }
  353.  
  354.  
  355. #cred a {
  356. padding:3px;
  357. padding-left:5px;
  358. color:{color:bg};
  359. background-color:{color:link};
  360. -moz-transition-duration:0.5s;
  361. -webkit-transition-duration:0.5s;
  362. -o-transition-duration:0.5s;
  363. }
  364.  
  365. #cred a:hover{
  366. background-color:#000;
  367. }
  368.  
  369. {CustomCSS}
  370.  
  371. </style></head>
  372.  
  373. <body>
  374. <div id="theme">
  375. <div id="sidebar">
  376. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  377. <div id="title">the lone wolf.</div>
  378. <div id="description">{Description}</div>
  379. <div id="links">
  380. {block:IfLinkA}
  381. <a href="{text:linkA url}">{text:linkA}</a>
  382. {/block:IfLinkA}
  383. {block:IfLinkB}
  384. <a href="{text:linkB url}">{text:linkB}</a>
  385. {/block:IfLinkB}
  386. {block:IfLinkC}
  387. <a href="{text:linkC url}">{text:linkC}</a>
  388. {/block:IfLinkC}
  389. {block:IfLinkD}
  390. <a href="{text:linkD url}">{text:linkD}</a>
  391. {/block:IfLinkD}
  392. </div>
  393. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}
  394. <a href="{PreviousPage}">ยซ</a>
  395. {/block:PreviousPage}
  396. {block:JumpPagination length="3"}
  397. {block:CurrentPage}
  398. <span class="current_page">{PageNumber}</span>
  399. {/block:CurrentPage}
  400. {block:JumpPage}
  401. <a class="jump_page" href="{URL}">{PageNumber}</a>
  402. {/block:JumpPage}
  403. {/block:JumpPagination}
  404. {block:NextPage}
  405. <a href="{NextPage}">ยป</a>
  406. {/block:NextPage}
  407. </div>
  408. {/block:Pagination}
  409. </div>
  410.  
  411.  
  412. <div id="stuffcontainer">
  413.  
  414. {block:Posts}
  415.  
  416. <div id="stuff">
  417.  
  418. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  419.  
  420. {block:Quote}<h2>โ€œ{Quote}โ€</h2><h1>{Source}</h1>{/block:Quote}
  421.  
  422. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  423. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  424.  
  425. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  426.  
  427. {block:Photoset}<center>{Photoset-500}</center>
  428. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. {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}
  431.  
  432. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  433.  
  434. {block:Answer}<div class="ask"><font face="georgia">{Asker}</font> asked: <p> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  435.  
  436. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  437. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  438. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  439. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  440. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  441.  
  442.  
  443.  
  444. {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}
  445. {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}
  446. {block:HasTags}
  447. <div class="tags">
  448. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  449. {/block:HasTags}
  450. <div class="note">
  451. {block:PostNotes}{PostNotes}{/block:PostNotes}
  452. </div>
  453. </div>
  454. {/block:Posts}
  455.  
  456.  
  457. </div>
  458.  
  459. <div id="cred"><a href="http://hogwat.tumblr.com/">VANIXTY</a></div>
  460.  
  461. </div>
  462. </div>
  463. </div>
  464. </body>
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement