Advertisement
deviousgleerpthemes

FOR THE LOVER IN YOU

Jul 27th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.46 KB | None | 0 0
  1. <html>
  2. <script type="text/javascript"
  3. src="http://codysherman.com/tools/infinite-scrolling/code" ></script
  4. <head>
  5.  
  6. <link href='https://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  7. <link href='https://fonts.googleapis.com/css?family=Glass+Antiqua' rel='stylesheet' type='text/css'>
  8. <!-- This is the title that appears at the top of the page of in the little tab -->
  9. <title>{Title}</title>
  10.  
  11. <!-- This is the little icon that appears on the top of the page in the little tab -->
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <!-- "FOR THE LOVER IN YOU" by youainshitrps
  17. Tthis is all my coding. So please don't steal. -->
  18.  
  19.  
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <!-- these are meta tags, they show up in the customize section for easy customization of theme colors, links, images, etc -->
  23. <meta name="color:background" content="#ffffff"/>
  24. <meta name="color:topbar" content="#eeeeee">
  25. <meta name="color:header" content="#eeeeee">
  26. <meta name="color:text" content="#333333"/>
  27. <meta name="color:blog title" content="#ffffff"/>
  28. <meta name="color:accent" content="#333333"/>
  29. <meta name="color:links" content="#5b5b5b"/>
  30. <meta name="color:links hover" content="#c9c9c9"/>
  31. <meta name="color:scrollbar bg" content="#ffffff"/>
  32. <meta name="color:bold" content="#ccdd66"/>
  33. <meta name="color:italic" content="#dfea98"/>
  34. <meta name="color:subtitle" content="#ffffff"/>
  35. <meta name="color:pagination background" content="#000000"/>
  36. <meta name="color:description text" content="#ffffff"/>
  37. <meta name="color:ask bubble" content="#ebf1c2"/>
  38. <meta name="color:pre text" content="#ffffff"/>
  39. <meta name="color:pre color" content="#000000"/>
  40. <meta name="color:links cont background" content="#007dc7">
  41. <meta name="color:scrollbar" content="#eeeeee">
  42. <meta name="text:signature" content="signature">
  43.  
  44. <meta name="image:header" content=""/>
  45. <meta name="image:background image" content=""/>
  46. <meta name="image:sidetitles" content=""/>
  47. <meta name="image:logo" content=""/>
  48. <meta name="image:logo2" content=""/>
  49. <meta name="image:logo3" content=""/>
  50. <meta name="image:logo4" content=""/>
  51. <meta name="image:logo5" content=""/>
  52.  
  53. <meta name="text:link one" content="link">
  54. <meta name="text:link one url" content="/">
  55. <meta name="text:link two" content="link">
  56. <meta name="text:link two url" content="/">
  57. <meta name="text:link three" content="link">
  58. <meta name="text:link three url" content="/">
  59. <meta name="text:link four" content="link">
  60. <meta name="text:link four url" content="/">
  61. <meta name="text:link five" content="link">
  62. <meta name="text:link five url" content="/">
  63.  
  64. <meta name="text:extra box one title" content="Extra box">
  65. <meta name="text:extra box one content" content="Extra box">
  66. <meta name="text:extra box two title" content="Extra box">
  67. <meta name="text:extra box two content" content="Extra box">
  68. <meta name="text:extra box three title" content="Extra box">
  69. <meta name="text:extra box three content" content="Extra box">
  70. <meta name="text:extra box four title" content="Extra box">
  71. <meta name="text:extra box four content" content="Extra box">
  72. <meta name="text:extra box five title" content="Extra box">
  73. <meta name="text:extra box five content" content="Extra box">
  74. <meta name="text:extra box six title" content="Extra box">
  75. <meta name="text:extra box six content" content="Extra box">
  76. <meta name="text:extra box seven title" content="Extra box">
  77. <meta name="text:extra box seven content" content="Extra box">
  78. <meta name="text:extra box eight title" content="Extra box">
  79. <meta name="text:extra box eight content" content="Extra box">
  80.  
  81.  
  82.  
  83.  
  84. </head>
  85. <style type="text/css">
  86.  
  87. ::-webkit-scrollbar {
  88. width: 5px;
  89. height: 2px;
  90. background-color:{color:scrollbar bg};
  91. }
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. background-color:{color:scrollbar} ;
  95. }
  96.  
  97.  
  98. /* This is the overall content, fonts and colors of the general content */
  99. body {
  100. background: {color:background};
  101. font-family: 'Ariel', sans-serif;
  102. color: {color:text};
  103. font-size: 11px;
  104. width:100%;
  105. }
  106.  
  107. /* This is to change how text appears in different formats like bold, italic, headers etc */
  108.  
  109.  
  110. small {
  111. font-size: 9.5px;
  112. }
  113.  
  114. big {
  115. font-size: 13px;
  116. }
  117.  
  118. h1 {
  119. font-size:16px;
  120. letter-spacing 1px;
  121. text-transform: uppercase;
  122. text-align: center;
  123. }
  124.  
  125. b,strong{
  126. color:{color:bold};
  127. }
  128.  
  129.  
  130. i,em{
  131. color:{color:italic};
  132. }
  133.  
  134.  
  135. a {
  136. color: {color:links};
  137. text-decoration: none;
  138.  
  139. }
  140.  
  141. a:hover {
  142. color:{color:hover};
  143. transition:all 0.5s ease-in-out;
  144. -o-transition:all 0.5s ease-in-out;
  145. -moz-transition:all 0.5s ease-in-out;
  146. -webkit-transition:all 0.5s ease-in-out;
  147.  
  148. }
  149.  
  150.  
  151.  
  152.  
  153. img {
  154. border:none;
  155. }
  156.  
  157.  
  158. pre {
  159. font-family: 'PT Sans Narrow', sans-serif;
  160. font-size:10px;
  161. text-transform:uppercase;
  162. padding-left:8px;
  163. padding-right:8px;
  164. padding-top:1px;
  165. padding-bottom:1px;
  166. text-align:center;
  167. color:{color:pre text};
  168. background-color:{color:pre color};
  169. word-wrap:break-word;
  170. }
  171.  
  172.  
  173. h1 {
  174. font-size:15px;
  175. color:{color:subtitle};
  176. text-transform:uppercase;
  177. font-family: 'PT Sans Narrow', sans-serif;
  178. background-color:{color:background};
  179. padding:10px;
  180. font-style:bold, italic;
  181. text-align:center;
  182. }
  183.  
  184. blockquote {
  185. border-left:1px solid {color:blockquote};
  186. padding-left:5px;
  187. margin-left:10px;
  188. margin-top:10px;
  189. }
  190.  
  191. /* This is to edit how links appear through the blog (mostly within posts),you can also edit how links look when they are hovered or active */
  192. a {
  193. color: {color:links};
  194. text-decoration:none;
  195. -moz-transition-duration:0.7s;
  196. -o-transition-duration:0.7s;
  197. -webkit-transition-duration:0.7s;
  198. }
  199.  
  200. a:hover {
  201. color: {color:hover};
  202. letter-spacing: 1px;
  203. -moz-transition-duration:0.7s;
  204. -o-transition-duration:0.7s;
  205. -webkit-transition-duration:0.7s;
  206. }
  207.  
  208. #title{
  209. position:absolute;
  210. color:{color:blog title};
  211. padding:5px;
  212. letter-spacing:3px;
  213. margin-top:-285px;
  214. margin-left:0px;
  215. font-weight:bold;
  216. font-family: 'Give You Glory', cursive;
  217. font-size:30px;
  218. text-align:center;
  219. width:525px;
  220. height:20px;
  221. text-transform:uppercase;
  222. text-shadow: 2px 1px 0px {color:drop shadow};
  223.  
  224. }
  225.  
  226.  
  227. /*SIDEBAR*/
  228.  
  229. #description {
  230. position:absolute;
  231. height:150px;
  232. width:350px;
  233. padding:5px;
  234. font-family: 'Glass Antiqua', cursive;
  235. font-size:18px;
  236. margin-top:-225px;
  237. margin-left:75px;
  238. text-align:justify;
  239. overflow:auto;
  240. color:{color:description text};
  241.  
  242. }
  243.  
  244.  
  245. #signature {
  246. position:absolute;
  247. height:170px;
  248. width:150px;
  249. padding:5px;
  250. font-family: 'Give You Glory', cursive;
  251. font-size:71px;
  252. margin-top:-105px;
  253. margin-left:305px;
  254. text-align:justify;
  255. line-height:100%;
  256. overflow:auto;
  257. color:{color:description text};
  258. }
  259.  
  260.  
  261.  
  262.  
  263.  
  264. #links {
  265. width:100%;
  266. font-size: 10px;
  267. margin-top:-10px;
  268. margin-left:-20px;
  269. position:fixed;
  270. position:center;
  271. text-transform: uppercase;
  272. background-color:{color:links cont background};
  273. text-decoration: none;
  274. padding: 5px;
  275. text-align: center;
  276.  
  277.  
  278. }
  279.  
  280. #links a {
  281. letter-spacing: 1px;
  282. margin-right:100px;
  283. color:{color:background};
  284.  
  285. }
  286.  
  287. #links a:hover {
  288. color: {color:hover};
  289. letter-spacing: 5px;
  290. }
  291.  
  292. /* this is the header & header image if you choose to have one */
  293. #header {
  294. width:150.8%;
  295. height:400px;
  296. background-image: url('{image:header}');
  297. background-color:{color:header};
  298. display:block;
  299. text-align: center;
  300. margin-left:-20px;
  301.  
  302. }
  303.  
  304.  
  305. /* thi is to edit the features in the sidebar */
  306. #sidebar {
  307. width:340px;
  308. height:auto;
  309. padding:5px;
  310. margin-top:-540px;
  311. display:block;
  312. position:static;
  313. margin-left:15px;
  314. }
  315.  
  316. /* this is how the titles in the sidebar boxes appears */
  317. #sidetitle {
  318. font-size:20px;
  319. background-color:{color:topbar};
  320. color:{color:description text};
  321. text-transform:uppercase;
  322. background-image: url('{image:sidetitles}');
  323. font-family: 'Give You Glory', cursive;
  324. text-align:center;
  325. padding:10px;
  326. margin-top:10px;
  327. }
  328.  
  329.  
  330. /* this is how the content in the sidebar boxes appears */
  331. #sidebox {
  332. max-height:250px;
  333. overflow:auto;
  334. border:1px solid {color:text};
  335. padding:10px 10px 10px 10px;
  336. text-align:center;
  337. margin-top:10px;
  338. font-size:15px;
  339. }
  340.  
  341.  
  342. #sidebar2 {
  343. width:343px;
  344. height:auto;
  345. padding:5px;
  346. margin-top:-470px;
  347. display:block;
  348. position:static;
  349. margin-left:890px;
  350. }
  351.  
  352. /* this is how the titles in the sidebar boxes appears */
  353. #sidetitle {
  354. font-size:20px;
  355. background-color:{color:topbar};
  356. background-image: url('{image:sidetitles}');
  357. font-family: 'Give You Glory', cursive;
  358. color:{color:description text};
  359. text-align:center;
  360. padding:10px;
  361. margin-top:10px;
  362. }
  363.  
  364.  
  365. /* this is how the content in the sidebar boxes appears */
  366. #sidebox {
  367. max-height:250px;
  368. overflow:auto;
  369. border:1px solid {color:text};
  370. padding:10px 10px 10px 10px;
  371. text-align:center;
  372. margin-top:10px;
  373. font-size:15px;
  374. }
  375.  
  376. /* these is the middle section where the posts appear */
  377. #entries {
  378. width:520px;
  379. padding:20px;
  380. height:500px;
  381. margin-left:360px;
  382. margin-top:20px;
  383. display:block;
  384. z-index:-1;
  385.  
  386.  
  387. }
  388.  
  389. #post {
  390. width:500px;
  391. margin-bottom:40px;
  392.  
  393. }
  394.  
  395. /*----------QUOTE---------*/
  396.  
  397. .quote {
  398. padding:10px;
  399. font-size:15px;
  400. }
  401.  
  402. .quotesource {
  403. padding:10px;
  404. text-align:center;
  405. }
  406.  
  407. /*----------CHAT---------*/
  408.  
  409. .chat ol {
  410. padding:0;
  411. list-style:none;
  412. }
  413.  
  414.  
  415. .line {
  416. list-style:none;
  417. padding:5px 0;
  418. }
  419.  
  420.  
  421. .label {
  422. text-decoration:bold;
  423. }
  424.  
  425. /*----------AUDIO---------*/
  426.  
  427. .cover {
  428. position:relative;
  429. z-index:1;
  430. max-width:100px;
  431. padding:10px;
  432. float:left;
  433. }
  434.  
  435. .playbutton {
  436. width:20px;
  437. height:30px;
  438. overflow:hidden;
  439. position:relative;
  440. z-index:2;
  441.  
  442. }
  443.  
  444.  
  445. .playbox {
  446. background-color:#000;
  447. position:absolute;
  448. z-index:2;
  449. padding:15px 24px 13px 16px;
  450. margin-top:30px;
  451. margin-left:30px;
  452. opacity:0.5;
  453. }
  454.  
  455. .trackdetails {
  456. padding:10px;
  457. width:auto;
  458. height:100px;
  459. margin-top:10px;
  460. margin-left:100px;
  461. }
  462.  
  463. /*----------ASK---------*/
  464.  
  465. .bubble {
  466. width:400px;
  467. position: relative;
  468. background:{color:ask bubble};
  469. left:60px;
  470. margin: 0;
  471. padding:10px;
  472. text-align:center;
  473. -moz-border-radius:10px;
  474. -webkit-border-radius:10px;
  475. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  476. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  477. box-shadow: 0px 0 1px rgba(0,0,0,0);
  478. }
  479.  
  480.  
  481. .bubble:after {
  482. position: absolute;
  483. display: block;
  484. content: "";
  485. border-color: {color:ask bubble} transparent transparent transparent;
  486. border-style: solid;
  487. border-width: 15px 15px 0px;
  488. height:0;
  489. width:0;
  490. position:absolute;
  491. left:-15px;
  492. top:10px;
  493. }
  494.  
  495. /*----------INFO---------*/
  496.  
  497. .info {
  498. padding:10px;
  499. text-transform:uppercase;
  500. border-top:1px solid #eee;
  501. margin-top:25px;
  502. }
  503.  
  504.  
  505. .tags {
  506. margin-left:10px;
  507. margin-top:-5px;
  508. }
  509.  
  510. .tags a {
  511. margin-right:10px;
  512. letter-spacing:1px;
  513. }
  514.  
  515. /*----------POST NOTES---------*/
  516.  
  517. ol.notes {
  518. padding:0px;
  519. margin:25px 0px 0px -10px;
  520. list-style-type:none;
  521. }
  522.  
  523. ol.notes li.note {
  524. padding:10px;
  525. }
  526.  
  527. ol.notes li.note img.avatar {
  528. vertical-align:-4px;
  529. margin-right:10px;
  530. width:16px;
  531. height:16px;
  532. }
  533.  
  534. ol.notes li.note span.action {
  535. font-weight:none;
  536. }
  537.  
  538. ol.notes li.note .answer_content {
  539. font-weight:normal;
  540. }
  541.  
  542. ol.notes li.note blockquote {
  543. padding:4px 10px;
  544. margin:10px 0px 0px 25px;
  545. }
  546.  
  547. ol.notes li.note blockquote a {
  548. text-decoration:none;
  549. }
  550.  
  551.  
  552. /* this is what the pagination appears like */
  553.  
  554. #pagination{
  555. width:fixed;
  556. bottom:15px;
  557. position:relative;
  558. margin-left:250px;
  559. border:1px solid #000;
  560. color:{color:links cont background};
  561. padding:3px;
  562. -webkit-border-radius: 10px;
  563. -moz-border-radius: 10px;
  564. border:1px;
  565. font-size:14px;
  566. text-align:center;
  567. }
  568.  
  569. /* this is what the theme credit appears like */
  570.  
  571.  
  572. #credit {
  573. text-align:center;
  574. position:fixed;
  575. bottom:10px;
  576. right:10px;
  577. width:15px;
  578. height:15px;
  579. padding:3px;
  580. text-shadow: 1px 0px 0px {color:drop shadow};
  581. -webkit-transition: all 0.5s ease;
  582. -moz-transition: all 0.5s ease;
  583. -o-transition: all 0.5s ease;
  584. }
  585.  
  586. #credit:hover {
  587. background:transparent;
  588. transform: rotate(360deg);
  589. -ms-transform: rotate(360deg);
  590. -webkit-transform: rotate(360deg);
  591. -o-transform: rotate(360deg);
  592. -moz-transform: rotate(30deg);
  593. -webkit-transition: all 0.5s ease;
  594. -moz-transition: all 0.5s ease;
  595. -o-transition: all 0.5s ease;
  596. }
  597. #credit a {
  598. text-decoration:none;
  599. font-size:25px;
  600. color:{color:hover links text};
  601. text-shadow: 1px 0px 0px {color:drop shadow};
  602.  
  603. -webkit-transition: all 0.5s ease;
  604. -moz-transition: all 0.5s ease;
  605. -o-transition: all 0.5s ease;
  606. }
  607.  
  608. #credit a:hover {
  609. color:{color:hover};
  610. transform: rotate(360deg);
  611. -ms-transform: rotate(360deg);
  612. -webkit-transform: rotate(360deg);
  613. -o-transform: rotate(360deg);
  614. -moz-transform: rotate(30deg);
  615. -webkit-transition: all 0.5s ease;
  616. -moz-transition: all 0.5s ease;
  617. -o-transition: all 0.5s ease;
  618. }
  619.  
  620.  
  621. {CustomCSS}</style></head><body>
  622.  
  623.  
  624.  
  625. <body>
  626. <div id="topbar">
  627. <div id="links">
  628. <a href="/">[ HOME ]</a>
  629. <a href="/submit">[ SUBMIT ]</a>
  630. <a href="{text:link one url}">[ {text:link one} ]</a>
  631. <a href="{text:link two url}">[ {text:link two} ]</a>
  632. <a href="{text:link three url}">[ {text:link three} ]</a>
  633. <a href="{text:link four url}">[ {text:link four} ]</a>
  634. <a href="{text:link five url}">[ {text:link five} ]</a>
  635. </div>
  636. </div>
  637.  
  638.  
  639.  
  640.  
  641. <div id="header"></div>
  642.  
  643.  
  644. <div id="title">{title}</div>
  645. <div id="description">{description}</div>
  646. <div id="signature">{text:signature}</div>
  647.  
  648. <div id="entries">
  649. {block:Posts}
  650. <div id="post" >
  651.  
  652. {block:Text}
  653. <h1>{block:Title}{Title}{/block:Title}</h1>
  654. {Body}{/block:Text}
  655.  
  656.  
  657. {block:Photo}
  658. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  659. {block:Caption}{Caption}{/block:Caption}
  660. {/block:Photo}
  661.  
  662.  
  663. {block:Photoset}
  664. {Photoset-500}
  665. {block:Caption}{Caption}{/block:Caption}
  666. {/block:Photoset}
  667.  
  668.  
  669. {block:Quote}
  670. <div class="quote">"{Quote}"</div>
  671. {block:Source}<div class="quotesource"> — {Source}</div>
  672. {/block:Source}{/block:Quote}
  673.  
  674.  
  675. {block:Link}
  676. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  677. {block:Description}{Description}{/block:Description}
  678. {/block:Link}
  679.  
  680.  
  681. {block:Chat}
  682. {block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">
  683. <b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>
  684. {/block:Chat}
  685.  
  686.  
  687. {block:Audio}
  688.  
  689. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  690.  
  691. {block:AlbumArt}
  692. <img src="{AlbumArtURL}" class="cover">
  693. {/block:AlbumArt}
  694.  
  695.  
  696. <div class="trackdetails"><br>
  697. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  698.  
  699. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  700.  
  701. <b>PLAYS:</b> {FormattedPlayCount}</div>
  702.  
  703.  
  704. {block:Caption}
  705. <div class="caption">{Caption}</div>
  706. {/block:Caption}
  707. {/block:Audio}
  708.  
  709.  
  710. {block:Video}
  711. {Video-500}
  712. {block:Caption}{Caption}{/block:Caption}
  713. {/block:Video}
  714.  
  715.  
  716. {block:Answer}
  717. <div class="post"><br>
  718. <div class="askerportrait"><img style="border-radius:50px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="bubble">{Asker} wondered: {Question}</div><br>
  719. <div style="margin-left:-7px;">{Answer}</div>
  720. </div>
  721. {/block:Answer}
  722.  
  723. <div class="info">
  724. {block:Date}
  725. <b><a href="{Permalink}" title="{TimeAgo}">{Month} {DayOfMonth}{DayOfMonthSuffix}</b></a>
  726. {/block:Date}
  727.  
  728. &nbsp;&nbsp;
  729. <a href="{Permalink}">{NoteCount}</a>
  730. &nbsp;&nbsp;
  731.  
  732. <a href="{ReblogURL}" target="_blank" class="details"><i class="fa fa-repeat"></i></a>
  733.  
  734. <font style="float:right">
  735. {block:RebloggedFrom}
  736. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  737. {block:ContentSource}
  738. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRootName}">/ src</a>
  739. {/block:ContentSource}
  740. {/block:RebloggedFrom}
  741. </font style>
  742.  
  743.  
  744. </div>
  745.  
  746.  
  747. {block:HasTags}
  748. <div class="tags">
  749. {block:Tags}
  750. <a href="{TagURL}">♪{Tag}</a>
  751. {/block:Tags}
  752. </div>
  753. {/block:HasTags}
  754.  
  755. </div>
  756.  
  757.  
  758. {block:PostNotes}
  759. {PostNotes}
  760. {/block:PostNotes}
  761.  
  762. {/block:Posts}
  763.  
  764. {block:ContentSource}
  765. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  766. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  767. {/block:SourceLogo}
  768. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  769. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  770.  
  771. {block:Pagination}
  772. <div id="pagination">
  773. {block:PreviousPage}
  774. <a href="{PreviousPage}">←</a>
  775. {/block:PreviousPage}
  776. {block:JumpPagination length="5"}
  777. {block:CurrentPage}
  778. <span class="current_page">{PageNumber}</span>
  779. {/block:CurrentPage}
  780. {block:JumpPage}
  781. <a class="jump_page" href="{URL}">{PageNumber}</a>
  782. {/block:JumpPage}
  783. {/block:JumpPagination}
  784. {block:NextPage}
  785. <a href="{NextPage}">→</a>
  786. {/block:NextPage}
  787. </div>
  788. {/block:Pagination}
  789.  
  790.  
  791. <!-- SIDE BAR -->
  792. </div>
  793.  
  794. <div id="sidebar">
  795.  
  796.  
  797. <div id="sidetitle">
  798. {text:extra box one title}
  799. </div>
  800. <div id="sidebox">
  801. {text:extra box one content}
  802. </div>
  803.  
  804. <div id="sidetitle">
  805. {text:extra box two title}
  806. </div>
  807. <div id="sidebox">
  808. <img src="{image:logo2}"> <img src="{image:logo3}"> <img src="{image:logo4}"> <img src="{image:logo5}">
  809. </div>
  810. <div id="sidetitle">
  811. {text:extra box three title}
  812. </div>
  813. <div id="sidebox">
  814. {text:extra box three content}
  815. </div>
  816.  
  817. <div id="sidetitle">
  818. {text:extra box four title}
  819. </div>
  820. <div id="sidebox">
  821. {text:extra box four content}
  822. </div>
  823.  
  824. <div id="sidebar2">
  825.  
  826.  
  827.  
  828. <div id="sidetitle">
  829. {text:extra box five title}
  830. </div>
  831. <div id="sidebox">
  832. <img src="{image:logo}">
  833. </div>
  834.  
  835. <div id="sidetitle">
  836. {text:extra box six title}
  837. </div>
  838. <div id="sidebox">
  839. {text:extra box six content}
  840. </div>
  841. <div id="sidetitle">
  842. {text:extra box seven title}
  843. </div>
  844. <div id="sidebox">
  845. {text:extra box seven content}
  846. </div>
  847. <div id="sidetitle">
  848. {text:extra box eight title}
  849. </div>
  850. <div id="sidebox">
  851. {text:extra box eight content}
  852. </div>
  853.  
  854. </div>
  855.  
  856. <!-- DO NOT CHANGE THE CREDIT IF YOU DON'T MAKE MAJOR CHANGES -->
  857. <div id="credit">
  858. <a href="http://youaintshitrps.tumblr.com/">➳</a>
  859. </div>
  860.  
  861. </body>
  862. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement