Advertisement
rdjhiddlestons

Theme #1: Not the Hawkguy by rdjhiddlestons

May 16th, 2014
1,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.63 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <!--
  5. Theme #1: NOT THE HAWKGUY
  6. by http://thomashiddlestons.co.vu [rdjhiddlestons]
  7.  
  8. ·PLEASE DO NOT REMOVE CREDIT
  9. ·DO NOT CLAIM AS YOUR OWN
  10. ·DO NOT USE AS A BASE CODE
  11. ·Edit as much as you want just don't remove the credit
  12. ·Updates tab made by http://othello.co.vu/. All credit goes to her
  13.  
  14. Send me any questions or anything regarding problems with the theme so I can fix it
  15. -->
  16. <title>{title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  20.  
  21. <!--FONTS-->
  22. <script src="//use.edgefonts.net/pt-sans:n4,i4,n7,i7.js"></script>
  23. <script src="//use.edgefonts.net/poiret-one.js"></script>
  24. <link href='http://fonts.googleapis.com/css?family=Clicker+Script|Oxygen' rel='stylesheet' type='text/css'>
  25.  
  26. /*TOOLTIPS*/
  27. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  28. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  29. <script>
  30.    (function($){
  31.        $(document).ready(function(){
  32.            $("[title]").style_my_tooltips({
  33.                tip_follows_cursor:true,
  34.                tip_delay_time:200,
  35.                tip_fade_speed:300
  36.            }
  37.                );
  38.        });
  39.    })(jQuery);
  40. </script>
  41.  
  42. <meta name="color:Background" content="#f9f9f9"/>
  43. <meta name="color:Accent" content="#9201b1"/>
  44. <meta name="color:Links" content="#9201b1"/>
  45. <meta name="color:Links Hover" content="#ab77b5"/>
  46. <meta name="color:Font color" content="#000"/>
  47. <meta name="color:Scrollbar" content="#fff"/>
  48. <meta name="color:Scrollbar thumb" content="#000"/>
  49. <meta name="color:Sidelinks" content="#fff"/>
  50. <meta name="color:Title" content="#8d00a4"/>
  51. <meta name="color:Sidebar Color" content="#000"/>
  52. <meta name="color:Description" content="#fff"/>
  53. <meta name="color:Posts" content="#fff"/>
  54. <meta name="color:Tags" content="#666"/>
  55. <meta name="color:updt text" content="#999"/>
  56. <meta name="color:updt border" content="#ab77b5"/>
  57.  
  58. <meta name="text:Font size" content="14px"/>
  59. <meta name="text:Sidelinks" content="13px"/>
  60. <meta name="text:Title" content="18px"/>
  61. <meta name="text:Link1 URL" content="/"/>
  62. <meta name="text:Link1" content="Link 1"/>
  63. <meta name="text:Link2 URL" content="/"/>
  64. <meta name="text:Link2" content="Link 2"/>
  65. <meta name="text:Link3 URL" content="/"/>
  66. <meta name="text:Link3" content="Link 3"/>
  67. <meta name="text:Link4 URL" content="/"/>
  68. <meta name="text:Link4" content="Link 4"/>
  69. <meta name="text:Link5 URL" content="/"/>
  70. <meta name="text:Link5" content="Link 5"/>
  71. <meta name="text:Link6 URL" content="/"/>
  72. <meta name="text:Link6" content="Link 6"/>
  73. <meta name="text:Link7 URL" content="/"/>
  74. <meta name="text:Link7" content="Link 7"/>
  75. <meta name="text:Link8 URL" content="/"/>
  76. <meta name="text:Link8" content="Link 8"/>
  77. <meta name="text:Link9 URL" content="/"/>
  78. <meta name="text:Link9" content="Link 9"/>
  79. <meta name="text:Link10 URL" content="/"/>
  80. <meta name="text:Link10" content="Link 10"/>
  81.  
  82. <meta name="image:Sidebar image" content="http://static.tumblr.com/bbe41d45358b930dad4d35368a77cf75/r1kev6u/NLtn5nahi/tumblr_static_ble8809t6pkw0swk8skg8gcgg.jpg"/>
  83. <meta name="image:updt tab image" content="http://static.tumblr.com/0ecfc69decd37c06477cd12b97c6533e/r1kev6u/Oftn5ndst/tumblr_static_15j3ocp6e3a8gows4gkosscss.png"/>
  84.  
  85. <meta name="if:Show updates tab" content="1"/>
  86. <style type="text/css">
  87.  
  88. #s-m-t-tooltip {
  89.     max-width: 300px;
  90.     margin:15px;
  91.     position:absolute;
  92.     padding: 1px 8px 1px 8px;
  93.     z-index: 99999;
  94.     display: inline-block;
  95.     font-family: Pt-sans, sans-serif;
  96.     font-size: 9px;
  97.     text-transform:uppercase;
  98.     color:{color:Links Hover};
  99.     background-color:#fff;
  100.     border: 1px solid #fff;
  101.     box-shadow: 1px 1px 2px #858585;
  102. }
  103.  
  104.     /*SCROLLBAR*/
  105.  ::-webkit-scrollbar {
  106.      width: 5px;
  107.      height:auto;
  108.      background:{color:Scrollbar};
  109.      }
  110.     ::-webkit-scrollbar-corner {
  111.         padding:2px;
  112.         background:{color:Scrollbar};
  113.         }
  114.     ::-webkit-scrollbar-button:vertical {
  115.         height:3px;
  116.         display: block;
  117.         background:{color:Scrollbar thumb};
  118.         }
  119.     ::-webkit-scrollbar-button:horizontal {
  120.         width: 4px;
  121.         height: 3px;
  122.         display: block;
  123.         background:{color:Scrollbar thumb};
  124.         }
  125.     ::-webkit-scrollbar-thumb:vertical {
  126.         background:{color:Scrollbar thumb};
  127.        
  128.         }
  129.     ::-webkit-scrollbar-thumb:horizontal {
  130.         background:{color:Scrollbar};
  131.         }
  132.     ::-webkit-scrollbar-thumb {
  133.         background: {color:Scrollbar thumb};
  134.         }
  135.        
  136. body {
  137.          margin:auto;
  138.          font-family: pt-sans, sans-serif;
  139.          font-size:{text:Font size};
  140.          color: {color:Font color};
  141.          background-color:{color:Background};
  142.  }
  143.  
  144.  a {
  145.          text-decoration:none;
  146.          color:{color:links};
  147.          -moz-transition-duration: 0.5s;
  148.          -o-transition-duration: 0.5s;
  149.          -webkit-transition-duration: 0.5s;
  150.          transition-duration: 0.5s;
  151.  }
  152.  a:hover {
  153.      text-decoration:none;
  154.      color:{color:Links Hover};
  155.      -moz-transition-duration: 0.5s;
  156.      -o-transition-duration: 0.5s;
  157.      -webkit-transition-duration: 0.5s;
  158.      transition-duration: 0.5s;
  159.  }
  160.  
  161.  strong {
  162.      color:{color:Title};
  163.  }
  164.  
  165.  strong a {
  166.      color:{color:Title};
  167.      -moz-transition-duration: 0.5s;
  168.      -o-transition-duration: 0.5s;
  169.      -webkit-transition-duration: 0.5s;
  170.      transition-duration: 0.5s;
  171.  }
  172.  
  173. strong a:hover {
  174.     color:{color:Links Hover};
  175.     -moz-transition-duration: 0.5s;
  176.     -o-transition-duration: 0.5s;
  177.     -webkit-transition-duration: 0.5s;
  178.     transition-duration: 0.5s;
  179. }
  180.  
  181. /*SIDEBAR 1*/        
  182. .sidebar {
  183.     width:200px;
  184.     position:fixed;
  185.     left:0;
  186.     top:0;
  187.     height:1000%;
  188.     background-color:{color:Sidebar color};
  189.     background-image:url("http://static.tumblr.com/r1kev6u/49Dn3s50o/crazykira18-03.gif");/*You can delete this if you don't want to use the sidebar texture already there and instead use a solid color*/
  190.     background-repeat:repeat;
  191.     color:{color:Description};
  192. }  
  193.  
  194. .title {
  195.     display: block;
  196.         width: 180px;
  197.         margin-left:10px;
  198.         margin-right:10px;
  199.         font-family: 'Oxygen';
  200.         font-size:{text:Title};
  201.         color: {color:Title};/*CHANGE COLOR OF TITLE*/
  202.         text-decoration: none;
  203.         text-align: center;
  204.         margin-top: 80px;
  205. }
  206. .title a {
  207.     color:{color:Title};
  208. }
  209. .sbimage {
  210.         width: 150px;
  211.         height: auto;
  212. }
  213.  
  214. .sbimage img {
  215.         width: 150px;
  216.         height: auto;
  217.         margin-top: 20px;
  218.         margin-right:25px;
  219.         margin-left:25px;
  220. }
  221.  
  222. .sidebar2 {
  223.     position:fixed;
  224.     right:250px;
  225.     width:150px;
  226.     top:0;
  227.     height:1000%;
  228.     background-color:{color:Sidebar color};
  229.     background-image:url("http://static.tumblr.com/r1kev6u/49Dn3s50o/crazykira18-03.gif");/*You can delete this if you don't want to use the sidebar texture already there and instead use a solid color*/
  230.     background-repeat:repeat;
  231.     color:{color:Description};
  232. }
  233.  
  234. .content {
  235.     width:600px;
  236.     height:100%;
  237.     margin-left:200px;
  238. }
  239.    
  240.  
  241. /*HOME LINKS*/
  242.  
  243. nav {
  244.         text-align: center;
  245.         margin-top: 5px;
  246. }
  247. nav a {
  248.     margin-left:auto;
  249.     margin-right:auto;
  250.     width:100px;
  251.     display:inline;
  252.     color: {color:Sidelinks};
  253.     font-size:12px;
  254.     -moz-transition-duration: 0.5s;
  255.     -o-transition-duration: 0.5s;
  256.     -webkit-transition-duration: 0.5s;
  257.     transition-duration: 0.5s;
  258. }
  259. nav a:hover {
  260.     color: {color:Sidelinks};
  261.     text-decoration:underline;
  262.     -moz-transition-duration: 0.5s;
  263.     -o-transition-duration: 0.5s;
  264.     -webkit-transition-duration: 0.5s;
  265.     transition-duration: 0.5s;
  266. }
  267.  
  268. /*SIDEBAR DESCRIPTION*/
  269. .desc {
  270.     width:170px;
  271.     text-align:center;
  272.     font-size:12px;
  273.     font-family: pt-sans, sans-serif;
  274.     color:{color:Description};
  275.     margin-top:20px;
  276.     margin-left:15px;
  277.     margin-right:15px;
  278.    
  279. }
  280.  
  281. /*JUMP NAVIGATION*/
  282. .navigation {
  283.     width:170px;
  284.     color:{color:Accent};
  285.     margin-left:15px;
  286.     margin-right:auto;
  287.     margin-top:10px;
  288.     font-size:10px;
  289.     font-family: pt-sans, sans-serif;
  290.     text-align:center;
  291. }
  292. .jump_page {
  293. padding: 3px 7px;
  294. background-color: transparent;
  295. color:{color:Accent};
  296. font-family:century gothic;
  297. font-size:10px;
  298. font-weight:bold;
  299. text-decoration:none;
  300. text-align:center;
  301. -webkit-transition: all 0.5s ease-out;
  302.         -moz-transition: all 0.5s ease-out;
  303.         transition: all 0.5s ease-out;
  304. }
  305.  
  306. .current_page, .jump_page:hover {
  307. padding: 3px 7px;
  308. background-color: {color:Accent};
  309. color: #fff;
  310. font-family:century gothic;
  311. font-size:10px;
  312. font-weight:bold;
  313. text-decoration:none;
  314. text-align:center;
  315. -webkit-transition: all 0.5s ease-out;
  316.         -moz-transition: all 0.5s ease-out;
  317.         transition: all 0.5s ease-out;
  318. }
  319.  
  320. /*SIDEBAR 2 LINKS*/
  321. .links {
  322.     margin-top:130px;
  323.     float:left;
  324. }
  325.  
  326. .links a {
  327.     color:{color:Sidelinks};
  328.     height:20px;
  329.     padding:2px;
  330.     width:100px;
  331.     font-size:{text:Sidelinks};
  332.     margin-bottom:5px;
  333.     display:block;
  334.     text-align:center;
  335.     background-color:{color:Accent};
  336.     text-decoration:none;
  337.     text-transform:lowercase;
  338.     text-indent:0;
  339.     -moz-transition-duration: 0.6s;
  340.     -o-transition-duration: 0.6s;
  341.     -webkit-transition-duration: 0.6s;
  342.     transition-duration: 0.6s;
  343. }
  344.  
  345. .links a:hover {
  346.     width:120%;
  347.     text-indent:45px;
  348.     -moz-transition-duration: 0.6s;
  349.     -o-transition-duration: 0.6s;
  350.     -webkit-transition-duration: 0.6s;
  351.     transition-duration: 0.6s;
  352. }
  353.  
  354.  /*CREDIT. DO NOT REMOVE*/
  355.  
  356. .credit {
  357.     position:fixed;
  358.     bottom:25px;
  359.     right:25px;
  360.     font-size:10px;
  361.     font-family: 'Calibri';
  362.     background: {color:Background};
  363.     color:{color:Font color};
  364.     text-transform:uppercase;
  365. }
  366.  
  367. .credit a {
  368.     color:{color:Font color};
  369.     padding:4px;
  370.     -webkit-transition: all 0.5s ease-out;
  371.         -moz-transition: all 0.5s ease-out;
  372.         transition: all 0.5s ease-out;
  373. }
  374.  
  375. .credit a:hover {
  376.     color:{color:Sidelinks};
  377.     background:{color:Sidebar color};
  378.     padding:4px;
  379.    -webkit-transition: all 0.5s ease-out;
  380.         -moz-transition: all 0.5s ease-out;
  381.         transition: all 0.5s ease-out;
  382. }
  383.  
  384. /*POSTS*/
  385. .postcol {
  386.     width: 540px;
  387.     margin-left: 50px;
  388. }
  389. .posts {
  390.     margin-bottom: 40px;
  391.     margin-left:50px;
  392.     margin-right:auto;
  393.     margin-top:10px;
  394.     background-color: {color:Posts};
  395.     padding-top:20px;
  396.     padding-bottom:20px;
  397.     padding-left: 20px;
  398.     padding-right:20px;
  399.     width:500px;
  400.     text-align:justify;
  401. }
  402.  
  403. /*LIKE AND REBLOG BUTTONS*/
  404. .buttons {
  405.             list-style: none;
  406.             width:22px;
  407.             height:auto;
  408.             position:absolute;
  409.             margin-left:570px;
  410.             margin-right:auto;
  411.             margin-top:20px;
  412.             }
  413.  
  414. .buttons li {
  415.             display:block;
  416.             background-color:{color:Posts};
  417.             float:right;
  418.             border: 3px solid {color:Posts};
  419.             margin-left: 10px;
  420.             margin-bottom:7px;
  421.             padding: 3px 4px;
  422.             width:20px;
  423.             height: 20px;
  424.             text-align:center;
  425.             list-style-type:none;
  426.             }
  427.            
  428. .posts h2 {
  429.     font-size:14px;
  430.     color:{color:Accent};
  431.     font-weight:normal;
  432.     margin:0px;
  433.     text-align:center;
  434.     display:block;
  435.     text-transform:uppercase;
  436. }
  437. .posts h2 a {
  438.     text-transform:uppercase;
  439.     text-align:center;
  440.     display:block;
  441. }
  442. .posts li {
  443.     list-style: square;
  444. }
  445.  
  446. .posts blockquote {
  447.     border-left: 1px solid #999;
  448.     padding-left: 5px;
  449. }
  450. .posts img, .posts li, .posts blockquote {
  451.     max-width: 100%;
  452. }
  453. /*QUESTIONS POSTS*/
  454. .question {
  455.     background-color:#fcfcfc;
  456.     padding:20px;
  457.     min-height:50px;
  458. }
  459. .question img {
  460.     border: 5px solid {color:Posts};
  461.     float:left;
  462.     margin-right:10px;
  463. }
  464. .asker {
  465.     color:{color:Accent};
  466. }
  467. /*QUOTE POSTS*/
  468. .quote {
  469.     width:80%;
  470.     margin:auto;
  471. }
  472. .quotetext_short {
  473.     font-size:18px;
  474. }
  475. .quotetext_medium {
  476.     font-size:14px;
  477. }
  478. .quotetext_long {
  479.     font-size:11px;
  480. }
  481. .source {
  482.     text-align:right;
  483. }
  484. /*CHAT POSTS*/
  485. .chat li {
  486.     list-style:none;
  487. }
  488. .chat .label {
  489.     text-transform:uppercase;
  490.     font-size:14px;
  491. }
  492. .line:nth-of-type(odd) .label {
  493.     color:{color:Accent};
  494. }
  495. .line:nth-of-type(even) .label {
  496.     color:#cf2d85;
  497. }
  498. /*AUDIO POSTS*/
  499. .audioplayer {
  500.     background-color:#000;
  501.     width:30px;
  502.     height:30px;
  503.     overflow:hidden;
  504.     position:absolute;
  505.     margin-top:35px;
  506.     margin-bottom:35px;
  507.     margin-left:35px;
  508.     -moz-border-radius: 30px;
  509. -webkit-border-radius: 30px;
  510. border-radius: 30px;
  511.     opacity: 0.7;
  512. filter:alpha(opacity=70);
  513. -moz-opacity: 0.7;
  514. -khtml-opacity: 0.7;
  515. }
  516. .albumart {
  517.     float:left;
  518.     margin:0px 7px;
  519. }
  520. .trackinfo {
  521.     margin-left:80px;
  522.     padding:16px 10px 10px 10px;
  523.     text-align:center;
  524. }
  525.  
  526. /*POSTS INFO*/
  527. .postinfo {
  528.     width:500px;
  529.     padding: 5px;
  530.     background-color: {color:Posts};
  531.     font-size: 9px;
  532.     text-transform: uppercase;
  533.     letter-spacing: 1px;
  534.     border-top: 1px solid {color:Accent};
  535.     margin-top:5px;
  536.     margin-bottom: 20px;
  537. }
  538.  
  539. .rebloginfo {
  540.     float: right;
  541. }
  542. .rebloginfo img {
  543.     display: inline-block;
  544.     height: 10px;
  545.     vertical-align: -1px;
  546.     margin: 0px 2px;
  547. }
  548.  
  549. .tags {
  550.     width:500px;
  551.     height:auto;
  552.     font-size:11px;
  553.     margin-top:5px;
  554.     margin-bottom:-35px;
  555.     text-transform:lowercase;
  556.     text-align:center;
  557.     word-wrap: break-word;
  558. }
  559. .tags a {
  560.     padding: 2px 0px;
  561.     margin-left:10px;
  562.     display: inline-block;
  563.     color:{color:Tags};
  564.     text-align:center;
  565. }
  566. .tags a:hover {
  567.     color: {color:Links Hover};
  568. }
  569.  
  570. /*UPDATES TAB*/
  571. #thekey img{
  572. width:80px;
  573. margin-top: 0px;
  574. right: 88px;
  575. position:fixed;
  576. }
  577.  
  578. #ocehans1{
  579. height:14px;
  580. text-align:center;
  581. overflow:hidden;
  582. margin-top:-1px;
  583. border-bottom:3px solid {color:updt border};
  584. text-transform:uppercase;
  585. letter-spacing:1px;
  586. font-size:8px;
  587. line-height:10px;
  588. z-index:999999999999999999999;
  589. -webkit-transition: all 0.5s ease-in-out;
  590. -moz-transition: all 0.5s ease-in-out;
  591. -o-transition: all 0.5s ease-in-out;
  592. }
  593. #ocehans1:hover{
  594. height:100px;
  595. -webkit-transition: all 0.5s ease-in-out;
  596. -moz-transition: all 0.5s ease-in-out;
  597. -o-transition: all 0.5s ease-in-out;
  598. }
  599.  
  600. #ocehans2{
  601. height:14px;
  602. text-align:center;
  603. overflow:hidden;
  604. border-bottom:3px solid {color:updt border};
  605. text-transform:uppercase;
  606. background-color:;
  607. letter-spacing:1px;
  608. font-size;8px;
  609. line-height:13px;
  610. z-index:999999999999999999999;
  611. -webkit-transition: all 0.5s ease-in-out;
  612. -moz-transition: all 0.5s ease-in-out;
  613. -o-transition: all 0.5s ease-in-out;
  614. }
  615.  
  616. #ocehans2:hover{
  617. height:100px;
  618. -webkit-transition: all 0.5s ease-in-out;
  619. -moz-transition: all 0.5s ease-in-out;
  620. -o-transition: all 0.5s ease-in-out;
  621. }
  622.  
  623. #ocehans3{
  624. height:14px;
  625. text-align:center;
  626. overflow:hidden;
  627. border-bottom:3px solid {color:updt border};
  628. text-transform:uppercase;
  629. background-color:;
  630. letter-spacing:1px;
  631. font-size;8px;
  632. line-height:13px;
  633. z-index:999999999999999999999;
  634. -webkit-transition: all 0.5s ease-in-out;
  635. -moz-transition: all 0.5s ease-in-out;
  636. -o-transition: all 0.5s ease-in-out;
  637. }
  638.  
  639. #ocehans3:hover{
  640. height:100px;
  641. -webkit-transition: all 0.5s ease-in-out;
  642. -moz-transition: all 0.5s ease-in-out;
  643. -o-transition: all 0.5s ease-in-out;
  644. }
  645.  
  646. #ocehans4{
  647. height:14px;
  648. text-align:center;
  649. overflow:hidden;
  650. border-bottom:3px solid {color:updt border};
  651. text-transform:uppercase;
  652. background-color:;
  653. letter-spacing:1px;
  654. font-size;8px;
  655. line-height:13px;
  656. z-index:999999999999999999999;
  657. -webkit-transition: all 0.5s ease-in-out;
  658. -moz-transition: all 0.5s ease-in-out;
  659. -o-transition: all 0.5s ease-in-out;
  660. }
  661.  
  662. #ocehans4:hover{
  663. height:100px;
  664. -webkit-transition: all 0.5s ease-in-out;
  665. -moz-transition: all 0.5s ease-in-out;
  666. -o-transition: all 0.5s ease-in-out;
  667. }
  668.  
  669. #ocehans5{
  670. height:14px;
  671. text-align:center;
  672. overflow:hidden;
  673. border-bottom:0px solid {color:updt border};
  674. text-transform:uppercase;
  675. background-color:;
  676. letter-spacing:1px;
  677. font-size;8px;
  678. line-height:13px;
  679. z-index:999999999999999999999;
  680. -webkit-transition: all 0.5s ease-in-out;
  681. -moz-transition: all 0.5s ease-in-out;
  682. -o-transition: all 0.5s ease-in-out;
  683. }
  684.  
  685. #ocehans5:hover{
  686. height:100px;
  687. -webkit-transition: all 0.5s ease-in-out;
  688. -moz-transition: all 0.5s ease-in-out;
  689. -o-transition: all 0.5s ease-in-out;
  690. }
  691.  
  692. #ocehans{
  693. text-align:left;
  694. font-size:8px;
  695. text-transform:uppercase;
  696. opacity: .8;
  697. position:fixed;
  698. font-family:calibri;
  699. right:55px;
  700. background-color:transparent;
  701. letter-spacing:1px;
  702. width:140px;
  703. z-index:9999;
  704. padding:4px;
  705. top:125px;
  706. }
  707.  
  708. {CustomCSS}
  709. </style>
  710.  
  711. </head>
  712.  
  713. <body>
  714.  
  715. <!--UPDATES BAR-->
  716. {block:ifShowupdatestab}
  717. <div id="bite">
  718. <div id="thekey"><img src="{image:updt tab image}"></div>
  719. <div class="death">
  720. <div id="actualnews">
  721. <p>
  722. <br>
  723. <div id="ocehans">
  724. <center>
  725. <div id="ocehans1">
  726. <div style="font-size:11px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: Pt-sans, sans-serif; font-size:10px; line-height:10px; text-align:center; color:{color:updt text};">
  727. <br>
  728. TEXT GOES HERE<br>
  729. TEXT GOES HERE<br>
  730. TEXT GOES HERE<br>
  731. <p></p>
  732. </div>
  733. </div>
  734.  
  735. <div id="ocehans2">
  736. <div style="font-size:11px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: Pt-sans, sans-serif; font-size:10px; line-height:10px; text-align:center; color:{color:updt text};">
  737. <br>
  738. TEXT GOES HERE<br>
  739. TEXT GOES HERE<br>
  740. TEXT GOES HERE<br>
  741. <p></p>
  742. </div></div>
  743.  
  744. <div id="ocehans3">
  745. <div style="font-size:11px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: Pt-sans, sans-serif; font-size:10px; line-height:10px; text-align:center; color:{color:updt text};">
  746. <br>
  747. TEXT GOES HERE<br>
  748. TEXT GOES HERE<br>
  749. TEXT GOES HERE<br>
  750. <p></p>
  751. </div>
  752. </div>
  753.  
  754. <div id="ocehans4">
  755. <div style="font-size:11px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: Pt-sans, sans-serif; font-size:10px; line-height:10px; text-align:center; color:{color:updt text};">
  756. <br>
  757. TEXT GOES HERE<br>
  758. TEXT GOES HERE<br>
  759. TEXT GOES HERE<br>
  760. <p></p>
  761. </div></div>
  762.  
  763. <div id="ocehans5">
  764. <div style="font-size:11px;">TEXT</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: Pt-sans, sans-serif; font-size:10px; line-height:10px; text-align:center; color:{color:updt text};">
  765. <br>
  766. TEXT GOES HERE<br>
  767. TEXT GOES HERE<br>
  768. TEXT GOES HERE<br>
  769. <p></p>
  770. </div></div>
  771. </div></div></div></div>
  772.  
  773. </div>
  774. </div></div>
  775. {/block:ifShowupdatestab}
  776. <!--END OF UPDATES BAR-->
  777.  
  778. <div class="sidebar">
  779.     <div class="title"><a href="/">{Title}</a></div>
  780.     <div class="sbimage">
  781.         <!--SIDEBAR IMAGE-->
  782.       <img src="{image:Sidebar image}"/><!--ADD URL HERE FOR SIDEBAR IMAGE-->
  783.       </div>      
  784.     <nav>
  785.       <!--HOME LINKS LINKS-->
  786.         <a href="/">HOME</a> |
  787.         <a href="/ask">ASKBOX</a> |
  788.         <a href="/submit">SUBMIT</a> |
  789.         <!--DO NOT REMOVE-->
  790.         <a href="http://thomashiddlestons.co.vu">CREDIT</a>
  791.         <!--DO NOT REMOVE-->
  792.         </nav>
  793.     <div class="desc">{Description}</div>  
  794.     <br>
  795.     <!--JUMP NAVIGATION-->
  796.     {block:Pagination}
  797. <div class="navigation">
  798. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  799. {block:JumpPagination length="3"}
  800. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  801. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  802. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  803. </div>
  804. {/block:Pagination}
  805. </div>
  806. <!--SIDEBAR 2 LINKS-->
  807. <div class="sidebar2">
  808.    <div class="links">
  809.     <a href="{text:Link1 URL}">{text:Link1}</a>
  810.     <a href="{text:Link2 URL}">{text:Link2}</a>
  811.     <a href="{text:Link3 URL}">{text:Link3}</a>
  812.     <a href="{text:Link4 URL}">{text:Link4}</a>
  813.     <a href="{text:Link5 URL}">{text:Link5}</a>
  814.     <a href="{text:Link6 URL}">{text:Link6}</a>
  815.     <a href="{text:Link7 URL}">{text:Link7}</a>
  816.     <a href="{text:Link8 URL}">{text:Link8}</a>
  817.     <a href="{text:Link9 URL}">{text:Link9}</a>
  818.     <a href="{text:Link10 URL}">{text:Link10}</a>
  819.        
  820.     </div>
  821. </div>
  822.  
  823. <div class="content">
  824.  
  825.     <div class="postcol">
  826.     <!--POSTS-->
  827.     {block:Posts}
  828.    
  829.     <ul class="buttons">
  830.               <li>{ReblogButton}</li>
  831.               <li>{LikeButton}</li>
  832.           </ul>
  833.          
  834.     <div class="posts">
  835.     <!--TEXT POSTS-->
  836.     {block:Text}
  837.     {block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}
  838.     {Body}
  839.     {/block:Text}
  840.  
  841. <!--QUESTIONS-->
  842.    {block:Answer}
  843.    <div class="question">
  844. <img src="{AskerPortraitURL-40}"> <span class="asker"> {Asker} </span> asked: {Question}
  845. </div>
  846. {Answer}
  847. {/block:Answer}
  848.  
  849. <!--QUOTES-->
  850. {block:Quote}
  851. <div class="quote">
  852. <div class="quotetext_{Length}">"{Quote}"</div>
  853. {block:Source}<div class="source">{Source}</div>{/block:Source}
  854. </div>
  855. {/block:Quote}
  856.  
  857. <!--LINK POSTS-->
  858. {block:Link}
  859. <h2><a href="{URL}">{Name}</a></h2>
  860. {block:Description}{Description}{/block:Description}    
  861. {/block:Link}
  862.  
  863. <!--CHATS-->
  864. {block:Chat}
  865. {block:Title}<a href="{Permalink}"><h2>{Title}</h2></a>{/block:Title}
  866. <ul class="chat">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  867. {Line}</li>{/block:Lines}</ul>
  868. {/block:Chat}
  869.  
  870. <!--PHOTO POSTS-->
  871. {block:Photo}
  872. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  873. {block:Caption}{Caption}{/block:Caption}
  874. {/block:Photo}
  875.  
  876. <!--PHOTOSETS-->
  877. {block:Photoset}
  878. {Photoset-500}
  879. {block:Caption}{Caption}{/block:Caption}
  880. {/block:Photoset}
  881.  
  882. <!--AUDIO POSTS-->
  883. {block:Audio}
  884. <div class= "audioplayer">{AudioPlayerBlack}</div>
  885. <div class="albumart">
  886. {block:AlbumArt}
  887. <img src="{AlbumArtURL}" width="100">
  888. {/block:AlbumArt}
  889. </div>
  890. <div class="trackinfo">
  891. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  892.                 {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  893.                 {block:Album}Album: {Album}{/block:Album}<br/>
  894.                 {PlayCountWithLabel}
  895.                 </div><br>
  896.                 {block:caption}{caption}{/block:caption}
  897. {/block:Audio}
  898.  
  899. <!--VIDEOS-->
  900. {block:Video}
  901. {Video-500}
  902. {block:Caption}{Caption}{/block:Caption}
  903. {/block:Video}
  904.  
  905. {block:Date}<div class="postinfo">
  906.    
  907.     {block:RebloggedFrom}<div class="rebloginfo">
  908. <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA <img src="{ReblogParentPortraitURL-40}"></a>
  909. <a href="{ReblogRootURL}" title="{ReblogRootName}">SOURCE<img src="{ReblogRootPortraitURL-40}"</a>
  910.     </div>{/block:RebloggedFrom}
  911.    
  912.     <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}
  913.     &middot; {NoteCount} {text:Notes Symbol}
  914.     {/block:NoteCount}
  915.    
  916.    
  917.        
  918.         {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  919.     </div>{/block:Date}
  920.    
  921. {PostNotes}
  922.  
  923. {block:ContentSource}
  924.  
  925. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  926.  
  927. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  928.  
  929. {/block:SourceLogo}
  930.  
  931. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  932.  
  933. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  934.     </div>
  935.    
  936.    
  937.  
  938.     {/block:Posts}
  939.     </div>
  940. </div>
  941.  
  942. <!--DO NOT REMOVE CREDIT-->
  943. <div class="credit">
  944.     <a href="http://thomashiddlestons.co.vu" title="themes by daniela">© rdjhiddlestons</a>
  945. </div>
  946. <!--DO NOT REMOVE CREDIT-->
  947. </body>
  948. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement