Advertisement
sniprwolfs

Huey Theme

Dec 5th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.86 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff">
  15. <meta name="color:Text" content="#9B9B9B">
  16. <meta name="color:Link" content="#b8b8b8">
  17. <meta name="color:scrollbar" content="#999999">
  18. <meta name="color:title" content="#999999">
  19. <meta name="color:Link Hover" content="#eeeeee">
  20.  
  21. <meta name="image:sidebar" content="">
  22. <meta name="text:sidebartitle" content="">
  23. <meta name="image:background" content="">
  24.  
  25. <meta name="text:link 1" content="Link 1">
  26. <meta name="text:link 1 url" content="/">
  27. <meta name="text:link 2" content="Link 2">
  28. <meta name="text:link 2 url" content="/">
  29. <meta name="text:link 3" content="Link 3">
  30. <meta name="text:link 3 url" content="/">
  31. <meta name="text:link 4" content="Link 4">
  32. <meta name="text:link 4 url" content="/">
  33. <meta name="text:link 5" content="Link 5">
  34. <meta name="text:link 5 url" content="/">
  35.  
  36. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  37.  
  38. <style>
  39. div#qtip {
  40. padding: 3px;
  41. display: none;
  42. text-align: center;
  43. position: absolute;
  44. font-size:7px;
  45. margin-left:10px;
  46. margin-top:-2px;
  47. line-height:9px;
  48. font-family:arial;
  49. z-index: 1000;
  50. border: 1px solid #cacaca;
  51. background-color:#fff;
  52. color: #9b9b9b;
  53. text-transform:uppercase;
  54. letter-spacing: 2px;
  55. }
  56. </style>
  57.  
  58. <style type="text/css">
  59.  
  60. #candywrapper {/*the container for all 3 boxes (this is why the other boxes get pushed down when you hover one of them)*/
  61. position:fixed;
  62. width:130px;
  63. top:10px;
  64. left:10px;
  65. z-index:9999999999999999;
  66. -webkit-transition: all 0.5s ease-in-out;
  67. -moz-transition: all 0.5s ease-in-out;
  68. -o-transition: all 0.5s ease-in-out;
  69. }
  70.  
  71. /* tutorial by bangjensen.tumblr.com and inspired by thisis-mydesign (please leave this note!)
  72. if you only want one updates tab, erase anything that says #tab2 or #tab3; for instance, on the line that says #tab1, #tab2, #tab3 { change it to just #tab1 { */
  73.  
  74. #titletab {
  75. display:inline-block;
  76. color:#999;/*color of the titles on the updates boxes*/
  77. background:#cccccc;/*background color of the title tab (just make sure it's the same color as your theme background is)*/
  78. letter-spacing:0px;
  79. font-family:calibri;
  80. font-size:8px;
  81. text-transform:uppercase;
  82. margin-left:10px;
  83. padding:4px 5px 3px 5px;
  84. -webkit-transition: all 0.5s ease-in-out;
  85. -moz-transition: all 0.5s ease-in-out;
  86. -o-transition: all 0.5s ease-in-out;
  87. }
  88.  
  89. #tab2, #tab1, #tab3 {
  90. margin-bottom:9px;/*space between the tabs*/
  91. }
  92.  
  93. #tab1:hover #titletab, #tab2:hover #titletab, #tab3:hover #titletab {
  94. margin-left:70px;/*how far the title moves after you hover*/
  95. letter-spacing:1px;
  96. -webkit-transition: all 0.5s ease-in-out;
  97. -moz-transition: all 0.5s ease-in-out;
  98. -o-transition: all 0.5s ease-in-out;
  99. }
  100.  
  101. #titletab:after{/*the top border (the one that extends first)*/
  102. content:'';
  103. position:fixed;
  104. width:0px;
  105. height:1px;
  106. margin-top:5px;
  107. left:15px;
  108. background:#999;/*color of the border*/
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. }
  113.  
  114. #tab1:hover #titletab:after, #tab2:hover #titletab:after, #tab3:hover #titletab:after{
  115. width:65px;/*width of top line after hover*/
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. }
  120.  
  121. #titletab:before {
  122. z-index:999999999999;
  123. content:'';
  124. position:fixed;
  125. width:8px;/*width of lil box*/
  126. height:8px;/*height of lil box*/
  127. margin-top:1px;
  128. left:10px;
  129. background:#777777;/*color of the lil box*/
  130. border:1px solid #999;/*border color of the lil box*/
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. }
  135.  
  136. #tab1:hover #titletab:before, #tab2:hover #titletab:before, #tab3:hover #titletab:before {
  137. background:#fff;/*background color of the lil box after hover*/
  138. border:1px solid #999;/*border color of the lil box after hover*/
  139. -webkit-transition: all 0.5s ease-in-out;
  140. -moz-transition: all 0.5s ease-in-out;
  141. -o-transition: all 0.5s ease-in-out;
  142. }
  143.  
  144. #in {/*here, you can style the text on the inside as well as the color of the second border*/
  145. font-size:9px;/*font size*/
  146. font-family:calibri;/*font; can be arial, baskerville, whatever*/
  147. padding:0px 10px;
  148. height:0px;
  149. width:100px;
  150. margin-top:-2px;
  151. margin-left:5px;
  152. border-left:1px solid #999;/*color of the second border; just change #999 to whatever color you want (pick one at colorpicker.com)*/
  153. color:transparent;
  154. overflow:hidden;
  155. -webkit-transition: all 0.5s ease-in-out;
  156. -moz-transition: all 0.5s ease-in-out;
  157. -o-transition: all 0.5s ease-in-out;
  158. }
  159.  
  160. #tab1:hover #in, #tab3:hover #in, #tab2:hover #in{
  161. color:#999;/*color of the text on the inside*/
  162. height:95px;/*height of border/text after hovering; if your text doesn't fit in the box, make this bigger*/
  163. padding:10px;
  164. margin-top:-9px;
  165. -webkit-transition: all 0.5s ease-in-out;
  166. -moz-transition: all 0.5s ease-in-out;
  167. -o-transition: all 0.5s ease-in-out;
  168. transition-delay: 0.4s;/*this and the line below are how long you wait before the second line starts to extend down */
  169. -webkit-transition-delay: 0.4s;
  170. }
  171.  
  172. #biter
  173. #biter a{
  174. display:block
  175. }
  176. #biter .deather {
  177. margin-right:0px;filter: alpha(opacity = 0);
  178. opacity:0;-webkit-transition: all 0.5s ease-out;
  179. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  180. }
  181.  
  182. #biter:hover .deather {
  183. margin-left:0px;
  184.  
  185. -webkit-transition: all 0.8s ease-out;
  186. -moz-transition: all 0.8s ease-out;
  187. transition: all 0.8s ease-out;
  188. filter: alpha(opacity = 100);
  189. filter: alpha(opacity = 100);
  190. opacity:8;
  191. }
  192.  
  193. ::-webkit-scrollbar-thumb{
  194. background-color: ;
  195. border: 1px solid; color:#fff;
  196. height:auto;
  197. }
  198.  
  199. ::-webkit-scrollbar {
  200. height:auto;
  201. width:5px;
  202. background-color: ;
  203. border:1px solid; color:#fff;
  204. }
  205.  
  206. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  207.  
  208.  
  209. iframe#tumblr_controls {
  210. white-space:nowrap;
  211. -webkit-filter: invert(100%);
  212. -moz-filter: invert(100%);
  213. -o-filter: invert(100%);
  214. -ms-filter: invert(100%);
  215. filter: invert(100%);
  216. opacity:.2;transition: .8s ease-in-out;
  217. -webkit-transition: .8s ease-in-out;
  218. -moz-transition: .8s ease-in-out;
  219. -o-transition: .8s ease-in-out;
  220. }
  221.  
  222. h1 {
  223. font-weight:normal;
  224. font-size:24px;
  225. font-family: 'Colors Of Autumn', cursive;
  226. text-shadow: 0 0 6px #b8b8b8;
  227. text-align:center;
  228. font-style:normal;
  229. line-height:100%;
  230. letter-spacing:1px;
  231. text-transform:normal;
  232. color:#fff;
  233. }
  234.  
  235. h2 {
  236. font-size:24px;
  237. font-family: 'Colors Of Autumn', cursive;
  238. text-shadow: 0 0 6px #b8b8b8;
  239. text-align:center;
  240. line-height:100%;
  241. letter-spacing:-0.5px;
  242. color:#fff;
  243. font-weight:bold;
  244. text-transform:normal;
  245. padding:5px;
  246. padding-bottom:2px;
  247. }
  248.  
  249. b, bold, strong
  250. { color: #393a39;
  251. text-shadow: 0 0 6px #fff;
  252. font-family: 'Montserrat', sans-serif;
  253. text-transform: normal;
  254. letter-spacing: -0.5px;
  255. }
  256.  
  257. i, italic, em
  258. { color: #393a39;
  259. text-shadow: 0 0 6px #fff;
  260. font-family: 'Praying Angel', cursive;
  261. font-size: 20px;
  262. text-transform: normal;
  263. letter-spacing: -0.5px;
  264. }
  265.  
  266.  
  267. blockquote {
  268. border-left:2px solid color: #929292;
  269. padding-left:5px;
  270. margin:5px;
  271. }
  272.  
  273.  
  274. body {
  275. background:#cccccc;
  276. background-image: url('http://i.imgur.com/MPJcRAx.png');
  277. background-repeat: no-repeat;
  278. background-attachment: fixed;
  279. font-family: 'Montserrat', sans-serif;
  280. margin:0px;
  281. color:#929292;
  282. font-size:13px;
  283. line-height:100%;
  284. }
  285.  
  286. a {
  287. text-decoration:none;
  288. outline:none;
  289. -moz-outline-style:none;
  290. color:#b8b8b8;
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. a:hover {
  297. text-decoration:none;
  298. outline:none;
  299. text-shadow: 0 0 6px #fff;
  300. -moz-outline-style:none;
  301. color:#393a39;
  302. }
  303.  
  304. img {
  305. -webkit-filter: grayscale(0%);
  306. z-index: -9999999999999999999999999px;
  307. -webkit-transition: all 0.9s ease-in-out;
  308. -moz-transition: all 0.9s ease-in-out;
  309. -o-transition: all 0.9s ease-in-out;
  310. -ms-transition: all 0.9s ease-in-out;
  311. transition: all 0.9s ease-in-out;
  312. }
  313.  
  314. img:hover {
  315. -webkit-filter: grayscale(100%);
  316. z-index: -9999999999999999999999999px;
  317. -webkit-transition: all 0.9s ease-in-out;
  318. -moz-transition: all 0.9s ease-in-out;
  319. -o-transition: all 0.9s ease-in-out;
  320. -ms-transition: all 0.9s ease-in-out;
  321. transition: all 0.9s ease-in-out;
  322. }
  323. .html_photoset {
  324. -webkit-filter: grayscale(100%);
  325. -webkit-transition: all .7s;
  326. ...
  327. }
  328. .html_photoset:hover {
  329. -webkit-filter: grayscale(0);
  330. }
  331.  
  332. blockquote {
  333. padding-left:5px;
  334. border-left:2px solid;
  335. }
  336.  
  337. blockquote blockquote {
  338. padding-left:5px;
  339. border-left:2px solid;
  340. }
  341.  
  342.  
  343. #container {
  344.  
  345. background:transparent;
  346. width: 405px;
  347. height:450px;
  348. top: 162px;
  349. left:540px;
  350. position:fixed;
  351. overflow-y:auto;
  352. overflow-x:hidden;
  353. overflow:auto;
  354. }
  355.  
  356. #post {
  357. width:400px;
  358. margin-top:30px;
  359. margin-bottom:100px;
  360. border-bottom:1px dotted ;
  361. padding-bottom:100px;
  362. }
  363.  
  364. #entries {
  365. padding:0px;
  366. width:400px;
  367. margin-left:0px;
  368. margin-top:30px;
  369. margin-bottom:0px;
  370. }
  371.  
  372.  
  373. #sidebar {
  374. color:#929292;
  375. position:fixed;
  376. width:100px;
  377. height:auto;
  378. margin-top:39px;
  379. margin-left:250px;
  380. text-align:left;
  381. }
  382.  
  383. #sidebarimage img {
  384. width:200px;
  385. margin-top:-10px;
  386. margin-bottom:0px;
  387. margin-left:-9px;
  388. }
  389.  
  390. #links {
  391. display:block;
  392. position:fixed;
  393. font-family:'cambria';
  394. letter-spacing:1px;
  395. width:40px;
  396. margin-top:-80px;
  397. margin-left:240px;
  398. font-size:35px;
  399. text-transform:lowercase;
  400. text-align:left;
  401. line-height:170%;
  402. -moz-transition-duration:.7s;
  403. -webkit-transition-duration:.7s;
  404. -o-transition-duration:.7s;
  405. }
  406.  
  407. #links a{
  408. line-height:280%;
  409. margin-top:4px;
  410. margin-left:13px;
  411. color:#373837;
  412. text-decoration:none;
  413. -moz-transition-duration:.2s;
  414. -webkit-transition-duration:.2s;
  415. -o-transition-duration:.2s;
  416. }
  417.  
  418. #links a:hover {
  419. color: #373837;
  420. width:60px;
  421. -moz-transition-duration:0.5s;
  422. -webkit-transition-duration:0.5s;
  423. -o-transition-duration:0.5s
  424. }
  425.  
  426.  
  427.  
  428. #description {
  429. position:fixed;
  430. width:200px;
  431. font-family:trebuchet ms;
  432. margin-top:55px;
  433. margin-left:-9px;
  434. text-align:justify;
  435. font-size:9px;
  436. color: #929292;
  437. letter-spacing:0px;
  438. line-height:130%;
  439. -moz-transition-duration:1s;
  440. -webkit-transition-duration:1s;
  441. -o-transition-duration:1s;
  442. }
  443.  
  444. #description a {
  445. color:#b8b8b8;
  446. }
  447.  
  448. #description a:hover {
  449. color:#393a39;
  450. }
  451.  
  452. .sidebartitle {
  453. width:210px;
  454. text-align:center;
  455. position:fixed;
  456. font-family:arial;
  457. line-height:120%;
  458. margin-left:-13px;
  459. font-size:13px;
  460. margin-top:10px;
  461. color:#999999;
  462. }
  463.  
  464. #pagination {
  465. font-family:'Montserrat', sans-serif;
  466. width:210px;
  467. font-size:10px;
  468. margin-top:350px;
  469. margin-left:550px;
  470. padding-left:5px;
  471. letter-spacing:1px;
  472. font-style:italic;
  473. text-align:center;
  474. }
  475.  
  476. #pagination a {
  477. color:#373837;
  478. }
  479.  
  480. #info {
  481. font-family:arial;
  482. width:390px;
  483. margin-top:15px;
  484. padding-top:15px;
  485. font-size:15px;
  486. background:#f7f7f7;
  487. background-image: url('http://i.imgur.com/fwSncZX.png');
  488. padding:4px;
  489. color:#929292;
  490. text-transform:uppercase;
  491. font-style:normal;
  492. text-align:center;
  493. -moz-transition-duration:0.5s;
  494. -webkit-transition-duration:0.5s;
  495. -o-transition-duration:0.5s;
  496. }
  497.  
  498. #info a {
  499. color:#b8b8b8;
  500. font-style:normal;
  501. }
  502.  
  503. #info a:hover {
  504. color:#393a39;
  505. }
  506.  
  507. .tags {
  508. font-family:'Montserrat', sans-serif;
  509. font-style:normal;
  510. width:350px;
  511. text-transform:normal;
  512. font-style:normal;
  513. line-height:120%;
  514. padding-left:5px;
  515. font-size:10px;
  516. text-align:left;
  517. padding-top:5px;
  518. padding-bottom:15px;
  519. -moz-transition-duration:0.2s;
  520. -webkit-transition-duration:0.2s;
  521. -o-transition-duration:0.2s;
  522. }
  523. .tags a{
  524. color:#b8b8b8;
  525. -moz-transition-duration:0.2s;
  526. -webkit-transition-duration:0.2s;
  527. -o-transition-duration:0.2s;
  528. }
  529. .tags a:hover{
  530. color:#393a39;
  531. -moz-transition-duration:0.2s;
  532. -webkit-transition-duration:0.2s;
  533. -o-transition-duration:0.2s;
  534. }
  535.  
  536. .audio{
  537. background-color:#e5e5e5;
  538. height:65px;
  539. overflow:hidden;
  540. }
  541.  
  542. #ask {
  543. float:left;
  544. color:#929292;
  545. }
  546.  
  547. #credit {
  548. font-size:9px;
  549. font-family:cambria;
  550. font-style:italic;
  551. letter-spacing:1px;
  552. -moz-transition-duration:0.5s;
  553. -webkit-transition-duration:0.5s;
  554. -o-transition-duration:0.5s;
  555. }
  556.  
  557. #credit a {
  558. background-color:#fff;
  559. padding:5px;
  560. border:1px solid #393a39;
  561. position:fixed;
  562. right:15px;
  563. bottom:10px
  564. }
  565.  
  566. #credit a:hover {
  567. color:#fff;
  568. background-color:#393a39;
  569. }
  570.  
  571.  
  572. .popup_block{
  573. display:none;
  574. border:4px double #fff;
  575. color:#6d6d6d;
  576. font-family: 'Anonymous Pro', ;
  577. font-size:12px;
  578. text-align:justify;
  579. background:#393a39;
  580. padding:20px;
  581. width:480px;
  582. height:400px;
  583. background-image:url('') ;
  584. background-position:bottom;
  585. background-repeat: repeat;
  586. /* if you want a solid white pop-up, delete this */
  587. float:left;
  588. position:fixed;
  589. top:50%;left:50%;
  590. z-index: 99999999;
  591. overflow:scroll;
  592. overflow-x:hidden;
  593. }
  594.  
  595. *html #fade {position: absolute;}
  596. *html .popup_block {position: absolute;}
  597. #fade {
  598. display:none;
  599. position:fixed;
  600. left:0px;
  601. top:0px;
  602. width:100%;
  603. height:100%;
  604. z-index:9999;
  605. background:#000; /* change to #fff for solid white */
  606. opacity:0.5; /* change to opacity:1; */
  607. }
  608.  
  609. #table {
  610. text-align:center;
  611. font-size:14px;
  612. letter-spacing:2px;
  613. padding:8px;
  614. font-color:transparent;
  615. font-family: 'Berkshire Swash', cursive;
  616. }
  617.  
  618. #table a {
  619. margin:7px;
  620. line-height:25px;
  621. background-color:transparent;
  622. border-left:4px solid #fff;
  623. border-right:4px solid #fff;
  624. width:160px;
  625. display:inline-block;
  626. overflow:hidden;
  627. text-align:center;
  628. padding:5px;
  629. -o-transition: all 0.4s ease-out;
  630. -webkit-transition: all 0.4s ease-out;
  631. transition: all 0.4s ease-out;
  632. }
  633.  
  634. #table a:hover {
  635. background:white;
  636. border-radius:0px;
  637. }
  638.  
  639.  
  640. #titles {
  641. color:#fff;
  642. background-color:#adadad;
  643. width:70px;
  644. height:5px;
  645. padding:15px;
  646. line-height:50%;
  647. text-align:center;
  648. margin-top:0px;
  649. margin-left:0px;
  650. text-transform:uppercase;
  651. font-size:10px;
  652. letter-spacing:2px;
  653. position:fixed;
  654. font-family:calibri;
  655. }
  656.  
  657.  
  658. #updates {
  659. z-index:100000;
  660. margin-top:0px;
  661. margin-left:0px;
  662. text-align:center;
  663. background-color:#adadad;
  664. position:fixed;
  665. width:100px;
  666. line-height:180%;
  667. height:auto;
  668. font-family: 'Anonymous Pro', ;
  669. font-size:10px;
  670. position:fixed;
  671. padding:10px;
  672. overflow:hidden;
  673. opacity:1;
  674. z-index:999;
  675. color:#fff;
  676. transform: rotateY(180deg);
  677. -webkit-transform: rotateY(180deg);
  678. -moz-transform: rotateY(180deg);
  679. -webkit-transition: all .6s ease-in-out;
  680. -moz-transition: all .6s ease-in-out;
  681. transition: all .6s ease-in-out;
  682. }
  683.  
  684. #updates a{
  685. color:#fff;
  686. -webkit-transition: all .6s ease-in-out;
  687. -moz-transition: all .6s ease-in-out;
  688. transition: all .6s ease-in-out;
  689. }
  690.  
  691. #updates:hover {
  692. transform: rotateY(360deg);
  693. -webkit-transform: rotateY(360deg);
  694. -moz-transform: rotateY(360deg);
  695. -webkit-transition: all .6s ease-in-out;
  696. -moz-transition: all .6s ease-in-out;
  697. transition: all .6s ease-in-out;
  698. }
  699.  
  700. #titles:hover #updates a{
  701. transform: rotateY(360deg);
  702. -webkit-transform: rotateY(360deg);
  703. -moz-transform: rotateY(360deg);
  704. -webkit-transition: all .6s ease-in-out;
  705. -moz-transition: all .6s ease-in-out;
  706. transition: all .6s ease-in-out;
  707. }
  708.  
  709. #updates a:hover {
  710. transform: rotateY(360deg);
  711. -webkit-transform: rotateY(360deg);
  712. -moz-transform: rotateY(360deg);
  713. text-decoration:line-through;;}
  714.  
  715.  
  716.  
  717.  
  718. </style><style id="xkit-css-added-by-tweaks_no_mobile_banner">.mobile_app_banner, .mobile-banner {display: none}</style><style id="xkit-css-added-by-xkit_tweaks">
  719. .is_reblog small { font-size: 12px !important; }
  720. #posts .post .post_control.move_to_top { display: inline-block !important; } </style><style id="xkit-css-added-by-editable_reblogs_remove_content_tree">.control-reblog-tree {display: none; } .post-form--header .reblog-title {margin: 10px; color: #444} .xkit-editable-reblogs-button { float: right; margin-left: 20px; }.control.right.xkit-editable-reblogs-control { display: block; width: 210px; text-align: right }</style><style id="xkit-css-added-by-classic_header">#xoldeheader { display: inline-block; }
  721.  
  722. .xoldeheader-item-container {
  723. position: relative; top: 5px;
  724. display: inline-block; min-height: 50px; margin-right: 9px; margin-left: 9px;
  725. }
  726.  
  727. .xoldeheader-item-container.selected .selection_nipple {
  728. display: block; bottom: 0;
  729. }
  730.  
  731. .xoldeheader-item {
  732. display: inline-block; width: 26px; height: 26px; margin-top: 0px; margin-left: 0px;
  733. margin-right: 0px; text-decoration: none; background-size: 26px 26px !important; border-radius: 40px;
  734. opacity: 0.45;
  735. }
  736.  
  737. .xoldeheader-item:hover {
  738. opacity: 0.75;
  739. }
  740.  
  741. .xoldeheader-item.selected {
  742. opacity: 1 !important; box-shadow: 0px 1px 3px rgba(0,0,0,0.42); margin-bottom: 6px;
  743. }
  744. </style></head>
  745.  
  746. <body class=" top_bar">
  747.  
  748. <!-- start of updates boxes -->
  749. <div id="candywrapper">
  750. <!-- tutorial by bangjensen.tumblr.com! -->
  751.  
  752. <!-- start of first updates box -->
  753. <div id="tab1">
  754.  
  755. <div id="titletab"><u>information</u></div>
  756.  
  757. <div id="in">
  758. rp blog for <center><big><b>huey emmerich</b></big></center> from the <center><big><b>metal gear solid</b></big></center> franchise. <br><br>
  759. contain spoilers <b><i>!</i></b>
  760. </div>
  761. </div>
  762. <!--end of first updates box-->
  763.  
  764. <!-- start of second updates box -->
  765. <div id="tab2">
  766.  
  767. <div id="titletab"><u>this blog is</u></div>
  768.  
  769. <div id="in">
  770. independent. <br>
  771. selective.<br>
  772. multi-ship.<br>
  773. not exclusive.<br>
  774. au friendly.<br>
  775. oc friendly.<br>
  776. no nsfw.
  777.  
  778.  
  779. </div>
  780. </div>
  781. <!-- end of second updates box -->
  782.  
  783. <!-- start of third updates box -->
  784. <div id="tab3">
  785.  
  786. <div id="titletab"><u>other</u></div>
  787.  
  788. <div id="in">
  789. blog established on october 10th, 2015.<br><br>
  790. new theme on december 05th, 2015.<br><br>
  791. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k003.kiwi6.com/hotlink/siuxit09zr/14_-_Love_is_Blind_After_All.mp3&t0=love is blind, after all&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  792.  
  793. </div>
  794. </div> <!-- end of third updates box -->
  795.  
  796. </div>
  797. <!-- end of updates boxes -->
  798.  
  799.  
  800. <div id="sidebar">
  801.  
  802. <div id="sidebarimage">
  803. <a href="/"><img src="http://assets.tumblr.com/images/x.gif?v=1"></a></div>
  804.  
  805. <div class="sidebartitle"></div>
  806.  
  807. <div id="links">
  808. <a href="{text:link 1 url}">●</a>
  809. <a href="{text:link 2 url}">●</a>
  810. <a href="{text:link 3 url}">●</a>
  811. <a href="{text:link 4 url}">●</a>
  812. <a href="{text:link 5 url}">●</a>
  813. </div>
  814.  
  815. <div id="description">
  816.  
  817. <div id="pagination">
  818. <center> &nbsp;&nbsp;&nbsp; <a href="/page/2">continue ➜</a><br></center></div></div>
  819. </div>
  820.  
  821.  
  822. <div id="container">
  823.  
  824.  
  825. <div id="entries"><div id="post">
  826.  
  827. <div id="container">
  828.  
  829. <div id="entries">
  830.  
  831. {block:Posts}
  832.  
  833. <!--This is where you fix all your post (your quotes post, text post, photo post, audio post, etc. -->
  834.  
  835. <div id="post">
  836.  
  837. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  838.  
  839. <!--I got a little bug, so, if you want to change de width you need to change the -500 for -250/400 or simply let the 500 -->
  840.  
  841. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  842.  
  843.  
  844. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  845.  
  846.  
  847. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}</center>
  848.  
  849. {block:Quote}<div class="quote"><big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div></div>{/block:Source}{/block:Quote}
  850.  
  851. {block:Link}<h1><a href="{URL}" {Target}>{name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  852.  
  853. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  854.  
  855. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  856. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  857.  
  858.  
  859.  
  860. {block:Answer}
  861. <div id="ask">{question}</div>
  862. <div id="asker">{Asker}</div>
  863. {Answer}{/block:Answer}
  864.  
  865. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✚</a>
  866. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">✚</a> {/block:NoteCount}
  867.  
  868. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">✚</a> {/block:RebloggedFrom}{block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}">✚</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="REBLOG?"></a> </div>
  869.  
  870. {block:HasTags}
  871. <div class="tags">
  872. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  873. {/block:HasTags}
  874. </div>
  875. </div>
  876.  
  877. <div class="postnote">
  878. {block:PostNotes}{PostNotes}{/block:PostNotes}
  879.  
  880.  
  881. {/block:Posts}
  882.  
  883.  
  884. </div>
  885.  
  886. </div>
  887.  
  888. </div></div>
  889.  
  890.  
  891. </div></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement