Advertisement
Guest User

dceucode

a guest
Jun 29th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.47 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.  
  7. <meta name="color:bg" content="#f0ecec">
  8. <meta name="color:navbg" content="#ffffff">
  9. <meta name="color:navifont" content="#ffffff">
  10. <meta name="color:naviborderhover" content="#4e4e4e">
  11. <meta name="color:containerbg" content="#fff">
  12. <meta name="color:border" content="#f1f1f1">
  13. <meta name="color:title" content="#fff">
  14. <meta name="color:link" content="#5fc5df">
  15. <meta name="color:hover" content="#2b798c">
  16. <meta name="color:text" content="#444">
  17. <meta name="color:boxbg" content="#ffffff">
  18. <meta name="color:accent1" content="#f6b651">
  19. <meta name="color:accent2" content="#8ddb58">
  20. <meta name="color:scrollbar" content="#0c0c0c"/>
  21. <meta name="color:scrollbar bg" content="#ffffff"/>
  22.  
  23.  
  24. <meta name="image:header" content=""/>
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:iconbg" content=""/>
  27.  
  28. <meta name="text:link1" content="">
  29. <meta name="text:link1 url" content="/">
  30. <meta name="text:link2" content="">
  31. <meta name="text:link2 url" content="/">
  32. <meta name="text:link3" content="">
  33. <meta name="text:link3 url" content="/">
  34. <meta name="text:link4" content="">
  35. <meta name="text:link4 url" content="/">
  36. <meta name="text:link5" content="">
  37. <meta name="text:link5 url" content="/">
  38. <meta name="text:link6" content="">
  39. <meta name="text:link6 url" content="/">
  40. <meta name="text:link7" content="">
  41. <meta name="text:link7 url" content="/">
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45. <link rel="shortcut icon" href="{Favicon}" />
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  47.  
  48.  
  49. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  50. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  51. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  52. <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  53. <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
  54.  
  55.  
  56. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  57. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  58.  
  59. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  66.  
  67. /* fontawesome */
  68. [class*="fontawesome-"]:before {
  69. font-family: 'FontAwesome', sans-serif;
  70. }
  71.  
  72. @font-face { font-family: code; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codes.ttf); }
  73.  
  74. @font-face { font-family: code italic; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codesitalic.ttf); }
  75.  
  76. /*----------SCROLLBAR---------*/
  77.  
  78. ::-webkit-scrollbar {
  79. background-color: {color:scrollbar bg};
  80. height:8px;
  81. width:5px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb:vertical {
  85. background-color:{color:scrollbar};
  86. height:50px;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb:horizontal {
  90. background-color:{color:scrollbar bg};
  91. height:8px;
  92. }
  93.  
  94.  
  95. body {
  96. background: {color:bg};
  97. margin: 0px;
  98. color: {color:text};
  99. font-family: 'Gibson', sans-serif;
  100. font-size: 12px;
  101. line-height: 150%;
  102. background-position: top center;
  103. background-repeat: no-repeat;
  104. word-wrap: break-word;
  105.  
  106. }
  107.  
  108. a {
  109. color: {color:link};
  110. text-decoration: none;
  111. transition: all 0.2s;
  112. -webkit-transition: all 0.2s;
  113. -moz-transition: all 0.2s;
  114. }
  115.  
  116. b {
  117. color: {color:text};
  118. }
  119.  
  120. b2 {
  121. color: #529ecc;
  122. font-weight: 700;
  123. }
  124.  
  125. a:hover {
  126. color: {color:hover};
  127. transition: all 0.2s;
  128. -webkit-transition: all 0.2s;
  129. -moz-transition: all 0.2s;
  130. }
  131.  
  132. .date {font-weight: bold; font-style: italic; font-family: code, 'Gibson'';
  133. }
  134.  
  135.  
  136.  
  137. H2 {
  138. text-align: left;
  139. font-weight: 700;
  140. font-family: Roboto, calibri;
  141. font-size: 21px;
  142. text-transform: uppercase;
  143. color: {color:accent1};
  144. line-height: 22px;
  145. margin-bottom: -5px;
  146. margin-top: -3px;
  147. }
  148.  
  149. blockquote {
  150. padding-left: 15px;
  151. margin-left: 10px;
  152. border-left: 2px solid {color:border};
  153. }
  154.  
  155. .clear {
  156. clear: both;
  157. }
  158.  
  159. header {
  160. margin:auto;
  161. margin-top:60px;
  162. width:1350px;
  163. position:relative;
  164. height:400px;
  165. background-color:#fff;
  166. margin-bottom: 0px;
  167. background-position: center;
  168. padding-top:0px;
  169. z-index:30;
  170.  
  171. }
  172.  
  173. #contain {
  174. width: 1100px;
  175. background-color: {color:containerbg};
  176. margin: 0px auto;
  177. margin-top: 395px;
  178. height: 500%;
  179. min-height:1500px;
  180. }
  181.  
  182.  
  183.  
  184. .title {
  185. font-size:13px;
  186. text-transform:uppercase;
  187. letter-spacing:1px;
  188. font-family:code italic;
  189. font-weight: 500; margin-left: 8px;
  190. margin-bottom:4px;
  191. padding-top: 25px;
  192. color:{color:text};
  193. text-align: left;
  194. padding-left: 23px;
  195. }
  196.  
  197. .titlez { font-size:16px; color:{color:accent1}; font-family: code, calibri; font-weight: bold; }
  198.  
  199. .title2 {
  200. font-size:11px;
  201. text-transform:uppercase;
  202. letter-spacing:1px;
  203. font-family:code italic;
  204. font-weight: 500; margin-left: 8px;
  205. margin-bottom:15px;
  206. padding-top: 15px;
  207. color:#fff;
  208. text-align: center;
  209. margin-left:-3px;
  210. }
  211.  
  212. .titlez2 { font-size:12px; color:#fff; font-family: code, calibri; font-weight: bold; }
  213.  
  214.  
  215.  
  216. nav {
  217. position:fixed;
  218. top:0;
  219. font-family: code;
  220. margin:auto;
  221. right:1%;
  222. width:100%;
  223. z-index:90;
  224. font-weight:500;
  225. letter-spacing:1px;
  226. font-size:0px!important;
  227. text-transform:uppercase;
  228. line-height:10px;
  229. text-align:center;
  230. color:#fff;
  231. background-color:white;
  232. }
  233.  
  234. nav a {
  235. color:#000000;
  236.  
  237. }
  238. nav ol {
  239.  
  240. list-style-type:none;
  241. padding-left:0;
  242. margin:0;
  243.  
  244. }
  245.  
  246. nav ol li {
  247.  
  248. display:inline-block;
  249. position:relative;
  250. margin:0 5px;
  251.  
  252. }
  253.  
  254. nav ol li a {
  255. color:#000000;
  256. font-size:11px;
  257. display:inline-block;
  258. vertical-align:middle;
  259. padding:24px 11px 24px 12px;
  260. border-bottom:0px solid transparent;
  261. }
  262.  
  263. }
  264. nav .tab {
  265. visibility:hidden;
  266. opacity:0;
  267. margin:0;
  268. position:absolute;
  269. }
  270.  
  271. #sidebar {
  272. margin-left: 45px;
  273. position: absolute;
  274. width: 350px;
  275. margin-top: 33px;
  276.  
  277. }
  278.  
  279. #box {
  280. width: 380px;
  281. border: 1px solid{color:border};
  282. margin:17px;
  283.  
  284.  
  285. }
  286.  
  287. #box2 {
  288. width: 380px;
  289. border: 1px solid {color:border} ;
  290. background-color:#529ecc;
  291. margin:17px;
  292. -o-transition:.5s;
  293. -ms-transition:.5s;
  294. -moz-transition:.5s;
  295. -webkit-transition:.5s;
  296. /* ...and now for the proper property */
  297. transition:.5s;
  298. }
  299.  
  300. #box2:hover{
  301. -webkit-filter: grayscale(50%);
  302.  
  303. }
  304.  
  305.  
  306. #sidebar #section {
  307. margin-bottom: 20px;
  308. background-color:{color:boxbg};
  309. margin-top: 0px;
  310. padding-left: 25px;
  311. padding-right: 25px;
  312. padding-top: 15px;
  313. padding-bottom: 15px;
  314.  
  315.  
  316. }
  317.  
  318.  
  319. #sidebar #section a {
  320. color: {color:text};
  321.  
  322. }
  323.  
  324.  
  325. #section b4{
  326. text-transform: uppercase; font-size: 10px ;
  327. }
  328.  
  329. #posts {
  330. width: 670px;
  331. margin-left: 460px;
  332. margin-top: -400px;
  333. z-index: 999999;
  334. padding-top: 30px;
  335. }
  336.  
  337. #post {
  338. margin-bottom: 50px;
  339. width: 500px;
  340. background-color: #fff;
  341. padding: 40px;
  342. border: 1px double {color:border};
  343. margin-top: 20px;
  344. }
  345.  
  346.  
  347. .permalink {
  348. padding-top: 6px;
  349. letter-spacing: 1px;
  350. margin-top: 10px;
  351. text-transform: uppercase;
  352. font-size: 7px;
  353. padding-bottom: 0px;
  354. margin-bottom: -5px;
  355. line-height:170%;
  356. }
  357.  
  358.  
  359. .permalink a {
  360. color: {color:Text};
  361. }
  362.  
  363.  
  364. .border500 {
  365. overflow: hidden;
  366. margin-top: -7px;
  367. height: 1px;
  368. width: 350px;
  369. background-color: {color:border};
  370. margin-top: 9px;
  371. }
  372.  
  373.  
  374. .border2 {
  375. width: 90px;
  376. height:3px;
  377. background-color: {color:link};
  378. margin-top: 7px;}
  379.  
  380.  
  381. .border5 {
  382. border-top:1px solid {color:border};
  383. padding:10px;
  384. margin-top:20px;
  385. }
  386.  
  387.  
  388. .notes {
  389. margin-top: 20px;
  390. width: 500px;
  391. margin-left: -40px;
  392. margin-bottom: 70px;
  393. }
  394.  
  395. .notes li {
  396. list-style: none;
  397. padding: 5px;
  398. margin-bottom: 10px;
  399. border-radius: 5px;
  400. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  401. }
  402.  
  403. .notes li img {
  404. float: right;
  405. width: 12px;
  406. }
  407.  
  408.  
  409.  
  410. .affiliates {
  411. height:200px;
  412. width:350px;
  413. padding:5px;
  414. text-align:left;
  415. text-transform:uppercase;
  416. font-size:9px;
  417. letter-spacing:1px;
  418.  
  419. }
  420.  
  421. .affiliates img {
  422. padding:3px;
  423. width:50px;
  424. height:auto;
  425. border-radius:0px;
  426.  
  427.  
  428. }
  429.  
  430. .affiliates img:hover {
  431. -webkit-filter: grayscale(100%);
  432. z-index: -9999999999999999999999999px;
  433. -webkit-transition: all 0.7s ease-in-out;
  434. -moz-transition: all 0.7s ease-in-out;
  435. -o-transition: all 0.7s ease-in-out;
  436. -ms-transition: all 0.7s ease-in-out;
  437. transition: all 0.7s ease-in-out;
  438. }
  439.  
  440. .officiallinks {
  441. height:50px;
  442. width:350px;
  443. padding:5px;
  444. text-align:left;
  445. text-transform:uppercase;
  446. font-size:9px;
  447. letter-spacing:1px;
  448.  
  449. }
  450.  
  451. .officiallinks img {
  452. padding:3px;
  453. width:50px;
  454. height:auto;
  455. border-radius:0px;
  456.  
  457.  
  458. }
  459.  
  460. #pagination {
  461. padding: 20px;
  462. margin-bottom: 25px;
  463. border: 1px solid #fafafa;
  464. font-size: 21px;
  465. width: 500px;
  466. font-weight: bold;
  467. text-transform: uppercase;
  468. text-align: center;
  469. }
  470.  
  471. #posts #pagination a, #posts #pagination span {
  472. display: inline-block;
  473. margin: 0px 3px;
  474. color: {color:accent1};
  475. }
  476.  
  477.  
  478.  
  479. h1 { font-family: calibri;
  480. font-size: 11px;
  481. font-weight: 500;}
  482.  
  483. .projects b {
  484. text-transform: uppercase; font-size: 10px ;color: #aaaaaa;
  485. }
  486.  
  487. .projects b2 {
  488. text-transform: uppercase; font-size: 10px; color: {color:text};
  489. }
  490.  
  491. .projects b3 {
  492. text-align:left;text-transform: uppercase; font-size: 12px; color: #529ecc; font-weight: bold;
  493. }
  494.  
  495. .projects b4 {
  496. font-size: 10px ; font-weight: bold;
  497. }
  498.  
  499.  
  500. .projectsab { width: 95px; height: 80px; color:#fff; font-family: code; font-size: 17px; text-align: center; line-height: 110%; padding: 10px; padding-top: 30px; overflow: hidden; margin-top: 10px; background-color:{color:accent1}; text-shadow:1px 0px #3baac2; margin-left: -5px; margin-bottom: 10px;
  501.  
  502. }
  503.  
  504. .wrapper {width:1100px;margin:0 auto;overflow:hidden; }
  505.  
  506.  
  507. .icon {
  508. width:20px;
  509. height:17px;
  510. border-radius:100px;
  511. color:#ffffff; letter-spacing: -1px;
  512. background:{color:accent2};
  513. text-align:center;
  514. padding:10px; padding-top: 13px;
  515. margin-left: -2px;
  516. text-shadow:1px 0px #da5e61;
  517. font-size: 15px; margin-top: -2px;
  518. background-image:url({image:iconbg});
  519. }
  520. /* Dropdown Button */
  521. .dropbtn {
  522. background-color: #ffffff;
  523. color: black;
  524. font-family: code;
  525. font-weight:500;
  526. letter-spacing:1px;
  527. font-size:11px!important;
  528. text-transform:uppercase;
  529. line-height:10px;
  530. text-align:center;
  531. font-size: 11px;
  532. border: none;
  533. cursor: pointer;
  534. }
  535.  
  536. /* The container <div> - needed to position the dropdown content */
  537. .dropdown {
  538. position: relative;
  539. display: inline-block;
  540. }
  541.  
  542. /* Dropdown Content (Hidden by Default) */
  543. .dropdown-content {
  544. display: none;
  545. position: absolute;
  546. background-color: #fff;
  547. min-width: 100px;
  548. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  549. }
  550.  
  551. /* Links inside the dropdown */
  552. .dropdown-content a {
  553. color: black;
  554. padding: 15px 16px;
  555. text-decoration: none;
  556. display: block;
  557. }
  558.  
  559. /* Change color of dropdown links on hover */
  560. .dropdown-content a:hover {background-color: #f9f9f9}
  561.  
  562. /* Show the dropdown menu on hover */
  563. .dropdown:hover .dropdown-content {
  564. display: block;
  565. }
  566.  
  567.  
  568.  
  569. {CustomCSS}
  570.  
  571. </style></head><body>
  572.  
  573.  
  574.  
  575. <nav>
  576. <ol>
  577.  
  578. <li><a href="/">homepage</a> </li>
  579.  
  580. <li><a href="{text:link1 url}">{text:link1}</a></li>
  581. {/block:IfLink1}
  582. {block:IfLink2}
  583. <li><a href="{text:link2 url}">{text:link2}</a></li>
  584. {/block:IfLink2}
  585. {block:IfLink3}
  586. <li><a href="{text:link3 url}">{text:link3}</a></li>
  587. {/block:IfLink3}
  588. {block:IfLink5}
  589. <li><a href="{text:link5 url}">{text:link5}</a></li>
  590. {/block:IfLink5}
  591. <li><div class="dropdown">
  592. <a><button class="dropbtn">Creations</button></a>
  593. <div class="dropdown-content">
  594. <a href="/tagged/*">All</a>
  595. <a href="/tagged/gif*">Gifs</a>
  596. <a href="/tagged/edit*">Edits</a>
  597. <a href="/bymember">By Member</a>
  598. </div>
  599. </div>
  600. </li>
  601. {block:IfLink4}
  602. <li><a href="{text:link4 url}">{text:link4}</a></li>
  603. {/block:IfLink4}
  604. {block:IfLink6}
  605. <li><a href="{text:link6 url}">{text:link6}</a></li>
  606. {/block:IfLink6}
  607.  
  608.  
  609. </td>
  610.  
  611. </ol>
  612.  
  613. </nav>
  614.  
  615.  
  616. <header>
  617.  
  618. <script language="JavaScript">
  619.  
  620.  
  621. <!--
  622.  
  623. /*
  624. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  625. Over 400+ free JavaScripts here!
  626. Keep this notice intact please
  627. */
  628.  
  629. function random_imglink(){
  630. var myimages=new Array()
  631. //specify random images below. You can have as many as you wish
  632. myimages[1]="http://i.imgur.com/r7kr9hu.png"//harley
  633. myimages[2]="http://i.imgur.com/MFJU1Gc.png"//wondie
  634. myimages[3]="http://i.imgur.com/P9vxnOL.png"//bats
  635. myimages[4]="http://i.imgur.com/bldUTxA.png"//supes
  636.  
  637. var ry=Math.floor(Math.random()*myimages.length)
  638. if (ry==0)
  639. ry=1
  640. document.write('<img src="'+myimages[ry]+'" border=0>')
  641. }
  642. random_imglink()
  643. //-->
  644. </script>
  645.  
  646.  
  647.  
  648.  
  649. </header>
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656. <div id="contain">
  657.  
  658.  
  659.  
  660. <section id="sidebar">
  661.  
  662. <div id="box">
  663.  
  664.  
  665.  
  666. <div class="title"><div class="titlez">WELCOME</div><div class="info"></div></div>
  667.  
  668.  
  669. <div id="section" style="text-align: justify;-moz-text-align-last: center;
  670. text-align-last: center; "> Welcome to <b2>DCEU Movies</b2>, a fansite dedicated to the DC Extended Universe. Here you'll find regular updates of the DC Extended Universe, as well as gifs and edits of the movies and the cast.
  671. <br><br>
  672. <b>**This is not a spoiler free blog**</b> <br>spoilers will be tagged #spoilers <br><br>We track #dceumovies & #dceuedit <br>
  673. <a href="http://dceumovies.tumblr.com/contact"><b>Please read our FAQ page before asking any questions</b></a>
  674. </div>
  675. </div>
  676. <a href="http://dceumovies.tumblr.com/member">
  677. <div id="box2">
  678. <div class="title2"><div class="titlez2">JOIN US!</div><div class="info"></div></div>
  679.  
  680. </div>
  681. </a>
  682.  
  683. <div id="box">
  684. <div class="title"><div class="titlez">upcoming films</div><div class="info"></div></div>
  685.  
  686.  
  687. <div id="section" class="projects" style="min-height: 90px;">
  688.  
  689.  
  690.  
  691. <table><td width="150px;" style="padding-right:0px; padding-left: 8px;">
  692. <img src="http://i.imgur.com/Q2FqMyR.png" style="padding: 3px; margin: 2px; border-radius: 0px; border: 1px solid ;color:#6fd7ab;"> </a></td>
  693. <td style="padding-left: 5px;" valign="center">
  694. <b3>Suicide Squad</b3><br>
  695. <b>Release Date:</b><b2> 5 Aug 2016</b2><br>
  696. <b>Status:</b><b2> Awaiting Release</b2>
  697. <p><b4><a href="https://www.youtube.com/watch?v=PLLQK9la6Go">Trailer </a> </b4>
  698. </td></table>
  699.  
  700. <table><td width="150px;" style="padding-right:0px; padding-left: 8px;">
  701. <img src="http://i.imgur.com/sFWCtzv.png" style="padding: 3px; margin: 2px; border-radius: 0px;border: 1px solid ;color:#ff7981;"> </a></td>
  702. <td style="padding-left: 5px;" valign="center">
  703. <b3>Wonder Woman</b3><br>
  704. <b>Release Date:</b><b2> 23 Jun 2017</b2><br>
  705. <b>Status:</b><b2> Post Production </b2>
  706.  
  707. </td></table>
  708.  
  709. <table><td width="150px;" style="padding-right:0px; padding-left: 8px;">
  710. <img src="http://i.imgur.com/2nOldCx.png" style="padding: 3px; margin: 2px; border-radius: 0px; border: 1px solid ;color:#ffbe49;"> </a></td>
  711. <td style="padding-left: 5px;" valign="center">
  712. <b3>Justice League</b3><br>
  713. <b>Release Date:</b><b2> 17 Nov 2017</b2><br>
  714. <b>Status:</b><b2> Filming </b2>
  715.  
  716. </td></table>
  717.  
  718. </div></div>
  719.  
  720. <div id="box">
  721.  
  722. <div class="title"><div class="titlez">Our Squad</div><div class="info"></div></div>
  723.  
  724. <div id="section" class="members">
  725.  
  726.  
  727. {block:GroupMembers}
  728. <table style="margin-top:0px;">
  729. {block:GroupMember}
  730. <tr>
  731. <td style="width:40px;">
  732. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border-radius: 1px">
  733. </td>
  734. <td style="width:290px; height:auto;">
  735. <div id="m" style="margin-top:5px; line-height: 100%">
  736. <a href="{GroupMemberURL}" style="font-size: 8px; leter-spacing: 1px; text-transform: uppercase">{GroupMemberName}</a> <br><div style="font-size: 10px;">{GroupMemberTitle}</div></div>
  737. </td>
  738. </tr>
  739. {/block:GroupMember}
  740. </table>
  741. {/block:GroupMembers}
  742.  
  743. </div></div>
  744.  
  745.  
  746. <div id="box">
  747.  
  748.  
  749. <div class="title"><div class="titlez">AFFILIATES</div><div class="info"></div></div>
  750. <div id="section">
  751. <div style="overflow: scroll; margin-top:0px; margin-right:0px; margin-left:-15px; width: 330px; height: 200px">
  752.  
  753.  
  754.  
  755.  
  756. <div class="affiliates">
  757.  
  758. <center>
  759. <a href="http://galgadotsource.tumblr.com/" title="galgadotsource"><img src="https://65.media.tumblr.com/avatar_967e26f35737_128.png"/></a>
  760. <a href="http://dcvertigodaily.tumblr.com/" title="dcvertigodaily"><img src="http://67.media.tumblr.com/avatar_ee699ddb12c4_128.png"/></a>
  761. <a href="http://theflashdaily.tumblr.com/" title="theflashdaily"><img src="http://66.media.tumblr.com/avatar_ccf6dd17d7cc_128.png"/></a>
  762. <a href="http://dailydcheroes.tumblr.com/" title="dailydcheroes"><img src="https://67.media.tumblr.com/avatar_b5ea62757a17_128.png"/></a>
  763. <a href="htttp://dailybatfleck.tumblr.com" title="dailybatfleck"><img src="https://67.media.tumblr.com/avatar_c94294f7ad74_128.png"/></a>
  764. <a href="http://dickgraysondaily.tumblr.com/" title="dickgraysondaily"><img src="https://66.media.tumblr.com/2940b07c4d3f6d00e4ff639e299a0838/tumblr_o9bhkixVWD1u2giato1_75sq.png"/></a>
  765. <a href="http://flashgifs.tumblr.com/" title="flashgifs"><img src="http://67.media.tumblr.com/avatar_a2261f39e886_128.png"/></a>
  766. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  767. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  768. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  769. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  770. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  771. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  772. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  773. <a href="/apply" title="apply"><img src="http://i.imgur.com/E4MLava.png"/></a>
  774.  
  775.  
  776. </center>
  777.  
  778.  
  779.  
  780. </div></div>
  781.  
  782. <div style= "text-align:center; padding:5px" ><a href="http://dccinematicdaily.tumblr.com/affiliate"><b4>Apply to be an Affiliate</b4></a></div>
  783.  
  784. </div></div>
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795. <div id="box">
  796.  
  797. <div class="title"><div class="titlez">ABOUT/Disclaimer</div><div class="info"></div></div>
  798. <div id="section">
  799.  
  800.  
  801. <b>About:</b> DC Extended Universe<br>
  802.  
  803. <b>Established:</b> June 2016 <br>
  804.  
  805. <b>Admin:</b> <a href="http://blackcarany.tumblr.com/"><c>Maja</c></a>, <a href="http://connerkent.tumblr.com/"><c>Syn</c></a><br>
  806. <b>Theme: </b> <a href="http://claraosmin.tumblr.com/">claraosmin</a> + custom coding by Syn <br>
  807. <br>
  808.  
  809. DCEU Movies is not affiliated with DC or Warner Bros. Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  810.  
  811. </div></div>
  812.  
  813.  
  814.  
  815.  
  816. </section>
  817.  
  818.  
  819.  
  820. <section id="posts">
  821. {block:Posts}
  822.  
  823.  
  824.  
  825. <div id="post" >
  826.  
  827.  
  828.  
  829. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  830.  
  831. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  832.  
  833. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  834. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  835.  
  836. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  837.  
  838. {block:Photoset}<center>{Photoset-500}</center>
  839. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  840.  
  841. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  842.  
  843. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  844.  
  845. {block:Answer}
  846. <div class="ask"><div style="color: #555555; padding: 10px; padding-bottom: 8px; background-color: #f7f7f7; text-transform: none; font-style: italic;"><table><td><img src="{AskerPortraitURL-30}" style="border: 8px solid #fff; margin: 1px; margin-right: 5px;"></td><td><font style="font-size: 8px; text-transform: uppercase; width: 64px; line-height: 30%; margin-top: -10px; letter-spacing: 1px;"> {Asker} SAID:</font><br><font style="text-transform: lowercase;">
  847. {Question}</font></td></table>
  848. </div><div style="margin-left: 0px; margin-top: -5px;">
  849. {Answer}</div></div>
  850. {/block:Answer}
  851.  
  852.  
  853. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  854. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  855. {/block:ExternalAudio}
  856. <br>{AudioPlayerwhite}<br></span>
  857. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  858.  
  859.  
  860. {block:Date}
  861. <div class="permalink" style="border-top: 1px solid {color:border}; padding-top: 10px;">
  862.  
  863.  
  864. <a href="{Permalink}"><span class="date">{DayOfMonthWithZero}{ShortMonth}</span></a> with
  865. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;&nbsp; <div style="float: right;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:accent2}">{ReblogParentName} </a> {block:ContentSource} • <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:accent2}">{ReblogRootName}</a>{/block:ContentSource}
  866. {/block:RebloggedFrom} {block:RebloggedFrom}
  867. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  868. {/block:RebloggedFrom}</a>
  869. {block:ContentSource}
  870. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  871. {/block:ContentSource}</div> <br>
  872.  
  873. {block:HasTags}
  874. {block:Tags}<a href="{TagURL}" style="font-style:italic; font-size: 9px; font-weight: bold; color: {color:accent2}">{Tag} &nbsp; &nbsp;</a>{/block:Tags}
  875. {/block:HasTags}
  876.  
  877. </div>
  878.  
  879.  
  880. <br>
  881.  
  882. {/block:Date}
  883.  
  884. </div>
  885.  
  886.  
  887.  
  888.  
  889.  
  890. <p>
  891. {block:PostNotes}
  892. <div style="margin-left:15px;">
  893. {PostNotes}{/block:PostNotes}
  894.  
  895.  
  896. {/block:Posts}
  897.  
  898.  
  899.  
  900. <div id="pagi">
  901. {block:IndexPage}
  902. <div id="pagination">
  903. {block:Pagination}
  904. {block:JumpPagination length="5"}
  905. {block:CurrentPage}
  906. <span class="current_page">{PageNumber}</span>
  907. {/block:CurrentPage}
  908. {block:JumpPage}
  909. <a class="jump_page" href="{URL}">{PageNumber}</a>
  910. {/block:JumpPage}
  911. {/block:JumpPagination}
  912. {/block:Pagination}
  913. </div>
  914. {/block:IndexPage}
  915. </div>
  916. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  917. <a href="http://claraosmin.tumblr.com/">THEME</a></div>
  918. </div>
  919.  
  920. </div>
  921.  
  922. </div>
  923. </div>
  924.  
  925. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement