Advertisement
topshopandtea

theme 08

Sep 5th, 2013
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.70 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 13 of HOGWAT
  4.  
  5. || || |||| ||||||||
  6. || || || || ||
  7. |||| || || ||
  8. || || |||||| ||
  9. || || || || ||
  10. -->
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13.  
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18.  
  19. {block:Description}<meta name="description" content="{MetaDescription}"/>
  20. {/block:Description}
  21. <link rel="shortcut icon" href="{Favicon}" />
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  23.  
  24. <meta name="color:bg" content="#ffffff">
  25. <meta name="color:link" content="#bbb8b8">
  26. <meta name="color:text" content="#9a9a9a">
  27. <meta name="color:tags" content="#b9b7b7">
  28. <meta name="color:ask" content="#fcfcfc">
  29. <meta name="color:hover" content="#eeeeee">
  30. <meta name="color:border" content="#e7e7e7">
  31. <meta name="color:scrollbar" content="#d6d5d5">
  32.  
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="text:link 1" content="">
  37. <meta name="text:link 1 url" content="/">
  38. <meta name="text:link 2" content="">
  39. <meta name="text:link 2 url" content="/">
  40. <meta name="text:link 3" content="">
  41. <meta name="text:link 3 url" content="/">
  42. <meta name="text:link 4" content="">
  43. <meta name="text:link 4 url" content="/">
  44.  
  45. <meta name="if:Cursor" content="1">
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. /*--scrollbar--*/
  52.  
  53. ::-webkit-scrollbar-thumb:vertical {border:1px solid #ffffff;height:12px; background-color:#000};}
  54.  
  55. ::-webkit-scrollbar-thumb:horizontal {background-color:#000;}
  56.  
  57. ::-webkit-scrollbar {background-color:#fff;height:7px;width:6px;border:5px solid #fff;}
  58.  
  59. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:#000;display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;}
  60. /*--body--*/
  61.  
  62.  
  63. body {
  64. font-style:none;
  65. background-color:{color:bg};
  66. font-family:calibri;
  67. color:{color:text};
  68. font-size:9px;
  69. }
  70.  
  71.  
  72. a {
  73. color:{color:link};
  74. text-decoration:none;
  75. -webkit-transition: all 0.5s ease-out;
  76. -moz-transition: all 0.5s ease-out;
  77. transition: all 0.5s ease-out;
  78. }
  79.  
  80. a:hover {
  81. color:{color:hover};
  82. text-decoration:none;
  83. -webkit-transition: all 0.8s ease-out;
  84. -moz-transition: all 0.8s ease-out;
  85. transition: all 0.8s ease-out;
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid {color:border};
  95. }
  96.  
  97. h1 {
  98. font-size:10px;
  99. }
  100.  
  101. /*--Cursor code--*/
  102.  
  103. {block:ifCursor}
  104.  
  105. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  106.  
  107. {/block:ifCursor}
  108.  
  109. /*--START OF UPDATES TAB*/
  110.  
  111. #general{
  112.  
  113. left:-1px;
  114.  
  115. top:-118px; /*--If you change the height of the tab, you'll have to change this--*/
  116.  
  117. font-size:9px;
  118.  
  119. letter-spacing:1px;
  120.  
  121. text-align:center;
  122.  
  123. /*--DONT TOUCH PLEASE--*/
  124. position:fixed;
  125. -webkit-transition: all .5s ease-in-out;
  126. -moz-transition: all .5s ease-in-out;
  127. -o-transition: all .5s ease-in-out;
  128. z-index:999;
  129. }
  130.  
  131.  
  132. #general:hover{
  133.  
  134. /*--THIS CONTROLS HOW FAR FROM THE TOP THE UPDATES WILL BE WHEN HOVERED--*/
  135. top:-10px;
  136.  
  137. /*--DONT TOUCH PLEASE--*/
  138. -webkit-transition: all .5s ease-in-out;
  139. -moz-transition: all .5s ease-in-out;
  140. -o-transition: all .5s ease-in-out;
  141.  
  142. z-index:999;
  143.  
  144. }
  145.  
  146. #updates {
  147.  
  148. width:108px;
  149.  
  150. height:100px;
  151.  
  152. border:solid 1px #000; /*--This was formatted in the style of style with and colour--*/
  153.  
  154. color:#fff; /*--COLOR OF THE TEXT--*/
  155.  
  156. font-family:consolas;
  157.  
  158. font-size:9px;
  159.  
  160. text-transform:uppercase;
  161.  
  162. overflow:auto;
  163.  
  164. background:#000;
  165.  
  166. font-style:none;
  167.  
  168. /*DONT TOUCH*/
  169.  
  170. padding:10px 5px 5px 5px;
  171.  
  172. z-index: 9999;
  173.  
  174. }
  175.  
  176. #updatestab{
  177.  
  178. /*--This was formatted in the style of style with and colour--*/
  179. border-bottom:solid 1px #fff;
  180. border-top:solid 1px #fff;
  181.  
  182. color:#fff;
  183.  
  184. font-family:consolas;
  185.  
  186. font-size:9px;
  187.  
  188. background:#000;
  189.  
  190. width:108px;
  191.  
  192. height:10px;
  193.  
  194. text-transform:uppercase;
  195.  
  196. text-align:center;
  197.  
  198. /*DONT TOUCH*/
  199. padding:0px 5px 5px 5px;
  200.  
  201. }
  202.  
  203. /*--END OF UPDATES TAB--*/
  204.  
  205.  
  206.  
  207. /*--sidebar--*/
  208.  
  209. #sidebar {
  210. color:{color:text};
  211. position:fixed;
  212. width:120px;
  213. margin-top:-60px;
  214. margin-left:-10px;
  215. height:750px;
  216. background-color:#000;
  217. text-align:left;
  218. }
  219.  
  220. #sidebarimage {
  221. width:140px;
  222. }
  223.  
  224. #sidebarimage img {
  225. position:fixed;
  226. width:90px;
  227. margin-top:155px;
  228. margin-left:12px;
  229. padding:3px;
  230. border-radius:100px;
  231. }
  232.  
  233. /*--links--*/
  234.  
  235. #links {
  236. width:150px;
  237. font-family:'consolas';
  238. position:fixed;
  239. text-transform:uppercase;
  240. text-align:center;
  241. margin-top:110px;
  242. margin-left:-15px;
  243. }
  244.  
  245. #links a {
  246. padding:3px;
  247. font-size:10px;
  248. color:#fff;
  249. }
  250.  
  251. #links a:hover {
  252. color:#08b3f7;
  253. }
  254.  
  255. /*--description--*/
  256.  
  257. #description {
  258. width:100px;
  259. position:fixed;
  260. font-family:'consolas';
  261. font-size:9px;
  262. text-align:center;
  263. text-transform:uppercase;
  264. margin-left:10px;
  265. margin-top:270px;
  266. color:#fff;
  267. }
  268.  
  269. /*--pagination--*/
  270.  
  271. #pagination {
  272. font-style:italic;
  273. position:fixed;
  274. text-align:center;
  275. font-size:9px;
  276. margin-left:55px;
  277. margin-top:475px;
  278. font-family:calibri;
  279. color:{color:link};
  280. }
  281.  
  282. #pagination a{
  283. color:#fff;}
  284.  
  285.  
  286. #pagination a:hover {
  287. color:{color:hover};
  288. }
  289.  
  290. /*--posts--*/
  291.  
  292. #posts {
  293. width:500px;
  294. margin-bottom:10px;
  295. padding:1px;
  296. font-size:11px;
  297. color:{color:text};
  298. line-height:90%;
  299. text-align:justify;
  300. }
  301.  
  302. #postscontainer {
  303. margin-bottom:20px;
  304. padding:1px;
  305. margin-left:450px;
  306. margin-top:55px;
  307. }
  308.  
  309.  
  310. #info {
  311. margin-bottom:10px;
  312. font-size:9px;
  313. margin-top:10px;
  314. text-align:left;
  315. padding:5px;
  316. color:#000;
  317. border-top:1px solid #000;
  318. }
  319.  
  320.  
  321. #reblog {
  322. text-transform:uppercase;
  323. font-family:trebuchet ms;
  324. margin-left:-5px;
  325. margin-top:-5px;
  326. text-align:center;
  327. color:white;
  328. background-color:#000;
  329. width:35px;
  330. padding:3px;
  331. }
  332.  
  333. #reblog a {
  334. color:white;
  335. }
  336.  
  337.  
  338. #notes {
  339. margin-left:40px;
  340. margin-top:-12px;
  341. color:#fb0c04;
  342. }
  343.  
  344. #notes a{
  345. color:#000;
  346. }
  347.  
  348. #rightinfo {
  349. text-transform:uppercase;
  350. font-family:trebuchet ms;
  351. margin-left:370px;
  352. text-align:justify;
  353. float:right;
  354. font-size:8px;
  355. background-color:#000;
  356. padding:2px;
  357. margin-top:-12px;
  358. color:white;
  359. }
  360.  
  361. #rightinfo a {
  362. color:white;
  363. }
  364.  
  365. /*--tags--*/
  366.  
  367. #tags {
  368. width:490px;
  369. margin-left:-4px;
  370. margin-top:7px;
  371. font-size:9px;
  372. color:{color:tags}:
  373. }
  374.  
  375. #tags a {
  376. color:#000;
  377. }
  378.  
  379. #tags a:hover {
  380. color:{color:hover}
  381. }
  382.  
  383. /*--asks--*/
  384.  
  385. #askbg {
  386. padding:12px;
  387. background-color:{color:ask};
  388. }
  389.  
  390. #ask {
  391. margin-top:-10px;
  392. font-family:calibri;
  393. text-align:left;
  394. }
  395.  
  396. #ask img {
  397. margin-top:30px;
  398. width:50px;
  399. }
  400.  
  401. /*--credit--*/
  402.  
  403. #credit {
  404. right:3px;
  405. bottom:6px;
  406. font-size:9px;
  407. font-family:trebuchet MS;
  408. padding-top:4px;
  409. color:#000;
  410. background-color:#fafafa;
  411. text-transform:uppercase;
  412. border:1px solid #000;
  413. position:fixed;
  414. -webkit-transition: all 0.5s ease-out;
  415. -moz-transition: all 0.5s ease-out;
  416. transition: all 0.5s ease-out;
  417. }
  418.  
  419. #credit a{
  420. color:#000;
  421. padding-top:4px;
  422. }
  423.  
  424. #credit:hover{
  425. background-color:black;
  426. }
  427.  
  428.  
  429. #credit a:hover {
  430. background-color:black;
  431. color:white;
  432. }
  433.  
  434.  
  435. {CustomCSS}
  436.  
  437. </style></head>
  438.  
  439.  
  440. <body>
  441.  
  442. <div id="general">
  443. <div id="updates"> <center><b>
  444.  
  445. this is your updates tab
  446. <br>
  447. yay
  448. <p>
  449. you can keep adding lines
  450. <br>
  451. cause there will be a mini scrollbar on the side
  452. <p>
  453. and yeah style credit to meem (updates tab)
  454.  
  455.  
  456. </center></div>
  457. <div id="updatestab">announcements</div>
  458. </div>
  459.  
  460. <div id="sidebar">
  461. <div id="sidebarimage">
  462. <img src="{image:sidebar}"></div>
  463.  
  464. <div id="description">{description}</div>
  465.  
  466. <div id="links">
  467. <a href="{text:link 1 url}">01. </a>
  468. <a href="{text:link 2 url}">02. </a>
  469. <a href="{text:link 3 url}">03. </a>
  470. <a href="{text:link 4 url}">04. </a>
  471. </div>
  472.  
  473. {block:Pagination}
  474. <div id="pagination">
  475.  
  476. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  477. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  478. </div>{/block:Pagination}
  479. </div></div>
  480.  
  481.  
  482. <div id="postscontainer">
  483.  
  484. {block:Posts}
  485.  
  486. <div id="posts">
  487.  
  488.  
  489. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  490.  
  491.  
  492. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  493.  
  494. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  495.  
  496. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  497.  
  498. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  499.  
  500. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  501.  
  502. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  503.  
  504. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  505.  
  506. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  507.  
  508. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  509. {NoteCount}</a>♥</div>
  510. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  511. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  512. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div>
  513. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  514.  
  515.  
  516. </div>
  517.  
  518. {/block:Posts}
  519.  
  520. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  521. {/block:Posts}
  522.  
  523. </div>
  524.  
  525.  
  526. <div id="credit"><a href="http://hogwat.tumblr.com/">♥HGT</a>
  527. </body>
  528. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement