Advertisement
topshopandtea

theme 11

Sep 7th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 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 #10 BY HOGWAT (I THINK) FOLLOW THE RULES OR I WILL STEAL UR WIFI -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  25. <meta name="color:backgroundl" content="#45bab8">
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:link 1" content="">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2" content="">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3" content="">
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 4" content="">
  36. <meta name="text:link 4 url" content="/">
  37. <meta name="text:link 5" content="">
  38. <meta name="text:link5 url" content=""/>
  39.  
  40. <meta name="if:Cursor" content="1">
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. /*--scrollbar--*/
  48.  
  49. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  51. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  52. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  53. }
  54.  
  55.  
  56.  
  57. /*--body--*/
  58.  
  59.  
  60. body {
  61. font-style:none;
  62. background-color:{color:bg};
  63. font-family:calibri;
  64. color:{color:text};
  65. font-size:9px;
  66. }
  67.  
  68.  
  69. a {
  70. color:{color:link};
  71. text-decoration:none;
  72. -webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;
  74. transition: all 0.5s ease-out;
  75. }
  76.  
  77. a:hover {
  78. color:{color:hover};
  79. text-decoration:none;
  80. -webkit-transition: all 0.8s ease-out;
  81. -moz-transition: all 0.8s ease-out;
  82. transition: all 0.8s ease-out;
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. blockquote {
  90. padding-left:5px;
  91. border-left:2px solid {color:border};
  92. }
  93.  
  94. h1 {
  95. font-size:10px;
  96. }
  97.  
  98. /*--Cursor code--*/
  99.  
  100. {block:ifCursor}
  101.  
  102. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  103.  
  104. {/block:ifCursor}
  105.  
  106.  
  107.  
  108. /*--sidebar--*/
  109.  
  110. #sidebar {
  111. width:150px;
  112. height:750px;
  113. background-color:#000;
  114. margin-top:60px;
  115. margin-left:200px;
  116. position:fixed;
  117. }
  118.  
  119. #sidebarimage {
  120. width:140px;
  121. }
  122.  
  123. #sidebarimage img {
  124. position:fixed;
  125. width:80px;
  126. margin-top:95px;
  127. margin-left:35px;
  128. border-radius:200px;
  129. }
  130.  
  131. /*--links--*/
  132.  
  133. #links {
  134. width:12px;
  135. font-family:'calibri';
  136. padding:3px;
  137. position:fixed;
  138. text-transform:uppercase;
  139. text-align:center;
  140. margin-top:0px;
  141. margin-left:147px;
  142. }
  143.  
  144. #links a {
  145. display:block;
  146. width:7px;
  147. height:130px;
  148. padding:3px;
  149. font-size:11px;
  150. color:#fff;
  151. color:{color:backgroundl};
  152. background-color:{color:backgroundl};
  153. }
  154.  
  155. #links a:hover {
  156. border-right:5px solid #000;
  157. }
  158.  
  159. /*--description--*/
  160.  
  161. #description {
  162. width:80px;
  163. position:fixed;
  164. font-family:consolas;
  165. font-size:9px;
  166. text-align:left;
  167. margin-left:40px;
  168. margin-top:205px;
  169. color:#fff;
  170. }
  171.  
  172. /*--pagination--*/
  173.  
  174. #pagination {
  175. font-style:italic;
  176. position:fixed;
  177. text-align:center;
  178. font-size:9px;
  179. margin-left:65px;
  180. margin-top:475px;
  181. font-family:calibri;
  182. color:{color:link};
  183. }
  184.  
  185. #pagination a{
  186. color:#fff;}
  187.  
  188.  
  189. #pagination a:hover {
  190. color:{color:hover};
  191. }
  192.  
  193.  
  194.  
  195. /*--posts--*/
  196.  
  197. #posts {
  198. width:500px;
  199. margin-bottom:10px;
  200. margin-top:100px;
  201. padding:1px;
  202. font-size:11px;
  203. color:{color:text};
  204. line-height:90%;
  205. text-align:justify;
  206. }
  207.  
  208. #postscontainer {
  209. margin-bottom:20px;
  210. padding:1px;
  211. margin-left:450px;
  212. margin-top:-85px;
  213. }
  214.  
  215.  
  216. #info {
  217. margin-bottom:10px;
  218. font-size:9px;
  219. margin-top:10px;
  220. text-align:left;
  221. padding:5px;
  222. color:#000;
  223. border-top:1px solid #000;
  224. }
  225.  
  226.  
  227. #reblog {
  228. text-transform:uppercase;
  229. font-family:trebuchet ms;
  230. margin-left:-5px;
  231. margin-top:-5px;
  232. text-align:center;
  233. color:white;
  234. background-color:#000;
  235. width:35px;
  236. padding:3px;
  237. }
  238.  
  239. #reblog a {
  240. color:white;
  241. }
  242.  
  243.  
  244. #notes {
  245. margin-left:40px;
  246. margin-top:-12px;
  247. color:#fb0c04;
  248. }
  249.  
  250. #notes a{
  251. color:#000;
  252. }
  253.  
  254. #rightinfo {
  255. text-transform:uppercase;
  256. font-family:trebuchet ms;
  257. margin-left:370px;
  258. text-align:justify;
  259. float:right;
  260. background-color:#000;
  261. padding:3px;
  262. margin-top:-12px;
  263. color:white;
  264. }
  265.  
  266. #rightinfo a {
  267. color:white;
  268. }
  269.  
  270. /*--tags--*/
  271.  
  272. #tags {
  273. width:490px;
  274. margin-left:-4px;
  275. margin-top:7px;
  276. font-size:9px;
  277. color:{color:tags}:
  278. }
  279.  
  280. #tags a {
  281. color:#000;
  282. }
  283.  
  284. #tags a:hover {
  285. color:{color:hover}
  286. }
  287.  
  288. /*--asks--*/
  289.  
  290. #askbg {
  291. padding:12px;
  292. background-color:{color:ask};
  293. }
  294.  
  295. #ask {
  296. margin-top:-10px;
  297. font-family:calibri;
  298. text-align:left;
  299. }
  300.  
  301. #ask img {
  302. margin-top:30px;
  303. width:50px;
  304. }
  305.  
  306. /*--credit--*/
  307.  
  308. #credit {
  309. right:3px;
  310. bottom:6px;
  311. font-size:9px;
  312. padding:5px;
  313. color:{color:text};
  314. background-color:#fafafa;
  315. text-transform:uppercase;
  316. border:1px solid {color:border};
  317. position:fixed;
  318. -webkit-transition: all 0.5s ease-out;
  319. -moz-transition: all 0.5s ease-out;
  320. transition: all 0.5s ease-out;
  321. }
  322.  
  323. #credit:hover {
  324. background-color:black;
  325. color:white;
  326. }
  327.  
  328.  
  329. {CustomCSS}
  330.  
  331. </style></head>
  332.  
  333.  
  334. <body>
  335.  
  336. <div id="sidebar">
  337. <div id="sidebarimage">
  338. <img src="{image:sidebar}"></div>
  339.  
  340. <div id="description">{description}</div>
  341.  
  342. <div id="links">
  343. <a href="{text:link1 url}"title="{text:link1}"></a>
  344.  
  345. <a href="{text:link2 url}"style=" opacity:.8;
  346. " title="{text:link2}"></a>
  347.  
  348. <a href="{text:link3 url}"style=" opacity:.6;
  349. " title="{text:link3}"></a>
  350.  
  351. <a href="{text:link4 url}"style=" opacity:.4;
  352. " title="{text:link4}"></a>
  353.  
  354. <a href="{text:link5 url}"style=" opacity:.2;
  355. " title="{text:link5}"></a>
  356. </div>
  357.  
  358. {block:Pagination}
  359. <div id="pagination">
  360.  
  361. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  362. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  363. </div>{/block:Pagination}
  364.  
  365. </div></div>
  366.  
  367.  
  368. <div id="postscontainer">
  369.  
  370. {block:Posts}
  371.  
  372. <div id="posts">
  373.  
  374.  
  375. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  376.  
  377.  
  378. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  379.  
  380. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  381.  
  382. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  383.  
  384. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  385.  
  386. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  387.  
  388. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  389.  
  390. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  391.  
  392. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  393.  
  394. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  395. {NoteCount}</a>♥</div>
  396. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  397. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  398. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  399. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  400.  
  401.  
  402. </div>
  403.  
  404. {/block:Posts}
  405.  
  406. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  407. {/block:Posts}
  408.  
  409. </div>
  410.  
  411.  
  412. <div id="credit"><a href="http://hogwat.tumblr.com/">♥HGT</a>
  413. </body>
  414. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement