Advertisement
deviousgleerpthemes

MORGAN

Dec 30th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.30 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.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!-- "MORGAN" by youainshitrps
  12. Tthis is all my coding. So please don't steal. -->
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#a8a8a8"/>
  16. <meta name="color:links" content="#007dc7"/>
  17. <meta name="color:hover" content="#ffffff"/>
  18. <meta name="color:blockquote" content="#007dc7"/>
  19. <meta name="color:border" content="#007dc7"/>
  20. <meta name="color:post border" content="#007dc7"/>
  21. <meta name="color:description text" content="#000000"/>
  22. <meta name="color:description background" content="#f6f6f6"/>
  23. <meta name="color:sidebar links text" content="#ffffff"/>
  24. <meta name="color:sidebar background" content="#000000"/>
  25. <meta name="color:blog title background" content="#ffffff"/>
  26. <meta name="color:blog title" content="#000000"/>
  27. <meta name="color:drop shadow" content="#000000"/>
  28. <meta name="color:post background" content="#ffffff"/>
  29. <meta name="color:links cont background" content="#ffffff"/>
  30. <meta name="color:info background" content="#000000"/>
  31. <meta name="color:info text" content="ffffff"/>
  32. <meta name="color:pre text" content="#ffffff"/>
  33. <meta name="color:pre color" content="#000000"/>
  34. <meta name="color:pagination text" content="#007dc7"/>
  35. <meta name="color:asker background" content="#cccccc"/>
  36. <meta name="color:asker text" content="#f8f8f8"/>
  37. <meta name="color:asker" content="#f8f8f8"/>
  38. <meta name="color:scrollbar" content="#000000"/>
  39. <meta name="color:scrollbarBg" content="#ffffff"/>
  40. <meta name="image:background" content=""/>
  41. <meta name="image:side background" content=""/>
  42. <meta name="image:sidebar" content=""/>
  43. <meta name="image:side1" content=""/>
  44. <meta name="image:side2" content=""/>
  45. <meta name="image:header" content=""/>
  46.  
  47. <meta name="text:Link 1 URL" content="/">
  48. <meta name="text:Link 2 URL" content="/">
  49. <meta name="text:Link 3 URL" content="/">
  50. <meta name="text:Link 1 name" content="/">
  51. <meta name="text:Link 2 name" content="/">
  52. <meta name="text:Link 3 name" content="/">
  53.  
  54.  
  55. <meta name="text:squad 1 URL" content="/">
  56. <meta name="text:squad 2 URL" content="/">
  57. <meta name="text:squad 3 URL" content="/">
  58. <meta name="text:squad 4 URL" content="/">
  59. <meta name="text:squad 5 URL" content="/">
  60.  
  61. <meta name="image:squad1" content="">
  62. <meta name="image:squad2" content="">
  63. <meta name="image:squad3" content="">
  64. <meta name="image:squad4" content="">
  65. <meta name="image:squad5" content="">
  66.  
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. ::-webkit-scrollbar-thumb {
  77. height:auto;
  78. background-color:{color:Scrollbar};
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:9px;
  83. width:4px;
  84. background-color:{color:ScrollbarBg};
  85. }
  86.  
  87.  
  88. body {
  89. background:{color:background};
  90. margin:0px;
  91. color:{color:text};
  92. font-family: 'Roboto', sans-serif;
  93. line-height:150%;
  94. font-size:11px;
  95. text-align:justify;
  96. background-image:url('{image:background}');
  97. }
  98.  
  99.  
  100. a {
  101. color: {color:links};
  102. text-decoration: none;
  103.  
  104. }
  105.  
  106. a:hover {
  107. color:{color:hover};
  108. transition:all 0.5s ease-in-out;
  109. -o-transition:all 0.5s ease-in-out;
  110. -moz-transition:all 0.5s ease-in-out;
  111. -webkit-transition:all 0.5s ease-in-out;
  112.  
  113. }
  114.  
  115.  
  116. #title{
  117. position:fixed;
  118. color:{color:blog title};
  119. padding:5px;
  120. letter-spacing:3px;
  121. margin-top:80px;
  122. margin-left:9px;
  123. font-weight:bold;
  124. font-family: 'Oswald', sans-serif;
  125. font-size:25px;
  126. text-align:center;
  127. width:375px;
  128. text-transform:uppercase;
  129. background-color:{color:blog title background};
  130. text-shadow: 2px 1px 0px {color:drop shadow}; }
  131.  
  132.  
  133.  
  134. img {
  135. border:none;
  136. }
  137.  
  138.  
  139. pre {
  140. font-family:georgia;
  141. font-size:13px;
  142. text-transform:lowercase;
  143. padding-left:8px;
  144. padding-right:8px;
  145. padding-top:5px;
  146. padding-bottom:5px;
  147. text-align:right;
  148. color:{color:pre text};
  149. background-color:{color:pre color};
  150. word-wrap:break-word;
  151. }
  152.  
  153. small{font-size:9px;}
  154.  
  155. h1 {
  156. font-size:15px;
  157. color:{color:text};
  158. text-transform:uppercase;
  159. font-family:'helvetica';
  160. background-color:{color:background};
  161. padding:10px;
  162. font-style:bold, italic;
  163. text-align:center;
  164. }
  165.  
  166. blockquote {
  167. border-left:1px solid {color:blockquote};
  168. padding-left:5px;
  169. margin-left:10px;
  170. margin-top:10px;
  171. }
  172.  
  173. #header {
  174. position:fixed;
  175. background-image:url('{image:header}');
  176. width:710px;
  177. height:160px;
  178. margin-top:70px;
  179. margin-left:630px;
  180. border:dotted 1px {color:border};
  181.  
  182. }
  183. /*ENTRIES*/
  184.  
  185.  
  186.  
  187. #container {
  188.  
  189. width:680px;
  190. height:420px;
  191. margin-left:645px;
  192. top:205px;
  193. background-color:{color:posts};
  194. position:fixed;
  195. padding:5px;
  196. overflow:auto;
  197. z-index:9999999999999;
  198. }
  199.  
  200.  
  201.  
  202. #entries {
  203. width:500px;
  204. padding:10px;
  205. margin-left:70px;
  206. margin-top:20px;
  207. background-color:{color:posts};
  208. border:solid 1px {color:post border};
  209.  
  210. }
  211.  
  212.  
  213. #posttitle {
  214. margin-bottom: 5px;
  215. color:{color:sidebar link};
  216. font-size:20px;
  217. line-height:115%;
  218. text-align:left;
  219. text-transform: uppercase;
  220. }
  221.  
  222. /*SIDEBAR*/
  223.  
  224. #description {
  225. position:fixed;
  226. height:102px;
  227. width:260px;
  228. padding:5px;
  229. font-family:arial;
  230. font-size:10px;
  231. margin-top:310px;
  232. margin-left:120px;
  233. text-align:justify;
  234. overflow:auto;
  235. color:{color:description text};
  236. background-color:{color:description background};
  237. border: solid 1px {color:border};
  238. }
  239.  
  240. #sidebar{
  241. padding: -10px;
  242. z-index:-9999;
  243. text-align:center;
  244. position:fixed;
  245. margin-top:0px;
  246. background:{color:Sidebar background};
  247. background-image:url('{image:side background}');
  248. font-size:10px;
  249. margin-left:0px;
  250. width:570px;
  251. height:1500px;
  252. color:black;
  253. font-family:cambria;
  254. color:{color:background};
  255. }
  256.  
  257. .sidebarimg {
  258.  
  259. margin-top:-50px;
  260. margin-left:-101px;
  261. }
  262.  
  263.  
  264. .sidebarimg img {
  265. position:fixed;
  266. width:390px;
  267. height:170px;
  268. border:solid 1px {color:border};
  269. margin-top:125px;
  270. margin-left:103px;
  271. z-index:9999999;
  272.  
  273. }
  274.  
  275. #side1 {
  276. position:fixed;
  277. opacity:1;
  278. width:110px;
  279. height:110px;
  280. top:-90px;
  281. margin-top:350px;
  282. margin-left:0px;
  283. border:solid 2px {color:border};
  284. z-index:9999999;
  285.  
  286. }
  287.  
  288. #side2 {
  289. position:fixed;
  290. width:390px;
  291. height:170px;
  292. border:solid 1px {color:border};
  293. margin-top:435px;
  294. margin-left:0px;
  295. z-index:9999999;
  296. }
  297.  
  298. #sidebar2{
  299. padding: -10px;
  300. z-index:-9999;
  301. text-align:center;
  302. position:fixed;
  303. margin-top:-410px;
  304. background:{color:links cont background};
  305. font-size:10px;
  306. margin-left:420px;
  307. width:120px;
  308. height:1500px;
  309. color:black;
  310. font-family:cambria;
  311. color:{color:background};
  312. }
  313.  
  314.  
  315.  
  316. /*POST INFO*/
  317.  
  318. #info {
  319. width:516px;
  320. text-align:center;
  321. font-family: 'Roboto', sans-serif;
  322. text-transform:uppercase;
  323. margin-left:-11px;
  324. font-size:9px;
  325. margin-top:10px;
  326. margin-bottom:-10px;
  327. font-style:none;
  328. padding:3px;
  329. line-height:10px;
  330. background-color:{color:Info Background};
  331. color:{color:Info Text};
  332. }
  333.  
  334. #info a {
  335. text-align:center;
  336. font-family: 'Roboto', sans-serif;
  337. color:{color:Info Text};
  338. }
  339.  
  340. /*PAGINATION*/
  341.  
  342. #pagination {
  343. position: fixed;
  344. font-size:11px;
  345. line height:200%;
  346. font:georgia;
  347. font-weight:bold;
  348. font-style:italic;
  349. text-align:center;
  350. letter-spacing: .5px;
  351. margin-top: 525px;
  352. margin-left:450px;
  353. color: {color:pagination text};
  354. text-shadow: 1px 1px 0px {color:drop shadow};
  355. }
  356.  
  357. /*SIDELINKS*/
  358. .links {
  359. padding:5px;
  360. padding-bottom:6px;
  361. line-height:150%;
  362. z-index:10000000000000000;
  363. text-align:center;
  364. font-size:8px;
  365. letter-spacing:4px;
  366. opacity:1;
  367. position:fixed;
  368. font-family: 'Oswald', sans-serif;
  369. position:absolute;
  370. text-transform:uppercase;
  371. text-align:center;
  372. color:{color:sidebar links text};
  373.  
  374. }
  375.  
  376. .links a{
  377. z-index:10000000000000000;
  378. margin-left:10px;
  379. padding:10px;
  380. display:inline-block;
  381. }
  382.  
  383. .links a:hover{
  384. color:{color:post background};
  385. -moz-transition-duration:.2s;
  386. -webkit-transition-duration:.2s;
  387. -o-transition-duration:.2s;
  388. background-color:{color:info background};
  389. }
  390.  
  391.  
  392. #links{
  393. padding:10px;
  394. margin-top:710px;
  395. text-align:center;
  396. z-index:9999;
  397. font-size:15px;
  398. margin-left:3px;
  399. width:95px;
  400. height:100%;
  401. }
  402.  
  403. #links a{
  404. padding:1px;
  405. font-size:15px;
  406. text-transform:uppercase;
  407. margin-top:5px;
  408. margin-left:-5px;
  409. font-family: 'Oswald', sans-serif;
  410. text-shadow: 2px 1px 0px {color:drop shadow};
  411. color:{color:Links Text};
  412. width:95px;
  413. display:inline-block;
  414. border-bottom: dotted 1px;
  415. }
  416.  
  417. #links a:hover{background-color:{color:info background};
  418. color:{color:hover};
  419. }
  420.  
  421.  
  422. #squad1 {
  423. position:fixed;
  424. opacity:1;
  425. background-image:url('{image:squad1}');
  426. width:70px;
  427. height:70px;
  428. top:565px;
  429. margin-left:0px;
  430. border:solid 1px {color:border};
  431. z-index:9999999;
  432. }
  433.  
  434.  
  435. #squad2 {
  436. position:fixed;
  437. opacity:1;
  438. background-image:url('{image:squad2}');
  439. width:70px;
  440. height:70px;
  441. top:565px;
  442. margin-left:80px;
  443. border:solid 1px {color:border};
  444. z-index:9999999;
  445. }
  446.  
  447. #squad3 {
  448. position:fixed;
  449. opacity:1;
  450. background-image:url('{image:squad3}');
  451. width:70px;
  452. height:70px;
  453. top:565px;
  454. margin-left:160px;
  455. border:solid 1px {color:border};
  456. z-index:9999999;
  457. }
  458.  
  459. #squad4 {
  460. position:fixed;
  461. opacity:1;
  462. background-image:url('{image:squad4}');
  463. width:70px;
  464. height:70px;
  465. top:565px;
  466. margin-left:240px;
  467. border:solid 1px {color:border};
  468. z-index:9999999;
  469.  
  470. }
  471.  
  472. #squad5 {
  473. position:fixed;
  474. opacity:1;
  475. background-image:url('{image:squad5}');
  476. width:70px;
  477. height:70px;
  478. top:565px;
  479. margin-left:320px;
  480. border:solid 1px {color:border};
  481. z-index:9999999;
  482. }
  483.  
  484. /*TAGS*/
  485. #tags {
  486. color: #fff;
  487. margin-top:0px;
  488. font-size:9px;
  489. letter-spacing:0px;
  490. font-style:;
  491. text-transform:lowercase;
  492. margin-top:-3px;
  493. }
  494.  
  495. #tags a {
  496. color: {color:links}
  497. margin-right:8px;
  498. }
  499.  
  500. #tags a:hover {color: {color:hover}}
  501.  
  502.  
  503. ol.notes {
  504. padding:0px;
  505. margin:25px 0px 0px -10px;
  506. list-style-type:none;
  507. }
  508.  
  509. ol.notes li.note {
  510. padding:10px;
  511. }
  512.  
  513. ol.notes li.note img.avatar {
  514. vertical-align:-4px;
  515. margin-right:10px;
  516. width:16px;
  517. height:16px;
  518. }
  519.  
  520. ol.notes li.note span.action {
  521. font-weight:none;
  522. }
  523.  
  524. ol.notes li.note .answer_content {
  525. font-weight:normal;
  526. }
  527.  
  528. ol.notes li.note blockquote {
  529. padding:4px 10px;
  530. margin:10px 0px 0px 25px;
  531. }
  532.  
  533. ol.notes li.note blockquote a {
  534. text-decoration:none;
  535. }
  536.  
  537. .quote {
  538. text-transform:uppercase;
  539. font-size:12px;
  540. font-weight:bold;
  541. text-align:center;
  542. }
  543.  
  544. .quotesource {
  545. text-align:center;
  546. margin-top:10px;
  547. }
  548.  
  549. .chat {
  550. line-height:20px;
  551. list-style:none;
  552. }
  553.  
  554. .line.odd {
  555. background:#fafafa;
  556. margin-bottom:2px;
  557. padding:5px;
  558. list-style:none;
  559. font-size:10px;
  560. }
  561.  
  562. .line.even {
  563. background:#ffffff;
  564. margin-bottom:2px;
  565. padding:5px;
  566. list-style:none;
  567. font-size:10px;
  568. }
  569.  
  570. .label {
  571. padding-right:1px;
  572. text-transform:uppercase;
  573. font-weight:bold;
  574. color:{color:links};
  575. }
  576.  
  577. #asks {
  578. text-align:justify;
  579. padding:22px 5px 5px 8px;
  580. color:{color:info background};
  581. background-color:{color:background};
  582. min-height:43px;
  583. margin-left:70px;
  584. font-size:9px;
  585. }
  586.  
  587. .asker {
  588. text-transform:uppercase;
  589. margin-bottom:-12px;
  590. font-size:11px;
  591. letter-spacing:0px;}
  592.  
  593. #answers {
  594. background-color:{color:background};
  595. color:{color:info background};
  596. font-size:11px;
  597. margin-top:8px
  598. }
  599.  
  600. #audios {
  601. width:100%;
  602. height:100px;
  603. margin-bottom:12px
  604. }
  605.  
  606. .albumart {
  607. float:left;
  608. width:100px;
  609. height:100px
  610. }
  611.  
  612. .player {
  613. width:25px;
  614. height:25px;
  615. color:{color:background};
  616. margin-top:34px;
  617. margin-left:33px;
  618. overflow:hidden;
  619. position:absolute;
  620. padding:3px;
  621. opacity:0.4;
  622. }
  623.  
  624. .audioinfo {
  625. margin-left:120px;
  626. line-height:150%;
  627. font-family: 'Roboto', sans-serif;
  628. font-size:10px}
  629.  
  630.  
  631.  
  632. /*CREDIT*/
  633.  
  634. #credit {
  635. text-align:center;
  636. position:fixed;
  637. bottom:10px;
  638. right:10px;
  639. width:15px;
  640. height:15px;
  641. padding:3px;
  642. text-shadow: 1px 0px 0px {color:drop shadow};
  643. -webkit-transition: all 0.5s ease;
  644. -moz-transition: all 0.5s ease;
  645. -o-transition: all 0.5s ease;
  646. }
  647.  
  648. #credit:hover {
  649. background:transparent;
  650. transform: rotate(360deg);
  651. -ms-transform: rotate(360deg);
  652. -webkit-transform: rotate(360deg);
  653. -o-transform: rotate(360deg);
  654. -moz-transform: rotate(30deg);
  655. -webkit-transition: all 0.5s ease;
  656. -moz-transition: all 0.5s ease;
  657. -o-transition: all 0.5s ease;
  658. }
  659. #credit a {
  660. text-decoration:none;
  661. font-size:25px;
  662. color:{color:hover links text};
  663. text-shadow: 1px 0px 0px {color:drop shadow};
  664.  
  665. -webkit-transition: all 0.5s ease;
  666. -moz-transition: all 0.5s ease;
  667. -o-transition: all 0.5s ease;
  668. }
  669.  
  670. #credit a:hover {
  671. color:{color:hover};
  672. transform: rotate(360deg);
  673. -ms-transform: rotate(360deg);
  674. -webkit-transform: rotate(360deg);
  675. -o-transform: rotate(360deg);
  676. -moz-transform: rotate(30deg);
  677. -webkit-transition: all 0.5s ease;
  678. -moz-transition: all 0.5s ease;
  679. -o-transition: all 0.5s ease;
  680. }
  681.  
  682.  
  683. {CustomCSS}</style></head><body>
  684.  
  685. </div>
  686. <div id="sidebar"><div id="title">{title}</div>
  687.  
  688. <div id="header"></div></div>
  689. <div class="sidebarimg"><img src="{image:sidebar}"/></div>
  690. <div id="side1"><img src="{image:side1}"></div>
  691. <div id="side2"><img src="{image:side2}"></div>
  692. <div id="description">{description}</div>
  693.  
  694.  
  695. <div id="squad1"><a href="{text:squad 1 url}"><img src="{image:squad1}"></a></div></div>
  696. <div id="squad2"><a href="{text:squad 2 url}"><img src="{image:squad2}"></a></div>
  697. <div id="squad3"><a href="{text:squad 3 url}"><img src="{image:squad3}"></a></div>
  698. <div id="squad4"><a href="{text:squad 4 url}"><img src="{image:squad4}"></a></div>
  699. <div id="squad5"><a href="{text:squad 5 url}"><img src="{image:squad5}"></a></div>
  700.  
  701.  
  702.  
  703. <div id="sidebar2">
  704.  
  705. <div id="links">
  706. <a href="/">START</a>
  707. <a href="/ask">MSG</a>
  708. <a href="/submit">SEND</a>
  709. <a href="{text:link 1 url}">{text:link 1 name}</a>
  710. <a href="{text:link 2 url}">{text:link 2 name}</a>
  711. <a href="{text:link 3 url}">{text:link 3 name}</a>
  712. </div>
  713.  
  714.  
  715. </div>
  716.  
  717.  
  718. <div id="pagination">
  719. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> / {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">to the future</a>{/block:NextPage}{/block:Pagination} </div></div></div>
  720.  
  721.  
  722. <div id="container">
  723. {block:Posts}
  724. <div id="entries">
  725.  
  726. {block:Text}
  727. {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
  728. {Body}{/block:Text}
  729.  
  730. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  731. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  732.  
  733. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  734. {/block:Caption}{/block:Photoset}
  735.  
  736. {block:Quote}<div id="posttitle">{Quote}"</div>
  737. {block:Source}<div class="qsource"> —{Source}</div>
  738. {/block:Source}{/block:Quote}
  739.  
  740. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  741.  
  742. {block:Chat}<div id="posttitle">{chat}</div><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  743. {/block:Chat}
  744.  
  745. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  746. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  747. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  748. {/block:ExternalAudio}<b>Played:</b> {PlayCount}<br>
  749. {/block:Audio}
  750.  
  751. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  752.  
  753. {block:Answer}
  754. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:left; margin-top:0px; border:1px solid #f6f6f6; padding: 2px; border-radius: 0%">
  755. <div id="asks"><div class="asker">{Asker} wondered:</div>
  756. <br>{Question}</div>
  757. <div id="answers">{Answer}</div>
  758. {/block:Answer}
  759.  
  760. <div id="info">
  761. <div id="permalink">
  762. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> <div class=right>{NoteCount}</div></a></div>
  763. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  764. </div></div>
  765.  
  766. {/block:Posts}{/block:Posts}</div></div></div>
  767.  
  768.  
  769. </div>
  770.  
  771. </ul>
  772. </div></div>
  773.  
  774.  
  775. <div id="credit">
  776. <a href="http://youaintshitrps.tumblr.com/">➳</a>
  777. </div>
  778.  
  779.  
  780. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement