Advertisement
Guest User

Untitled

a guest
Sep 21st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.13 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. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  9.  
  10.  
  11. <meta name="color:bg" content="#f0ecec">
  12. <meta name="color:navibg" content="#0c0c0c">
  13. <meta name="color:navifont" content="#ffffff">
  14. <meta name="color:naviborderhover" content="#4e4e4e">
  15. <meta name="color:containerbg" content="#fff">
  16. <meta name="color:border" content="#f1f1f1">
  17. <meta name="color:title" content="#fff">
  18. <meta name="color:link" content="#5fc5df">
  19. <meta name="color:hover" content="#2b798c">
  20. <meta name="color:text" content="#444">
  21. <meta name="color:scrollbar" content="#eeeeee">
  22. <meta name="color:boxbg" content="#ffffff">
  23. <meta name="color:accent1" content="#f6b651">
  24. <meta name="color:accent2" content="#8ddb58">
  25.  
  26.  
  27. <meta name="image:header" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:iconbg" content=""/>
  30.  
  31. <meta name="text:link1" content="">
  32. <meta name="text:link1 url" content="/">
  33. <meta name="text:link2" content="">
  34. <meta name="text:link2 url" content="/">
  35. <meta name="text:link3" content="">
  36. <meta name="text:link3 url" content="/">
  37. <meta name="text:link4" content="">
  38. <meta name="text:link4 url" content="/">
  39. <meta name="text:link5" content="">
  40. <meta name="text:link5 url" content="/">
  41.  
  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.  
  77. body {
  78. background:#000;
  79. margin: 0px;
  80. color: {color:text};
  81. font-family: Arial;
  82. font-size: 11px;
  83. line-height: 19px;
  84. background-attachment: fixed;
  85. background-repeat: no-repeat;
  86. word-wrap: break-word;
  87.  
  88. }
  89.  
  90. a {
  91. color: #333;
  92. text-decoration: none;
  93. transition: all 0.2s;
  94. -webkit-transition: all 0.2s;
  95. -moz-transition: all 0.2s;
  96. }
  97.  
  98. b {
  99. color: rgba(84, 113, 100, 0.86);
  100. }
  101.  
  102.  
  103. a:hover {
  104. color: {color:hover};
  105. transition: all 0.2s;
  106. -webkit-transition: all 0.2s;
  107. -moz-transition: all 0.2s;
  108. }
  109.  
  110.  
  111.  
  112.  
  113.  
  114. H2 {
  115. margin-top: 6px;
  116. font-size: 16px;
  117. font-family: 'open sans';
  118. line-height: 22px;
  119. text-align: center;
  120. /* text-shadow: #eeeeee 0.0em 0.1em 0.1em; */
  121. color: #867f7f;
  122. width: 500px;
  123. text-transform: uppercase;
  124. letter-spacing: 0px;
  125. font-weight: 100;
  126. }
  127.  
  128.  
  129. H3 {
  130. margin-top: 6px;
  131. font-size: 15px;
  132. font-family: sans-serif;
  133. line-height: 22px;
  134. text-align: center;
  135. /* text-shadow: #eeeeee 0.0em 0.1em 0.1em; */
  136. color: #867f7f;
  137. width: 500px;
  138. /* text-transform: uppercase; */
  139. letter-spacing: 0px;
  140. font-weight: 100;
  141. }
  142.  
  143. blockquote {
  144. padding-left: 15px;
  145. margin-left: 10px;
  146. border-left: 2px solid {color:border};
  147. }
  148.  
  149. .clear {
  150. clear: both;
  151. }
  152.  
  153. #header {
  154. position:relative;
  155. margin:auto;
  156. width:100%;
  157. height: 40px;
  158. margin-bottom: 0px;
  159. background-image:url({image:header});
  160. z-index: 999;
  161. background-position: center;
  162. padding-top: 0px;
  163. margin-top: 40px;
  164. }
  165.  
  166. #contain {
  167. width: 1060px;
  168. background-color: #fff;
  169. margin: 0px auto;
  170. margin-top: 400px;
  171. height: 500%;
  172. min-height:1500px;
  173.  
  174. }
  175.  
  176. #headerinfo {
  177. width: 1060px;
  178. background:rgba(27, 27, 27, 0.68);
  179. margin: 0px auto;
  180. height: 250px;
  181. font-size:12px;
  182. font-family:arial;
  183. color:#fff;
  184. position:relative;
  185. }
  186.  
  187.  
  188. #headerbio {
  189. width: 1020px;
  190. background:#fff;
  191. margin: 0px auto;
  192. padding:20px;
  193. font-size:12px;
  194. font-family:arial;
  195. color:#222;
  196. position:relative;
  197. }
  198.  
  199.  
  200. .title {
  201. font-size: 10px;
  202. text-transform: uppercase;
  203. letter-spacing: 1px;
  204. font-family: times;
  205. font-weight: 100;
  206. text-align: left;
  207. margin-left: 0px;
  208. margin-bottom: 4px;
  209. color: #444;
  210. }
  211.  
  212. .titlez {
  213. font-size: 15px;
  214. /* border-bottom: 1px solid #D5D5D5; */
  215. color: #FEFEFE;
  216. padding: 10px;
  217. background: rgba(84, 113, 100, 0.86);;
  218. text-align: center;
  219. font-family: times;
  220. }
  221.  
  222. }
  223.  
  224.  
  225. .sidebarborder500 {
  226. overflow: hidden;
  227. height: 2px;
  228. width: 390px;
  229. background: url('http://img.archiexpo.com/images_ae/photo-g/synthetic-upholstery-leather-plain-61667-6995223.jpg');
  230. margin-top: 9px;
  231. }
  232.  
  233.  
  234.  
  235. #sidebar {
  236. margin-left: 30px;
  237. position: absolute;
  238. width: 355px;
  239. margin-top: 50px;
  240. z-index: 999999;
  241. padding: 20px;
  242. background: transparent;
  243. border: 0px solid #eee;
  244. }
  245.  
  246. #sidebar #section {
  247. margin-bottom: 60px;
  248. font-size: 11px;
  249. line-height: 17px;
  250. margin-left: -10px;
  251. background-color: transparent;
  252. margin-top: px;
  253. color:#222;
  254. padding: 15px;
  255. width: 340px;
  256. /* border-top: 1px solid #EFEFEF; */
  257. text-align: justify;
  258. }
  259.  
  260.  
  261. #sidebar #section a {
  262. color: #191919;
  263. }
  264.  
  265.  
  266. #posts {
  267. width: 670px;
  268. margin-left: 470px;
  269. margin-top: -400px;
  270. z-index: 999999;
  271. padding-top: 30px;
  272.  
  273. }
  274.  
  275. #post {
  276. margin-bottom: 50px;
  277. width: 500px;
  278. background-color:{color:boxbg};
  279. padding: 30px;
  280. border: 0px double {color:border};
  281. margin-top: 20px;
  282. box-shadow: 0 0 50px 0 rgba(0,0,0,0.100);
  283. }
  284.  
  285.  
  286.  
  287. .permalink {
  288. letter-spacing: 0px;
  289. margin-top: 10px;
  290. font-size: 10px;
  291. color:#ddd;
  292. padding-bottom: 0px;
  293. margin-bottom: -5px;
  294. line-height: 170%;
  295. font-family: 'Open Sans', sans-serif;
  296.  
  297. }
  298.  
  299.  
  300. .permalink a {
  301. color: {color:Text};
  302. }
  303.  
  304.  
  305.  
  306.  
  307. .border500 {
  308. overflow: hidden;
  309. margin-top: -7px;
  310. height: 1px;
  311. width: 350px;
  312. background-color: {color:border};
  313. margin-top: 9px;
  314. }
  315.  
  316.  
  317. .border2 {
  318. width: 90px;
  319. height:3px;
  320. background-color: {color:link};
  321. margin-top: 7px;}
  322.  
  323.  
  324. .border5 {
  325. border-top:1px solid {color:border};
  326. padding:10px;
  327. margin-top:20px;
  328. }
  329.  
  330.  
  331. .notes {
  332. margin-top: 20px;
  333. width: 500px;
  334. margin-left: -40px;
  335. color:#ddd;
  336. margin-bottom: 70px;
  337. }
  338.  
  339. .notes .a {
  340. color:#ddd;
  341. }
  342.  
  343. .notes li {
  344. list-style: none;
  345. padding: 5px;
  346. margin-bottom: 10px;
  347. border-radius: 5px;
  348. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  349. }
  350.  
  351. .notes li img {
  352. float: right;
  353. width: 12px;
  354. }
  355.  
  356. #pagination {
  357. padding: 20px;
  358. margin-bottom: 25px;
  359. border: 0px solid #fafafa;
  360. font-size: 17px;
  361. width: 500px;
  362. font-family: arial;
  363. text-transform: uppercase;
  364. text-align: center;
  365. }
  366.  
  367.  
  368. #posts #pagination a, #posts #pagination span {
  369. display: inline-block;
  370. margin: 0px 10px;
  371. color: #8C8C8C;
  372. }
  373.  
  374.  
  375.  
  376.  
  377. #box3 {
  378. margin-top:58px;
  379. margin-left:40px;
  380. width:auto;
  381. height:auto;
  382. padding:10px;
  383. position:fixed;
  384. background-color:transparent;
  385. }
  386.  
  387. #month3 {
  388. width:104px;
  389. height:auto;
  390. text-align:center;
  391. display:block;
  392. padding:5px;
  393. color:#000; /** change text color **/
  394. font-family: calibri;
  395. font-size:8px;
  396. letter-spacing:0.5px;
  397. text-transform:uppercase;
  398. }
  399.  
  400. #rain3 {
  401. color:#000; /** change text color **/
  402. font-family: calibri;
  403. font-size:7px;
  404. margin-left:5px;
  405. text-transform:uppercase;
  406. margin-top:5px;
  407. display:inline-block;
  408. }
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415. h1 { font-family: calibri;
  416. font-size: 11px;
  417. font-weight: 500;}
  418.  
  419. .projects b {
  420. text-transform: uppercase; font-size: 9px;
  421. }
  422.  
  423. .projects b2 {
  424. text-transform: uppercase; font-size: 9px; color: {color:text}; font-weight: bold;
  425. }
  426.  
  427.  
  428. .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;
  429.  
  430. }
  431.  
  432. .wrapper {width:1100px;margin:0 auto;overflow:hidden; }
  433.  
  434.  
  435.  
  436. .icon {
  437. width:20px;
  438. height:17px;
  439. border-radius:100px;
  440. color:#ffffff; letter-spacing: -1px;
  441. background:{color:accent2};
  442. text-align:center;
  443. padding:10px; padding-top: 13px;
  444. margin-left: -2px;
  445. text-shadow:1px 0px #da5e61;
  446. font-size: 15px; margin-top: -2px;
  447. background-image:url({image:iconbg});
  448. }
  449.  
  450.  
  451. /*/ Header LINKS /*/
  452.  
  453. .headerlinks {
  454. margin-left: 460px;
  455. position: absolute;
  456. margin-top: 150px;
  457. width: 300px;
  458. }
  459.  
  460. .headerlinks a {
  461.  
  462. display: inline;
  463. font-family: Arial;
  464. font-size: 12px;
  465. letter-spacing: 0px;
  466. background: #fff;
  467. width: 300px;
  468. padding: 7px;
  469. text-align: left;
  470. color: #222;
  471. text-transform: none;
  472.  
  473.  
  474. }
  475.  
  476.  
  477. .toplinks {
  478. background: #FFFFFF;
  479. color: #bdaba1;
  480. text-align: center;
  481. border-right: 0px solid;
  482. border-left: 0px solid;
  483. width: 1060px;
  484. position: relative;
  485. border-bottom: 0px solid #ededed;
  486.  
  487.  
  488. }
  489.  
  490. .toplinks a{ width: 85px;
  491. height: 8px;
  492. background-color: #fff;
  493. margin-left: -10px;
  494. font-size: 10px;
  495. color: #767676;
  496. font-family: Arial;
  497. text-transform: uppercase;
  498. text-decoration: none;
  499. letter-spacing: 0px;
  500. display: inline-block;
  501. text-align: center;
  502. padding: 5px 10px 15px 10px;
  503. border: 0px solid #ffffff;
  504. border-radius: 0px;
  505. margin-right: 5px;
  506. }
  507.  
  508. .toplinks a:hover{
  509. background: rgba(84, 113, 100, 0.86);
  510. color:#fff;
  511. }
  512.  
  513.  
  514.  
  515. .headerlinks a:hover {
  516. background: rgba(84, 113, 100, 0.86);
  517. color:#fff;
  518. }
  519.  
  520.  
  521. /*/ OFFICIAL LINKS /*/
  522.  
  523.  
  524. .officiallinks {
  525. margin-left:-40px;
  526.  
  527. }
  528.  
  529. .officiallinks a {
  530. display: inline-block;
  531. font-family: Arial;
  532. font-size: 11px;
  533. /* margin: 3px; */
  534. letter-spacing: 0px;
  535. background: transparent;
  536. width: 335px;
  537. padding: 7px;
  538. border-bottom: 1px solid #EFEFEF;
  539. text-align: left;
  540. color: #363636;
  541. margin-bottom: 2px;
  542. text-transform: none;
  543. font-weight: bold;}
  544.  
  545. .officiallinks a:hover {
  546. background-image:url('');
  547. background:transparent;
  548. color:#fff;
  549. padding-left:15px;
  550.  
  551. }
  552.  
  553.  
  554.  
  555.  
  556. .gallerypic {
  557. -webkit-filter: grayscale(0.5);
  558. z-index: -9999999999999999999999999px;
  559. -moz-transition-duration: 0.1s;
  560. -webkit-transition-duration: 0.1s;
  561. -o-transition-duration: 0.1s;
  562. }
  563.  
  564. .gallerypic:hover {
  565. -webkit-filter: grayscale(0%);
  566. }
  567.  
  568.  
  569. #footer {
  570. position: relative;
  571. bottom: 0;
  572. left: 0;
  573. width: 100%;
  574. height: auto;
  575. background-color: ;
  576. font-size: 25px;
  577. margin-left: -10px;
  578. z-index: 901;
  579. margin-top: 20px;
  580. padding-top: 10px;
  581. margin-bottom: 50px;
  582. }
  583.  
  584.  
  585.  
  586.  
  587. #footer .pgn {
  588. font-family: 'Calibri';
  589. font-size: 15px;
  590. letter-spacing: 8px;
  591. margin-bottom:5px;
  592.  
  593.  
  594. }
  595.  
  596. #footer .copyright {
  597. font-family: Arial;
  598. text-align: center;
  599. font-size: 12px;
  600. line-height: 16px;
  601. letter-spacing: 0px;
  602. margin-bottom: 5px;
  603.  
  604.  
  605. }
  606.  
  607.  
  608.  
  609. #footer .disclaimer {
  610. font-family: times;
  611. font-size: 14px;
  612. color: #fff;
  613. line-height: 20px;
  614. text-transform: uppercase;
  615. /* padding-left: 320px; */
  616. /* padding-right: 250px; */
  617. margin-bottom: 20px;
  618. text-align: center;
  619.  
  620. }
  621.  
  622. .schedulebox {
  623. width:400px;
  624. margin-left:100px;
  625. }
  626.  
  627.  
  628.  
  629. /*/ PARTNER /*/
  630.  
  631. .partners {
  632. margin-top:-55px;
  633. margin-left:0px;
  634. width: 330px;
  635. font-family: arial;
  636. font-size: 11px;
  637. line-height: 17px;
  638. padding: 0px;
  639. text-align: justify;
  640. }
  641.  
  642.  
  643. .partnerimg {
  644. margin: 0px;
  645. padding: 0px;
  646. border-radius: 50px;
  647. border: 1px solid {color:boximageaccent};
  648. }
  649.  
  650. .partnerimg:hover {
  651. margin: 0px;
  652. padding: 0px;
  653. border-radius: 50px;
  654. border: {color:boximageaccenthover} 1px solid;
  655. }
  656.  
  657.  
  658. .partner {
  659. margin-top:0px;
  660. font-family: arial;
  661. text-transform: capitalize;
  662. font-size: 10px;
  663. letter-spacing: -1px;
  664. }
  665.  
  666.  
  667.  
  668. .textbox {
  669. background: #F5F5F5;
  670. width: 285px;
  671. height: auto;
  672. position: static;
  673. padding: 8px;
  674. border-top: 1px solid #ddd;
  675. margin-left: 94px;
  676. }
  677.  
  678. .welcomemessage {
  679. position: absolute;
  680. width: 390px;
  681. margin-left: 30px;
  682. margin-top: 30px;
  683. }
  684.  
  685.  
  686. .todaybutton {
  687. position: absolute;
  688. width: 390px;
  689. margin-left: 445px;
  690. margin-top: 70px;
  691. }
  692.  
  693.  
  694. .nextmatchtitle {
  695. position: absolute;
  696. margin-left: 700px;
  697. margin-top: 50px;
  698. }
  699.  
  700. .nextmatch { position: absolute;
  701. margin-left: 800px;
  702. margin-top: 57px;
  703. }
  704.  
  705. .linktitle {
  706. position: absolute;
  707. width: 310px;
  708. margin-left: 590px;
  709. margin-top: 155px;
  710. }
  711.  
  712.  
  713. .latestimagespic {
  714. position: absolute;
  715. width: 230px;
  716. margin-left: 485px;
  717. margin-top: 30px;
  718. border: 2px solid #fff;
  719. padding: 6px;
  720. }
  721.  
  722. .latestimagespic:hover {
  723. border:2px solid transparent;
  724. -webkit-filter: grayscale(0.6);
  725. z-index: -9999999999999999999999999px;
  726. -moz-transition-duration: 0.5s;
  727. -webkit-transition-duration: 0.5s;
  728. -o-transition-duration: 0.5s;
  729. padding:6px;
  730.  
  731.  
  732. }
  733.  
  734.  
  735. .chat {
  736. line-height:12px;
  737. list-style: none;
  738. }
  739.  
  740. .chat ul {
  741. line-height:15px;
  742. list-style:none;
  743. padding:0px;
  744. line-height:20px;
  745. }
  746.  
  747. .person1 {
  748. background-color:#F1F1F1;
  749. color:{color:Text};
  750. }
  751.  
  752. .person1 .label {
  753. font-weight:bold;
  754. padding:0px;
  755. margin-left:5px;
  756. color:{color:Text};
  757. }
  758.  
  759. .person2 {
  760. color:{color:Text};
  761. }
  762.  
  763. .person2 .label {
  764. font-weight:bold;
  765. padding:0px;
  766. margin-left:5px;
  767. color:{color:Text};
  768. }
  769.  
  770.  
  771.  
  772.  
  773. .ask {
  774. padding:10px;
  775. border-radius:5px;
  776. text-align:left;
  777. color:{color:text};
  778. background-color:#f7f7f7f;
  779. border:1px solid #f7f7f7f;
  780. }
  781.  
  782. #asker {
  783. width: 48px;
  784. height: 48px;
  785. position: absolute;
  786. margin-top: 0px;
  787. margin-left: -15px;
  788. }
  789.  
  790. .asker {
  791. text-transform: uppercase;
  792. margin-left: 0px;
  793. margin-top: 3px;
  794. font-weight: bold;
  795. font-family: arial;
  796. font-size: 10px;
  797. text-align: right;
  798.  
  799. color:{color:link};
  800. }
  801.  
  802. .question {
  803. text-transform: none;
  804. width: 460px;
  805. font-family: Arial;
  806. text-align: left;
  807. font-size: 11px;
  808. line-height: 17px;
  809. /* font-style: italic; */
  810. padding: 10px;
  811. background-color: #F4F4F4;
  812. color: #444;
  813. }
  814.  
  815. .answer {
  816. text-align:left;
  817. padding:10px;
  818. margin-top:-10px;
  819. color:{color:text};
  820. }
  821.  
  822.  
  823.  
  824. .teamstitle {
  825. font-family: arial;
  826. font-size: 10px;
  827. text-transform: uppercase;
  828. letter-spacing: 1px;
  829. background: rgba(106, 131, 120, 0.06);
  830. color: #4D4D4D;
  831. padding: 5px;
  832. margin-left:-5px;
  833.  
  834. }
  835.  
  836.  
  837. .fanbooktext {
  838. font-size: 11px;
  839. margin-left: 147px;
  840. margin-top: -149px;
  841. width: 210px;
  842. }
  843.  
  844.  
  845.  
  846. aside .schedule {
  847. width:219px;
  848. padding:6px;
  849. border-spacing:0;
  850. }
  851. aside .schedule td {
  852. vertical-align:baseline;
  853. padding:6px;
  854. line-height:initial;
  855. text-transform:uppercase;
  856. border-bottom:1px solid {color:post border};
  857. }
  858. aside .schedule tr:last-child td {
  859. border-bottom:0;
  860. }
  861. aside .schedule .date {
  862. width:1px;
  863. font-family:'inconsolata', consolas, 'courier new', monospace;
  864. font-size:10px;
  865. border-color:{color:bold};
  866. }
  867. aside .schedule .details {
  868. font-size:8px;
  869. padding-left:8px;
  870. letter-spacing:1px;
  871. color:{color:post info};
  872. }
  873.  
  874.  
  875.  
  876.  
  877. /*/ REBLOG, NOTES, VIA & SOURCE BUTTON /*/
  878.  
  879. .not {
  880. width:500px;
  881. padding:0px;
  882. margin-top:10px;
  883. text-align:left;
  884. }
  885.  
  886. .not a {
  887. font-family: arial;
  888. font-size: 11px;
  889. letter-spacing: 0px;
  890. text-align: left;
  891. padding: 5px;
  892. margin-right: 5px;
  893. display: inline-block;
  894. background-color: rgba(84, 113, 100, 0.86);
  895. color: #FFFFFF;
  896. }
  897.  
  898. .not a:hover {
  899. background-color:{color:notesbuttonbghover};
  900. color:{color:notesbuttonfonthover};
  901. }
  902.  
  903.  
  904.  
  905.  
  906.  
  907. {CustomCSS}
  908.  
  909. </style></head><body>
  910.  
  911. <div id="header" style="margin-top: 0px;">
  912. </div>
  913.  
  914. <font style=" font-size: 28px;
  915. font-family: 'times';
  916. text-transform: lowercase;
  917. color: #CECECE;
  918. line-height: 50px;
  919. letter-spacing: 1px;
  920. font-style: italic;
  921. margin-left: 100px;">julian<b><font style="color:#F1F1F1">draxler</b></font>fans.</font>
  922.  
  923.  
  924.  
  925.  
  926. <div id="headerbio">
  927. Julian Draxler is a German footballer who plays as an attacking midfielder for Bundesliga club VfL Wolfsburg and the German national team. Julian was born in Gladbeck, Germany on the 20th of September 1993 as the second son of Monika and Hans-Jürgen Draxler. Early on, he discovered his passion for football and so it was not much of a surprise that he and his older brother Patrick were regulars at the local football field. In 2000 his parents enrolled him at BV Rentfort, where the course for his professional career was set. Another 3 months he played for SSV Buer, before he transferred to FC Schalke 04 in 2001. Beginning with the F-youth Julian went through all youth teams of FC and finally, at the age of 17, made it into the first team in 2011. In summer 2015 Julian joined the german Bundesliga club VfL Wolfsburg.
  928. </div>
  929.  
  930.  
  931.  
  932. <div id="headerinfo">
  933.  
  934. <img src="http://36.media.tumblr.com/357b1cd0fadec02080fe4a9567860e41/tumblr_ntjurwKLZn1smtsm0o1_500.jpg" align="right" style="position:relative; width:253px" >
  935.  
  936.  
  937. <div class="welcomemessage">
  938.  
  939. <font style=" background: #fff;
  940. color: #222;
  941. padding: 7px;
  942. font-size: 16px;
  943. font-family: times;
  944. font-weight: bold;
  945. /* text-transform: upercase; */
  946. font-style: italic;">welcome</font>
  947.  
  948.  
  949. <br><br>
  950. <center>
  951. Welcome to JULIANDRAXLERFANS - your #1 source and ultimate fansite for Schalke's Midfielder and German National Team player Julian Draxler. It will bring you the latest photos, videos, interviews and more. Make sure to check out the Navigation page to find things easier.
  952. <br><br>
  953.  
  954.  
  955.  
  956.  
  957.  
  958. <a href="http://juliandraxlerfans.tumblr.com/tagged/HQ" style="color:#fff">
  959.  
  960. <i class="fa fa-camera"></i>&nbsp; HQ Pictures &nbsp; / </a> &nbsp;
  961.  
  962.  
  963. <a href="http://juliandraxlerfans.tumblr.com/tagged/video"style="color:#fff">
  964.  
  965. <i class="fa fa-video-camera"></i>&nbsp; Videos &nbsp; / </a> &nbsp;
  966.  
  967.  
  968. <a href="http://juliandraxlerfans.tumblr.com/tagged/interview" style="color:#fff">
  969.  
  970. <i class="fa fa-comment"></i>&nbsp; Interviews &nbsp; / </a> &nbsp;
  971.  
  972.  
  973. <a href="http://juliandraxlerfans.tumblr.com/tagged/gif" style="color:#fff">
  974.  
  975. <i class="fa fa-heart"></i>&nbsp; Gifs &nbsp; </a> &nbsp;
  976.  
  977. <br><br>
  978.  
  979. <form action="/search" method="get" class="sfm" style="">
  980. <input type="text" name="q" value="Search..." id="sf" style=" width: 225px;
  981. height: 20px;
  982. background: rgba(27, 27, 27, 0.68);;
  983. color: #fff;
  984. border: 1px;"/>
  985. <input type="image" value="Search" src="http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png" style=" width: 30px;
  986. height: 30px;
  987. margin-top: -3px;
  988. position: absolute;" id="sb"/>
  989. </form>
  990.  
  991.  
  992. <table width='100%'><tr><td align='center' style="
  993. margin-top: -225px;
  994. position: absolute;
  995. margin-left: 420px;"><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width='137' height='168'><param name=movie value='http://www.websmultimedia.com/flash/wm_reloj.swf?_id1=1&_id2=14&_id3=1&_id4=1&_id5=7&_id6=1&_id7=1&_id8=1&_id9=16646139&_id10=16776447&_id11=16776703&_id12=144277&_id13=16776447&_id14=0&_id15=16515070&_id17=1&_id19=1' /><param name=quality value=high /><param name=wmode value=transparent /><embed src='http://www.websmultimedia.com/flash/wm_reloj.swf?_id1=1&_id2=14&_id3=1&_id4=1&_id5=7&_id6=1&_id7=1&_id8=1&_id9=16646139&_id10=16776447&_id11=16776703&_id12=144277&_id13=16776447&_id14=0&_id15=16515070&_id17=1&_id19=1' quality=high wmode=transparent pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='137' height='168' /></embed></object></td></tr><tr><td align='center'><a href='http://www.limyvps.com'></a> <a href='http://www.superbvpn.com/vpn-norway'></a></td></tr></table>
  996.  
  997.  
  998.  
  999.  
  1000. </div></center>
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008. <div class="todaybutton">
  1009.  
  1010. <font style="
  1011. padding: 7px;
  1012. font-family: times;
  1013. font-size: 18px;
  1014. font-style: italic;
  1015. font-weight: bold;
  1016. color:#9AA7B8;
  1017. /* text-transform: upercase; */
  1018. "></font>
  1019.  
  1020. </div>
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027. <div class="linktitle">
  1028.  
  1029. <font style=" background: transparent;
  1030. color: rgba(84, 113, 100, 0.86);
  1031. padding: 7px;
  1032. font-size: 16px;
  1033. font-family: times;
  1034. font-weight: bold;
  1035. font-style: italic;
  1036. border-bottom: 1px solid; ">juliandraxlerfans online</font>
  1037.  
  1038.  
  1039.  
  1040. </div>
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050. <br><br><br>
  1051.  
  1052. <div class="headerlinks">
  1053.  
  1054.  
  1055.  
  1056. <a href="http://twitter.com/draxler_fans" target="_blank">
  1057. <i class="fa fa-twitter"></i>&nbsp;
  1058. Twitter</a>
  1059.  
  1060.  
  1061. <a href="http://instagram.com/juliandraxlerfans" target="_blank">
  1062. <i class="fa fa-instagram"></i>&nbsp;
  1063. Instagram</a>
  1064.  
  1065.  
  1066. <a href="http://tumblr.com/follow/juliandraxlerfans" target="_blank">
  1067. <i class="fa fa-tumblr"></i>&nbsp;
  1068. Tumblr</a>
  1069.  
  1070.  
  1071. <a href="http://juliandraxlerfans.tumblr.com/gallery" target="_blank">
  1072. <i class="fa fa-camera"></i>&nbsp;
  1073. Gallery</a>
  1074.  
  1075. </div>
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081. </div>
  1082.  
  1083.  
  1084.  
  1085. <center>
  1086. <div class="toplinks">
  1087.  
  1088. <a href="/"><i class="fa fa-home"></i> Homepage</a>
  1089. <a href="/askbox"><i class="fa fa-envelope"></i> contact</a>
  1090. <a href="/navigation"><i class="fa fa-list-ul"></i> navigation</a>
  1091. <a href="/gallery" target="blank"><i class="fa fa-camera"></i> gallery</a>
  1092. <a href="/index" style="width:111px"><i class="fa fa-calendar"></i>
  1093. match index</a>
  1094. <a href="/tagged/news" style="width:111px"><i class="fa fa-star"></i> news & updates</a>
  1095. <a href="/archive"><i class="fa fa-archive"></i> archive</a>
  1096. <a href="http://tumblr.com/follow/juliandraxlerfans"><i class="fa fa-plus-circle"></i> Follow</a>
  1097.  
  1098. </div></center>
  1099.  
  1100.  
  1101. <div id="contain">
  1102.  
  1103.  
  1104.  
  1105. <section id="sidebar">
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114. <div class="title"><div class="titlez">Teams</div><div class="info" style=" padding-top: 8px;
  1115. text-align: center;
  1116. padding-bottom: 5px;
  1117. font-family: arial;
  1118. font-size: 9px;">
  1119.  
  1120. </div></div>
  1121.  
  1122. <div id="section">
  1123.  
  1124.  
  1125. <div class="teamstitle">
  1126. VfL Wolfsburg <font style="font-weight:bold;font-size:12px">#10</font>
  1127. </div>
  1128.  
  1129.  
  1130. <br>
  1131.  
  1132. On 31 August 2015, Draxler signed for Wolfsburg in a five-year deal.
  1133.  
  1134. <br>
  1135. <br>
  1136.  
  1137. <font style="font-weight:bold; color:rgba(84, 113, 100, 0.86);">
  1138. 2015 - 2020
  1139. </font>
  1140.  
  1141. <br><br><br>
  1142.  
  1143.  
  1144.  
  1145. <div class="teamstitle">
  1146. FC Schalke 04 <font style="font-weight:bold;font-size:12px">#10</font>
  1147. </div>
  1148.  
  1149.  
  1150. <br>
  1151.  
  1152.  
  1153. Julian joined the Royal Blues in 2001. He started playing for Schalke since he was 7 years old, beginning with the F-youth he went through all youth teams of FC and finally, at the age of 17, made it into the first team in 2011. <br><br>
  1154.  
  1155.  
  1156. <font style="font-weight:bold; color:rgba(84, 113, 100, 0.86);">
  1157. 2001-2015
  1158. </font>
  1159.  
  1160.  
  1161. <br><br><br>
  1162.  
  1163.  
  1164. <div class="teamstitle">
  1165. German National Team <font style="font-weight:bold;font-size:12px">#14</font>
  1166.  
  1167. </div>
  1168.  
  1169. <br>
  1170.  
  1171. On 26 May 2012, Draxler made his debut for the senior side with the age of 18. In the year of 2014 he was part of the World Cup winning squad and made his World Cup debut during Germany's historical 6-1 win against Brazil.<br>
  1172.  
  1173. <br>
  1174.  
  1175. <font style="font-weight:bold; color:rgba(84, 113, 100, 0.86);">
  1176. 2012 -
  1177. </font>
  1178.  
  1179. </div>
  1180.  
  1181.  
  1182. <div class="title"><div class="titlez">Calendar</div><div class="info" style=" padding-top: 8px;
  1183. text-align: center;
  1184. padding-bottom: 5px;
  1185. font-family: arial;
  1186. font-size: 9px;">
  1187.  
  1188.  
  1189.  
  1190. </div></div>
  1191.  
  1192. <div id="section">
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199. </table> <br>
  1200.  
  1201. <font style=" font-weight: bold;
  1202. font-family: Arial;
  1203. font-size: 13px;">DFB-Pokal</font>
  1204.  
  1205. <table class="text schedule">
  1206. <tr>
  1207. <td class="date"
  1208. style="
  1209. border-bottom: 2px solid rgba(84, 113, 100, 0.86);
  1210. font-size: 12px;
  1211. font-family: monospace;">
  1212.  
  1213. 27.10.15</td>
  1214.  
  1215. <td class="details">FC Bayern München</td>
  1216.  
  1217. <tr>
  1218. </table>
  1219.  
  1220.  
  1221. <br>
  1222.  
  1223. <font style=" font-weight: bold;
  1224. font-family: Arial;
  1225. font-size: 13px;">Bundesliga</font>
  1226.  
  1227. <table class="text schedule">
  1228. <tr>
  1229. <td class="date"
  1230. style="
  1231. border-bottom: 2px solid rgba(84, 113, 100, 0.86);;
  1232. font-size: 12px;
  1233. font-family: monospace;">
  1234.  
  1235. 19.09.15</td>
  1236.  
  1237. <td class="details">Hertha BSC Berlin</td>
  1238.  
  1239. <tr>
  1240. </table>
  1241.  
  1242. <table class="text schedule">
  1243. <tr>
  1244. <td class="date"
  1245. style="
  1246. border-bottom: 2px solid rgba(84, 113, 100, 0.86);;
  1247. font-size: 12px;
  1248. font-family: monospace;">
  1249.  
  1250. 22.09.15</td>
  1251.  
  1252. <td class="details">FC Bayern München</td>
  1253.  
  1254. <tr>
  1255. </table>
  1256.  
  1257.  
  1258. <table class="text schedule">
  1259. <tr>
  1260. <td class="date"
  1261. style="
  1262. border-bottom: 2px solid rgba(84, 113, 100, 0.86);;
  1263. font-size: 12px;
  1264. font-family: monospace;">
  1265.  
  1266. 26.09.15</td>
  1267.  
  1268. <td class="details">Hannover 96</td>
  1269.  
  1270. <tr>
  1271. </table>
  1272.  
  1273.  
  1274. </table> <br>
  1275.  
  1276. <font style=" font-weight: bold;
  1277. font-family: Arial;
  1278. font-size: 13px;">Champions League</font>
  1279.  
  1280. <table class="text schedule">
  1281. <tr>
  1282. <td class="date"
  1283. style="
  1284. border-bottom: 2px solid rgba(84, 113, 100, 0.86);
  1285. font-size: 12px;
  1286. font-family: monospace;">
  1287.  
  1288. 15.09.15</td>
  1289.  
  1290. <td class="details">ZSKA Moskau</td>
  1291.  
  1292. <tr>
  1293. </table>
  1294.  
  1295.  
  1296. <table class="text schedule">
  1297. <tr>
  1298. <td class="date"
  1299. style="
  1300. border-bottom: 2px solid rgba(84, 113, 100, 0.86);
  1301. font-size: 12px;
  1302. font-family: monospace;">
  1303.  
  1304. 30.09.15</td>
  1305.  
  1306. <td class="details">Manchester United</td>
  1307.  
  1308. <tr>
  1309. </table>
  1310.  
  1311.  
  1312. <table class="text schedule">
  1313. <tr>
  1314. <td class="date"
  1315. style="
  1316. border-bottom: 2px solid rgba(84, 113, 100, 0.86);
  1317. font-size: 12px;
  1318. font-family: monospace;">
  1319.  
  1320. 21.10.15</td>
  1321.  
  1322. <td class="details">PSV Eindhoven</td>
  1323.  
  1324. <tr>
  1325. </table>
  1326.  
  1327.  
  1328. <center> <a href="/saison15-16"><b>More...</b></a></center>
  1329.  
  1330. </div>
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337. <div class="title"><div class="titlez">Fan Donations</div><div class="info" style=" padding-top: 8px;
  1338. text-align: center;
  1339. padding-bottom: 5px;
  1340. font-family: arial;
  1341. font-size: 9px;">
  1342.  
  1343. </div></div>
  1344.  
  1345. <div id="section">
  1346.  
  1347.  
  1348. Help expanding juliandraxlerfans and make it the top fan resource for everything Julian related by donating content! What can you donate?<br><br>
  1349.  
  1350. <li>Fan Pictures of you and Julian</li>
  1351. <li>Self-taken pictures of Julian</li>
  1352. <li>Magazine / Newspaper scans with Julian</li>
  1353. <li>Fanart: edits, drawings, graphics you made </li>
  1354.  
  1355. <br><br>
  1356. Send your content to <i>contact.juliandraxlerfans@yahoo.de</i> or submit it to this blog directly under <a href="http://juliandraxlerfans.tumblr.com/submit"><b>/submit</b></a>. Everything you donate will be 100% credited!
  1357.  
  1358. </div>
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364. <div class="title"><div class="titlez">Official Links</div><div class="info" style=" padding-top: 8px;
  1365. text-align: center;
  1366. padding-bottom: 5px;
  1367. font-family: arial;
  1368. font-size: 9px;">
  1369.  
  1370. </div></div>
  1371.  
  1372. <div id="section">
  1373.  
  1374. <div style="navlinks">
  1375.  
  1376. <ul class="officiallinks">
  1377.  
  1378. <a href="http://facebook.com/juliandraxler" target="_blank">
  1379. &nbsp; <i class="fa fa-facebook fa-lg"></i> &nbsp;&nbsp;&nbsp; Official Facebook </a>
  1380.  
  1381.  
  1382. <a href="http://julian-draxler.com/" target="_blank" style="background-color:"> &nbsp; <i class="fa fa-globe fa-lg"></i> &nbsp; Official Website</a>
  1383.  
  1384.  
  1385. <a href="http://instagram.com/draxlerofficial/" target="_blank" style="background-color:"> &nbsp; <i class="fa fa-instagram fa-lg"></i> &nbsp; Official Instagram</a>
  1386.  
  1387. <a href="https://www.vfl-wolfsburg.de/info/profis/kader/mittelfeld/julian-draxler.html" target="_blank">
  1388. &nbsp; <i class="fa fa-child fa-lg"></i> &nbsp; &nbsp;Wolfsburg Profile Page</a>
  1389.  
  1390. <a href="http://www.dfb.de/die-nationalmannschaft/team/mittelfeld/julian-draxler/" target="_blank">
  1391. &nbsp; <i class="fa fa-user fa-lg"></i> &nbsp;National Team Profile Page</a>
  1392.  
  1393.  
  1394.  
  1395.  
  1396. </div>
  1397.  
  1398.  
  1399.  
  1400. </div>
  1401.  
  1402.  
  1403.  
  1404. <div class="title"><div class="titlez">Instagram Feed</div><div class="info" style=" padding-top: 8px;
  1405. text-align: center;
  1406. padding-bottom: 5px;
  1407. font-family: arial;
  1408. font-size: 9px;">
  1409.  
  1410. </div></div>
  1411.  
  1412. <div id="section">
  1413.  
  1414. <center>
  1415.  
  1416. <!-- SnapWidget -->
  1417. <iframe src="http://snapwidget.com/in/?u=ZHJheGxlcm9mZmljaWFsfGlufDY1fDV8M3x8bm98M3xmYWRlT3V0fG9uU3RhcnR8bm98bm8=&ve=270615" title="Instagram Widget" class="snapwidget-widget" allowTransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:340px; height:204px"></iframe>
  1418.  
  1419. </center>
  1420.  
  1421.  
  1422.  
  1423. </div>
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445. <div class="title"><div class="titlez">Affiliates</div><div class="info" style=" padding-top: 8px;
  1446. text-align: center;
  1447. padding-bottom: 5px;
  1448. font-family: arial;
  1449. font-size: 9px;">
  1450.  
  1451. </div></div>
  1452.  
  1453. <div id="section">
  1454.  
  1455.  
  1456.  
  1457. <center style="width:350px; margin-bottom:-30px">
  1458.  
  1459. <a href="http://leongoretzkanews.tumblr.com/" target="_blank"> <img src="http://static.tumblr.com/c48fdx1/tWOnnh0hc/affiliates_leon.png" style=" padding: 3px; margin: 2px; border: 1px solid #F0ECEC; width: 55px;
  1460. height: 45px;" class="gallerypic" title="Leon Goretzka News"> </a>
  1461.  
  1462. <a href="http://football-hqs.tumblr.com/" target="_blank"> <img src="http://static.tumblr.com/c48fdx1/NDlnnh0pm/affiliates_footballhqs_klein.jpg" style=" padding: 3px; margin: 2px; border: 1px solid #F0ECEC; width: 55px;
  1463. height: 45px;" class="gallerypic" > </a>
  1464.  
  1465.  
  1466. <a href="/apply"> <img src="http://static.tumblr.com/c48fdx1/kHlnnh117/grey.png" style=" padding: 3px; margin: 2px; border: 1px solid #F0ECEC; width: 55px;
  1467. height: 45px;" class="gallerypic" > </a>
  1468.  
  1469.  
  1470.  
  1471. <a href="/apply"> <img src="http://static.tumblr.com/c48fdx1/kHlnnh117/grey.png" style=" padding: 3px; margin: 2px; border: 1px solid #F0ECEC; width: 55px;
  1472. height: 45px;" class="gallerypic" > </a>
  1473.  
  1474.  
  1475. <a href="/apply"> <img src="http://static.tumblr.com/c48fdx1/kHlnnh117/grey.png" style=" padding: 3px; margin: 2px; border: 1px solid #F0ECEC; width: 55px;
  1476. height: 45px;" class="gallerypic" > </a>
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487. </center>
  1488.  
  1489.  
  1490.  
  1491. </div>
  1492.  
  1493.  
  1494.  
  1495. <div class="title"><div class="titlez">Fanbook Project</div><div class="info" style=" padding-top: 8px;
  1496. text-align: center;
  1497. padding-bottom: 5px;
  1498. font-family: arial;
  1499. font-size: 9px;">
  1500. </div></div>
  1501.  
  1502. <div id="section">
  1503.  
  1504.  
  1505.  
  1506. <img src="http://static.tumblr.com/c48fdx1/fi3nqpt0g/mc2kf1j9ilfdhdzj9lgkbw0u15k8djgdjof1zbf0two.jpg" style="width:130px; border:1px solid #ddd; padding:3px" float="left">
  1507.  
  1508. <div class="fanbooktext">
  1509.  
  1510. <center>
  1511. In 2014 juliandraxlerfans was planning a fanproject for Julian - a fanbook which is filled with letters from fans across the globe. We wanted to give you the chance to write some of your personal thoughts, moments and experiences of/with Julian. The book was given to Julian on June 28, 2015. He <a href="http://41.media.tumblr.com/f47bf3d8219261187b39f72a272cdc6d/tumblr_nqo9o9L59E1smtsm0o2_500.png"><u>liked</u></a> our Instagram post and even <a href="http://40.media.tumblr.com/a733ad0cf56063d425d9a61b8ece862e/tumblr_nqo9o9L59E1smtsm0o1_500.png"><u>commented</u></a> himself. <a href="http://juliandraxlerfans.tumblr.com/fanbook"><b>(Read more)</b></a>
  1512. </center>
  1513. </div>
  1514. </div>
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521. <div class="title"><div class="titlez">Site Information</div><div class="info" style=" padding-top: 8px;
  1522. text-align: center;
  1523. padding-bottom: 5px;
  1524. font-family: arial;
  1525. font-size: 9px;">
  1526. </div></div>
  1527.  
  1528. <div id="section">
  1529.  
  1530. <font style="line-height:21px">
  1531.  
  1532. <b><font style="color:#444">About:</b></font> Julian Draxler<br>
  1533. <b><font style="color:#444">Blogging since:</b></font> October 2013<br>
  1534. <b><font style="color:#444">Visitors:</b></font>
  1535.  
  1536. <script language="JavaScript" src="http://freehostedscripts.net/ocount.php?site=ID2712923&name="></script> / <script language="JavaScript">
  1537. var ref = (''+document.referrer+'');
  1538. var w_h = window.screen.width + " x " + window.screen.height;
  1539. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID4452253&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  1540. </script>Fans Online
  1541.  
  1542.  
  1543. <br></b>
  1544. <b><font style="color:#444">Contact: </b></font> contact.juliandraxlerfans@yahoo.de<br>
  1545. <b><font style="color:#444">Theme: </b></font> <a href="http://claraosmin.tumblr.com/">clarosmin</a><br>
  1546.  
  1547. </font>
  1548. <br><br>
  1549. <i>juliandraxlerfans</i> is a non-profit fansite, made by a fan for fans of Julian. This site claims no credit for any photos or 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 me with a link to say which post and it will be promptly removed.
  1550.  
  1551. <br><br>
  1552.  
  1553.  
  1554.  
  1555. </div>
  1556.  
  1557.  
  1558.  
  1559.  
  1560. </section>
  1561.  
  1562.  
  1563.  
  1564. <section id="posts">
  1565. {block:Posts}
  1566.  
  1567.  
  1568.  
  1569. <div id="post" >
  1570.  
  1571.  
  1572.  
  1573. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  1574.  
  1575. {block:Quote}<h3>“{Quote}”</h3><h1>- {Source}</h1>{/block:Quote}
  1576.  
  1577. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  1578. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  1579.  
  1580. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" style="border:0px solid #5B6571" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1581.  
  1582. {block:Photoset}<center>{Photoset-500}</center>
  1583. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1584.  
  1585. {block:Chat}
  1586. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1587. {/block:Chat}
  1588.  
  1589. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1590.  
  1591. {block:Answer}
  1592. <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 rgba(84, 113, 100, 0.86); 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;">
  1593. {Question}</font></td></table>
  1594. </div><div style="margin-left: 0px; margin-top: -5px;">
  1595. {Answer}</div></div>
  1596. {/block:Answer}
  1597.  
  1598.  
  1599.  
  1600. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  1601. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1602. {/block:ExternalAudio}
  1603. <br>{AudioPlayerwhite}<br></span>
  1604. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1605.  
  1606.  
  1607. {block:Date}
  1608. <div class="permalink" style="border-top: 1px solid {color:border}; padding-top: 10px;">
  1609.  
  1610.  
  1611. <a href="{Permalink}" style="">Posted on <span class="date">{DayOfMonthWithZero} {Month} {Year}. {block:HasTags}
  1612. {block:Tags}<a href="{TagURL}" style="font-style: inherit;
  1613. font-size: 10px;
  1614. color: #444;
  1615. letter-spacing: 0px;
  1616. text-transform: capitalize;">#{Tag} </a>{/block:Tags}
  1617. {/block:HasTags}</a></b> <div style="float: right;">{block:RebloggedFrom} {block:ContentSource} {/block:ContentSource}
  1618. {/block:RebloggedFrom} {block:RebloggedFrom}
  1619. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  1620. {/block:RebloggedFrom}</a>
  1621. {block:ContentSource}
  1622. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  1623. {/block:ContentSource} </div>
  1624.  
  1625. <div class="not">
  1626. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</a>
  1627. <a href="{ReblogURL}">Reblog</a>
  1628.  
  1629. <a href="/ask">Comment!</a>
  1630.  
  1631. {/block:NoteCount}</a>
  1632.  
  1633.  
  1634. </div>
  1635.  
  1636. <br>
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642. </div>
  1643.  
  1644.  
  1645. <br>
  1646.  
  1647. {/block:Date}
  1648.  
  1649.  
  1650. </div>
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656. <p>
  1657. {block:PostNotes}
  1658. <div style="margin-left:15px;">
  1659. {PostNotes}{/block:PostNotes}
  1660.  
  1661.  
  1662. {/block:Posts}
  1663.  
  1664.  
  1665.  
  1666. <div id="pagi">
  1667. {block:IndexPage}
  1668. <div id="pagination">
  1669. {block:Pagination}
  1670. {block:JumpPagination length="5"}
  1671. {block:CurrentPage}
  1672. <span class="current_page" style="border-bottom:1px solid">{PageNumber}</span>
  1673. {/block:CurrentPage}
  1674. {block:JumpPage}
  1675. <a class="jump_page" href="{URL}">{PageNumber}</a>
  1676. {/block:JumpPage}
  1677. {/block:JumpPagination}
  1678.  
  1679. {block:NextPage}
  1680. <a href="{NextPage}">&#187;</a>
  1681. {/block:NextPage}
  1682.  
  1683. {/block:Pagination}
  1684. </div>
  1685. {/block:IndexPage}
  1686. </div>
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692. </div>
  1693.  
  1694. <div id="footer">
  1695.  
  1696.  
  1697.  
  1698.  
  1699. <div class="disclaimer">
  1700.  
  1701.  
  1702. Powered by Tumblr <br> juliandraxlerfans.tumblr.com
  1703. © 2013 - 2015
  1704.  
  1705.  
  1706. </div>
  1707.  
  1708. </div>
  1709. </div>
  1710.  
  1711. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement