Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.16 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!---- made by tumblr user mindpalace, please don't remove the credit thanks! --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="color:hexagon1" content="#ae4b33"/>
  18. <meta name="color:hexagon2" content="#eeeeee"/>
  19. <meta name="color:hexagon3" content="#56bf4b"/>
  20. <meta name="color:hexagon4" content="#eeeeee"/>
  21. <meta name="color:hexagon5" content="#ae4b33"/>
  22. <meta name="color:hexagon6" content="#56bf4b"/>
  23.  
  24. <meta name="color:shexagon1" content="#eeeeee"/>
  25. <meta name="color:shexagon2" content="#ae4b33"/>
  26. <meta name="color:shexagon3" content="#56bf4b"/>
  27. <meta name="color:shexagon4" content="#eeeeee"/>
  28. <meta name="color:shexagon5" content="#ae4b33"/>
  29.  
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 1 name" content=""/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 2 name" content=""/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 3 name" content=""/>
  36. <meta name="text:Link 4 URL" content="/"/>
  37. <meta name="text:Link 4 name" content=""/>
  38. <meta name="text:Link 5 URL" content="/"/>
  39. <meta name="text:Link 5 name" content=""/>
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. .hexside
  46. .hexside a{
  47. display:block
  48. }
  49. .hexside .meow {
  50. text-transform: uppercase;
  51. font-size: 15px;
  52. margin-top:20px;filter: alpha(opacity = 0);
  53. opacity:0;-webkit-transition: all 0.8s ease-out;
  54. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  55. }
  56.  
  57. .hexside:hover .meow {
  58. margin-top:20px;
  59. margin-left:30px;
  60. text-transform: uppercase;
  61. -webkit-transition: all 0.8s ease-out;
  62. -moz-transition: all 0.8s ease-out;
  63. transition: all 0.8s ease-out;
  64. filter: alpha(opacity = 100);
  65. filter: alpha(opacity = 100);
  66. opacity:100;
  67. }
  68.  
  69.  
  70. .myhexside
  71. .myhexside a{
  72. display:block
  73. }
  74. .myhexside .meow {
  75. text-transform: uppercase;
  76. font-size: 15px;
  77. margin-top:0px;filter: alpha(opacity = 0);
  78. opacity:0;-webkit-transition: all 0.8s ease-out;
  79. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  80. }
  81.  
  82. .myhexside:hover .meow {
  83. margin-top:0px;
  84. margin-left:50px;
  85. text-transform: uppercase;
  86. -webkit-transition: all 0.8s ease-out;
  87. -moz-transition: all 0.8s ease-out;
  88. transition: all 0.8s ease-out;
  89. filter: alpha(opacity = 100);
  90. filter: alpha(opacity = 100);
  91. opacity:100;
  92. }
  93.  
  94. .ourhexside
  95. .ourhexside a{
  96. display:block
  97. }
  98. .ourhexside .meow {
  99. text-transform: uppercase;
  100. font-size: 15px;
  101. margin-top:0px;filter: alpha(opacity = 0);
  102. opacity:0;-webkit-transition: all 0.8s ease-out;
  103. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  104. }
  105.  
  106. .ourhexside:hover .meow {
  107. margin-top:0px;
  108. margin-left:50px;
  109. text-transform: uppercase;
  110. -webkit-transition: all 0.8s ease-out;
  111. -moz-transition: all 0.8s ease-out;
  112. transition: all 0.8s ease-out;
  113. filter: alpha(opacity = 100);
  114. filter: alpha(opacity = 100);
  115. opacity:100;
  116. }
  117.  
  118.  
  119. .yourhexside
  120. .yourhexside a{
  121. display:block
  122. }
  123. .yourhexside .meow {
  124. text-transform: uppercase;
  125. font-size: 15px;
  126. margin-top:0px;filter: alpha(opacity = 0);
  127. opacity:0;-webkit-transition: all 0.8s ease-out;
  128. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  129. }
  130.  
  131. .yourhexside:hover .meow {
  132. margin-top:0px;
  133. margin-left:50px;
  134. text-transform: uppercase;
  135. -webkit-transition: all 0.8s ease-out;
  136. -moz-transition: all 0.8s ease-out;
  137. transition: all 0.8s ease-out;
  138. filter: alpha(opacity = 100);
  139. filter: alpha(opacity = 100);
  140. opacity:100;
  141. }
  142.  
  143. .andhexside
  144. .andhexside a{
  145. display:block
  146. }
  147. .andhexside .meow {
  148. text-transform: uppercase;
  149. font-size: 15px;
  150. margin-top:0px;filter: alpha(opacity = 0);
  151. opacity:0;-webkit-transition: all 0.8s ease-out;
  152. -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  153. }
  154.  
  155. .andhexside:hover .meow {
  156. margin-top:0px;
  157. margin-left:50px;
  158. text-transform: uppercase;
  159. -webkit-transition: all 0.8s ease-out;
  160. -moz-transition: all 0.8s ease-out;
  161. transition: all 0.8s ease-out;
  162. filter: alpha(opacity = 100);
  163. filter: alpha(opacity = 100);
  164. opacity:100;
  165. }
  166.  
  167.  
  168. body {
  169. background:{color:background};
  170. margin:0px;
  171. color:{color:text};
  172. font-family:Calibri;
  173. font-size:10px;
  174. line-height:100%;
  175. }
  176.  
  177. a {
  178. text-decoration:none;
  179. outline:none;
  180. -moz-outline-style:none;
  181. color:{color:link};
  182. }
  183.  
  184. a:hover {
  185. text-decoration: underline;
  186. }
  187.  
  188. img {
  189. border:none;
  190. }
  191.  
  192. blockquote {
  193. padding-left:5px;
  194. border-left:2px solid;
  195. }
  196.  
  197. blockquote blockquote {
  198. padding-left:5px;
  199. border-left:2px solid;
  200. }
  201.  
  202. h1 {
  203. font-size:15px;
  204. }
  205.  
  206. #entries {
  207. padding:10px;
  208. width:450px;
  209. margin-left:350px;
  210. margin-top:40px;
  211. position: absolute;
  212. }
  213.  
  214. #post {
  215. width:450px;
  216. padding-bottom:20px;
  217. position: relative;
  218. }
  219.  
  220. #sidebar {
  221. width:150px;
  222. position:fixed;
  223. left:950px;
  224. top:100px;
  225. }
  226.  
  227. #title {
  228. font-size:15px;
  229. text-align:center;
  230. margin-bottom: 15px;
  231. text-transform: uppercase;
  232. letter-spacing: 7px;
  233. }
  234.  
  235. #sidebarimage {
  236. width 150px;
  237. }
  238.  
  239. #sidebarimage img {
  240. width:150px;
  241. border-radius: 20px;
  242. }
  243.  
  244. #description {
  245. padding:5px;
  246. text-align:center;
  247. margin-top: 10px;
  248. margin-right: 0px;
  249. }
  250.  
  251. #pagination {
  252. font-size:20px;
  253. text-align:center;
  254. }
  255.  
  256. #info {
  257. text-align:center;
  258. margin-top:10px;
  259. }
  260.  
  261. #asker {
  262. float:left;
  263. margin-right:5px;
  264. }
  265.  
  266.  
  267.  
  268.  
  269. .greenhex {
  270. position:fixed;
  271. margin-left:10px;
  272. margin-top: -30px;
  273. clear: both;
  274. }
  275.  
  276.  
  277. .hex1 {
  278. height: 0px;
  279. width: 0px;
  280. border-bottom: 30px solid {color:hexagon1};
  281. border-left: 52px solid transparent;
  282. border-right: 52px solid transparent;
  283. }
  284.  
  285. .hex2 {
  286. width: 104px;
  287. height: 60px;
  288. background-color: {color:hexagon1};
  289. }
  290.  
  291. .hex3 {
  292. height: 0px;
  293. width: 0px;
  294. border-top: 30px solid {color:hexagon1};
  295. border-left: 52px solid transparent;
  296. border-right: 52px solid transparent;
  297. }
  298.  
  299. .redhex {
  300. margin-left: 125px;
  301. margin-top: -30px;
  302. position: fixed;
  303. clear: both;
  304. }
  305.  
  306. .hex4 {
  307. height: 0px;
  308. width: 0px;
  309. border-bottom: 30px solid {color:hexagon2};
  310. border-left: 52px solid transparent;
  311. border-right: 52px solid transparent;
  312. }
  313.  
  314. .hex5 {
  315. width: 104px;
  316. height: 60px;
  317. background-color: {color:hexagon2};
  318. }
  319.  
  320. .hex6 {
  321. height: 0px;
  322. width: 0px;
  323. border-top: 30px solid {color:hexagon2};
  324. border-left: 52px solid transparent;
  325. border-right: 52px solid transparent;
  326. }
  327.  
  328. .bluehex {
  329. margin-left:68px;
  330. margin-top: 70px;
  331. position: fixed;
  332.  
  333. }
  334.  
  335. .hex7 {
  336. height: 0px;
  337. width: 0px;
  338. border-bottom: 30px solid {color:hexagon3};
  339. border-left: 52px solid transparent;
  340. border-right: 52px solid transparent;
  341. }
  342.  
  343. .hex8 {
  344. width: 104px;
  345. height: 60px;
  346. background-color: {color:hexagon3};
  347. }
  348.  
  349. .hex9 {
  350. height: 0px;
  351. width: 0px;
  352. border-top: 30px solid {color:hexagon3};
  353. border-left: 52px solid transparent;
  354. border-right: 52px solid transparent;
  355. }
  356.  
  357.  
  358.  
  359. .greenhex2 {
  360. margin-left:10px;
  361. margin-top: 170px;
  362. opacity: 0.7;
  363. position: fixed;
  364. }
  365.  
  366. .hex12 {
  367. height: 0px;
  368. width: 0px;
  369. border-bottom: 30px solid {color:hexagon4};
  370. border-left: 52px solid transparent;
  371. border-right: 52px solid transparent;
  372. }
  373.  
  374. .hex22 {
  375. width: 104px;
  376. height: 60px;
  377. background-color: {color:hexagon4};
  378. }
  379.  
  380. .hex32 {
  381. height: 0px;
  382. width: 0px;
  383. border-top: 30px solid {color:hexagon4};
  384. border-left: 52px solid transparent;
  385. border-right: 52px solid transparent;
  386. }
  387.  
  388. .redhex2 {
  389. margin-left: 125px;
  390. margin-top: 170px;
  391. opacity: 0.7;
  392. position: fixed;
  393. }
  394.  
  395. .hex42 {
  396. height: 0px;
  397. width: 0px;
  398. border-bottom: 30px solid {color:hexagon5};
  399. border-left: 52px solid transparent;
  400. border-right: 52px solid transparent;
  401. }
  402.  
  403. .hex52 {
  404. width: 104px;
  405. height: 60px;
  406. background-color: {color:hexagon5};
  407. }
  408.  
  409. .hex62 {
  410. height: 0px;
  411. width: 0px;
  412. border-top: 30px solid {color:hexagon5};
  413. border-left: 52px solid transparent;
  414. border-right: 52px solid transparent;
  415. }
  416.  
  417. .bluehex2 {
  418. margin-left:65px;
  419. margin-top: 270px;
  420. opacity: 0.5;
  421. position: fixed;
  422. }
  423.  
  424. .hex72 {
  425. height: 0px;
  426. width: 0px;
  427. border-bottom: 30px solid {color:hexagon6};
  428. border-left: 52px solid transparent;
  429. border-right: 52px solid transparent;
  430. }
  431.  
  432. .hex82 {
  433. width: 104px;
  434. height: 60px;
  435. background-color: {color:hexagon6};
  436. }
  437.  
  438. .hex92 {
  439. height: 0px;
  440. width: 0px;
  441. border-top: 30px solid {color:hexagon6};
  442. border-left: 52px solid transparent;
  443. border-right: 52px solid transparent;
  444. }
  445.  
  446.  
  447.  
  448. .hexside {
  449. float: left;
  450. margin-left: 1155px;
  451. margin-top:80px;
  452. position: fixed;
  453. }
  454.  
  455.  
  456. div.hexside a {
  457. position: absolute;
  458. width: 100%;
  459. height: 100%;
  460. top: 0;
  461. left: 0;
  462. text-decoration: none;
  463. z-index: 10;
  464. background-color: #FFF;
  465. opacity: 0;
  466. filter: alpha(opacity=1);
  467. }
  468.  
  469. .hexside:hover {
  470. opacity: 0.5;
  471.  
  472. }
  473.  
  474. .hexside1 {
  475. height: 0px;
  476. width: 0px;
  477. border-bottom: 10px solid {color:shexagon1};
  478. border-left: 17px solid transparent;
  479. border-right: 17px solid transparent;
  480. }
  481.  
  482. .hexside2 {
  483. width: 34px;
  484. height: 20px;
  485. background-color: {color:shexagon1};
  486. }
  487.  
  488. .hexside2:hover {
  489. width:45px;
  490. }
  491.  
  492. .hexside3 {
  493. height: 0px;
  494. width: 0px;
  495. border-top: 10px solid {color:shexagon1};
  496. border-left: 17px solid transparent;
  497. border-right: 17px solid transparent;
  498. }
  499.  
  500.  
  501. .myhexside {
  502. float: left;
  503. margin-left: 1135px;
  504. margin-top:135px;
  505. position: fixed;
  506. }
  507.  
  508.  
  509. div.myhexside a {
  510. position: absolute;
  511. width: 100%;
  512. height: 100%;
  513. top: 0;
  514. left: 0;
  515. text-decoration: none;
  516. z-index: 10;
  517. background-color: #FFF;
  518. opacity: 0;
  519. filter: alpha(opacity=1);
  520. }
  521.  
  522. .myhexside:hover {
  523. opacity: 0.5;
  524. }
  525.  
  526.  
  527.  
  528. .hexside4 {
  529. height: 0px;
  530. width: 0px;
  531. border-bottom: 10px solid {color:shexagon2};
  532. border-left: 17px solid transparent;
  533. border-right: 17px solid transparent;
  534. }
  535.  
  536. .hexside5 {
  537. width: 34px;
  538. height: 20px;
  539. background-color: {color:shexagon2};
  540. }
  541.  
  542. .hexside6 {
  543. height: 0px;
  544. width: 0px;
  545. border-top: 10px solid {color:shexagon2};
  546. border-left: 17px solid transparent;
  547. border-right: 17px solid transparent;
  548. }
  549.  
  550. .yourhexside {
  551. float: left;
  552. margin-left: 1135px;
  553. margin-top:205px;
  554. position: fixed;
  555. }
  556.  
  557.  
  558. div.yourhexside a {
  559. position: absolute;
  560. width: 100%;
  561. height: 100%;
  562. top: 0;
  563. left: 0;
  564. text-decoration: none;
  565. z-index: 10;
  566. background-color: #FFF;
  567. opacity: 0;
  568. filter: alpha(opacity=1);
  569. }
  570.  
  571. .yourhexside:hover {
  572. opacity: 0.5;
  573. }
  574.  
  575.  
  576.  
  577. .hexside12 {
  578. height: 0px;
  579. width: 0px;
  580. border-bottom: 10px solid {color:shexagon4};
  581. border-left: 17px solid transparent;
  582. border-right: 17px solid transparent;
  583. }
  584.  
  585. .hexside22 {
  586. width: 34px;
  587. height: 20px;
  588. background-color: {color:shexagon4};
  589. }
  590.  
  591. .hexside32 {
  592. height: 0px;
  593. width: 0px;
  594. border-top: 10px solid {color:shexagon4};
  595. border-left: 17px solid transparent;
  596. border-right: 17px solid transparent;
  597. }
  598.  
  599.  
  600. .ourhexside {
  601. float: left;
  602. margin-left: 1155px;
  603. margin-top:170px;
  604. position: fixed;
  605. }
  606.  
  607.  
  608.  
  609. div.ourhexside a {
  610. position: absolute;
  611. width: 100%;
  612. height: 100%;
  613. top: 0;
  614. left: 0;
  615. text-decoration: none;
  616. z-index: 10;
  617. background-color: #FFF;
  618. opacity: 0;
  619. filter: alpha(opacity=1);
  620. }
  621.  
  622. .ourhexside:hover {
  623. opacity: 0.5;
  624. }
  625.  
  626. .hexside42 {
  627. height: 0px;
  628. width: 0px;
  629. border-bottom: 10px solid {color:shexagon3};
  630. border-left: 17px solid transparent;
  631. border-right: 17px solid transparent;
  632. }
  633.  
  634. .hexside52 {
  635. width: 34px;
  636. height: 20px;
  637. background-color: {color:shexagon3};
  638. }
  639.  
  640. .hexside62 {
  641. height: 0px;
  642. width: 0px;
  643. border-top: 10px solid {color:shexagon3};
  644. border-left: 17px solid transparent;
  645. border-right: 17px solid transparent;
  646. }
  647.  
  648. .andhexside {
  649. float: left;
  650. margin-left: 1155px;
  651. margin-top: 240px;
  652. position: fixed;
  653. }
  654.  
  655.  
  656.  
  657. div.andhexside a {
  658. position: absolute;
  659. width: 100%;
  660. height: 100%;
  661. top: 0;
  662. left: 0;
  663. text-decoration: none;
  664. z-index: 10;
  665. background-color: #FFF;
  666. opacity: 0;
  667. filter: alpha(opacity=1);
  668. }
  669.  
  670. .andhexside:hover {
  671. opacity: 0.5;
  672. }
  673.  
  674. .hexside422 {
  675. height: 0px;
  676. width: 0px;
  677. border-bottom: 10px solid {color:shexagon5};
  678. border-left: 17px solid transparent;
  679. border-right: 17px solid transparent;
  680. }
  681.  
  682. .hexside522 {
  683. width: 34px;
  684. height: 20px;
  685. background-color: {color:shexagon5};
  686. }
  687.  
  688. .hexside622 {
  689. height: 0px;
  690. width: 0px;
  691. border-top: 10px solid {color:shexagon5};
  692. border-left: 17px solid transparent;
  693. border-right: 17px solid transparent;
  694. }
  695.  
  696.  
  697. .credit {
  698. height: 20px;
  699. width: 20px;
  700. background-color: #C3C3C3;
  701. border-radius: 10px;
  702. text-align: center;
  703. position: fixed;
  704. bottom: 5px;
  705. right:5px;
  706. }
  707.  
  708. .credit:hover {
  709. opacity: 0.5;
  710. text-decoration: none;
  711. }
  712.  
  713.  
  714. div.credit a {
  715. position: absolute;
  716. width: 100%;
  717. height: 100%;
  718. top: 0;
  719. left: 0;
  720. text-decoration: none;
  721. z-index: 10;
  722. background-color: #FFF;
  723. opacity: 0;
  724. filter: alpha(opacity=1);
  725. }
  726.  
  727. {CustomCSS}</style></head><body>
  728.  
  729.  
  730. <div id="sidebar">
  731.  
  732. <div id="title">{Title}</div>
  733.  
  734. {block:IfLink1Name}<a href=”{text:Link1 URL}” title=”{text:Link1 Title}”>{text:Link1 Name}</a>{/block:IfLink1Name}
  735.  
  736.  
  737.  
  738. <center><div id="sidebarimage"><img src="{image:sidebar}"></div></center>
  739.  
  740. <div id="description">{Description}</div>
  741.  
  742. <div id="pagination">
  743. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  744. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  745. </div>
  746.  
  747. </div>
  748.  
  749. <div id="entries">{block:Posts}<div id="post">
  750.  
  751. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  752.  
  753. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  754.  
  755. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  756.  
  757. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  758.  
  759. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  760.  
  761. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  762.  
  763. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  764.  
  765. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  766.  
  767. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  768.  
  769. <div id="info">
  770. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  771. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  772. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  773.  
  774. </div>
  775. {block:PostNotes}{PostNotes}{/block:PostNotes}
  776. {/block:Posts}</div>
  777.  
  778.  
  779.  
  780. <div class="greenhex">
  781. <div class="hex1"></div>
  782. <div class="hex2"></div>
  783. <div class="hex3"></div>
  784. </div>
  785.  
  786. <div class="redhex">
  787. <div class="hex4"></div>
  788. <div class="hex5"></div>
  789. <div class="hex6"></div>
  790. </div>
  791.  
  792. <div class="bluehex">
  793. <div class="hex7"></div>
  794. <div class="hex8"></div>
  795. <div class="hex9"></div>
  796. </div>
  797.  
  798. <div class="greenhex2">
  799. <div class="hex12"></div>
  800. <div class="hex22"></div>
  801. <div class="hex32"></div>
  802. </div>
  803.  
  804. <div class="redhex2">
  805. <div class="hex42"></div>
  806. <div class="hex52"></div>
  807. <div class="hex62"></div>
  808. </div>
  809.  
  810. <div class="bluehex2">
  811. <div class="hex72"></div>
  812. <div class="hex82"></div>
  813. <div class="hex92"></div>
  814. </div>
  815.  
  816. <div class="hexside">
  817. <div id="hexing"></div>
  818. <div class="hexside1"><a href={text:Link 1 URL}></a>
  819. <div class="meow">{text:Link 1 name}</div></div>
  820. <div class="hexside2"></div>
  821. <div class="hexside3"></div>
  822. </div>
  823.  
  824. <div class="myhexside">
  825. <div class="hexside4"></div>
  826. <div class="hexside5"><a href={text:Link 2 URL}></a>
  827. <div class="meow">{text:Link 2 name}</div></div>
  828. <div class="hexside6"></div>
  829. </div>
  830.  
  831. <div class="yourhexside">
  832. <div class="hexside12"></div>
  833. <div class="hexside22"><a href={text:Link 4 URL}></a>
  834. <div class="meow">{text:Link 4 name}</div></div>
  835. <div class="hexside32"></div>
  836. </div>
  837.  
  838. <div class="ourhexside">
  839. <div class="hexside42"></div>
  840. <div class="hexside52"><a href={text:Link 3 URL}></a>
  841. <div class="meow">{text:Link 3 name}</div></div>
  842. <div class="hexside62"></div>
  843. </div>
  844.  
  845. <div class="andhexside">
  846. <div class="hexside422"></div>
  847. <div class="hexside522"><a href={text:Link 5 URL}></a>
  848. <div class="meow">{text:Link 5 name}</div></div>
  849. <div class="hexside622"></div>
  850. </div>
  851.  
  852.  
  853.  
  854. <div class="credit">
  855. <a href="http://mindpalace.tumblr.com"></a>
  856. </div>
  857.  
  858.  
  859. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement