Advertisement
itriedokay

Titles are overrated anyway

Mar 1st, 2013
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.38 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. <!---fonts---->
  5. <link href='http://fonts.googleapis.com/css?family=Arbutus+Slab' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Judson' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  9. <!---unfont---->
  10.  
  11. <head>
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <!--
  22. ^---^
  23. =o.o=
  24.  
  25. -itsacatshutup-
  26.  
  27. Theme by jehovahhstiffness.tumblr.com
  28. Please Do Not:
  29. -steal or use as base code
  30. -remove credit
  31. It would be nice if you
  32. -like/reblog this
  33. -share with your mates
  34. -followed me :)
  35. thank you and if there are any bugs please message me
  36.  
  37. -->
  38.  
  39. <meta name="image:Sidebar" content=""/>
  40. <meta name="image:Background" content=""/>
  41.  
  42. <meta name="if:Show Post Info" content="1">
  43. <meta name="if:Show Captions" content="0">
  44. <meta name="if:Show Tags" content="1">
  45. <meta name="if:More Links" content="0">
  46. <meta name="if:Text that says Hover" content="1">
  47.  
  48. <meta name="text:Link 1 Url" content=""/>
  49. <meta name="text:Link 1 Title" content="Link 1"/>
  50. <meta name="text:Link 2 Url" content=""/>
  51. <meta name="text:Link 2 Title" content="Link 2"/>
  52. <meta name="text:Link 3 Url" content=""/>
  53. <meta name="text:Link 3 Title" content="Link 3"/>
  54. <meta name="text:Link 4 Url" content=""/>
  55. <meta name="text:Link 4 Title" content="Link 4"/>
  56. <meta name="text:Link 5 Url" content=""/>
  57. <meta name="text:Link 5 Title" content="Link 5"/>
  58.  
  59. <meta name="color:Background" content="#fafafa"/>
  60. <meta name="color:Sidebar" content="#d6d3cb"/>
  61. <meta name="color:Description Background" content="#e9e0d0"/>
  62. <meta name="color:Description Text" content="#251b08"/>
  63. <meta name="color:Posts" content="#f5ecde"/>
  64. <meta name="color:Body" content="#332506"/>
  65. <meta name="color:Post Border" content="#f7f8f8"/>
  66. <meta name="color:SideLink Text" content="#281b3a"/>
  67. <meta name="color:SideLink Text Hover" content="#f7f8f8"/>
  68. <meta name="color:Link" content="#7a5612"/>
  69. <meta name="color:Link Hover" content="#ad8516"/>
  70. <meta name="color:Title" content="#4e3c20"/>
  71. <meta name="color:Scrollbar" content="#535353"/>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77.     background-color:{color:Scrollbar};
  78.     height:30px;
  79.     }
  80.  
  81. ::-webkit-scrollbar-thumb:horizontal {
  82.     background-color:{color:Scrollbar};
  83.     height:7px!important;
  84.     }
  85.  
  86. ::-webkit-scrollbar {
  87.     background-color:{color:Background};
  88.     height:5px;
  89.     width:7px;
  90.     }
  91.    
  92.  
  93. body {
  94.     font-family:Lucida Sans Unicode, Lucida Grande, Arial, sans serif;
  95.     font-size:12px;
  96.     background-color:{color:background};
  97.     background-image:url('{image:background}');
  98.     background-repeat:repeat;
  99.     margin:0px;
  100.     padding:0px;
  101. }
  102.  
  103. a {
  104. padding:5px;
  105. color:{color:link};
  106.  
  107. text-decoration:none;
  108. -webkit-transition-property:color;
  109. -webkit-transition-duration:0.25s;
  110. -webkit-transition-timing-function:linear;
  111. -webkit-transition-delay:none;
  112. }
  113.  
  114. a:hover {
  115.     color:{color:link hover};
  116. }
  117.  
  118. blockquote {
  119.     border-left: 5px solid {color:body};
  120.     margin: 0;
  121.     padding: 2%;
  122. }
  123.  
  124. #container {
  125. width:760px;
  126. margin:20px 0px 20px 100px;
  127. }
  128.  
  129. #sidebar {
  130.     height:200px;
  131.     float:left;
  132.     position:fixed;
  133.     width:250px;
  134.     margin-top:250px;
  135.     margin-left:-25px;
  136.     padding:10px;
  137.     z-index:1;
  138. }
  139.  
  140. .booty h1 {
  141.     position:absolute;
  142.     font-size:12px;
  143.     margin-left:5px;
  144.     text-align:center;
  145.     margin-top:2px;
  146.     margin-bottom:10px;
  147.     margin-left:160px;
  148.     font-family: 'Cutive Mono', serif;
  149.     -webkit-transition-property:color;
  150.     -webkit-transition-duration:0.25s;
  151.     -webkit-transition-timing-function:linear;
  152.     -webkit-transition-delay:none;
  153.     color:{color:title};
  154.     -webkit-transition: opacity .4s linear;
  155.     opacity:0;
  156. }
  157.  
  158. .boobs img {
  159.     border-raduis:10px;
  160.     margin-left:5px;
  161.     }
  162.  
  163. .boobs img {
  164.     width:120px;
  165.     height:120px;
  166.     margin-bottom:-15px;
  167.     opacity:1;
  168.     padding:8px;
  169.    -webkit-transition-property:opacity;
  170.    -webkit-transition-duration:3s;
  171.    -webkit-transition-timing-function:linear;
  172.    -webkit-transition-delay:none;
  173.    background:{color:background};
  174.    border:{color:sidebar} 2px solid;
  175.    position:absolute;
  176.    
  177. }
  178.  
  179. .boobs img:hover {
  180.     opacity: 1;
  181. }
  182.  
  183. .boobs img {
  184.    
  185.     -webkit-transition: opacity .5s linear;
  186.     -webkit-transition: all .5s linear;
  187.     -moz-transition: all .5s linear;
  188.     transition: all .5s linear;
  189.     }
  190.  
  191. .boobs img:hover {
  192.     -webkit-transition: opacity .5s linear;
  193.     -webkit-transition: all .5s linear;
  194.     -moz-transition: all .5s linear;
  195.     transition: all .5s linear;
  196.     }
  197.    
  198.  
  199. .description {
  200.     position:absolute;
  201.     font-size:11px;
  202.     font-family: 'Judson', serif;
  203.     padding:10px;
  204.     text-align:left;
  205.     margin-bottom:-10px;
  206.     margin-top:10px;
  207.     margin-left: 20px;
  208.     height:90px;
  209.     color:{color:Description Text};
  210.     border: 5px solid {color:sidebar};
  211.     width:120px;
  212.     background:{color:description background};
  213.     z-index:-1;
  214.     -webkit-transition-duration: 0.5s;  
  215. }
  216.  
  217. .description p {
  218.     margin-top:-5px;
  219.     Margin-left:0px;
  220.     opacity:0;
  221.     -webkit-transition-duration: 0.5s;  
  222. }
  223.  
  224. .description .thingyy {
  225.     margin-left:115px;
  226.     position:absolute;
  227.     color:{color:sidebar};
  228. }
  229.  
  230. .hover:hover .description p {
  231.     opacity:1;
  232. }
  233.  
  234. .hover:hover .description{
  235.     left:130px;
  236.     -webkit-transition-duration: 0.4s;  
  237. }
  238.  
  239. .hover:hover .booty h1{
  240.     -webkit-transition: opacity .4s linear;
  241.     opacity:1;
  242. }
  243.  
  244. .hover:hover .thingyy {
  245.     -webkit-transition: opacity .4s linear;
  246.     opacity:0;
  247. }
  248.  
  249. .hover:hover .linky {
  250.     opacity:1;
  251. }
  252.  
  253. .linky {
  254.     margin-top:15px;
  255.     margin-left:20px;
  256.     width: 120px;
  257.     position:absolute;
  258.     opacity:0.1;
  259.     -webkit-transition: opacity .4s linear;
  260. }
  261.  
  262. .linky a {
  263.     display: inline-block;
  264.     width:auto;
  265.     height:10px;
  266.     margin-bottom:2px;
  267.     margin-right:0px;
  268.     font-size:7px;
  269.     text-decoration: none;
  270.     text-transform: lowercase;
  271.     text-align: center;
  272.     font-family: 'Arbutus Slab', serif;
  273.     letter-spacing: 1px;
  274.     line-height: 10px;
  275.     -moz-transition:All .5s ease;
  276.     -o-transition:All .5s ease;
  277.     -webkit-transform:scale 0.8;
  278.     color: {color:Sidelink Text};
  279.     background:white;
  280.     opacity:0.3;
  281.     -webkit-transition: opacity .2s linear;
  282. }
  283. .linky a:hover {  
  284.     color:{color:SideLink Text Hover};
  285.     -webkit-transform:scale 1;
  286.     opacity:0.7;
  287. }
  288.  
  289. .linky .home a {
  290.     width:100px;
  291.     height:auto;
  292. }
  293.  
  294. .linky .ask a {
  295.     height:auto;
  296. }
  297.  
  298. .linky .something1 a {
  299.     height:auto;
  300. }
  301.  
  302. .linky .something2 a {
  303.     height:auto;
  304. }
  305.  
  306. .linky .something3 a {
  307.     height:auto;
  308. }
  309.  
  310. .linkeh {
  311.     position:absolute;
  312.     margin-left:-10px;
  313.     margin-top:35px;
  314.     -webkit-transition: opacity .4s linear;
  315.     border-top: dashed 1px {color:black};
  316.     opacity:0;
  317. }
  318.  
  319. .linkeh a {
  320.     display: inline-block;
  321.     width:auto;
  322.     height:10px;
  323.     margin-bottom:2px;
  324.     margin-right:0px;
  325.     font-size:10px;
  326.     text-decoration: none;
  327.     text-transform: lowercase;
  328.     text-align: center;
  329.     font-family: 'Arbutus Slab', serif;
  330.     letter-spacing: 1px;
  331.     line-height: 3px;
  332.     -webkit-transtion: opacity 0.5s linear;
  333.     -webkit-transition: all 0.5s linear;
  334.     -moz-transition: all 0.5s linear;
  335.     transition: all 0.5s linear;
  336.     border-right:2px solid {color:sidelink text hover};
  337.     color: {color:Sidelink Text};
  338.     opacity:0.7;
  339.     -webkit-transition: opacity .6s linear;
  340. }
  341.  
  342. .linkeh a:hover {  
  343.     color:{color:SideLink Text Hover};
  344.     border-right:2px solid {color:sidelink text};
  345. }
  346.  
  347. .hover:hover .linkeh {
  348.     opacity:0.7;
  349. }
  350.  
  351. #audioplayer {
  352.     width:30px;
  353.     height:30px;
  354. }
  355.  
  356. #content {
  357.     margin-top:0px;
  358.     width:500px;
  359.     margin-left:350px;
  360.     float:left;
  361.     text:{color:text};
  362. }
  363.  
  364. #post {
  365.     width:500px;
  366.     margin-top:10px;
  367.     margin-left:50px;
  368.     margin-bottom:20px;
  369.     -webkit-transition: opacity 0.5s linear;
  370.     -webkit-transition: all 0.5s linear;
  371.     -moz-transition: all 0.5s linear;
  372.     transition: all 0.5s linear;
  373.     font-family: 'Anonymous Pro', sans-serif;
  374.     padding:15px;
  375.     font-size:10px;
  376.     color:{color:Body};
  377.     border:{color:Post Border} 1px solid;
  378.     background:{color:posts};
  379. }
  380.  
  381. #post {
  382.        opacity:0.9;
  383.    -webkit-transition-property:opacity;
  384.    -webkit-transition-duration:0.5s;
  385.    -webkit-transition-timing-function:linear;
  386.    -webkit-transition-delay:none;
  387.    
  388.     }
  389.  
  390. #post:hover {
  391.     opacity:1;
  392.     -webkit-transition: opacity 0.5s linear;
  393.     -webkit-transition: all 0.5s linear;
  394.     -moz-transition: all 0.5s linear;
  395.     transition: all 0.5s linear;
  396. }
  397.  
  398. #post img {
  399.     width:100%;
  400.     height:100%;
  401. }
  402.  
  403. .chat {line-height: 13px; list-style: none }
  404. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  405. .person1 {color: {color:body}; padding: 2px; }
  406. .person1 .label {font-weight: bold;  color:{color:body}}
  407. .person2 {color: {color:body}; padding: 2px;  }
  408. .person2 .label {font-weight: bold;  color:{color:body}}
  409.  
  410. .post .meta {
  411.     text-align:right;
  412. }
  413.  
  414. .asker {
  415.     line-height: 24px;
  416.     margin: 25px 20px 0 23px;
  417. }
  418.  
  419. .asker img {
  420.     float: left;
  421.     margin: 0 7px 0 0;
  422. }
  423.  
  424. .caption .asker a {
  425.     margin-left: 0;
  426. }
  427.  
  428. .caption img {
  429.     width:80%;
  430. }
  431.  
  432. .taggeth {
  433.     text-align:center;
  434.     opacity:0.7;
  435. }
  436.  
  437. .taggeth a{
  438.     font-size:8px;
  439.     color:{color:body};
  440.     text-align:center;
  441. }
  442.  
  443. .taggeth a:hover {
  444.     color:{color:link};
  445. }
  446.  
  447. .noteth {
  448.     margin-top:-20px;
  449.     font-size:9px;
  450.     text-align:center;
  451.     border-top:1px dotted {color:post border};
  452.     border-bottom:1px dotted {color:post border};
  453. }
  454.  
  455. #pagnition {
  456.     padding:5px;
  457.     font-size:10px;
  458.     }
  459.    
  460. #credz {
  461.     left:10px;
  462.     bottom:10px;
  463.     position:fixed;
  464.     z-index:5;
  465.     font-size:10px;
  466.    
  467.    
  468. }
  469.  
  470. #credz a {
  471.     border:1px solid {color:link};
  472.     padding:2px;
  473. }
  474.  
  475. .pagnation{
  476.     width:110px;
  477.     height:100%;
  478.     position:absolute;
  479.     top:-60px;
  480.     left:30px;
  481. }
  482.  
  483. .pagnation td{
  484.     width:100%;
  485.     height:100%;
  486. }
  487.  
  488. .pagithingy{
  489.     top:-40px;
  490.     position:relative;
  491.     width:110px;
  492.     text-align:center;
  493. }
  494.  
  495. .pagithingy a{
  496.     font-size:15px;
  497.     color: {color:link};
  498.     filter: dropshadow(color={color:Link Hover}, offx=2, offy=2);
  499. }
  500.  
  501. .pagithingy a:hover{
  502.     color:{color:Link Hover};
  503.     border-bottom:0px;
  504. }
  505.  
  506. #postynotey img{
  507.     width:15px;
  508. }
  509.  
  510. #postynotey blockquote {
  511.     border-left: 3px solid {color:body};
  512.     padding:4px;
  513.     }
  514.  
  515. .answr img{
  516.     width:30px;
  517.     padding:4px;
  518.     border:1px solid {color:post border};
  519. }
  520. .answr h6 {
  521.     font-size:10px;
  522.     margin-left:60px;
  523.     margin-top: -30px;
  524.     border-bottom:2px dotted {color:post border};
  525. }
  526.  
  527. {CustomCSS}
  528. </style>
  529.  
  530. </head>
  531.  
  532. <body>
  533.  
  534. <div id="container">
  535.  
  536. <div id="sidebar">
  537.  
  538. {block:Pagination}
  539. <table class="pagnation"><tr><td>
  540. <div class="pagithingy">
  541. {block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}
  542. </div>
  543. </td></tr></table>
  544. {/block:Pagination}
  545. {block:DayPage}{block:DayPagination}
  546. <table class="pagtable"><tr><td>
  547. <div class="pagithingy">
  548. {block:NextDayPage}<a href="{NextDayPage}"></a>{/block:NextDayPage}
  549. {block:PreviousDayPage}<a href="{PreviousDayPage}"></a>{/block:PreviousDayPage}
  550. </div>
  551. </td></tr></table>
  552. {/block:DayPagination}{/block:DayPage}
  553.  
  554. <div class="hover">
  555. <div class="boobs">
  556. <img src="{image:Sidebar}">
  557.  
  558.  
  559. <div class="linky">
  560. <div class="home">
  561. <a href="/">index</a>
  562. <div class="ask">
  563. <a href="/ask">message</a>
  564. <div class="something1">
  565. {block:IfLink1Title}<a href="{text:Link 1 Url}">{text:Link 1 Title}</a>{/block:IfLink1Title}
  566. <div class="something2">
  567. {block:IfLink2Title}<a href="{text:Link 2 Url}">{text:Link 2 Title}</a>{/block:IfLink2Title}
  568. <div class="something3">
  569. {block:IfLink3Title}<a href="{text:Link 3 Url}">{text:Link 3 Title}</a>{/block:IfLink3Title}
  570. </div></div></div></div></div></div></div>
  571.  
  572. <div class="booty">
  573. <h1>{Title}</h1>
  574. {block:Description}
  575. <div class="description">
  576. {block:iftextthatsayshover}
  577. <div class="thingyy">
  578. H<br>O<br>V<br>E<br>R
  579. </div>
  580. {/block:iftextthatsayshover}
  581. <p>{Description}<p>
  582. {/block:Description}
  583.  
  584. {block:ifmorelinks}
  585. <div class="linkeh">
  586.  
  587. {block:IfLink4Title}<a href="{text:Link 4 Url}">{text:Link 4 Title}</a>{/block:IfLink4Title}
  588. {block:IfLink5Title}<a href="{text:Link 5 Url}">{text:Link 5 Title}</a>{/block:IfLink5Title}
  589. {/block:ifmorelinks}
  590. </div></div></div></div></div></div>
  591.  
  592. <div id="content">
  593. {block:Posts}
  594. <div id="post">
  595. {block:Title}
  596. <h3><a href="{Permalink}">{Title}</a></h3>
  597. {/block:Title}
  598. {block:Text}
  599.  
  600. {Body}        
  601. {/block:Text}
  602.  
  603. {block:Photo}
  604. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  605. {block:IfShowCaptions}
  606. {block:Caption}
  607. <div class="caption">{Caption}</div>
  608. {/block:Caption}
  609. {block:IfShowCaptions}
  610. {/block:Photo}
  611.  
  612. {block:Photoset}
  613. {Photoset-500}
  614.  
  615. {block:IfShowCaptions}
  616. {block:Caption}
  617. <div class="caption">{Caption}</div>
  618. {/block:Caption}
  619. {block:IfShowCaptions}
  620. {/block:Photoset}
  621.  
  622. {block:Quote}
  623. "{Quote}"
  624.  
  625. {block:Source}
  626. <center>
  627. <div class="source">—{Source}</div>
  628. {/block:Source}
  629. {/block:Quote}
  630.  
  631. {block:Link}
  632. <a href="{URL}" class="link" {Target}>{Name}</a>
  633.  
  634. {Description}
  635. {/block:Description}
  636. {/block:Link}
  637.  
  638. {block:Chat}
  639. {block:Title}
  640. <h3><a href="{Permalink}">{Title}</a></h3>
  641. {/block:Title}
  642.  
  643. {block:Chat}
  644. <div class="chat"><ul>{block:Lines}
  645. <li class="person{UserNumber}">{block:Label}
  646. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  647. {/block:Chat}
  648.  
  649. {block:Video}
  650. {Video-500}
  651.  
  652. {block:IfShowCaptions}
  653. {block:Caption}
  654. <div class="caption">{Caption}</div>
  655. {/block:Caption}
  656. {block:IfShowCaptions}
  657. {/block:Video}
  658.  
  659. {block:Answer}
  660. <div class="answr">
  661. <img src="{AskerPortraitURL-16}"> <h6>{Asker} asked:
  662. <br>
  663. {Question} </h6>
  664. <p>{Answer}</p>
  665. {/block:Answer}
  666.  
  667.  
  668. {block:Audio}
  669. <div id="audioplayer">{AudioPlayerWhite} </div>      
  670. {PlayCountWithLabel}
  671. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  672. {/block:Audio}
  673.  
  674.  
  675.  
  676. {block:IfShowPostInfo}
  677. <div class="noteth">
  678. <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a>/<a href="{Permalink}">
  679. {NoteCountWithLabel}</a>{/block:NoteCount}
  680. {block:RebloggedFrom}/<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}/<a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}<br>
  681. </div>
  682. {/block:IfShowPostInfo}
  683.  
  684. {block:IfShowTags}
  685. <div class="taggeth">
  686. {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  687. </div>
  688. {/block:IfShowTags}
  689.  
  690. {block:PermalinkPage}
  691. <div id="postynotey">
  692. {block:PostNotes}
  693. {PostNotes}
  694. </div>
  695. {/block:PostNotes}
  696. {/block:PermalinkPage}
  697. </div>
  698. {/block:Posts}
  699. <div id="credz">
  700. <a href="http://www.lunaticthemes.tumblr.com/tagged/mein">©</a>
  701. </div>
  702.  
  703. </div>
  704.  
  705. </div>
  706.  
  707. </body>
  708. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement